body{
    font-family: 'Montserrat';
}

body[data-leftbar-theme=dark] .side-nav .side-nav-link:active, body[data-leftbar-theme=dark] .side-nav .side-nav-link:focus, body[data-leftbar-theme=dark] .side-nav .side-nav-link:hover {
    color: #FFF;
}

body[data-leftbar-theme=dark] .leftside-menu {
    background: #00325D;
}

body[data-leftbar-theme=dark] .leftside-menu .logo {
    background: #00325D!important;
}

a {
    color: #00325D;
    font-weight: 500;
    text-decoration: none;
}

.text-align-end{
    text-align: end !important;
}

hr{
    border: 1px solid #FFF;
}

.padding-16{
    padding: 16px 0px;
}

.ms-17{
    margin-left: 17px;
}

.ms-23{
    margin-left: 23px;
}

.strong{
    font-weight: 700;
}

.z-index{
    z-index: 1;
}

.padding-0{
    padding: 0;
}

.pl-0{
    padding-left: 0;
}

/*-- Imagenes small Eri --*/
.portadas-sm{
    width: 50px;
    height: 50px;
}

/*-- Títulos --*/
.page-title-box .page-title{
    color: #00325D;
}

.card .header-title{
    color: #020202;
}

.modal-title{
    color: #020202;
}

/*-- Menú --*/
.side-nav .menu-arrow{
    right: 15px;
}

.btn-search{
    color: #fff !important;
    background: #8A9CE1 !important;
    border-radius: 2px !important;
    border: 1px solid #8A9CE1 !important;
    box-shadow: none !important;
}

/*-- Login --*/
.input-group-text{
    color: #6c757d;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #81c1ec;
}

.btn-ingresar {
    color: #083A57;
    font-family: 'ABeeZee', normal;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #0CE5DF;
    border-color: #0CE5DF;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-ingresar:hover {
    color: #fff;
    font-weight: 600;
    background-color: #083A57;
    border-color: #083A57;
}

body.authentication-bg{
    background: linear-gradient(to right, #083754, #0CA3C6);
    
}

/*-- 03-03-2023 --*/
.font-white{
    color: #fff;
}

.password-login:hover{
    color: #083754;
}

.header-family{
    color: #fff;
    font-family: 'ABeeZee', normal;
    font-size: 65px;
    letter-spacing: 5px;
}

.fonts-family{
    color: #fff;
    font-family: 'ABeeZee', normal;
    letter-spacing: 1px;
}

.form-border{
    border-bottom: 1px solid #0CE5DF !important;
}

.form-control-login:focus{
    color: #fff;
}

.form-placeholder::placeholder{
    color: #fff;
    opacity: 60%;
}

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


.a-footer{
    color: white;
}

.a-footer:hover{
    color: #083754;
}

/*-- Header --*/
#lg_mobile{
    display: none;
}

#d-none-search{
    display: flex;
}

@media (min-width: 600px){
.dropdown-lg {
    width: 600px;
}

}

/*-- Dashboard --*/
.text-muted{
    color: #FFF !important;
    font-weight: 600 !important;
}

.text-muted-notification {
    --bs-text-opacity: 1;
    color: #98a6ad!important;
}

.numeros{
    color: #FFF;
    font-weight: 600;
}

.card-body{
    padding: 30px 20px;
}

