.x-date {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #e5e7eb !important;
  border-radius: 10px !important;
  padding: 8px 38px 8px 12px !important;
  height: 38px !important;
  transition: all .2s ease;
}

.x-date:hover { border-color: #3b82f6 !important; }

.x-date:focus {
  outline: none !important;
  border-color: #3b82f6 !important;
  background: rgba(255,255,255,0.08) !important;
  box-shadow: 0 0 0 2px rgba(59,130,246,.25) !important;
}

.x-date-wrapper { position: relative; }
.x-date-wrapper i {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #9ca3af;
  pointer-events: none;
}

.x-quick-range.btn-outline-light{
  border-color: rgba(255,255,255,.18) !important;
  color: rgba(255,255,255,.85) !important;
  border-radius: 10px !important;
}
.x-quick-range.btn-outline-light:hover{
  border-color: rgba(59,130,246,.55) !important;
  color: #fff !important;
}

.x-card{
background: rgba(255,255,255,0.04);
border-radius:12px;
border:1px solid rgba(255,255,255,0.08);
padding:0;
overflow:hidden;
}

.x-card-head{
background: rgba(255,255,255,0.05);
padding:10px 15px;
font-weight:600;
color:#e5e7eb;
border-bottom:1px solid rgba(255,255,255,0.08);
}

.x-card-body{
padding:15px;
}

/* INPUTS DARK XPERTECH */

.x-card .form-control{

background: rgba(255,255,255,0.05) !important;
border: 1px solid rgba(255,255,255,0.15) !important;
color: #e5e7eb !important;
border-radius: 10px !important;

}

/* placeholder */

.x-card .form-control::placeholder{

color: rgba(255,255,255,0.45);

}

/* focus */

.x-card .form-control:focus{

background: rgba(255,255,255,0.08) !important;
border-color: #3b82f6 !important;
box-shadow: 0 0 0 2px rgba(59,130,246,.25) !important;
color: #fff !important;

}

/* file input */

.x-card input[type="file"]{

background: rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.15);
color:#e5e7eb;

}
/*ESTIRAR LA CARD VERTICALMENTE*/
.x-card{
height:100%;
display:flex;
flex-direction:column;
}

.x-card-body{
flex:1;
}


.x-saas-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:12px;
  font-size:12px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
  height:48px;
}

.x-saas-status i{
  font-size:12px;
}

.x-saas-ok{
  background:rgba(40,167,69,.16);
  color:#7CFFB2;
  border:1px solid rgba(40,167,69,.30);
}

.x-saas-warning{
  background:rgba(255,193,7,.18);
  color:#FFD86B;
  border:1px solid rgba(255,193,7,.30);
}

.x-saas-danger{
  background:rgba(220,53,69,.18);
  color:#FF9AA5;
  border:1px solid rgba(220,53,69,.30);
}

.x-saas-btn-renew{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:4px;
  padding:4px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.12);
  color:#fff !important;
  text-decoration:none !important;
  font-size:11px;
  font-weight:700;
}

.x-saas-btn-renew:hover{
  background:rgba(255,255,255,.20);
}

/* ===== CAMBIAR PASSWORD - XPERTECH ===== */
/* ==============================
   CAMBIAR PASSWORD - XPERTECH
============================== */

/* ==============================
   CAMBIAR PASSWORD - XPERTECH
============================== */

.x-pass-card{
    background: linear-gradient(180deg, rgba(10,16,38,.96) 0%, rgba(8,12,28,.96) 100%);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.x-pass-card .card-body{
    padding: 24px;
}

.x-pass-btn{
    height: 44px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    transition: all .2s ease;
}

.x-pass-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,.35);
}

.x-pass-btn-secondary{
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
}

.x-pass-btn-secondary:hover{
    background: rgba(255,255,255,.08);
    color: #fff;
}

/* ==============================
   INPUT PASSWORD
============================== */

.x-pass-group{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    overflow: hidden;
    transition: all .2s ease;
}

