/** color text new**/
.colornuevo {
background-color: black;
color: white;
}

/** PRELOADER **/

.main-preloader{
position:fixed;
top:0;
z-index:999999;
background:rgba(0, 0, 0, 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 #16f0e6;
  -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);
  }
}

/**END preloader*/

/*a.logo{
color:#fff;
font-size:20px;
display:table;
margin-top:2px;
}
a.logo:hover{
text-decoration:none;
}*/
a.logo img{
max-height:50px;
min-height:50px;
display:block;
margin:auto;
}

.border{
border:0px solid red;
}

#layout_1 .top{
background: #fdfdfd;
padding-top:5px;
padding-bottom:6px;
position:relative;
z-index:1;
}

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

.block{
display:block;
}

#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:#2e2e2e;
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,
.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: #2e2e2e;
display: table;
font-size: 16px;
margin-top: 5px;
}

body.dashboard .back-dashboard{
display:none;
}
body.dashboard .search-team-wrap{
display:block;

}

#table_list tr:hover .table-action,
#table_list .task-details
{
display:block;
}

#table_list .concat-text{
width:200px;
}

.orange-button{
background:#16f0e6;
border:1px solid #16f0e6;
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:#16f0e6;
border:1px solid #16f0e6;

}



.red-button{
  background:#fc0d04;
  border:1px solid #ff0000;
  color:#fff;
  padding: 5px 8px;
  }


a.red-button:hover,
button.red-button:hover,
input.red-button:hover,
input.red-button:focus,
a.red-button:focus
{
text-decoration:none;
color:rgb(252, 252, 252);
background:#c40e01;
border:1px solid #c40e01;
}


.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,
.red-button.medium
{
/*padding: 5px 25px;*/
padding: 8px 25px;
}

.green-button.small{
padding:2px 7px;
}
.green-button.inline{
display:inline;
}

.green-button{
background:#2e2e2e;
border:1px solid #090909;
color:#ebebeb;
padding: 5px 8px;
width:fit-content;
}
.yellow-button{
background:#16f0e6;
border:1px solid #16f0e6;
color:rgb(0, 0, 0);
padding: 5px 8px;
}

.gray-button{
  background:#2e2e2e;
  border:1px solid #2e2e2e;
  color:#ebebeb;
  padding: 5px 8px;
  }

.yellow-button:hover{
background:#16f0e6;
border:1px solid #16f0e6;
}

.gray-button:hover{
  background:#2e2e2e;
  border:1px solid #ebebeb;
  }

a.yellow-button:hover,
a.yellow-button:active,
a.yellow-button:focus
{
text-decoration:none;
color:#fff;
}


a.gray-button:hover,
a.gray-button:active,
a.gray-button:focus
{
text-decoration:none;
color:#fff;
}


.yellow-button.large{
display: block;
text-align: center;
width: 100%;
padding: 10px 8px;
}


.gray-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;
}

.gray-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,
.red-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:#23c562;
border:1px solid #23c562;

}

.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
{
  background-color: #fdfdfd;
border:0px solid blue;
position:absolute;
height:93%;
width:100%;
top:48px;
left:0;
}

.content_1{
display:inline-block;
width:400px;
position:absolute;
top:0;
height:100%;
left:0;
background:#ebebeb;
overflow-y:auto;
}
.content_1.white{
background:#fff;
overflow:scroll;
overflow-x: hidden;
}

/* menu content_5 mejorado incio */

/* Menú lateral mejorado */
.content_5 {
    display: flex;
    flex-direction: column;
    width: 300px;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    background: #2c3e50;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    scrollbar-color: #34495e #2c3e50;
}

/* Variante blanca mejorada */
.content_5.white {
    background: #ffffff;
    border-right: 1px solid #e0e0e0;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.08);
    scrollbar-color: #bdc3c7 #ffffff;
}

/* Menú colapsado */
.content_5.collapsed {
    width: 70px;
    transform: translateX(0);
}

/* Menú oculto en móviles */
.content_5.hidden {
    transform: translateX(-100%);
}

/* Estilos para webkit browsers (Chrome, Safari) */
.content_5::-webkit-scrollbar {
    width: 6px;
}

.content_5::-webkit-scrollbar-track {
    background: transparent;
}

