a:hover {
  text-decoration: none;
}

*:not(span):not(i) {
  font-family: system-ui !important
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.close [class^="icon-"],
.close [class*=" icon-"] {
  font-family: 'icomoon-planet' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rute:before {
  content: "\e900";
}

.icon-box:before {
  content: "\e901";
}

.icon-report:before {
  content: "\e902";
}

.icon-quit:before {
  content: "\e903";
}

.icon-store:before {
  content: "\e904";
}

.icon-client:before {
  content: "\e905";
}

.icon-delivery:before {
  content: "\e906";
}

.icon-address:before {
  content: "\e907";
}

.icon-time:before {
  content: "\e908";
}

.icon-arrow:before {
  content: "\e909";
}

.icon-driver:before {
  content: "\e90a";
}

.icon-menu:before {
  content: "\e90b";
}

/*===========================================================*/
/*2.-COLORES...........*/
/*==============================================================*/
/*===========================================================*/
/*3.-ANIMACIONES...........*/
/*==============================================================*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #354144;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #354144;
}

/*ESTILO GENERAL*/

body,
html {
  width: 100%;
  height: 100%;
}

main.mainContent {
  height: calc(100vh - 54px);
}

.card {
  transition: 0.3s;
  border-radius: 10px;
}

.transparent {
  background-color: transparent !important;
  border: none;
}

.transparent>div {
  color: black;
}

.ronded1 {
  border-radius: 20px !important;
}

/*===========================================================*/
/*4.-BOTONES...........*/
/*==============================================================*/
.btn-arrow {
  color: #ffffff !important;
  top: 30px;
  cursor: pointer;
  text-decoration: none;
}

.btn-arrow i {
  font-size: 45px;
  position: relative;
  border-radius: 50%;
  padding: 10px 10px;
  height: 40px;
  width: 40px;
  background-color: #2D3436;
}

.border-top {
  border-top: 1px solid #C7D6E2;
}

.border-left {
  border-left: 1px solid #C7D6E2;
}

.separador {
  border-bottom: 1px solid #D6E1E5 !important;
  height: 1px;
  width: 100%;
  margin: 8px 5px;
}

.icon-arrow-right {
  margin-top: 0px;
  transform: rotate(180deg) !important;
}

.icon-arrow-left {
  margin-top: 0px;
  left: -10px;
}

.row.prod {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.w-60 {
  width: 60% !important;
}

.w-30 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.badge {
  border-radius: 8px;
  text-transform: uppercase;
}

.badge-success {
  background-color: #3B992E;
}

.badge-dark {
  background-color: #2D3436;
}

.btn {
  text-transform: capitalize !important;
  padding: 6px 15px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 8px !important;
  font-size: 14px;
}

.btn-danger {
  background-color: #153656 !important;
  border: 1px solid #153656;
}

.btn-danger:hover {
  border: 1px solid #C12525 !important;
  background-color: #C12525 !important;
}

.btn-yellow {
  background-color: #E2BF30 !important;
  border: 1px solid #E2BF30;
  color: #fff;
}

.btn-yellow:hover {
  border: 1px solid #D3B226 !important;
  background-color: #D3B226 !important;
  color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #2D3436 !important;
  border: 1px solid #2D3436;
  color: #fff;
}

.btn-black:hover {
  border: 1px solid #354144 !important;
  background-color: #354144 !important;
  color: #fff;
}

/*===========================================================*/
/*5.-GENERAL...........*/
/*==============================================================*/
.body {
  background-color: #153656;
}

.regular {
  width: 100%;
  align-items: center;
  vertical-align: center;
  display: inline-flex !important;
  overflow: hidden;
  overflow-x: auto;
}

.regular {
  width: 100%;
  align-items: center;
  vertical-align: center;
  display: inline-flex !important;
  overflow-x: auto;
}

.motoboyTemplate {
  /* background-color: #2D3436 !important; */
  background-color: #fff;
  padding-bottom: 0px;
}

.bg-dark {
  background-color: #2D3436 !important;
}

header .content {
  width: 100%;
}

header .menuOp {
  cursor: pointer;
}

.logo {
  margin-top: 2px;
  width: 133px;
  height: 36px;
}

.logoRight {
  image-rendering: -webkit-optimize-contrast;
  margin-top: 2px;
  width: 180px;
  position: fixed;
  right: 20px;
  top: 20px;
}

.listOrder {
  margin-top: 15px;
  border-top: 1px solid #D6E1E5 !important;
  padding-top: 10px;
  border-bottom: 1px solid #D6E1E5 !important;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
}

.listOrder .btn-arrow {
  top: 17px;
}

.listOrder .card {
  min-height: 50px;
  border-radius: 15px !important;
  padding: 10px 10px;
  border: 1px solid #AEC8D1 !important;
  background-color: #AEC8D1 !important;
  color: #354144 !important;
  box-shadow: 0px 0px 3px #AEC8D1 !important;
}

.listOrder .card h5 {
  font-size: 25px !important;
}

.listOrder .card.active {
  cursor: pointer;
  border: 1px solid #153656 !important;
  background-color: #153656 !important;
  color: #fff !important;
  box-shadow: 0px 0px 3px #153656 !important;
}

.listOrder .btn-arrow i {
  font-size: 20px;
  position: relative;
  border-radius: 50%;
  padding: 2px 2px;
  height: 5px;
  width: 5px;
  background-color: #2D3436;
}

.arrow-right {
  transform: rotate(180deg);
}

.navbar .navbar-brand {
  font-size: 18px;
}

.navbar .menuOp {
  text-decoration: none;
}

.navbar .menuOp i.icon-menu {
  color: #fff;
  margin-right: 12px;
  font-size: 30px;
  vertical-align: middle;
}

.navbar .menuOp:hover i.icon-menu {
  color: #153656;
}

.uppercase {
  text-transform: uppercase;
}

.tittleInfo h2 {
  font-size: 12px !important;
  letter-spacing: 2px;
}

.image-responsive {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
}

.card.empty {
  background-color: #E2ECF2 !important;
  border: 1px solid #E2ECF2 !important;
}

.slider .product-image {
  border-radius: 8px 8px 0 0;
  height: 50px;
}

.slider .card {
  min-width: 60px;
  margin-right: 12px;
  border: 1px solid #E2ECF2;
  border-radius: 10px;
}

.slider .card .card-body {
  padding: 2px;
  text-align: center;
}

.slider .card h5 {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 800;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slider .card p {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: -3px;
}

.slider .card:hover,
.slider .card.active {
  cursor: pointer;
  border: 1px solid #3B992E;
  background-color: #3B992E;
  color: #fff;
  box-shadow: 0px 0px 3px #3B992E;
}

.mainContent {
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
}

.leftContent {
  height: calc(100vh - 194px);
  background-color: #F0F5F7;
  border-radius: 0;
  overflow: scroll;
}

.leftContent::-webkit-scrollbar,
#pedido::-webkit-scrollbar {
  display: none;
}

.bgLight {
  min-height: calc(100vh - 125px);
  background-color: #F0F5F7;
  border-radius: 15px 15px 0px 0px;
  overflow: scroll;
}

.cardPed:hover {
  box-shadow: 3px 3px 12px 3px #7F7F7F;
  border: 1px solid #7F7F7F;
}

.cardPed.yellow:hover {
  box-shadow: 3px 3px 12px 3px #E2BF30 !important;
  border: 1px solid #E2BF30 !important;
}

.cardPed.green:hover {
  box-shadow: 3px 3px 12px 3px #3B992E !important;
  border: 1px solid #3B992E !important;
}

.cardPed.green {
  border: 1px solid #3B992E;
  box-shadow: 0px 0px 3px #3B992E;
}

.cardPed.green h5 {
  background-color: #3B992E;
}

.cardPed.green .info p,
.cardPed.green .info h6 {
  color: #3B992E !important;
}

.cardPed.red {
  border: 1px solid #153656;
  box-shadow: 0px 0px 3px #153656;
}

.cardPed.red h5 {
  background-color: #153656;
}

.cardPed.red .info p,
.cardPed.red .info h6 {
  color: #153656 !important;
}

.cardPed.yellow {
  border: 1px solid #E2BF30;
  box-shadow: 0px 0px 3px #E2BF30;
}

.cardPed.yellow h5 {
  background-color: #E2BF30;
}

.cardPed.yellow .info p,
.cardPed.yellow .info h6 {
  color: #E2BF30 !important;
}

.cardPed {
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  margin-left: 0px;
  padding-left: 0px;
  border: 1px solid #D2D5D6;
}

.cardPed .textpad {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.cardPed h6 {
  margin-bottom: 0px;
  margin-top: -3px;
  font-size: 14px;
  line-height: 18px;
  color: #2D3436;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*modificado*/
.cardPed p {
  color: #354144;
  margin-bottom: 0px;
  margin-top: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cardPed h5 {
  background-color: transparent;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  font-weight: bolder;
  color: #4C4C4B;
  border-radius: 5px;
}

.cardPed .topPill {
  border-radius: 50%;
  right: 10px;
  top: 5px;
  font-weight: 700;
  color: #7F7F7F;
}

.cardPed .col-detail {
  text-align: center;
  padding-left: 0px;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  border-top: 1px solid #C7D6E2;
  text-align: center;
}

.cardPed .col-detail h6 {
  font-size: 9px !important;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2D3436;
  margin-top: 6px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.cardPed .col-detail p {
  font-size: 12px !important;
  font-weight: 800;
  margin-top: -3px;
}

.cardPed .col-detail li {
  display: inline-block;
  padding-right: 8px;
  width: 30%;
  text-align: center;
}

.rightContent {
  background-color: #E2ECF2;
  height: calc(100vh - 194px);
  border-radius: 0;
  overflow: scroll;
}

.innactive {
  opacity: 0.5 !important;
}

@media (max-width: 1200px) {
  .regular {
    width: 100%;
    align-items: center;
    vertical-align: center;
    display: inline-flex !important;
    overflow: hidden;
    overflow-x: auto;
  }

  .slider .card h5 {
    font-size: 12px;
  }

  .cardPed h6 {
    font-size: 16px;
  }

  .cardPed p {
    font-size: 11px;
  }

  .cardPed .col-detail p {
    font-size: 15px !important;
    margin-top: -6px;
  }

  .cardPed .col-detail h6 {
    font-size: 8px !important;
    line-height: 12px;
    letter-spacing: 0px;
  }

  .cardPed h5 {
    font-size: 14px;
  }

  .cardPed .topPill {
    right: 10px;
    top: 8px;
    font-size: 13px;
  }
}

.scroll-section {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 7px 15px;
  width: 100%;
}

.scroll-section .content-detail {
  height: 80px;
  width: 100%;
}

.scroll-section .content-detail p {
  color: #354144;
}

.scroll-section p {
  margin: 0px !important;
  padding: 0px !important;
}

.rightContent .col-detail {
  padding-left: 0px;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  text-align: left;
  display: flex;
}

.rightContent .col-detail li:nth-child(1) {
  display: inline-block;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 3px;
  width: 70%;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #2D3436;
  border-radius: 8px;
}

.rightContent .col-detail li:nth-child(2) {
  display: inline-block;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 3px;
  width: 30%;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #2D3436;
  border-radius: 8px;
}

.rightContent .col-detail li.addAdress {
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  width: 60% !important;
  border: none !important;
}

.rightContent .col-detail li.addAdress button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 12px !important;
  white-space: nowrap;
}

.rightContent .col-detail h6 {
  font-size: 10px !important;
  line-height: 12px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.rightContent .col-detail p {
  color: #354144;
  margin-bottom: 0px;
  font-weight: 800;
  margin-top: -9px !important;
}

.rightContent .info h2 {
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
}

.rightContent .info h2 i {
  padding-right: 3px;
  font-size: 19px;
}

.rightContent .info .textpad {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.rightContent .info .textpad h6 {
  margin-bottom: 0px;
  margin-top: -3px;
  font-size: 20px;
  line-height: 18px;
  color: #2D3436;
}

.rightContent .info .textpad p {
  color: #354144;
  margin-bottom: 0px;
  margin-top: 0px;
}

.rightContent .info .textpad h5:nth-child(1) {
  background-color: #2D3436;
  display: inline-block;
  padding: 2px 8px 3px 8px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}

.rightContent .info .textpad h5:nth-child(2) {
  display: inline-block;
  padding: 2px 8px 3px 8px;
  margin-bottom: 0px;
  font-size: 16px;
  border-radius: 5px;
}

.rightContent .imgBanner {
  height: 60px;
  width: 80px;
  margin-left: 15px;
  margin-right: 10px;
  border: 1px solid #B2CBD8;
  border-radius: 8px;
}

.rightContent .tittleSection {
  width: 60%;
}

.rightContent .tittleSection h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 11px;
}

.rightContent .tittleSection span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7F7F7F;
}

.toggleicon {
  cursor: pointer;
}

#fullMenu {
  display: none;
}

#fullMenu.open {
  display: block;
}

.overflowMenu {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #2d3436cf;
}

.bgLogin {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  background-position: right;
  background-size: contain;
  background-color: #2d3436cf;
}

.bgWhite {
  background-color: #fff;
  border: 1px solid #B2CBD8;
  border-radius: 8px;
  margin-top: 10px;
}

.menu {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
}

.menu .sidebar {
  padding: 0px 20px;
  background-color: #153656;
  width: 40%;
  height: 100%;
}

.menu .sidebar .menuActive {
  z-index: 99999;
  cursor: pointer !important;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #153656;
  padding: 10px;
  width: 56px;
  height: 52px;
  border-radius: 50%;
}

.menu .sidebar .menuActive i {
  color: #fff;
  font-size: 35px;
}

.menu .sidebar .menuActive:hover {
  background-color: #153656;
}

.menu .info {
  width: 80%;
  padding-top: 80px;
  text-align: right;
}

.menu .info h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}

.menu .info p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.menu ul {
  padding-left: 0px !important;
  margin: 5px auto;
  list-style: none;
  width: 80%;
  text-align: left;
}

.menu ul li {
  padding-top: 2px;
}

.menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 12px;
  width: 100%;
  font-weight: 500;
  display: flex;
  color: #fff;
  background-color: #153656;
  padding: 10px 12px;
}

.menu ul li a .text {
  margin-top: 8px;
  line-height: 14px;
}

.menu ul li a i {
  background-color: #fff;
  padding: 5px;
  color: #2D3436;
  height: 36px;
  font-size: 25px;
  border-radius: 50%;
  margin-right: 10px;
}

.menu ul li a:hover {
  transition: 0.3s;
  background-color: #C12525;
}

.menu ul li a.active {
  background-color: #102D44;
}

.info {
  position: relative;
}

.avatarMenu {
  width: 159px;
  position: fixed;
  top: 0;
  left: calc(40% - 70px);
}

.avatarMenu .avatarbg {
  width: 90px;
  height: 90px;
  position: absolute;
  top: calc(50% - 43px);
  left: calc(50% - 65px);
  border-radius: 50%;
}

.cardDriver .imgBanner {
  height: 50px;
  width: 60px;
  margin-left: 15px;
  margin-right: 10px;
  border: 1px solid #B2CBD8;
  border-radius: 8px;
}

.cardDriver .tittleSection {
  width: 70%;
}

.cardDriver .tittleSection span {
  font-weight: #C12525 !important;
  font-weight: 700;
}

.form-inline label {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0;
}

.selectList {
  text-align: left !important;
}

.selectList label {
  margin-bottom: 0px;
  font-size: 11px;
  padding-left: 5px;
  color: #7F7F7F;
}

.selectList select {
  width: 100px;
  color: #2D3436;
  font-weight: 400;
  width: 100%;
  height: 34px;
  border-radius: 8px;
  margin-top: 0px;
  border: 0px solid #354144;
}

input.small {
  background-color: #EDEBEB;
  font-weight: 400;
  max-width: 90px;
  height: 34px;
  border-radius: 8px;
  padding-left: 5px;
  border: 0;
}

input.normal {
  background-color: #edebeb;
  height: 34px;
  border-radius: 8px;
  padding-left: 5px;
  border: 0;
}

input::placeholder {
  color: #2D3436;
}

table {
  width: 100%;
  font-size: 14px;
}

table tr {
  text-align: left;
}

table tr strong {
  color: #354144;
}

table tr p {
  margin-bottom: 0px !important;
}

table tr td {
  padding: 5px 0px !important;
  text-align: center;
}

table tr th {
  font-weight: bold;
  text-align: center;
  color: #2D3436;
  border-bottom: 1px solid #2D3436;
}

.cardDashboard h1 {
  font-weight: 700;
  font-size: 27px;
  text-align: right;
}

.cardDashboard .rightDetail {
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 8px;
  font-weight: 700;
  color: #7F7F7F;
  line-height: 15px;
}

.login {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
}

.login a {
  text-decoration: none;
}

.login .avatarbg {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30%;
  left: calc(50% - 65px);
  border-radius: 50%;
  background-color: #444 !important;
  color: #fff;
  z-index: 888;
  padding: 25px;
  font-size: 25px;
  text-align: center;
}

.login .avatarbg:hover {
  background-color: #2D3436;
}

.login .sidebar {
  padding: 0px 20px;
  background-color: #153656;
  width: 400px;
  height: 100%;
}

.login .sidebar .avatarMenu {
  width: 159px;
  position: absolute;
  top: 48%;
  left: calc(35% - 70px);
  transform: translate(-0, -48%);
}

.login .sidebar .menuActive {
  z-index: 99999;
  cursor: pointer !important;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #153656;
  padding: 10px;
  width: 56px;
  height: 52px;
  border-radius: 50%;
}

.login .sidebar .menuActive i {
  color: #fff;
  font-size: 35px;
}

.login .info {
  margin: 0 0 0 30px;
  position: absolute;
  top: 25%;
  transform: translate(-0, -25%);
}

.login .info h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
}

.login .info p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-size: 13px;
}

