
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:200');

$BaseBG: #0f0f1a;
/* ------------------- font  */
html[lang='en'] {
    font-family: "Lato", sans-serif !important;
}

html[lang='ar'] {
    font-family:"Cairo", serif !important;
}

body {
    font-family: "Lato", sans-serif !important;
    padding : 0 !important;
    background: linear-gradient(to left, #778d91 -5%, #168996 5%, #011668 40% ,  #02303f 95.5%),
    url('IN_DARK_PATTERN_NEW_2.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    background-blend-mode: overlay; 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 100px  0 !important;
}

/* =================== */
#divLoginHeader {
    width: 100% !important;
    position: fixed !important;
    z-index: 100 !important;
    top : 0 !important;
    max-height :60px !important ;
    
}
#divLoginHeader div{
    width: 100% !important;
    height: 100% !important;
}
/* =================== */
#divLoginHeader  .container-fluid {
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to left, #778d91 -5%, #168996 5%, #011668 40% ,  #02303f 95.5%) !important ;
}
#divLoginHeader  .container-fluid .row{
    width: 100% !important ;
    max-width: 1140px !important;
    margin: 0 auto !important;
    /* margin: 0 !important; */
}
#divLoginHeader  .container-fluid .row .col-md-12.col-md-12.pad-cancel-RL{
    width: 100% !important ;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
}
/* --------------------- */
#divLoginHeader  .container-fluid .row .col-md-12.col-md-12.pad-cancel-RL .navbar-header {
    background-color: transparent !important ;
    width: fit-content!important;
    position: relative !important;
    left: -10px !important;
    /* top : -7px; */
}

#divLoginHeader  .container-fluid .row .col-md-12.col-md-12.pad-cancel-RL .navbar-header img.logo{
    object-fit: cover !important;
    display: block !important;
    width: 200px !important;
}

#divLoginHeader  .container-fluid .current-version.col-md-4 {
    background-color: transparent !important ;
    width: fit-content!important;
    margin: 0 !important;
    padding: 0 !important ;
    display: flex !important;
    justify-content : flex-end ;
    align-items: center;
}
#divLoginHeader  .container-fluid .current-version.col-md-4 span{
    color: #16967f !important;
    font-weight: 800 !important;
    margin: 0 !important;
    padding: 0 !important ;
    width: 100 !important ;
}
/* ------------------------------------------------------------------ */
.clear-fix{
    display: none;
}

/* ================================================== */
#divLoginHeader div .row.partner-logo{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex;
    justify-content: center ;
    align-items: center;
    flex-direction : column ;
    padding: 3rem;
    /* --------------------------------------- */
    display: none;
    /* --------------------------------------- */
}
#divLoginHeader div .row.partner-logo .col-md-12{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex;
    justify-content: center ;
    align-items: center;
    flex-direction : column ;
    padding: 2rem !important;
}
#divLoginHeader div .row.partner-logo .col-md-12 img{
    object-fit: contain !important;
    display: block !important;
    width: 300px !important;
    margin: auto !important;
}

.container {
    padding: 0rem !important;
    padding-top: 6rem !important    ;
    max-width: 1140px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 16px !important;
}
.container form{
    width: 70% !important;
    height: auto !important;
    margin: auto !important;
    display: flex;
    justify-content: center ;
    align-items: center;
    flex-direction : column ;
    padding: 0rem !important;
}
.container form .form-signin{
    width: 100% !important;
    height: auto !important;
    margin: auto !important;
    display: flex;
    justify-content: center ;
    align-items: center;
    flex-direction: column ;
    padding: 0rem !important;
    /*----------------------------*/
    border-radius: 0.6rem !important;
    padding: 0  ;
    backdrop-filter: blur(34px);
    background-color: rgba(225,225,225, 0.2) !important;
    /*border: solid 1px rgba(225,225,225, 0.5);
    */box-shadow: 0 4px 11px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}
.container form .form-signin .step{
    width: 100% !important;
    /* height: auto !important; */
    margin: 0 !important;
    display: flex;
    justify-content: center ;
    align-items: center;
    flex-direction: column ;
    padding: 0 !important;
    /*----------------------------*/
    background-color: transparent !important;
    overflow: hidden;
}
.container form .form-signin .step legend{
    border-color: #e3e3e3 !important;
    color: #e3e3e3 !important;
    margin: 1.5rem auto !important;
    width: 95% !important;
    padding :.5rem !important;
    font-family: "Lato", sans-serif !important;
    font-size : 22px !important;
    display: flex;
    justify-content: center ;
    align-items: center;
}


.step .form-group{
    display : flex ; 
    padding: 0 ;
    margin: 1rem 0 !important;
    width: 100% !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 1.5rem auto !important;
    width: 95% !important;
}

