/** PRELOADER **/

.main-preloader {
  position: fixed;
  top: 0;
  z-index: 999999;
  background: rgba(50, 50, 50, 0.85) none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  display: none;
}

.main-preloader .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20%;
  width: 100%;
}

.ploader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(252, 210, 6, 0.2);
  border-right: 1.1em solid rgba(252, 210, 6, 0.2);
  border-bottom: 1.1em solid rgba(252, 210, 6, 0.2);
  border-left: 1.1em solid #7404bf;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.ploader,
.ploader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

a.logo img {
  max-height: 46px;
  min-height: 46px;
  display: block;
  margin: auto;
}

.border {
  border: 0px solid red;
}

#layout_1 .top {
  background-color: #38323a !important;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 55px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.top-header-nav a.green-button {
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #7404bf;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.top-header-nav a.green-button:hover {
  background-color: #611ca6;
  border-color: #611ca6;
  transform: translateY(-1px);
}
.text-right {
  text-align: right;
}
.center {
  text-align: center;
}
.text-left {
  text-align: left;
}

.block {
  display: block;
}
.menu-popx-reduce {
  display: none;
}

#layout_1 ul.menu {
  display: table;
  width: 200px;
  margin: 0;
  padding: 0;
}

#layout_1 ul.menu li {
  display: table-cell;
  text-align: center;
  border: 0px solid red;
  position: relative;
}

#layout_1 ul.menu li a {
  font-size: 30px;
  color: #7404bf;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

#layout_1 .left {
  display: inline-block;
  vertical-align: top;
}

.popup_menu {
  position: absolute;
  border: 1px solid #d8d8d8;
  background: #fff;
  left: -50px;
  position: absolute;
  top: 35px;
  width: 250px;
  padding: 12px 5px;

  -webkit-box-shadow: -3px 3px 5px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: -3px 3px 5px 0px rgba(216, 216, 216, 0.75);
  box-shadow: -3px 3px 5px 0px rgba(216, 216, 216, 0.75);
}

.popup_menu.notification {
  left: -330px;
  width: 400px;
  text-align: left;
}

#layout_1 ul.menu li .popup_menu a {
  color: #000;
}
#layout_1 ul.menu li .popup_menu a p {
  font-size: 16px;
}

.hide,
.popup_menu,
.table-action,
.assign-agent-wrap,
.team_opion,
.delivery-info,
.task-details,
.reason_wrap,
#order-id-wrap,
.search-team-wrap,
.custom_selection,
#frm-forgotpass,
.recurrent_task_wrap_inner {
  display: none;
}

.back-dashboard {
  display: block;
}

.back-dashboard a {
  color: #fff;
  display: table;
  font-size: 16px;
  margin-top: 5px;
}

body.dashboard .back-dashboard {
  display: none;
}
body.dashboard .search-team-wrap {
  display: block;
}

body.dashboard .dashboard-work-area {
  top: 55px !important;
  height: calc(100% - 55px) !important;
}

#table_list tr:hover .table-action,
#table_list .task-details {
  display: block;
}

#table_list .concat-text {
  width: 200px;
}

.orange-button {
  background: #f75d34;
  border: 1px solid #f75d34;
  color: #fff;
  padding: 5px 8px;
}

a.orange-button:hover,
button.orange-button:hover,
input.orange-button:hover,
input.orange-button:focus,
a.orange-button:focus,
#menu .logout-menu a:hover {
  text-decoration: none;
  color: #fff;
  background: #ff4e41;
  border: 1px solid #ff4e41;
}

.black-button {
  background: #101316;
  border: 1px solid #101316;
  color: #fff;
  padding: 5px 8px;
}

.blue-fields {
  border: 1px solid #38323a;
  padding: 5px 8px;
}

.lightblue-fields {
  /*border:1px solid #38323a;*/
  border: 1px solid #fff;
  padding: 5px 8px;
  color: #000;
}
.lightblue-fields.medium {
  padding: 3px 5px;
}

.black-button:hover {
  background: #262b31;
}

.orange-button.medium,
.green-button.medium,
.black-button.medium {
  /*padding: 5px 25px;*/
  padding: 8px 25px;
}