.card-color-1{
    background-color: #00325D;
    background-image: url(./../../assets/img/dashboard/bg-nuevos.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.card-color-2{
    background-color: #8A9CE1;
    background-image: url(./../../assets/img/dashboard/bg-info.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.card-color-3{
    background-color: #82C1EC;
    background-image: url(./../../assets/img/dashboard/bg-cotizacion.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.card-color-4{
    background-color: #79EBD7;
    background-image: url(./../../assets/img/dashboard/bg-demo.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.card-color-5{
    background-color: #F5A623;
    background-image: url(./../../assets/img/dashboard/bg-seguir.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.card-color-6{
    background-color: #AEB91B;
    background-image: url(./../../assets/img/dashboard/bg-venta.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.card-color-7{
    background-color: #EC4458;
    background-image: url(./../../assets/img/dashboard/bg-no-interesa.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.card-color-8{
    background-color: #96C7C1;
    background-image: url(./../../assets/img/dashboard/bg-custer.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.card-color-9{
    background-image: url(./../../assets_web/img/dashboard/bg-plain.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.text-end-actividad{
    text-align: end;
}

.apexcharts-toolbar {
    display: none !important;
    position: absolute;
    z-index: 11;
    max-width: 176px;
    text-align: right;
    border-radius: 3px;
    padding: 0px 6px 2px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* scroll horizontla */
.outer-wrapper {
    max-width: 100vw;
    overflow-x: scroll;
    position: relative;
    scrollbar-color: #81c1ec #81c1ec;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}
  
.pseduo-track {
    background-color: #d8d8d8;
    height: 2px;
    width: 100%;
    position: relative;
    top: -3px;
    z-index: -10;
}
  
@media (any-hover: none) {
    .pseduo-track {
      display: none;
    }
}
  
.outer-wrapper::-webkit-scrollbar {
    height: 5px;
}

.outer-wrapper::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #81c1ec;
}
  
.outer-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #81c1ec;
}
  
.outer-wrapper::-webkit-scrollbar:vertical {
    display: none;
}
  
.inner-wrapper {
    display: flex;
}

.bg-leads {
    --bs-bg-opacity: 1;
    background-color: #81c1ec;
}

.bg-customers {
    --bs-bg-opacity: 1;
    background-color: #8A9CE1;
}

.text-leads {
    --bs-text-opacity: 1;
    color: #81c1ec;
}

.align-element{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-- Leads --*/
.text-nuevos{
    color: #00325D;
    font-weight: 600;
}

.text-info{
    color: #8A9CE1;
    font-weight: 600;
}

.text-cotizacion{
    color: #82C1EC;
    font-weight: 600;
}

.text-demo{
    color: #79EBD7;
    font-weight: 600;
}

.text-seguimiento{
    color: #F5A623;
    font-weight: 600;
}

.text-venta{
    color: #AEB91B;
    font-weight: 600;
}

.text-no-interesa{
    color: #EC4458;
    font-weight: 600;
}

.btn-leads {
    color: #00325D;
    font-weight: 600;
    background-color: #CCDFEC;
    border-color: #CCDFEC;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-leads:hover {
    color: #FFF;
    background-color: #00325D;
    border-color: #00325D;
}


.btn-success {
    color: #00325D;
    font-weight: 600;
    background-color: #CCDFEC;
    border-color: #CCDFEC;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-group-sm>.btn, .btn-sm{
    padding: 7px 14px;
}

.btn-check:focus+.btn-success, .btn-success:focus{
    background-color: #00325D;
    border-color: #00325D;
}

.btn-success:hover {
    color: #FFF;
    background-color: #00325D;
    border-color: #00325D;
}

.btn-info {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #82C1EC;
    border-color: #82C1EC;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-check:focus+.btn-info, .btn-info:focus{
    background-color: #00325D;
    border-color: #00325D;
}

.btn-info:hover {
    color: #fff;
    background-color: #00325D;
    border-color: #00325D;
}

.btn-venta {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #82C1EC;
    border-color: #82C1EC;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-check:focus+.btn-venta, .btn-venta:focus{
    background-color: #00325D;
    border-color: #00325D;
}

.btn-venta:hover {
    color: #fff;
    background-color: #00325D;
    border-color: #00325D;
}

.btn-align{
    text-align: end;
}

.page-link {
    padding: 0.375rem 0.9rem;
}

/*-- Detalle de Lead --*/
.nav-tabs.nav-bordered li a.active {
    border-bottom: 2px solid #79EBD7;
}

.nav-link:hover{
    color: #00325D;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #8A9CE1 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #82C1EC;
}

.form-floating>.form-control{
    padding-left: 1px;
}

.page-aside-left{
    padding: 0px;
}

.nav-tab.nav-border{
    border-bottom: none;
}

.nav-tab.nav-border li a.active{
    color: #6c757d;
    border-bottom: 2px solid #79EBD7;
}

.card-history{
    border: 1px solid #f2f2f2 !important;
    -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 0%) !important;
    margin-bottom: 24px;
}

.border-start-history {
    border-left: 1px solid #dee2e6!important;
}

.timeline-alt {
    padding: 15px 0;
    position: relative;
}

.m-row{
    margin: 50px 0px 58px 0px;
}

.card-box{
    box-shadow: 2px 3px 0px 0px rgb(154 161 171 / 15%);
}

.mt-coment{
    margin-top: 125px;
}

.border-historial{
    border-bottom: 1px solid #efeded;
}

.hr-historial{
    border-bottom: 1px solid #9b9b9b;
}

.mb-date{
    margin-bottom: 10px;
}

.pd-body{
    padding: 30px 20px !important;
}


.dropzone{
    margin: 20px 20px;
}

.btn-cotizar {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #82C1EC;
    border-color: #82C1EC;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-check:focus+.btn-cotizar, .btn-cotizar:focus{
    background-color: #00325D;
    border-color: #00325D;
}

.btn-cotizar:hover {
    color: #fff;
    background-color: #00325D;
    border-color: #00325D;
}


/*-- Reportes --*/
.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #79EBD7;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #79EBD7;
    color: #fff;
}

/*-- Variables del Sistema --*/
.title-canvas{
    color: #00325D;
}

.form-control {
    border: none;
    border-bottom: 1px solid #81c1ec;
    background: transparent !important;
    border-radius: 0px;
    padding-left: 0px;
    /* border: 1px solid #727cf5; */
}

.form-floating>label{
    font-weight: 500;
    padding-left: 0px;
}

.form-select {
    border: none;
    border-bottom: 1px solid #81c1ec;
    border-radius: 0px;
    padding-left: 0px;
}

.form-floating>.form-select {
    padding-left: 1px;
}

.btn-editar {
    color: #FFF;
    background-color: #82C1EC;
    border-color: #82C1EC;
    width: 35px;
    height: 35px;
    padding: 4px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-editar:hover {
    color: #FFF;
}

.btn-eliminar {
    border-color: #9b9b9b;
    width: 35px;
    height: 35px;
    padding: 4px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.btn-aceptar {
    color: #FFF;
    font-weight: 600;
    background-color: #82C1EC;
    border-color: #82C1EC;
    margin-bottom: 10px;
}

.btn-aceptar:hover {
    color: #FFF;
    font-weight: 600;
    background-color: #00325D;
    border-color: #00325D;
}

.btn-cancelar {
    color: #FFF;
    font-weight: 600;
    background-color: #020202;
    border-color: #020202;
    margin-bottom: 10px;
}

.btn-cancelar:hover {
    color: #FFF;
    font-weight: 600;
    background-color: #020202;
    border-color: #020202;
}

.btn-variables {
    color: #00325D;
    font-weight: 600;
    background-color: #CCDFEC;
    border-color: #CCDFEC;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-variables:hover {
    color: #FFF;
    background-color: #00325D;
    border-color: #00325D;
}

.txt-nowrap{
    white-space: initial;
}

.m-info{
    margin: 0 60px;
}

.card .card-widgets {
    float: none;
    height: 16px;
    text-align: right !important;
}

 /*-- Empresas --*/
 .form-border-empresas{
    border: 1px solid #81c1ec !important; 
    padding-left: 14px;
}

/*-- Calendario --*/
.btn-danger {
    color: #FFF;
    background-color: #81c1ec;
    border-color: #81c1ec;
    box-shadow: none;
}

.btn-danger:hover {
    color: #FFF;
    background-color: #00325D;
    border-color: #00325D;
    box-shadow: none;
}

.hr-actividad-general{
    border-bottom: 1px solid #9b9b9b;
}

.pl-historial{
    padding-left: 0 !important;
}

.nuevas{
    color: #AEB91B;
}

.pendientes{
    color: #F5A623;
}

.canceladas{
    color: #EC4458;
}

.time-picker {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 0;
    overflow: hidden;
}

.time-picker .set-time {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.time-picker .label {
    margin: 0 5px;
    text-align: center;
    display: inline-style;
}

.time-picker .label a {
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.time-picker .label .set {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    border: transparent;
}

.time-picker #submitTime {
    text-align: center;
    line-height: 34px;
    border-top: 1px solid #f3f2f2;
    color: #4a4a4a;
    width: 100%;
    margin: auto;
    margin-top: 5px !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
}

.time-picker #submitTime:hover {
    color: #83c0ec;
}

.time-picker.open {
    padding: 13px;
    height: auto;
    border: 1px solid #83c0ec;
    box-shadow: 1px 2px 1px 2px rgb(154 161 171 / 15%);
    position: absolute;
    background-color: white;
    z-index: 9999;
    width: 100%;
}

.form-floating>.form-control:not(:placeholder-shown) {
    background: transparent;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

/*-- Notificaciones --*/
.text-danger-notificaciones {
    --bs-text-opacity: 1;
    color: #82C1EC !important;
}

.badge-danger-lighten-notificaciones {
    color: #FFF !important;
    background-color: #82C1EC;
}

.email-list>li .email-sender-info .email-title {
    position: absolute;
    top: 0;
    left: 5px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 50px;
}

.email-list>li .email-content {
    position: absolute;
    top: 0;
    left: 190px;
    right: 0;
    bottom: 0;
}

/*-- Cuenta --*/
.d-img{
    display: inline-grid;
}

.txt-plan{
    opacity: 100% !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 700 !important;
    color: #6d757d !important;
}

/*-- Salir --*/
.auth-fluid {
    background: url(./../../assets/img/salir/bg-auth.jpg) center;
}

/*-- Recuperar/Nuevo Password --*/
.w-90{
    width: 90% !important;
}




@media only screen and (min-width: 1px) and (max-width: 600px){
   
    /*-- Login --*/
    .font-white{
        color: #fff;
    }

    .footer {
        font-size: 10px;
        bottom: -35px;
    }
    
    .header-family{
        font-family: 'ABeeZee', normal;
        font-size: 35px;
        letter-spacing: 5px;
    }
    
    .fonts-family{
        font-family: 'ABeeZee', normal;
        letter-spacing: 1px;
    }
    
    .form-border{
        border-bottom: 1px solid #0CE5DF !important;
    }
    
    .form-placeholder::placeholder{
        color: #fff;
        opacity: 60%;
    }

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

    .w-logo{
        margin-top: 20px;
        width: 25%;
    }


    /*-- Header --*/
    #lg_mobile{
        display: flex;
    }

    #logoMobile{
        display: flex !important;
        align-items: center;
    }

    #d-none-search{
        display: none;
    }

    .w-lg-mobile{
        width: 50%;
        padding: calc(50px / 2) 5px calc(32px / 2) 0;
    }

    /*-- Dashboard --*/
    .text-end-actividad{
        text-align: start;
        margin-top: 10px;
    }

    .padding-0 {
        padding: 0 12px;
    }

    .pl-0 {
        padding-left: 12px;
    }

    .hr-actividades{
        border-bottom: 1px solid #6c757d;
    }

    .align-element{
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 10px;
    }

    /*-- Leads --*/
    .btn-align{
        text-align: center;
    }

    .btn-leads {
        width: 100%;
        margin-bottom: 20px;
    }

    .div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
        float: left !important;
    }
    
    .div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: 100% !important;
        display: none !important;
    }

    .div.dataTables_wrapper, div.dataTables_filter{
        text-align: center;
        display: none !important;
    }

    .div.dataTables_wrapper div.dataTables_length label {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
    }

    /*-- Detalle de Lead --*/
    .border-start-history {
        border-bottom: 1px solid #dee2e6!important;
    }

    .border-bottom-history {
        border-bottom: 1px solid #dee2e6!important;
    }

    .txt-h4{
        font-size: 14px;
    }

    .mb-h4{
        margin: 18px 0px;
    }

    .m-row{
        margin: 50px 0px 20px 0px;
    }

    .pd-body{
        padding: 10px 20px !important;
    }


    /*-- Variables del Sistema --*/
    .btn-variables {
        width: 100%;
        margin-bottom: 20px;
    }

    .btn-editar {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .btn-eliminar {
        margin-bottom: 10px;
    }

    .m-info{
        margin: 0 0px;
    }


    /*-- Calendario --*/
    .pl-historial{
        padding-left: 0 !important;
    }

    .mb-fotos{
        margin-bottom: 10px !important;
    }

    .btn-danger {
        color: #FFF;
        background-color: #81c1ec;
        border-color: #81c1ec;
        box-shadow: none;
        width: 100%;
        margin-bottom: 20px;
    }


    /*-- Notificaciones --*/
    .page-aside-left:before {
        border-bottom: 1px solid #d8d8d8;
        /* content: "";
        background-color: transparent;
        width: 100%;
        position: absolute;
        right: 0;
        height: 100%;
        bottom: -10px; */
    }

    .d-contens{
        display: contents !important;
    }

    .top-detalle{
        top: 40px !important;
        width: 100% !important;
        border-bottom: 1px solid #f4f3f3 !important;
    }

    .mb-notificacion{
        margin-bottom: 45px;
    }

    .email-list>li .email-sender-info .email-title {
        left: 0px;
    }

    /*-- Menú --*/
    .dropdown-notification{
        width: 80%;
    }

    /*-- Recuperar/Nuevo Password --*/
    .w-90{
        width: 100% !important;
    }


    /*-- Footer --*/
    .footer {
        bottom: -35px;
    }



}




@media only screen and (min-width: 820px) and (max-width: 825px) {
    /*-- Calendario --*/
    .btn-danger {
        margin-bottom: 20px;
    }

    /*-- Login --*/
    .w-logo{
        width: 50%;
    }
}



@media only screen and (min-width: 768px) and (max-width: 770px) {
     /*-- Calendario --*/
     .btn-danger {
        margin-bottom: 20px;
    }

    /*-- Login --*/
    .w-logo{
        width: 50%;
    }

}



@media only screen and (max-width: 390px){
    /*-- Detalle de Lead --*/
    .h4-mb{
        margin: 18px 0px;
    }

}


@media (max-width: 767.98px){
    /*-- Calendario --*/
    .fc-toolbar {
        display: block !important;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .padding-xl{
        padding: 0px;
    }

    .justify-content-center-date{
        justify-content: center !important;
    }

    /*-- Variables del Sistema --*/
    .m-info{
        margin: 0 0px;
    }

     /*-- Login --*/
     .w-logo{
        width: 50%;
    }
    
}



@media only screen and (min-width: 1400px) and (max-width: 1700px){
    .padding-xl{
        padding: 0px;
    }

    .justify-content-center-date{
        justify-content: center !important;
    }

    /*-- Variables del Sistema --*/
    .m-info{
        margin: 0 0px;
    }

     /*-- Login --*/
     .w-logo{
        width: 50%;
    }

}