.step .form-group input , .step .form-group input:focus{
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
    border: solid 2px #ccecee;
    outline: none !important ;
}
.step .form-group label{
    min-height: 1px;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 13px !important;
    font-weight: 500;
    white-space: nowrap;
    padding-top: 4px;
    text-align: left;
    margin-bottom: 0;
    width: 33.33333333%;
}
.step .form-group input::placeholder {
    color : rgba(38, 32, 32, 0.5);
}

.step .div-form-actions{
    display : flex ;
    padding: 0  !important;
    margin: 0 !important;
    width: 100%;
    margin: 1.5rem auto !important;
    width: 95% !important;
    justify-content: space-between !important;
    align-items: center !important;

}
.step .div-form-actions .btn-password-reset {
    width: 58% !important;
    margin: 0 !important;
    padding: 0  !important;
}
.step .div-form-actions .btn-password-reset input{
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0.6rem !important;
    -webkit-border-radius: 0.6rem !important;
    -moz-border-radius: 0.6rem !important;
    -ms-border-radius: 0.6rem !important;
    -o-border-radius: 0.6rem !important;
    line-height: 21px !important;
    border: 1px solid #ccecee !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1rem !important;
    padding: 0.80rem 1.7rem !important;
    position: relative !important;
    z-index: 0 !important;
    left: 0% !important;
    transition: all 0.28s ease-in-out !important;
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
    color: #fff!important;
    background: linear-gradient(to left, #778d91 -5%, #168996 5%, #011668 40%, #02303f 95.5%) !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1rem !important;
}
.step .div-form-actions .btn-password-reset input:hover{
    background: #ccecee !important;
    color: #011668 !important;
    border-color: #011668 !important;
    transition: all 0.28s ease-in-out !important;
    -webkit-transition: all 0.28s ease-in-out !important;
    -moz-transition: all 0.28s ease-in-out !important;
    -ms-transition: all 0.28s ease-in-out !important;
    -o-transition: all 0.28s ease-in-out !important;
    gap: 2rem;
}

.step .div-form-actions div {
    display : flex ;
    padding: 0 !important;
    margin: 0 !important;
    /* width:  !important; */
    justify-content: center !important;
    align-items: center !important;
}
.step .div-form-actions div a{
    background-color: transparent !important;
    border: none !important;
    width: 100% !important;
    display : flex ;
    justify-content: start !important;
    align-items: center !important;
    padding:  .5rem .7rem !important;
    gap: 2rem !important;
    font-size: 15px !important;
}
/* .step .div-form-actions div a i{

} */
@media (max-width: 989px) {
    .container form{
        width: 100% !important;
    }

    .container form .form-signin .step legend{
        font-size : 25px !important;
    }

    .step .form-group{
        flex-direction: column !important;
        padding: 1rem !important;
        gap: 1rem;
        margin: .5rem !important;
    }
    .step .form-group div input , .step .form-group label ,.step .form-group div{
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important ;
    }

    .step .form-group div input {
        padding: .8rem !important;
    }
    .step .div-form-actions{
        flex-direction: column-reverse !important;
        padding: 1rem !important;
        gap: 1rem;
        margin: .5rem !important;
    }
    .step .div-form-actions div  , .step .div-form-actions .btn-password-reset {
        width: 95% !important;
        margin: auto !important;
    }
    .step .div-form-actions .btn-password-reset input {
        width: 100% !important;
    }
    .step .div-form-actions div a {
        justify-content : center !important;
        gap: .6rem !important;
    }

}

/*Notification Style
*/
.notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Base Notification Style */
.notification {
    position: relative;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 300px;
}

    .notification.show {
        transform: translateX(0);
        opacity: 1;
    }

    /* Notification Types */
    .notification.check {
        background-color: #4CAF50;
    }

    .notification.info {
        background-color: #2196F3;
    }

    .notification.warning {
        background-color: #ff9800;
    }

    .notification.danger {
        background-color: #f44336;
    }

    /* Notification Icon */
    .notification i {
        font-size: 24px;
        margin-right: 12px;
        min-width: 24px;
    }

    /* Notification Progress Bar */
    .notification::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100%;
        background: rgba(255,255,255,0.4);
        animation: progress 5s linear forwards;
    }

/* Animations */
@keyframes progress {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

@keyframes colorChange {
    0% {
        color: white;
    }

    50% {
        color: #d4ff00;
    }

    100% {
        color: white;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }
}

@keyframes shine {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.color {
    animation: colorChange 2s infinite;
}

.spin {
    animation: spin 2s infinite linear;
}

.rotate {
    animation: rotate 0.7s ease infinite;
}

.shine {
    animation: shine 2s ease infinite;
}