﻿li.validation-summary-valid, ul {
    list-style-type: none !important;
}

body {
    font-family: 'DINNextLTArabic', sans-serif;
}

.pre-login-title {
    font-size: 21px;
    font-weight: 500;
    color: #464E5F;
}
.pre-login-text {
    font-size: 13px;
    color: #8F98A5;
    font-weight: 400;
    margin-bottom:12px !important;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logBg {
    background: #d5ae60;
    opacity: 1;
}

.LogWrap {
    background: linear-gradient(to bottom, #C99E49, #BB923B);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.logInBg {
    width: 1000px;
    max-width: 95%;
    border-radius: 30px;
    margin: 20px 0;
    position: relative;
    z-index: 3;
}

@media (min-width:768px) {
    .Loglogo {
        margin-bottom: 0 !important;
    }
}

@media (max-width:767.98px) {
    .vLogo, .textMargin {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .logBg {
/*        border-radius: 30px 30px 0px 0px !important;*/
        margin-bottom: 0px;
    }

    .logBgrght {
/*        border-radius: 0px 0px 30px 30px !important;*/
        margin-bottom: 0px;
    }
}

.logo-padding {
    padding: 16px;
/*    background-color: white;
    border-radius: 16px;
    height: auto;*/
}

.bg-transparent {
    background-color: transparent !important;
}


.bg-transparent-white {
    background-color: white !important;
    opacity: 0.9;
}

.login-left-panel {
    border-radius: 20px 0px 0px 20px !important;
    z-index:1;
}

.login-right-panel {
    border-radius: 0px 20px 20px 0px;
}

@media screen and (max-width: 767.98px) {
    .login-left-panel,
    .bg-login-overlay {
        border-radius: 20px 20px 0px 0px !important;
    }

    .login-right-panel {
        border-radius: 0px 0px 20px 20px !important;
    }
}

.bg-login{
    background:url(../imgs/kaaba-login.png);
    background-size:cover;
    background-position:center center;
}

.bg-login-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #FFDC92 3%, /* FFDC92 at 3% */
    #DBB25A 44%, /* DBB25A at 44% */
    #C29233 100% /* C29233 at 100% */
    );
    opacity: 0.68; /* Optional: Adjust the opacity of the gradient overlay */
    z-index: 1; /* Ensure the overlay is on top of the background */
    border-radius:20px 0 0 20px;
}


.logo-padding .madar-logo {
    height: 131px !important;
    width: 80px !important;
}

.LogWrap-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../imgs/login-overlay.png'); /* Replace with the correct path */
    background-size: cover;
    background-position: center;
    opacity: 0.5; /* Adjust opacity if needed */
    z-index: 1; /* Ensure the overlay is above the background but below other content */
}

.img-part {
    z-index:2 !important;
}

.form-group label {
    color: #737791 !important;
}
.form-group input,
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 10px !important;
    border-color: #8F98A52B !important;
}

.login-right-panel{
    background-color:#fff !important;
}

.btn-success:focus,
.form-control:focus {
    box-shadow: 0 0 0 .25rem #c99e4957 !important;
}

@media screen and (min-width:767.98px){
    .login-left-panel{
        height:452px ;
    }
}
.logo-text{
    width:115px;
}

.madar-pref{
    font-size:23px;
    font-weight:normal;
}
.madar-pref-text {
    font-size: 17px;
}

@media screen and (max-width:767.98px){
    .logo-margin {
        margin-bottom: 3rem !important;
    }
}