input.loginInput {
  min-width: 60px;
  width: 100%;
  height: 35px;
  border-radius: 0px;
  padding-left: 5px;
  background-color: #153656;
  border-top: 1px solid #153656 !important;
  border-right: 1px solid #153656 !important;
  border-left: 1px solid #153656 !important;
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
  outline: none;
}

input.loginInput:hover,
input.loginInput:focus {
  background-color: #153656;
  outline: none;
}

input.loginInput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  letter-spacing: 1px;
  opacity: 1;
  /* Firefox */
}

input.loginInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  letter-spacing: 1px;
  color: #fff;
}

input.loginInput::-ms-input-placeholder {
  /* Microsoft Edge */
  letter-spacing: 1px;
  color: #fff;
}

textarea:focus,
input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

input:focus {
  outline: none;
}

.align-center {
  text-align: center;
}

.map-address {
  overflow: hidden;
}

.map-address iframe {
  height: 340px;
  width: calc(50% + 15px);
  top: 94px;
  display: inherit;
}

.modal-lg.modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto;
}

.modal .tittleSection h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 20px;
}

.modal .tittleSection span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7F7F7F;
}

.modal input:not(input[type=checkbox],
  input[type=radio], [type=file]) {
  height: 35px;
  border-radius: 8px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 15px;
  border: 1px solid #354144;
}