.x-pass-group:focus-within{
    border-color: #2f7cf6;
    box-shadow:
        0 0 0 1px rgba(47,124,246,.30),
        0 0 12px rgba(47,124,246,.20);
}

.x-pass-icon{
    width: 46px;
    min-width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.70);
    border-right: 1px solid rgba(255,255,255,.08);
    z-index: 1;
}

.x-pass-input{
    flex: 1;
    height: 46px;
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: 0 46px 0 12px !important;
    font-size: 14px;
}

.x-pass-input:focus{
    outline: none !important;
    box-shadow: none !important;
}

.x-pass-input::placeholder{
    color: rgba(255,255,255,.45);
}

.x-pass-toggle{
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.70);
    cursor: pointer;
    z-index: 3;
    padding: 0;
}

.x-pass-toggle:hover{
    color: #fff;
    background: rgba(255,255,255,.03);
}

.x-pass-group:focus-within .x-pass-toggle{
    color: #2f7cf6;
}

.x-pass-toggle i{
    font-size: 15px;
    line-height: 1;
    pointer-events: none;
}

/* ==============================
   FEEDBACK
============================== */

.x-pass-feedback{
    min-height: 18px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2px;
}

.x-pass-feedback.ok{
    color: #22c55e;
}

.x-pass-feedback.error{
    color: #ef4444;
}

/* ==============================
   REGLAS DE CONTRASEÑA
============================== */

.x-pass-rules{
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 10px;
    padding: 10px 12px;
}

.rule-item{
    font-size: 12px;
    color: rgba(255,255,255,.70);
    margin-bottom: 3px;
}

.rule-item:last-child{
    margin-bottom: 0;
}

.rule-item.ok{
    color: #22c55e;
}

.rule-item.error{
    color: #ef4444;
}

/* ==============================
   FUERZA DE CONTRASEÑA
============================== */

.x-strength-bar{
    height: 5px;
    width: 100%;
    background: rgba(255,255,255,.06);
    border-radius: 20px;
    margin-top: 8px;
    overflow: hidden;
}

#strengthBar{
    height: 100%;
    width: 0%;
    background: #ef4444;
    transition: all .3s ease;
}

.x-pass-strength{
    font-size: 12px;
    font-weight: 700;
    min-height: 18px;
    transition: all .25s ease;
}

.x-pass-strength.weak{
    color: #ef4444;
}

.x-pass-strength.medium{
    color: #f59e0b;
}

.x-pass-strength.strong{
    color: #22c55e;
}

.x-pass-strength.weak i{
    color: #ef4444;
}

.x-pass-strength.medium i{
    color: #f59e0b;
}

.x-pass-strength.strong i{
    color: #22c55e;
}

/* ==============================
   TITULOS / ESPACIADO
============================== */

.x-pass-card h4{
    font-size: 18px;
    margin-bottom: 10px;
}

.x-pass-card p{
    font-size: 13px;
}

.x-pass-card hr{
    margin: 16px 0;
}

@media (max-width: 768px){
    .x-pass-card .card-body{
        padding: 18px;
    }
}


@media (max-width: 576px){

    .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    }

    .x-pass-card{
        border-radius: 16px;
    }

    .x-pass-card .card-body{
        padding: 18px 16px !important;
    }

    .x-pass-icon,
    .x-pass-toggle{
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    .x-pass-input{
        height: 44px;
        padding: 0 44px 0 12px !important;
        font-size: 14px;
    }

    .x-pass-btn{
        height: 42px;
        font-size: 14px;
    }

    .x-pass-card h4{
        font-size: 17px;
    }

    .x-pass-card p{
        font-size: 13px;
    }

    .x-pass-rules{
        padding: 10px 12px;
    }

    .rule-item{
        font-size: 12px;
    }

    
}