.content_5::-webkit-scrollbar-thumb {
    background: #34495e;
    border-radius: 3px;
}

.content_5.white::-webkit-scrollbar-thumb {
    background: #bdc3c7;
}

/* Header del menú */
.content_5 .menu-header {
    padding: 20px 15px;
    border-bottom: 1px solid #34495e;
    background: #1a252f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
}

.content_5.white .menu-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

/* Logo/Título del menú */
.content_5 .menu-logo {
    color: #ecf0f1;
    font-size: 18px;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.content_5.white .menu-logo {
    color: #2c3e50;
}

.content_5.collapsed .menu-logo {
    opacity: 0;
}

/* Botón toggle */
.content_5 .menu-toggle {
    background: none;
    border: none;
    color: #ecf0f1;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.content_5.white .menu-toggle {
    color: #2c3e50;
}

.content_5 .menu-toggle:hover {
    background-color: #34495e;
}

.content_5.white .menu-toggle:hover {
    background-color: #e9ecef;
}

/* Lista de navegación */
.content_5 .menu-nav {
    flex: 1;
    padding: 10px 0;
}

.content_5 .menu-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content_5 .menu-nav li {
    margin: 2px 0;
}

/* Enlaces del menú */
.content_5 .menu-nav a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    border-left: 3px solid transparent;
}

.content_5.white .menu-nav a {
    color: #495057;
}

/* Iconos del menú */
.content_5 .menu-nav a .icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.content_5.collapsed .menu-nav a .icon {
    margin-right: 0;
}

/* Texto del menú */
.content_5 .menu-nav a .text {
    transition: opacity 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
}

.content_5.collapsed .menu-nav a .text {
    opacity: 0;
    width: 0;
}

/* Estados hover y activo */
.content_5 .menu-nav a:hover {
    background-color: #34495e;
    color: #ecf0f1;
    border-left-color: #3498db;
    padding-left: 25px;
}

.content_5.white .menu-nav a:hover {
    background-color: #f8f9fa;
    color: #2c3e50;
    border-left-color: #007bff;
}

.content_5 .menu-nav a.active {
    background-color: #3498db;
    color: #ffffff;
    border-left-color: #2980b9;
}

.content_5.white .menu-nav a.active {
    background-color: #007bff;
    color: #ffffff;
    border-left-color: #0056b3;
}

/* Separadores */
.content_5 .menu-separator {
    height: 1px;
    background: #34495e;
    margin: 10px 20px;
}

.content_5.white .menu-separator {
    background: #e9ecef;
}

/* Footer del menú */
.content_5 .menu-footer {
    padding: 15px;
    border-top: 1px solid #34495e;
    background: #1a252f;
}

.content_5.white .menu-footer {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content_5 {
        width: 280px;
        transform: translateX(-100%);
    }
    
    .content_5.open {
        transform: translateX(0);
    }
    
    .content_5.collapsed {
        width: 280px;
    }
}

@media (max-width: 480px) {
    .content_5 {
        width: 100%;
    }
}



/* Overlay para móviles */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Animaciones adicionales */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.content_5.animate-in {
    animation: slideIn 0.3s ease-out;
}

/* Tooltips para menú colapsado */
.content_5.collapsed .menu-nav a {
    position: relative;
}

.content_5.collapsed .menu-nav a::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #2c3e50;
    color: #ecf0f1;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.content_5.collapsed .menu-nav a:hover::after {
    opacity: 1;
    visibility: visible;
    left: 75px;
}

/* Focus states para accesibilidad */
.content_5 .menu-nav a:focus {
    outline: 2px solid #3498db;
    outline-offset: -2px;
}

.content_5 .menu-toggle:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}
/* menu content_5 mejorado fin */

.content_2{
position:absolute;
top:0;
height:100%;
margin-left: 400px;
margin-right: 400px;
width: calc(100% - 560px);
background:#ffffff;
overflow-y:auto;
}

.content_main{
display:inline-block;
position:absolute;
top:0;
height:100%;
margin-left: 280px;
margin-right: 280px;
width: calc(100% - 280px);
overflow:scroll;
}

.content_main .inner{
padding:20px;
}

.content_3{
display:inline-block;
width:400px;
position:absolute;
top:0;
right:0;
height:100%;
background:#fdfdfd;
overflow:scroll;
}

