.row{
    margin: 0px;
}

.content-toast{
    position: absolute;
    width: 100%;
    top:  env(safe-area-inset-top) !important;
    padding-top: 10px;
    z-index: 10000;
    height: 0px;
}

#wrapper_toast_ac{
    left: calc(50% - 205px);
    position: fixed;
    top:  calc(env(safe-area-inset-top) + 5%) !important;;
    width: 410px;
}

#wrapper_toast_ac .toast-ac{
    background: #fff;
    padding: 20px 15px 20px 20px;
    border-radius: 10px;
    border: none;
    border-left: 5px solid;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: inherit;
    font-family: 'Poppins', sans-serif;
}

#wrapper_toast_ac .toast-ac.offline{
    border-color: #ccc;
}

#wrapper_toast_ac .toast-ac .content{
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    padding: 0px;
    flex-grow: 1;
    position: relative;
}

#wrapper_toast_ac .content .icon{
    font-size: 25px;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#wrapper_toast_ac .toast-ac.offline .content .icon{
    background: #ccc;
}

#wrapper_toast_ac .content .details{
    margin-left: 15px;
    width: calc(100% - 100px);
}

#wrapper_toast_ac .details span{
    font-size: 18px;
    font-weight: 500;
}

#wrapper_toast_ac .details p{
    color: #878787;
    margin: 0px;
    font-size: 13px;
    line-height: 15px;
}

#wrapper_toast_ac .toast-ac .close-icon{
    color: #878787;
    font-size: 18px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #f2f2f2;
    transition: all 0.3s ease;
}

#wrapper_toast_ac .close-icon:hover{
    background: #efefef;
}

.toast-success{
    border-left-color: #2ecc71 !important;
}

.toast-info{
    border-left-color: #17a2b8 !important;
}

.toast-danger{
    border-left-color: #e51c23 !important;
}

.toast-dark{
    border-left-color: black !important;
}

.toast-success .icon{
    background: #2ecc71 !important;
}

.toast-info .icon{
    background: #17a2b8 !important;
}

.toast-danger .icon{
    background: #e51c23 !important;
}

.toast-dark .icon{
    background: black !important;
}

@media (max-width: 480px){
    #wrapper_toast_ac{
        left: calc(50% - 150px);
        width: 300px;
    }

    #wrapper_toast_ac .toast-ac{
        padding: 10px 5px 10px 10px;
    }

    #wrapper_toast_ac .content .icon{
        font-size: 15px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    #wrapper_toast_ac .content .details {
        width: calc(100% - 100px);
    }

    #wrapper_toast_ac .toast-ac .close-icon{
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}


@media (max-width: 360px){
    #wrapper_toast_ac{
        left: calc(50% - 120px);
        width: 240px;
    }

    #wrapper_toast_ac .content .details {
        width: calc(100% - 55px);
    }

    #wrapper_toast_ac .toast-ac .close-icon{
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        font-size: 15px;
    }

    #wrapper_toast_ac .toast-ac .content{
        width: 100%;
    }
}




.inputToken{    
    background: #EDEFF2!important;
    /*background: #fff!important;*/
    border:0px!important;
}
.logoInicio{
    margin-top: 135px!important; 
}
body{
    width: 100%;
    height: 100%;
}
.Contenido{
    position: relative;
    width: 100%;
    height: 100%;
}
#main{
    background: #f1f1f1;
    position: relative;
    width: 100%;
    height: calc(100% - 110px);
    overflow-y: auto;
    padding-top: 65px;
}

#perfil,#historial,#notificaciones{    
    display: none;
    background: #fff;
    position: relative;
    width: 100%;
    height: calc(100% - 110px);
    overflow-y: auto;    
    padding-top: 50%;
}

.ver-ruta-icon{
    color: #007BFF;
}
.aceptar-icon{
    color: #28A745;
}
.rechazar-icon{
    color: #EC2431;
}
.item-row-pedido{
    margin-bottom: 3px;
}
.col-left{
    padding-left: 0px;
}

#map{
    background: #ccc;
    position: relative;
    width: 100%;
    height: calc(100% - 110px);
}