.modal select {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 15px;
  border: 1px solid #354144;
  color: #2D3436 !important;
}

.modal-content {
  border-radius: 0.9rem;
}

#mensaje img {
  width: 40%;
}

.scrollerContainer {
  width: 100vw;
  max-height: calc(100vh - 210px);
  overflow-y: scroll;
}



/*loader*/
.loader {
  z-index: 999999;
  position: fixed;
  font-size: 20px;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
}

.dot {
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: rgb(255, 56, 56);
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.dot1,
.dot2 {
  left: 0;
}

.dot3 {
  left: 1.5em;
}

.dot4 {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em)
  }
}


.dot1 {
  animation-name: reveal;
}

.dot2,
.dot3 {
  animation-name: slide;
}


/*CHANGES*/
.card.cardcurr {
  width: 118px;
}

.btn-header,
.btn-header:hover,
.btn-header:focus {
  background-color: #c21f17;
  border: 2px solid #d3524d;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
}

.btn-header svg {
  width: 20px;
  margin: 3px;
}

.modal-right .modalSideRight .modal-content {
  height: 100vh;
  border-radius: 0px;
}

.modal-right {
  color: #2D3436 !important;
}

.modal-right .modal-body {
  padding: 20px 20px;
}

.modal-right .modal-content {
  min-height: 100vh;
  border: none;
  border-radius: 0px;
  text-align: left;
}