.green-button.small {
  padding: 2px 7px;
}
.green-button.inline {
  display: inline;
}

.green-button {
  background: #7404bf;
  border: 1px solid #7404bf;
  color: #fff;
  padding: 5px 8px;
}
.yellow-button {
  background: #7404bf;
  border: 1px solid #7404bf;
  color: #fff;
  padding: 5px 8px;
}
.yellow-button:hover {
  background: #611ca6;
  border: 1px solid #611ca6;
}
a.yellow-button:hover,
a.yellow-button:active,
a.yellow-button:focus {
  text-decoration: none;
  color: #fff;
}

.yellow-button.large {
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 8px;
}

.relative {
  position: relative;
}
.yellow-button i {
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 6px;
}

.tag_online {
  color: #00b279;
}

.green-button.inline,
.orange-button.inline,
.inline-block,
.black-button.inline {
  display: inline-block;
}

a.green-button:hover,
button.green-button:hover,
input.green-button:hover,
input.green-button:focus,
a.green-button:focus,
#menu .green-button a:hover {
  text-decoration: none;
  color: #fff;
  background: #611ca6;
  border: 1px solid #611ca6;
}

.rounded {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}

.rounded3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}

.rounded5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}

.rounded30 {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -khtml-border-radius: 30px;
}

.dashboard-work-area,
.parent-wrapper {
  border: 0px solid blue;
  position: absolute;
  height: 93%;
  width: 100%;
  top: 60px;
  left: 0;
}

.content_1,
.content_3 {
 /*  background: #f0f2f5 !important; */
}

.nav_option b {
  font-size: 20px;
}

.content_1 {
  display: inline-block;
  width: 280px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background: #eeeeee;
  overflow-y: auto;
}
.content_1.white {
  background: #fff;
  overflow: scroll;
  overflow-x: hidden;
}

.content_2 {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  margin-left: 280px;
  margin-right: 280px;
  width: calc(100% - 560px);
  background: #494646;
  overflow-y: auto;
}


.parent-wrapper {
  display: flex;
  height: 100vh; 
}


.content_1.white {
  width: 90px; 
  flex-shrink: 0;
  height: 100vh;
  position: relative; 
  background: #fff; 
  /* border-right: 1px solid #7404bf; */
  transition: width 0.3s ease-in-out;
  overflow: hidden; 
}


.content_main {
  flex-grow: 1; 
  height: 100vh;
  overflow-y: auto;
  position: static;
  width: auto;
  margin: 0;
}

.content_main .inner {
  padding: 25px;
}

.content_1.white:hover {
  width: 280px; 
}

.content_3 {
  display: inline-block;
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #eeeeee;
  overflow: scroll;
}

.blue_panel {
  background: #7404bf;
  color: #ffffff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.blue_panel .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.blue_panel .col-xs-6.text-right {
  width: auto;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

.blue_panel .text-right a {
  color: #ffffff !important;
  font-size: 22px;
  margin-left: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.2s ease;
}

.blue_panel .text-right a:hover {
  opacity: 0.8;
}

.blue_panel a {
  color: #38323a;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}

.blue_panel #calendar {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 120px;
}

.blue_panel #calendar:focus {
  background-color: rgba(255, 255, 255, 0.25);
  outline: none;
}
/** TABS **/
ul#tabs {
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-around;
  padding: 2px 0;
  margin: 0;
}
ul#tabs li {
  flex-grow: 1;
  padding: 8px 5px;
  color: #5f6368;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul#tabs li:hover {
  background-color: #f8f0ff;
  color: #7404bf;
}

ul#tabs li.active {
  color: #7404bf;
  border-bottom-color: #7404bf;
  background-color: transparent;
}

ul#tabs li.active span {
  color: #7404bf;
}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
ul#tab li {
  display: none;
}
ul#tab li.active {
  display: block;
}

/* END TABS*/
.top5 {
  margin-top: 5px;
}
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom30 {
  margin-bottom: 30px;
}

.content_1 #tabs li span,
.content_3 #tabs li span {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.1;
  margin-bottom: 2px;
}

.list_row .row.box {
  color: #515253;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
  box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
}

.list_row .row.box.active {
  border-left: 4px solid #7404bf;
  background-color: #f8f0ff;
  padding-left: 12px;
}