.tool{    
    position: relative;
    height: 55px;
    width: 100%;
    background-color: #f8f9fa!important ;
    box-shadow: 0px 0px 5px #D4D4D4;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
}
.menu-item{
    color: #333;
    font-size: 8px;    
}

.menu-item i{
    color: #999;
    font-size: 21px;
}
.tool_accion{
    text-align: center;
    padding: 15px 0px;
}
.menu-item-action{
    color: #9ba8b5;
    font-size: 21px;
    padding-top: 4px;
}
.item-menu-accion{
    color: #9ba8b5;
    font-size: 21px;
    padding-top: 4px;
    text-align: center;
}

.nombre-item-menu-accion{
    font-size: 10px;
    font-weight: bold;
}
.input-accion{
    background: #fff!important;
    border:1px solid #ccc!important;
    border-radius: 5px!important;
}
.card-asignacion{
    background: #fff;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #cccc;
    padding-top: 10px;
    padding-bottom:10px;
}
.badge.success{
    border: 1px solid #28a745;
    color:#28a745;
}
.badge.info{
    border: 1px solid #17a2b8;
    color:#17a2b8;
}
.badge.warning{
    border: 1px solid #ffc107;
    color:#ffc107;
}
.icon-card{
    font-size: 11px;
    color: #9ba8b5;
}
.row-asignacion{
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 8px;
}
.Master{
    /*border-radius: 5px;    
    border: 1px solid #DEE2E6;*/
}
.box-asignaciones{
    padding-top: 10px;;
    margin-bottom: 3px;;
}

.box-action{    
    position: fixed;
    top: calc(env(safe-area-inset-top) + 55px) !important;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    /*background: #EDEFF2;*/
    box-shadow: 0px 0px 5px #D4D4D4;
}
.btn-red{
    background-color: #EC2431;
    color: #fff;
}
.btn-cancelar{
    background-color:#999999;
    color: #fff;
}
.btn-fecha{
    border: 1px solid #DEE2E6;    
    color:#333333;
}
.flecha-inactiva{
    color: #999999;
}
body {
    padding-top: env(safe-area-inset-top) !important;
  }

  #Version{
    font-size: 10px;
    color: #333;
  }

  .text-desvincular{
    font-size: 11px;
    color: #333;
  }
  .Login{
    display: none;
    padding-top: 40%;
  }

  .logoInicio2{
    position: relative;
    margin-top: calc(50% - 139px)!important; 
    display: none;
    width: 190px;
  }
  .contenedor_login{    
    padding: 15px;
    border-radius: 5px;
  }
  .daterangepicker {
    position: fixed !important; /* Relativo a la ventana */    
    top: inherit !important;    /* Fijar al fondo */
    bottom: 0px!important;      /* Iniciar desde el borde izquierdo */
    left: 0 !important;         /* Iniciar desde el borde izquierdo */
    width: 100% !important;     /* Ocupa todo el ancho de la pantalla */
    z-index: 9999;              /* Asegurarte que esté encima */
    transform: none !important; /* Elimina transformaciones innecesarias */
    border-radius: 0 !important; /* Opcional: Quita esquinas redondeadas */
    box-shadow: none !important; /* Opcional: Quita sombras */
}

.drp-calendar{
    max-width: 100%!important;
    width: 100%!important;
}
.modal-header{
    border-bottom: 0px!important;
}
.modal-footer{
    border-top: 0px!important;
    display: block!important;
    text-align: center!important;
}
.box-texto-alerta{
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
}

.select-modulo{
    /*color:  #EC2431!important;*/
    color:  #333!important;
}
.fondo_bloqueo{
    position: fixed;    
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    opacity: 0.5;
    display: none;
}
.itemLavPnCt{
    text-align: center!important;
    padding: 7px;
    border-bottom: 1px solid #ccc;
}
#list-print{
    position: relative;
    max-height: 350px;
    overflow-y: auto;
}
.select-modulo-print{
    color:#28A745!important;
}
.selectLvPn{
    color: #007BFF;
    font-weight: bold;
}
#nombre_print{
    font-size: 7px;
    color: #333;
    line-height: 0;
}