.modal-right .modal-content p {
  font-size: 15px;
  color: #3D4042;
  line-height: 14px;
  margin-bottom: 8px;
}

.modal-right .modal-content h2 {
  font-weight: 500;
  font-size: 21px;
  color: #232F3E;
}

.modal-right .modal-content h3 {
  font-size: 23px;
  font-weight: bold;
  color: #3D4042;
  margin-bottom: 40px;
}

.modal-right .modal-content span:not(.material-icons, .material-icons-round, .material-icons-outlined, .material-icons-sharp, .material-icons-two-tone) {
  text-transform: uppercase;
  color: #354144;
  font-weight: bold;
  font-size: 12px;
}

.modal-right .modal-dialog {
  margin: 0;
  position: absolute;
  min-height: 100vh;
  right: 0;
  border-radius: 0px !important;
  transform: none;
  min-width: 25%;
}

.modal.fade.modal-right .modal-dialog {
  transform: translate(125%, 0px);
}

.modal.show.modal-right .modal-dialog {
  height: auto;
  transform: none;
}

.close i {
  color: #000;
  font-size: 40px;
  opacity: 1;
}

.close {
  width: 30px;
  position: absolute;
  top: 20px;
  z-index: 2;
  right: 30px;
  opacity: 1;
}

.icon-close:before {
  content: "\e909";
}