.list_row .row.box.task-map {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 16px;
  margin: 10px;
  width: calc(100% - 20px);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.list_row .row.box.task-map:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
}

.list_row .inline {
  display: inline-block;
}

.list_row .row p {
  margin: 0;
}

.tag {
  background: #33a17e;
  color: #fff;
}
span.tag {
  display: inline-block;
  padding: 3px 8px;
  text-align: center;
  min-width: 90px;
}
span.tag.failed,
span.tag.canceled,
span.tag.cancelled,
span.tag.declined,
.tag.cancelled,
tag.failed,
.failed,
.declined,
span.tag.suspended,
span.tag.blocked {
  background: #e53935;
}
.tag.unassigned,
span.tag.pending {
  background: #999;
}
.tag.assigned {
  background: #fc8344;
}
.tag.successful {
  background: #2c9f2c;
}
.tag.started {
  background: #ba68c8;
}
.tag.inprogress {
  background: #ec391c;
}
.tag.sign {
  background: #f6bf00;
}

.orange-button-small {
  background: #f75d34;
  color: #fff;
  padding: 2px 7px;
}
.orange-button-small:hover,
.orange-button-small:focus {
  background: #ff4e41;
  color: #fff;
  text-decoration: none;
}

.orange-button-small.inline {
  display: inline;
}


.left-menu::-webkit-scrollbar {
  width: 8px;
}

.left-menu::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}


.left-menu::-webkit-scrollbar-thumb {
  background: #c4c4c4; 
  border-radius: 6px; 
  border: 2px solid #f1f1f1; 
}


.left-menu::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5;
}


.left-menu {
  scrollbar-width: thin; 
  scrollbar-color: #c5c5c5 #f1f1f1; 
}

.left-menu {
  height: 100%;
  overflow-y: auto; 
  overflow-x: hidden;
}

.left-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.left-menu ul li {
  list-style: none;
  position: relative;
}

.left-menu ul li a {
  display: flex; 
  align-items: center;
  padding: 18px 25px;
  font-size: 16px;
  color: #404040;
  text-decoration: none;
  white-space: nowrap; 
  transition: background-color 0.2s;
}

.left-menu ul li a i {
  font-size: 22px; 
  min-width: 30px;
  text-align: center;
  margin-right: 20px;
  transition: margin 0.3s ease-in-out;
}

.left-menu ul li a .menu-item-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}


.content_1.white:hover .left-menu ul li a .menu-item-text {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s; 
}

.content_1.white:not(:hover) .left-menu ul li:hover .menu-item-text {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #343a40; 
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  margin-left: 10px; 
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  display: block;
}

/* Elemento activo */
.left-menu ul li.active a {
  background: #7404bf;
  color: #fff;
}
.left-menu ul li.active a i {
  color: #fff;
}

.left-menu ul li a:hover {
  background-color: #f1f1f1;
  color: #7404bf; 
}

.left-menu ul li.active a:hover {
  background: #5a0396; 
}

/* Estilos para el submenú */
#notification-logs-submenu li a {
    padding-left: 45px; 
}

#notification-logs-submenu li a i {
    font-size: 18px; 
}

.nav_option {
  margin: 0;
  padding: 15px 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
}

.nav_option a {
  margin-right: 10px;
}

.frm .inner {
  padding: 10px 25px;
}

.frm input[type="text"],
.frm input[type="password"],
.frm select,
.frm textarea {
  border: 1px solid #d8d8d8;
  padding: 8px 10px;
  font-size: 14px;
  width: 100%;
}

.frm p {
  margin-bottom: 3px;
}
.frm input[type="text"].mobile_inputs {
  padding-left: 50px;
  min-width: 245px;
}

#frm_task.frm input[type="text"].mobile_inputs {
  min-width: inherit;
}

body.login-body {
  background: #38323a;
}

.login-wrap {
  margin: auto;
  margin-top: 7%;
  /* width:350px; */
  margin-right: 45px;
  max-width: 400px;
  width: 90%;
}

.login-wrap p.white {
  color: #ffffff;
}

.login-wrap hr {
  border-top: 1px solid #605b61;
  height: 1px;
}

.login-wrap img {
  display: block;
  margin: auto;
}

