@font-face {
    font-family: 'Scala Sans LF';
    src: url('../fonts/Scala Sans LF Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Scala Sans LF Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/Scala Sans LF Regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/Scala Sans LF Regular.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/Scala Sans LF Regular.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Scala Sans LF';
    src: url('../fonts/ScalaSans-BoldLF.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/ScalaSans-BoldLF.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/ScalaSans-BoldLF.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/ScalaSans-BoldLF.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/ScalaSans-BoldLF.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-display: swap;
    font-weight: bold;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Scala Sans LF', sans-serif;
}

body {
    font-family: 'Scala Sans LF', sans-serif;
}

.bg-login {
    background-image: url("../images/login-bg.webp");
    min-height: 100vh;
    background-size: cover;
    background-position: unset;
    background-repeat: no-repeat;
}

    .bg-login.arabic {
        background-image: url("../images/login-bg-ar.webp");
        background-position: right;
    }

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.text-right {
    text-align: right;
}


.blur-none {
    filter: blur(0);
}

.hidden {
    display: none;
}

/*.login-btn {
  background: linear-gradient(138.73deg, #636363 23.37%, #36333D 99%);
  box-shadow: 0.7431126832962036px 1.4862253665924072px 2.2293379306793213px 0px #00000021;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  border-radius: 4px;
  border: none;
  color: #fff;
}*/
.login-btn {
    background-color: #fff;
    box-shadow: 0px 0px 1px 2px rgb(255 239 239 / 15%);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .login-btn:active {
        background-color: rgba(246, 246, 246, 1);
        box-shadow: 0px 0px 1px 2px rgb(255 239 239 / 15%);
    }

    .login-btn:disabled {
        opacity: 0.6;
    }

    .login-btn:focus, .login-btn.focus {
        box-shadow: 0px 0px 1px 2px #9ac6b8;
    }

.small-text {
    font-size: 13px;
    color: #fff;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.75rem;
}

.text-right {
    text-align: right;
}

.login-div {
    /*  background: rgba(250, 250, 250, 0.13);*/
    background: #3B3B3B;
    border-radius: 4px;
    padding: 32px 40px;
    filter: blur(0);
    max-width: 440px;
    width: 100%;
}

.welcome-text {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.login-text {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 44px;
    margin-bottom: 12px;
}

.login-btn img {
    width: 25px;
    height: 26px;
}

.login-btn span {
    margin: 0px 11px;
}

.signup-btn {
    background: linear-gradient(180deg, #D6E60B 0%, #ABB806 100%);
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    padding: 18px 32px;
    border-radius: 7px;
    width: 100%;
    border: none;
}

.justify-end {
    justify-content: end;
}

.main-section {
    position: relative;
    height: 100%;
    min-height: calc(100vh - 114px);
    align-items: center;
}

.login-btn:disabled {
    background-color: #f7f7f7;
    color: #999;
    cursor: not-allowed !important;
    opacity: 1;
    border-color: #999;
}

    .login-btn:disabled img {
        filter: grayscale(1);
        opacity: 0.4;
    }

.login-btn.disabled:focus, .login-btn.disabled.focus {
    box-shadow: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 20px auto;
    padding: 0;
    width: 320px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.close-container {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#iconclose {
    height: 20px;
    width: 20px;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -14px;
    right: -10px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    box-shadow: 0px 2px 48px 0px #0000000A;
    border: 1px solid #dbdbdb;
    text-decoration: none;
    cursor: pointer;
}


.login-failed {
    padding: 40px 30px;
}

    .login-failed h2 {
        margin: 17px 0 9px;
    }

    .login-failed p {
        color: #676767;
        font-size: 14px;
    }

    .login-failed img {
        width: 50px;
    }

/*responsive*/
@media (min-width: 320px) and (max-width: 550px) {
    .login-div {
        padding: 60px 40px;
        max-width: 100%;
        width: 100%;
    }

    .welcome-text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .login-text {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .login-btn {
        font-size: 26px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .login-div {
        padding: 60px 40px;
        max-width: 75%;
    }
}

@media (min-width: 768px) {
    .login-div {
        padding: 50px 50px;
        max-width: 530px;
    }

    .main-section {
        justify-content: center;
    }
}

@media (min-width: 992.99px) {
    .main-section {
        justify-content: end;
    }

        .main-section.arabic {
            justify-content: start;
        }

    .welcome-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .login-text {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .login-btn {
        font-size: 18px;
    }
}
/*new screen*/
*, ::after, ::before {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.line-border hr {
    width: 40px;
    border-top: 2px solid #CDDD00;
    margin: 10px auto 10px;
}

.radio-custom input[type="radio"]:checked,
.radio-custom input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .radio-custom input[type="radio"]:checked + label,
    .radio-custom input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 0;
        cursor: pointer;
        line-height: 20px;
        display: flex;
        color: #666;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        min-height: 100%;
        padding: 8px;
    }

        .radio-custom input[type="radio"]:checked + label:before,
        .radio-custom input[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
            visibility: hidden;
        }

        .radio-custom input[type="radio"]:checked + label:after,
        .radio-custom input[type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #F87DA9;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .radio-custom input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            visibility: hidden;
        }

        .radio-custom input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            visibility: hidden;
        }

.radio-custom {
    margin: 30px auto;
    justify-content: center;
}

.form-check {
    min-width: 115px;
    min-height: 115px;
    background-color: rgba(255,255,255,0.17);
    margin: 10px;
}

.radio-img {
    width: 100%;
    text-align: center;
}

    .radio-img span {
        display: block;
        color: #fff;
        font-size: 16px;
    }

    .radio-img img {
        height: 34px;
        width: auto;
        margin: 0 auto 8px;
    }

.radio-custom input[type="radio"]:checked + label {
    background-color: #CDDD00;
    box-shadow: 0px 7px 12px 2px #00000040;
}

    .radio-custom input[type="radio"]:checked + label span {
        color: #000000;
    }

.company-hr, .individual-hr {
    display: none;
}

.radio-custom input[type="radio"]:checked + label img.company-df,
.radio-custom input[type="radio"]:checked + label img.individual-df {
    display: none;
}

.radio-custom input[type="radio"]:checked + label img.company-hr,
.radio-custom input[type="radio"]:checked + label img.individual-hr {
    display: block;
}

.home-link {
    display: inline-block;
}

.login-btn:disabled {
    background-color: rgba(255,255,255,0.15);
    cursor: no-drop;
}

.form-check-label:hover .radio-img span {
    color: #CDDD00;
}

.login-div div[style="color: #ff7676;"] {
    margin-top: 12px;
}

@media(max-width:767.69px) {
    .login-div {
        padding: 40px 20px;
        margin-bottom: 20px;
    }

    .login-text {
        font-size: 25px;
    }

    .login-btn {
        padding: 18px 19px;
    }

        .login-btn span {
            font-size: 18px;
        }
}
.arabic .radio-custom {
    direction: rtl;
}