.form-group.date input {
  width: 150px;
}

.form-group.ico span {
  position: absolute;
  margin-left: 8px;
  height: 25px;
  display: flex;
  align-items: center;
}

.form-group.ico svg {
  width: 20px;
  color: #354144;
}

.form-group.ico input {
  padding: 0 0 0px 30px;
}

table:not(#myTable) thead th {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}

table tr th {
  font-weight: bold;
  text-align: center;
  background-color: #343a40;
  color: #ffffff;
  border-bottom: 1px solid #2D3436;
}

.page-item.active .page-link {
  z-index: 1 !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: white !important;
}

.spaces-bag button {
  border: 0;
  padding: 0;
  background-color: #ffffff61;
  border-radius: 50%;
  position: absolute;
  line-height: 0;
  top: 2px;
  right: 2px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  text-shadow: none;
  color: white;
  cursor: pointer;
  font-weight: 500;
  outline: none;
}

.spaces-bag button span {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.card.spaces-bag.showubications {
  background-color: #354144 !important;
  padding: 16px 18px;
}

.card-padding {
  padding: 1rem;
}

.page-link {
  color: #343a40 !important;
}

button#toggle {
  border: 0;
  background: 0;
  margin-right: 10px;
}

button#toggle {
  border: 0;
  background: 0;
  margin-right: 10px;
}