.blue_panel{
background:#ebebeb;
color:#2e2e2e;
padding:10px;
margin-top: 25px;
}

.blue_panel a{
color:#2e2e2e;
font-size:20px;
display:inline-block;
margin-left:10px;
}

/** IMPROVED MODERN TABS **/
ul#tabs {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ebebeb 100%);
    border-bottom: 1px solid rgba(46, 46, 46, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
}

ul#tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(46, 46, 46, 0.1) 50%, transparent 100%);
}

ul#tabs li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    cursor: pointer;
    color: #6c757d;
    font-weight: 400;
    flex: 1;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 6px 6px 0 0;
    margin: 4px 1px 0 1px;
    background: transparent;
    min-height: 50px;
    text-align: center;
    overflow: hidden;
}

ul#tabs li .tab-number {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 3px;
    color: #16f0e6;
}

ul#tabs li .tab-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

ul#tabs li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #16f0e6, #00d4aa);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    border-radius: 2px 2px 0 0;
}

ul#tabs li:hover {
    color: #2e2e2e;
    background: rgba(255, 255, 255, 0.7);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

ul#tabs li:hover .tab-number {
    color: #00d4aa;
}

ul#tabs li:hover::before {
    width: 60%;
    opacity: 0.6;
}

ul#tabs li.active {
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

ul#tabs li.active .tab-number {
    color: #16f0e6;
    font-weight: 700;
}

ul#tabs li.active .tab-text {
    color: #000000;
    font-weight: 500;
}

ul#tabs li.active::before {
    width: 80%;
    height: 4px;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(22, 240, 230, 0.3);
}

ul#tabs li:first-child {
    margin-left: 4px;
}

ul#tabs li:last-child {
    margin-right: 4px;
}

/* Tab Content Styling */
ul#tab {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

ul#tab li {
    display: none;
    padding: 24px;
    animation: fadeIn 0.4s ease-in-out;
}

ul#tab li.active {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    ul#tabs {
        flex-direction: column;
        border-radius: 8px;
    }
    
    ul#tabs li {
        width: 100%;
        margin: 1px 4px;
        border-radius: 6px;
        flex-direction: row;
        min-height: 44px;
        padding: 10px 12px;
    }
    
    ul#tabs li .tab-number {
        margin-bottom: 0;
        margin-right: 8px;
        font-size: 14px;
    }
    
    ul#tabs li .tab-text {
        white-space: normal;
        text-overflow: initial;
        font-size: 10px;
    }
    
    ul#tabs li::before {
        bottom: auto;
        top: 0;
        height: 100%;
        width: 4px;
        left: 0;
        transform: none;
        border-radius: 0 2px 2px 0;
    }
    
    ul#tabs li:hover::before,
    ul#tabs li.active::before {
        width: 4px;
    }
}

/* Animation Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Focus States for Accessibility */
ul#tabs li:focus {
    outline: 2px solid #16f0e6;
    outline-offset: 2px;
}

ul#tabs li:focus:not(:focus-visible) {
    outline: none;
}

/* Smooth Scrolling for Tab Content */
ul#tab {
    scroll-behavior: smooth;
}
/* END IMPROVED TABS */

/* Animation Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Focus States for Accessibility */
ul#tabs li:focus {
    outline: 2px solid #16f0e6;
    outline-offset: 2px;
}

ul#tabs li:focus:not(:focus-visible) {
    outline: none;
}

/* Smooth Scrolling for Tab Content */
ul#tab {
    scroll-behavior: smooth;
}
/* END IMPROVED 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
{
display:block;
text-align:center;
font-size:30px;
}

.list_row .row.box{
color:#2e2e2e;
background:#ebebeb;
border-bottom:1px solid #2e2e2e6e;
-webkit-box-shadow: 0px 1px 4px 0px rgba(40,40,40,1);
-moz-box-shadow: 0px 1px 4px 0px rgba(40,40,40,1);
box-shadow: 0px 1px 4px 0px rgba(40,40,40,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{
background:#16f0e6;
}

.list_row .inline{
/*display:inline;*/
display:inline-block;
}

.list_row .row p{
margin:0;
}