@media (max-width: 576px){

    html, body{
        margin: 0;
        padding: 0;
    }

    .container-fluid{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .x-pass-wrap{
        min-height: 100vh;
        margin: 0;
        padding: 0;
        align-items: flex-start !important;
    }

    .x-pass-wrap > div{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .x-pass-card{
        width: 100%;
        border-radius: 0;
        margin: 0;
        min-height: 100vh;
    }

    .x-pass-card .card-body{
        padding: 20px 16px 24px !important;
    }
}

/* Desktop centrado */
@media (min-width: 992px){

    .x-pass-wrap{
        
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

/* Mobile normal */
@media (max-width: 991px){

    .x-pass-wrap{
        min-height: auto;
        display: block;
/*        padding-top: 40px;*/
/*        padding-bottom: 40px;*/
    }

}

.x-pass-card{
max-width:420px;
margin:auto;
}

@media (max-width: 991px){
    .x-pass-card{
        position: relative;
        top: 0;
    }
}

.x-pass-card{
    max-width: 500px;
    margin: 0 auto;
}



/*TEST OTRO DISEÑO*/
/* CARD GENERAL */

.x-pass-card{
border-radius:20px;
overflow:hidden;
background:linear-gradient(180deg, rgba(10,16,38,.96) 0%, rgba(8,12,28,.96) 100%);
border:1px solid rgba(255,255,255,.06);
}


/* COLUMNA IZQUIERDA */

.x-auth-left{
padding:10px;
border-right:1px solid rgba(255,255,255,.06);
display:flex;
align-items:center;
justify-content:center;
}

.x-auth-left-content{
max-width:450px;
margin:auto;
}

.x-auth-logo{
height:80px;
}

.x-auth-title{
color:#fff;
font-size:32px;
font-weight:700;
}

.x-auth-sub{
color:rgba(255,255,255,.75);
line-height:1.7;
}

.x-feature{
padding:14px 16px;
margin-bottom:12px;
border-radius:14px;
background:rgba(255,255,255,.025);
border:1px solid rgba(255,255,255,.05);
transition:all .2s ease;
}

.x-feature:hover{
background:rgba(255,255,255,.05);
}


/* COLUMNA DERECHA */

.x-auth-right{
display:flex;
align-items:center;
justify-content:center;
/*padding:40px;*/
}

.x-logo-wrap{
display:flex;
justify-content:center;
margin-bottom:30px;
}

.x-auth-logo{
height:70px;
}

.x-auth-form{
max-width:420px;
margin:auto;
}

@media (max-width:991px){

.x-logo-wrap{
justify-content:flex-end;
margin-bottom:20px;
}

}

@media (max-width:991px){

.x-auth-left{
display:none;
}

.x-auth-right::before{
content:'';
display:block;
height:10px;
}

}
/* MOBILE */

@media (max-width:991px){



}

.x-auth-card{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(10,16,38,.96) 0%, rgba(8,12,28,.96) 100%);
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

@media (max-width: 991px){

    .x-auth-left{
        display: none !important;
    }

    .x-auth-right{
        padding: 30px 20px;
    }

    .x-auth-form{
        max-width: 100%;
    }
}

.x-auth-logo{
    height: 72px;
    display: flex;
    align-items: center;
}

.x-auth-left{
    padding: 70px 60px;
    border-right: 1px solid rgba(255,255,255,.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-auth-left-content{
    width: 100%;
    max-width: 500px;
}

@media (max-width: 991px){

    .x-auth-left{
        display: none !important;
    }

    .x-auth-right{
        padding: 26px 18px;
    }

    .x-auth-form{
        max-width: 100%;
    }

    .x-auth-mobile-head{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 22px;
    }

    .x-auth-mobile-logo{
        height: 70px;
        justify-content:center;
    }
}

.x-auth-left-content{
    max-width: 460px;
    margin: 20px auto 0;
}

.x-auth-left{
    border-right: 1px solid rgba(255,255,255,.03);
}

.x-auth-right .text-white-50{
    color: rgba(255,255,255,.72) !important;
}