.login-wrap .frm {
  border: 1px solid #d8d8d8;
  background: #f7f8fa;
}

.login-wrap .lightblue-fields {
  padding: 8px 10px;
  margin: auto;
  width: 100%;
}

#team_member_chosen input[type="text"] {
  height: auto;
  width: 100% !important;
}

.map1,
.map2,
.map-contact-wrap {
  border: 1px solid #d8d8d8;
  /*min-height:360px;*/
  min-height: 250px;
  width: 100%;
  background: #494646;
  position: relative;
}
.map_task,
.primary_map,
.map2_task,
.map_contact {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.pac-container {
  z-index: 99999 !important;
}

.inline.customer_name {
  vertical-align: top;
  width: 97px;
}

.assign-agent {
  font-size: 12px;
}

.content_1 .row.box:hover .task-details,
.map-info-window .task-details {
  display: block;
}

.text-orange {
  color: #f75d34;
}
.text-green {
  color: #00b279;
}

.assign-agent.text-orange,
.assign-agent.text-green,
.task-map .text-green {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
}

.task-map .col-xs-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.task-map .col-xs-2 .tag.delivery {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  height: 28px;
  width: 28px;
}

.task-map .col-md-5 {
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

.task-map p.task_address {
  font-size: 14px;
  color: #444;
  margin-top: 8px !important;
}

.task-map p.task_time {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.task-map .col-xs-10 {
  padding-left: 15px;
}

.task-map .task-details {
  color: #7404bf;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.task-map .task-details:hover {
  background-color: #ede7f6;
  text-decoration: none;
}

.task-map .col-xs-2 i {
  font-size: 18px;
  color: #888;
}

.concat-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.grey-box {
  background: #f5f5f5;
  padding: 8px 10px;
}

.grey-box .v {
  color: #515253;
}

.task-action-button a {
  display: block;
  text-align: center;
}

.map-info-window h4 {
  font-size: 17px;
}

#order-id-wrap h4 {
  margin: 0;
}

#search_map {
  background-color: #554d57;
  border: 1px solid #6a616c;
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
}
#search_map::placeholder {
  color: #b0a8b3;
}
.agent_name {
  font-weight: 600;
  font-size: 13px;
}
.connection_status {
  font-size: 12px;
}

.form-horizontal.frm .control-label {
  text-align: left;
}

.item-order-list,
.summary-wrap {
  width: 350px;
  margin: auto;
}

.item-order-list {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 8px;
}
.summary-wrap {
  padding-top: 8px;
}

.item-order-list .a,
.item-order-list .b {
  float: left;
}

.item-order-list .a,
.pr-3 {
  padding-right: 8px;
}

.item-order-list .b.uk-text-success {
  font-weight: bold;
}

.item-order-list .manage {
  float: right;
}

.clear {
  clear: both;
}

.dashboard-work-area .tag.rounded.pickup {
  background: #2196f3;
}

.tag.rounded {
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 1.5;
}

.up-down-wrap {
  bottom: 40px;
  position: fixed;
  right: 3%;
  z-index: 9999;
}

.up-down-wrap a {
  font-size: 30px;
  margin-right: 5px;
}

.notification-pop textarea {
  min-height: 150px;
  overflow: scroll;
  overflow-x: hidden;
}

.ingredients-label {
  color: #659f13;
}

.tag {
  text-align: center;
}
.customer-signature {
  max-width: 110px;
  background: #fff;
}

#layout_1 ul#notification_list {
  margin: 0;
  padding: 0px 0px;
}

#layout_1 #notification_list li {
  display: block;
  text-align: left;
  padding: 5px 0;
}
#layout_1 ul.menu li .popup_menu #notification_list a {
  display: inline;
  font-size: 14px;
  padding-left: 5px;
  font-weight: bold;
}

.map-location-wrap {
  border: 1px solid #d8d8d8;
  height: 450px;
  width: 100%;
  position: relative;
}
.map-location {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.settings-page ul#tabs li {
  width: 20%;
}

.map_task_loader,
.map_task_loader2 {
  position: relative;
  top: 0;
  z-index: 999999;
  background: rgba(50, 50, 50, 0.85) none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  display: none;
}