.tag{
background:#2e2e2e ;
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,
span.tag.suspended,
span.tag.blocked
{
background:#e53935;
}

.tag.unassigned,
span.tag.pending
{
background:#999;
}
.tag.asignado {
background:#1A343C ;
}
.tag.assigned {
  background:#1A343C ;
  }

.tag.admitido {
    background:#2f5d68 ;
    }

.tag.Iniciado {
     background:#397b74 ;
  }
      
.tag.started {
     background:#397b74 ;
   }

.tag.Exitoso{
background:#326b2f  ;
}
.tag.successful{
  background:#326b2f  ;
  }

.tag.llegado{
background:#6edbc9 ;
}
.tag.inprogress{
  background:#6edbc9 ;
  }
.tag.cancelado{
    background:#ff4800 ;
    }
.tag.cancelled{
      background:#ff4800 ;
      }
.tag.fallido{
    background:#ff0000 ;
    }
.tag.failed{
      background:#ff0000 ;
      }
.tag.declined{
      background:#5f4a15 ;
    }    

.tag.sign{
background:#f6bf00 ;
}
.tag.reprogramado{
  background:#ff6700 ;
}
.tag.nextday{
    background:#51a89b ;
}

.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 ul{
margin:0;
padding:0;
width:100%;
}
.left-menu ul li{
list-style:none;
padding:15px 30px;
}

.left-menu ul li.active{
background:#16f0e6;
}
.left-menu ul li.active a{
color:#38323a;
}

.left-menu ul li a{
font-size:18px;
color:#404040;
display:block;
padding:5px 0px;
}
.left-menu ul li a:hover{
text-decoration:none;
color:#427b99  ;
}
.left-menu ul li.active a:hover{
color:#fff;
}

.nav_option{
padding:40px 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;
}

/*.frm div[class^="col-md-"]{
padding-left:0px;
padding-right:0px;
}*/

body.login-body{
  background: #ebebeb;
  background-size: cover;
}

.login-wrap{
margin:auto;
margin-top:7%;
width:350px;
}

.login-wrap p.white{
color:#ffffff;
}

.login-wrap hr{
border-top:1px solid #2e2e2e;
height:1px;
}

.login-wrap img{
display:block;
margin:auto;
max-width:200px;
margin-bottom:30px;
}

.login-wrap .frm{
border:1px solid #ebebeb;
background:#ebebeb;
}

.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;
}

.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{
min-width:250px;
}
.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 ;
}

.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:#16f0e6;
}

.tag{
text-align:center;
}
.customer-signature{
max-width:110px;
background:#fff;
}

#layout_1 ul#notification_list{
margin:0;
padding:0px 20px;
}

#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: 0%;
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 #2e2e2e;
padding:10px 20px;
color:#2e2e2e;
}
.login-wrap .sub-section a{
color:#2e2e2e;
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{
background:#38323a;
width: 100px;
border:2px solid #16f0e6;
display:inline-block;
}
.task-remaining-wrap .task-number{
float:left;
width:45%;
position:relative;
color:#16f0e6;
}
.task-remaining-wrap .task-text{
float:right;
width:55%;
color:#000;
font-size: 10px;
text-align: center;
background:#16f0e6;
min-height:29px;
}
.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;
background-color: #2e2e2e;
color:#ebebeb;
}

.dashboard-tab a:hover,
.dashboard-tab a.active
{
text-decoration:none;
background:#ebcd75;
color:#2e2e2e;
}
.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:#16f0e6 ;
}
.grey-top-header{
z-index: 999 !important;
}


#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;
}
.izq{
  margin-left: 5px !important;

}
a.blue-button:hover,
button.blue-button:hover,
input.blue-button:hover,
input.blue-button:focus,
a.blue-button:focus,
#menu .blue-button a:hover
{
text-decoration:none;
color:#fff;
background:#337ab7;
border:1px solid #337ab7;

}
.blue-button{
  background:#0d75cf;
  border:1px solid #0d75cf;
  color:#fff;
  padding: 5px 8px;
  width:fit-content;
  }
  .txt-grande{
   
    font-size:20px;
    }

.icono{
  color: #f3f3f3;
  font-weight: 200;
}
.amarillo{
  color: #ebebeb;
}
.gray{
  color: #2e2e2e;
  text-transform: capitalize;
}