.row.list_pedidos.scroll {
  overflow-y: scroll;
  height: calc(100% - 14px);
}

.drivers-container {
  height: calc(100% - 156px);
}

@media (max-width: 800px) {

  a.navbar-brand.d-flex.align-items-center strong,
  a.navbar-brand.d-flex.align-items-center i {
    display: none;
  }

  .bg-dark {
    padding: 0.5rem;
  }

  .login .sidebar {
    width: 70%;
  }

  .login .sidebar .avatarMenu {
    left: calc(70% - 70px);
  }

  .logoRight {
    image-rendering: -webkit-optimize-contrast;
    left: 40px;
  }

  .menu .sidebar {
    width: 80%;
  }

  .avatarMenu {
    left: calc(80% - 70px);
  }

  .bgLogin {
    background-position: top;
  }

  .navbar .navbar-brand {
    font-size: 14px;
  }

  button#toggle img {
    width: 18px;
  }

  .btn-header,
  .btn-header:hover,
  .btn-header:focus {
    line-height: 15px;
    width: 23px;
    height: 23px;
  }

  .btn-header svg {
    width: 14px;
    margin: 0px;
  }

  .navbar .menuOp i.icon-menu {
    font-size: 23px;
  }

  .logo {
    margin-top: 0;
    width: 100px;
    height: 26px;
  }

  .card.cardcurr {
    width: 90px;
  }

  .drivers-container {
    height: calc(100% - 156px);
  }

  .cardPed strong {
    display: none;
  }

  .rightContent .tittleSection {
    width: 50%;
  }
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  border: .15em solid #343a40 !important;
  background-color: #343a40 !important;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.pac-container {
  z-index: 1050;
  border-radius: 10px;
}

.pac-item {
  padding: 4px 13px;
}

.pac-logo:after {
  display: none !important;
}

.groupdrivers {
  height: calc(100% - 130px) !important;
}

.collectdrivers {
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  padding: 5px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 140px);
  width: 100%;
}

.driversassigned {
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  padding: 5px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}

.delete-driver {
  cursor: pointer;
  font-size: 20px;
}

#toast-container>div:hover,
#toast-container>div {
  box-shadow: none !important;
  border-radius: 20px !important;
}