.map_task_loader .inner,
.map_task_loader2 .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20%;
  width: 100%;
}

.small-font {
  font-size: 11px;
}

#chartdiv {
  width: 100%;
  height: 430px;
}

.table_charts {
  width: 90%;
  margin: auto;
  margin-top: 30px;
}

.login-wrap .frm .inner {
  padding: 20px;
}

.login-wrap .sub-section {
  border-top: 1px solid #e1e1e1;
  padding: 10px 20px;
  color: #939598;
}
.login-wrap .sub-section a {
  color: #939598;
  text-decoration: underline;
}

#layout_1 .lang-wrapper ul,
#layout_1 .lang-wrapper ul li {
  display: block;
  margin: 0;
  padding: 0;
}

#layout_1 .lang-wrapper ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  padding: 5px;
  padding-left: 15px;
}
.lang-wrapper {
  display: none;
  background: #eeeeee none repeat scroll 0 0;
  position: absolute;
  top: 50px;
  width: 100px;
}

.dropoff_wrap,
.dropoff_action_1,
.dropoff_action_2,
.map2 {
  display: none;
}

.bold {
  font-weight: bold;
}

.dropoff-wrap h5,
.dropoff-wrap {
  display: none;
}

.profile-photo {
  background: #ccc;
  border: 1px solid #666;
  float: right;
  height: 85px;
  position: absolute;
  right: 20px;
  width: 100px;
}

.company-logo {
  background: #ccc;
  border: 1px solid #666;
  height: 100px;
  position: relative;
  width: 120px;
}

.profile-photo img,
.company-logo img {
  width: 100%;
  height: 100%;
}
.profile-photo p,
.company-logo p {
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
}

.ratings_wrap {
  display: none;
}

.task-remaining-wrap.rounded3 {
  background: transparent;
  border: 1px solid #7404bf;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  width: auto;
  min-height: 38px;
  box-sizing: border-box;
  margin: 0 8px;
}

.task-remaining-wrap {
  background: #38323a;
  width: 100px;
  border: 2px solid #7404bf;
  display: inline-block;
}

.task-remaining-wrap .task-number,
.task-remaining-wrap .task-text {
  float: none;
  width: auto;
  position: static;
  background: none;
  min-height: 0;
  text-align: left;
}

.task-remaining-wrap .task-number p.task-number-remaining {
  position: static;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0;
}

.task-remaining-wrap .task-number {
  margin-right: 8px;
}

.task-remaining-wrap .task-number-remaining {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: static;
  width: auto;
  text-align: left;
}

.task-remaining-wrap .task-number {
  width: 45%;
  position: relative;
  color: #7404bf;
}
.task-remaining-wrap .task-text {
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
}

.task-remaining-wrap .clear {
  display: none;
}

.task-number p {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 100%;
}

.dashboard-tab {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 0;
  background: #ffffff;
  display: none;
}

.dashboard-tab a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  color: #000000;
}

.dashboard-tab a:hover,
.dashboard-tab a.active {
  text-decoration: none;
  background: #ececec;
}
.dashboard-tab .col-xs-4 {
  padding: 0;
  margin: 0;
}
.dashboard-tab a.active {
  color: #004d75;
}

.new-contact .frm input.mobile_inputs[type="text"] {
  min-width: inherit;
}

.box.task-map.task_critical {
  background: #ff8181;
  -webkit-animation: argh-my-eyes 1s infinite;
  -moz-animation: argh-my-eyes 1s infinite;
  animation: argh-my-eyes 1s infinite;
}

@-webkit-keyframes argh-my-eyes {
  0% {
    background-color: #ff8181;
  }
  49% {
    background-color: #ff8181;
  }
  50% {
    background-color: #fff;
  }
  99% {
    background-color: #fff;
  }
  100% {
    background-color: #ff8181;
  }
}

.content_3 .view-driver-details,
.content_3 .open-modal-push {
  display: block;
  font-size: 12px;
}