.grande{
    font-size: 30px;
    color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.cua{
  border-style:solid;
  border-width:2px;
  border-color:#ebebeb;
  position: relative;
  width: 100%;
  padding: 0px 0px 20px 10px;
  border-radius: 10px;
}

.fondoblanco{
  border-style:solid;
  border-width:4px;
  border-color:#16f0e6;
  position: relative;
  left: -10px;
  width: 180px;
  padding: 0px 0px 0px 10px;
  background-color: #16f0e6;
  
}
.negrilla
{
  font-weight: 800;
  
}

.fondoestado{
  border-style:solid;
  border-width:4px;
  border-color:#ebebeb;
  position: relative;
  left: -10px;
  width: 180px;
  padding: 0px 0px 0px 10px;
  background-color: #ebebeb;
  
}
.tiposervicio{
  background-color: #b6b6b6;
  color: #000000;
  position: relative;
  left: -10px;
  width: 180px;
 
  
}

.botonestados{
  width: 105%;
  height: 30px;
  left: -10px;
  background-color: #ebebeb;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  border-width:4px;
  border-style:solid;
  border-color:#ebebeb;
 
}


  .fondoasignar{
    background-color: #2f2f2f;
    width: 100%;
    border-width:4px;
    border-style:solid;
    border-color:#ebebeb;
    padding: 0px 0px 0px 10px;
    text-align: center;
  
  }

  .Localidad{
    width: 105%;
    height: 30px;
    left: -10px;
    background-color: #2f2f2f;
    color: #ebebeb;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 500;
    border-width:4px;
    border-style:solid;
    border-color:#2f2f2f;
  }

  .mayus {
    text-transform: uppercase;
  }
  .tracking{

    width: 70%;
    height: 20px;
    margin-top: 10px;
    background-color: #2f2f2f;
    color: #ebebeb !important;
    text-align: center;
    font-weight: 550;
    
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
   
  }

  .tracking:hover .tracking:focus{
    color:#ffd103 !important;
    }
  .linea{
    display: inline-block;
    text-align: center;

  }
  .notificar{
    margin-top: 20px;
    font-size: 12px; 
    text-align: center; 
    height: 20px;
    text-align: center;
   
  }
  .notificar a{
    color: #ebebeb !important;
  
  }
  .botonizq{
    padding: 0 10px 0px 10px;
    background-color: #2f2f2f;
  }
  .botonder{
    padding: 0 10px 0px 10px;
    background-color: gray; 
  }

  hr {
    width: 150%;
    left: -20px;

    height: 1px !important;
    background-color: #2f2f2f75 !important;
    border-color:#2f2f2f75 ;
    position: relative;
    filter: blur(2px);

  }

/* Timeline responsive and minimalist styles */
.timeline-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.timeline-date {
    font-size: 11px;
    color: #666;
    opacity: 0.8;
}

.timeline-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.timeline-remarks {
    font-size: 13px;
    line-height: 1.4;
    color: #2e2e2e;
}

.timeline-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Minimal details for routed status */
.timeline-details-minimal {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.detail-chip {
    background: rgba(22, 240, 230, 0.1);
    color: #2e2e2e;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
}

/* Routed minimal styling */
.routed-minimal {
    padding: 12px 16px;
    background: #f8f9fa;
    border-left: 3px solid #16f0e6;
}

.routed-minimal .timeline-remarks {
    font-size: 12px;
    opacity: 0.9;
}

/* Enhanced timeline extras */
.timeline-extras {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.timeline-link {
    color: #16f0e6;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(22, 240, 230, 0.1);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.timeline-link:hover {
    color: #ffffff;
    background: #16f0e6;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Responsive design */
@media (max-width: 768px) {
    .timeline-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .timeline-date {
        font-size: 10px;
    }
    
    .timeline-remarks {
        font-size: 12px;
    }
    
    .timeline-extras {
        flex-direction: column;
        gap: 4px;
    }
    
    .timeline-link .link-text {
        display: none;
    }
    
    .timeline-link {
        padding: 6px;
        justify-content: center;
        min-width: 32px;
    }
    
    .detail-chip {
        font-size: 9px;
        padding: 1px 6px;
    }
    
    .routed-minimal {
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .timeline-container {
        gap: 6px;
    }
    
    .timeline-content {
        gap: 4px;
    }
    
    .timeline-details-minimal {
        gap: 4px;
    }
}


/*  */
/* Driver Cards - Modern Minimalist Design with Better Separation */
.driver-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.driver-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #16f0e6 0%, #14d4cc 100%);
}

.driver-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-color: #16f0e6;
}

/* Header Section */
.driver-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

.driver-status {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.status-indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 4px;
    flex-shrink: 0;
    border: 2px solid #ffffff;
}

.status-indicator.tag_online {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.status-indicator.tag_offline {
    background: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.driver-info {
    flex: 1;
}

.driver-name {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.2;
}

.status-text {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

/* Agency Information Styles */
.agency-info {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: linear-gradient(135deg, rgba(22, 240, 230, 0.1) 0%, rgba(20, 212, 204, 0.1) 100%);
    border-radius: 20px;
    border: 1px solid rgba(22, 240, 230, 0.3);
    margin-top: 6px;
}

.agency-icon {
    color: #16f0e6;
    font-size: 12px;
}

.agency-name {
    font-size: 11px;
    color: #16f0e6;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Task Counter */
.task-counter {
    text-align: center;
    background: linear-gradient(135deg, #16f0e6 0%, #14d4cc 100%);
    color: white;
    padding: 10px 14px;
    border-radius: 10px;
    min-width: 65px;
    box-shadow: 0 2px 8px rgba(22, 240, 230, 0.3);
}

.task-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.task-label {
    display: block;
    font-size: 11px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* Details Section */
.driver-details {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #e5e7eb;
}

.detail-item:last-child {
    margin-bottom: 0;
}

.detail-icon {
    color: #6b7280;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.detail-text {
    font-size: 13px;
    color: #4b5563;
    flex: 1;
    font-weight: 500;
}

/* Duty Status */
.duty-status {
    justify-content: space-between;
}

.duty-status.active {
    background: rgba(16, 185, 129, 0.1);
    border-left-color: #10b981;
}

.duty-status.inactive {
    background: rgba(239, 68, 68, 0.1);
    border-left-color: #ef4444;
}

.duty-active {
    color: #10b981;
    font-size: 16px;
}

.duty-inactive {
    color: #ef4444;
    font-size: 16px;
}

/* Actions Section */
.driver-actions {
    display: flex;
    gap: 10px;
}

.action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.action-btn.primary {
    background: linear-gradient(135deg, #16f0e6 0%, #14d4cc 100%);
    color: white;
    box-shadow: 0 2px 6px rgba(22, 240, 230, 0.3);
}

.action-btn.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 240, 230, 0.4);
}

.action-btn.secondary {
    background: #f3f4f6;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

.action-btn.secondary:hover {
    background: #e5e7eb;
    color: #374151;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.action-btn i {
    font-size: 14px;
}

/* Container spacing */
.driver-cards-container {
    padding: 20px 0;
}

.driver-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    padding: 0 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .driver-card {
        padding: 16px;
        margin-bottom: 16px;
    }
    
    .driver-header {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }
    
    .driver-name {
        font-size: 15px;
    }
    
    .task-counter {
        padding: 8px 12px;
        min-width: 55px;
    }
    
    .task-number {
        font-size: 18px;
    }
    
    .driver-details {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }
    
    .detail-item {
        padding: 6px 10px;
        margin-bottom: 8px;
    }
    
    .driver-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .action-btn {
        padding: 12px;
    }
    
    .agency-info {
        margin-top: 4px;
        padding: 3px 8px;
    }
    
    .agency-name {
        font-size: 10px;
    }
    
    .agency-icon {
        font-size: 11px;
    }
    
    .driver-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    .driver-card {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .driver-header {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .task-counter {
        align-self: center;
        min-width: 80px;
    }
    
    .detail-item {
        margin-bottom: 6px;
        padding: 6px 8px;
    }
    
    .agency-info {
        margin-top: 8px;
        align-self: flex-start;
    }
}

/* Loading and Empty States */
.drivers-loading {
    text-align: center;
    padding: 40px;
    color: #6b7280;
}

.drivers-empty {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}

.drivers-empty i {
    font-size: 48px;
    color: #d1d5db;
    margin-bottom: 16px;
}

/* Customer Info Styling */
.detail-item.customer-info {
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #3b82f6;
}

.detail-item.customer-info .detail-icon {
    color: #3b82f6;
}

.detail-item.customer-info .detail-text {
    color: #1e40af;
    font-weight: 600;
}