.track-map-parent,
.track-details-wrap {
  height: 75%;
  margin-top: 20px;
  position: absolute;
  width: 70%;
}
.track-map {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tr_d {
  display: none;
}

.track_replay {
  margin-top: 25px;
  display: none;
}

.track-details-wrap {
  right: 0;
  width: 27%;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
  overflow: scroll;
}
.track-details-wrap p {
  display: block;
  min-width: 350px;
  max-width: 350px;
  margin-bottom: 2px;
}

/* css fixed for nav menu*/
#layout_1 ul.menu li.mobile-nav-wrap,
.dashboard ul.menu li.mobile-nav-wrap {
  display: none;
}
.parent-wrapper .content_main.margin-left {
  margin-left: 280px;
  width: calc(100% - 280px);
}

/*1.4*/
.mapbox_geocoder_wrap .mapboxgl-ctrl-geocoder,
.mapbox_geocoder_wrap .mapboxgl-ctrl-geocoder ul {
  max-width: 100%;
  min-width: auto;
  width: auto;
}
.mapbox_geocoder_wrap .geocoder-icon,
#search_map_mapbox .geocoder-icon {
  display: none;
}

.tab-pane {
  padding: 20px 10px;
}
.nav-tabs a {
  font-weight: bold;
  color: #000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #7404bf;
  color: #fff;
}
.grey-top-header {
  z-index: 999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-new-task {
  margin-right: 10%;
}

.top-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header-nav .green-button.rounded {
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #7404bf;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.top-header-nav .green-button.rounded:hover {
  background-color: #611ca6;
  border-color: #611ca6;
  transform: translateY(-1px);
}

.top-header-nav .left ul.menu {
  display: flex;
  align-items: center;
}

.top-header-nav .left ul.menu li a {
  padding: 8px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.top-header-nav .left ul.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#team {
  /* Apuntando al ID del selector */
  background-color: #fff;
  border: 1px solid #7404bf;
  color: #000;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 14px;
}

.menu-horizontal {
  display: none;
}

#search_map_mapbox .mapboxgl-ctrl-geocoder {
  max-width: inherit;
  min-width: auto;
  width: 100%;
}

#search_map_mapbox input {
  padding: 5px 5px 5px 10px;
  height: auto;
}
#search_map_mapbox .geocoder-icon-close {
  top: 6px;
}

body.dashboard .search-team-wrap {
  display: table;
}
.search-team-wrap .col {
  display: table-cell;
  vertical-align: top;
}

#search_map_mapbox {
  min-width: 250px;
}

.tag_push {
  background: #a94442;
  color: #fff;
}
span.tag_push {
  display: inline-block;
  padding: 3px 8px;
  text-align: center;
  min-width: 90px;
}
.tag_push.process {
  background: #33a17e;
}

ul#tab li ul.list_inline {
  margin: 0;
  padding: 0;
  list-style: circle;
}

ul#tab li ul.list_inline li {
  display: inline;
  padding-right: 10px;
  list-style: circle;
}

.list_row .row.box.locate-driver-onmap {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 12px 15px;
  margin: 10px;
  width: calc(100% - 20px);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  display: flex; /* Usamos Flexbox para alinear el contenido */
  align-items: center; /* Centrado vertical */
}
.list_row .row.box.locate-driver-onmap:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
}

.locate-driver-onmap .col-xs-2,
.locate-driver-onmap .col-xs-7,
.locate-driver-onmap .col-xs-3 {
  padding: 0 5px;
}

/* Columna del icono de estado */
.locate-driver-onmap .col-xs-2 {
  flex: 0 0 30px;
  text-align: center;
}

.locate-driver-onmap .col-xs-2 i {
  font-size: 14px;
}

.locate-driver-onmap .col-xs-7 {
  flex-grow: 1;
}

.locate-driver-onmap p {
  margin: 0 0 2px 0;
  line-height: 1.4;
}

.locate-driver-onmap .agent_name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.locate-driver-onmap .connection_status {
  font-size: 11px;
  color: #666;
}

.locate-driver-onmap a {
  font-size: 12px;
  color: #7404bf;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  transition: color 0.2s ease;
}

.locate-driver-onmap a:hover {
  color: #5a0399;
  text-decoration: underline;
}

.locate-driver-onmap .col-xs-3 {
  flex: 0 0 50px;
  text-align: center;
}

.locate-driver-onmap .number_of_task {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.locate-driver-onmap .text-muted {
  font-size: 11px;
  color: #888;
}