@font-face {
    font-family: "Cairo-Bold";
    src: url("../../fonts/Cairo-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Cairo-Light";
    src: url("../../fonts/Cairo-Light.otf") format("opentype");
}

@font-face {
    font-family: "Cairo-Regular";
    src: url("../../fonts/Cairo-Regular.otf") format("opentype");
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(0.8);
    }

    66% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
/* .right-content:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/birds-pattern.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media (min-width:992px) {
    .right-content:before {
        background-size: 50%
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .right-content:before {
        background-size: 60%
    }
}

@media (max-width:575.98px) {
    .right-content:before {
        background-size: 70%
    }
} */
/* .right-content .content {
    height: 100%;
    z-index: 2;
    position: relative;
} */
/* .right-content form .form-submit-btn .icon {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.right-content form .form-submit-btn .icon svg {
    fill: #090326;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.right-content form .form-submit-btn:hover .icon {
    background-color: #090326;
}

.right-content form .form-submit-btn:hover .icon svg {
    fill: #fff;
} */
/* #verificationcode-modal .forget-pass-verify .inputs input {
    border-color: #090326;
    color: #090326;
}

#verificationcode-modal .forget-pass-verify .inputs .mask {
    background: #090326;
}

#verificationcode-modal .forget-pass-verify .verification-code-resend {
    color: #090326;
    direction: rtl;
}

#verificationcode-modal .forget-pass-verify .verification-code-resend .resend-timer {
    color: #7F178F;
    width: 50px;
    display: inline-block;
}

#verificationcode-modal .forget-pass-verify .verification-code-resend .resend-link {
    color: #FFA21A;
    display: none;
}
#verificationcode-modal .forget-pass-verify button {
    border-radius: 33px;
} */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    }

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    }

    input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    }

.header {
    background: #f3f2f3;
}

    .header.sticky {
        background: #f3f2f3;
    }

.right-content {
    background: rgba(244, 244, 249, 1);
    height: 100vh !important;
    padding: 20px;
    position: relative;
}

.login-box {
    background: #fff;
    border-radius: 22px;
}

@media screen and (max-width:991.89px) {
    .login-box {
        padding-top: 30px;
        width: 100% !important;
        margin: 15px auto 0 !important;
    }
}

.right-content form .form-check {
    padding-right: 30px;
}

    .right-content form .form-check .form-check-input {
        display: none;
    }

        .right-content form .form-check .form-check-input:checked + .form-check-label:after {
            background-color: #090326;
        }

    .right-content form .form-check .form-check-label {
        color: #090326;
    }

        .right-content form .form-check .form-check-label:before {
            position: absolute;
            content: "";
            transform: rotate(45deg);
            right: 6px;
            top: 6px;
            width: 5px;
            height: 10px;
            border-width: 2px;
            border-style: solid;
            border-top: 0;
            border-left: 0;
            border-color: #fff;
            z-index: 10;
        }

        .right-content form .form-check .form-check-label:after {
            position: absolute;
            content: "";
            right: 0;
            top: 3px;
            width: 18px;
            height: 18px;
            border-radius: 4px;
            border: 1px solid #090326;
            background-color: #fff;
            z-index: 1;
        }

.right-content form .input-group {
    padding-inline: 15px;
    padding-bottom: 0;
    background: none;
    border: 1px solid #090326;
    border-radius: 5px;
    height: 48px;
    margin-bottom: 20px !important;
}

    .right-content form .input-group input {
        background: none;
    }

        .right-content form .input-group input::placeholder {
            color: #090326 !important;
            font-weight: bold;
            font-size: 14px;
        }

    .right-content form .input-group .floating-label {
        font-size: 10px;
        color: #cccccc;
        position: absolute;
        pointer-events: none;
        top: 9px;
        left: 12px;
        transition: all 0.1s ease;
    }

    .right-content form .input-group input:focus ~ .floating-label {
        top: -15px;
        bottom: 0px;
        background: #f3f2f3;
        width: 25%;
        height: 25px;
        right: 45px;
        text-align: center;
    }

    .right-content form .input-group input:not(:focus):valid ~ .floating-label {
        top: 11px;
        bottom: 0px;
        right: 45px;
        font-size: 15px;
        opacity: 1;
        font-weight: bold;
        color: #090326;
    }

input:-webkit-autofill {
    -webkit-box-shadow: none !important;
}

.right-content form .input-group:not(.error) input:-ms-input-placeholder {
    color: #cdcdcd;
}

.right-content form .input-group:not(.error) input::-moz-placeholder {
    color: #cdcdcd;
}

.right-content form .input-group:not(.error) input::-webkit-input-placeholder {
    color: #cdcdcd;
}

.right-content form .input-group svg {
    fill: #090326;
}

    .right-content form .input-group svg.hide {
        padding-top: 10px;
    }

.right-content form .input-group .show-hide:hover svg {
    fill: #090326;
}

.right-content form .input-group.error {
    border-bottom-color: #f20d0d;
}

    .right-content form .input-group.error input:-ms-input-placeholder {
        color: #f20d0d;
    }

    .right-content form .input-group.error input::-moz-placeholder {
        color: #f20d0d;
    }

    .right-content form .input-group.error input::-webkit-input-placeholder {
        color: #f20d0d;
    }

    .right-content form .input-group.error svg {
        fill: #f20d0d;
    }

.right-content form input[type=password] ~ .show-hide .show {
    display: none;
}

.right-content form input[type=text] ~ .show-hide .hide {
    display: none;
}

.right-content form .error-msg {
    color: #f20d0d;
    font-size: 0.8rem;
    position: relative;
    top: -17px;
}

.right-content form button[type="submit"] svg {
    transform: rotate(90deg);
}

input:-webkit-autofill + .floating-label {
    display: none;
}

.right-content form .back-to-login {
    color: #090326;
    font-size: 14px;
    text-decoration: underline !important;
}

    .right-content form .back-to-login:hover {
        color: #7f178f;
    }

.right-content form .forget-password {
    color: #090326;
    text-decoration: underline !important;
}

    .right-content form .forget-password:hover {
        color: #7f178f;
    }

@media (min-width: 992px) {
    .right-content .modal#verificationcode-modal .modal-dialog {
        max-width: 622px;
    }
}

.right-content .modal#verificationcode-modal .modal-content {
    border-radius: 5px;
    margin: 120px auto 0;
}

    .right-content .modal#verificationcode-modal .modal-content .modal-header {
        padding: 0;
        background: none;
        border: none;
        border-radius: 29px 29px 0 0;
        height: 60px;
    }

        .right-content .modal#verificationcode-modal .modal-content .modal-header .modal-title {
            margin: 0 auto;
            display: table;
            font-size: 20px;
            font-family: "Cairo-Bold";
            padding-top: 11px;
        }

        .right-content .modal#verificationcode-modal .modal-content .modal-header .close {
            float: right;
            margin: 0;
            padding: 0;
            top: 10px;
            position: absolute;
            right: 10px;
            background: none;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            font-size: 14px;
            opacity: 1;
        }

            .right-content .modal#verificationcode-modal .modal-content .modal-header .close span {
                margin-top: -5px;
                color: #090326;
                opacity: 1;
                text-shadow: 0 0 black;
            }

    .right-content .modal#verificationcode-modal .modal-content .modal-body {
        text-align: center;
    }

        .right-content .modal#verificationcode-modal .modal-content .modal-body h4 {
            font-size: 20px;
            font-family: "Cairo-Bold";
            text-align: center;
        }

        .right-content .modal#verificationcode-modal .modal-content .modal-body p {
            font-size: 15px;
            color: #707070;
            font-family: "Cairo-Regular";
            text-align: center;
            margin-top: 18px;
        }

    .right-content .modal#verificationcode-modal .modal-content .modal-footer {
        border: none;
    }

        .right-content .modal#verificationcode-modal .modal-content .modal-footer button {
            color: #707070;
            border-radius: 33px;
            width: 204px;
            height: 50px;
            border: 1px solid #707070;
            font-family: "Cairo-Regular";
            background: none !important;
            font-size: 20px;
            margin-bottom: 10px;
        }

.right-content .modal#changePasswordSuccess-modal .modal-content {
    border-radius: 33px;
    margin: 35% auto 0;
}

    .right-content .modal#changePasswordSuccess-modal .modal-content p {
        font-family: "Cairo-Bold";
    }

.right-content .overlay {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 991.89px) {
    .right-content .overlay {
        background: none;
    }

    .right-content {
        background: rgba(244, 244, 249, 1);
        min-height: calc(100vh - 359px);
    }
}

.right-content .overlay.visible {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999;
}

.right-content .overlay.non-visible {
    visibility: hidden !important;
    opacity: 0 !important;
}

.right-content .overlay .popup {
    margin: 40% auto 0;
    padding: 20px;
    background: #fff;
    border-radius: 33px;
    width: 60%;
    text-align: center;
    position: relative;
}

@media (max-width: 991.89px) {
    .right-content .overlay .popup {
        margin: 150px auto 0;
    }
}

.right-content .overlay .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.right-content .overlay .popup p {
    font-family: "Cairo-Bold";
}

.right-content .lang {
    position: relative;
    border-radius: 17px;
    padding: 2px 12px;
}

    .right-content .lang .lang-title {
        color: #090326;
    }

        .right-content .lang .lang-title .arrow {
            border-color: #090326;
            border-style: solid;
            padding: 3px;
            border-top-width: 0;
            border-right-width: 0;
            border-left-width: 2px;
            border-bottom-width: 2px;
            transition: all 0.3s ease-in-out;
            transform: rotate(-225deg);
            margin-top: 5px;
        }

        .right-content .lang .lang-title.collapsed .arrow {
            border-color: #090326;
            border-style: solid;
            padding: 3px;
            border-top-width: 0;
            border-right-width: 0;
            border-left-width: 2px;
            border-bottom-width: 2px;
            transition: all 0.3s ease-in-out;
            transform: rotate(-45deg);
            margin-top: 0;
        }

    .right-content .lang .sub-menu {
        position: absolute;
        z-index: 2;
        top: 30px;
        left: 60px;
        width: 120px;
        text-align: center;
        transform: translateX(-50%);
        transition: all 0.3s ease-in-out 0s;
        -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
        background-color: white;
        border-radius: 5px;
        padding-inline: 15px;
        z-index: 10;
    }

        .right-content .lang .sub-menu::before {
            right: 39px;
            top: -15px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .right-content .lang .sub-menu li {
            padding-block: 10px;
        }

            .right-content .lang .sub-menu li:hover a {
                color: #7f178f;
            }

            .right-content .lang .sub-menu li a {
                color: #090326;
            }

            .right-content .lang .sub-menu li.active a {
                color: #7f178f;
            }

.right-content .content {
    padding-top: 25px;
}

    .right-content .content .back-to-login {
        text-decoration: underline;
        color: #090326;
    }

@media (max-width: 991.89px) {
    .right-content .content .back-to-login {
        margin-bottom: 100px;
    }
}

.right-content .content .back-to-login:hover {
    color: #7f178f;
}

.right-content .content .logo h1 {
    color: #090326;
    font-family: "Cairo-Bold";
    font-size: 1rem;
}

.right-content .content .follow-us h3 {
    color: #707070;
    font-size: 16px;
}

.right-content .content .follow-us ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #090326;
    transition: unset;
    border-radius: 50%;
}

    .right-content .content .follow-us ul li a:hover {
        background-color: #090326;
    }

        .right-content .content .follow-us ul li a:hover path {
            fill: #fff;
        }

    .right-content .content .follow-us ul li a path {
        fill: #707070;
    }

.right-content .title {
    color: #090326;
    font-family: "Cairo-Bold";
}

.right-content .sub-title {
    color: #090326;
    font-weight: bold;
}

.right-content .register-link {
    color: #7f178f;
    text-decoration: underline !important;
}

    .right-content .register-link:hover {
        color: #090326;
    }

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "Cairo-Regular";
    font-size: 16px;
    background: #f3f2f3;
}

a {
    transition: all 0.3s ease-in-out;
}

    a:hover {
        text-decoration: unset;
    }

.btn-primary {
    height: 45px;
    outline: 0;
    text-align: right;
    width: 100%;
    background-color: #090326;
    border-color: #090326;
    color: #fff;
    letter-spacing: 0;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.send-verification {
    width: 183.92px;
    text-align: center;
}

.btn-primary a {
    color: #fff;
}

@media (max-width: 991.89px) {
    .btn-primary {
        width: 100%;
    }
}

.btn-primary:hover {
    background-color: transparent;
    color: #090326;
    border-color: #090326;
}

    .btn-primary:hover a {
        color: #090326;
    }

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #090326;
    border-color: #090326;
    color: #fff;
}

button:focus {
    -o-box-shadow: unset !important;
    box-shadow: unset !important;
    outline: unset;
}

button:active:focus {
    -o-box-shadow: unset !important;
    box-shadow: unset !important;
}

.form-control {
    height: 38px;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #ced4da;
        outline: 0;
        -o-box-shadow: unset;
        box-shadow: unset;
    }

.modal {
    animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.popup {
    animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.left-content {
    position: relative;
}

    .left-content .hashtag {
        position: absolute;
        left: 15px;
        bottom: 10px;
        color: #fff;
        z-index: 1;
    }

#changePasswordSuccess .modal-header .close {
    opacity: 1;
    margin: 0;
    background: #aaaaaa;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 15px;
    font-size: 18px;
    margin-left: 0;
    text-shadow: unset;
    padding: 0;
}

#changePasswordSuccess .modal-content {
    border-radius: 10px;
}

    #changePasswordSuccess .modal-content p {
        font-family: "Cairo-Bold";
    }

@media (min-width: 1360px) {
    .container {
        max-width: 144rem;
        padding-inline: 4.8rem;
    }
}

@media (min-width: 992px) {
    .left-content {
        height: 100%;
        background: rgba(244, 244, 249, 1);
    }

        .left-content .owl-item img {
            height: 100vh;
            width: 100% !important;
            -o-object-fit: cover;
            object-fit: cover;
            max-width: 100%;
        }

        .left-content .owl-item.active {
            margin-left: 0 !important;
        }

        .left-content .owl-dots {
            position: absolute;
            margin-top: -40px;
            left: 45%;
            float: left;
        }

            .left-content .owl-dots .owl-dot {
                border: 1px solid #090326;
                background: #090326;
                border-radius: 50%;
                width: 10px;
                height: 10px;
                margin: 0 3px;
            }

                .left-content .owl-dots .owl-dot.active {
                    width: 15px;
                    height: 15px;
                }

    .right-content form {
        margin-inline: 50px;
    }
}

@media (max-width: 768px) {
    .right-content form, .welcome-msg {
        width: 100% !important;
        margin: 0 auto;
    }
}

@media (min-width:1200px) {
    .right-content form {
        margin: 17% auto 20px;
        max-width: 100%;
        width: 72%;
    }

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

    .login-leftside .mob {
        display: none;
    }

    .notification-upload {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .notification-upload {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(9, 3, 38, 20%);
        height: 56px;
        top: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        padding: 20px;
    }

        .notification-upload p {
            font-size: 12px;
            font-weight: bold;
        }

        .notification-upload .icon {
            width: 41px;
            height: 41px;
            border-radius: 7px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .upload-button {
        background: rgba(125, 23, 141, 1);
        color: #fff;
        font-size: 11px;
        width: 78px;
        height: 27px;
        border-radius: 7px;
        border: none;
        margin-inline: 5px;
        font-family: Cairo-Regular;
    }

    .header {
        position: relative !important;
    }

    .left-content img {
        z-index: 1;
        margin-bottom: 20px;
    }

    .right-content .content .logo-banners {
        margin-bottom: 46px;
    }

    .right-content {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .right-content .title {
        font-size: 1.3rem;
        margin-top: 0 !important;
    }

    #changePasswordSuccess .modal-content p {
        font-size: 1.3rem;
    }
}

@media (max-width:991.89px) {
    .register-box {
        width: 87% !important;
    }

    .login-page {
        width: 95% !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .left-content {
        display: none;
    }

    .login-leftside {
        display: flex;
    }

        .login-leftside .desktop {
            display: none;
        }

    .right-content form {
        margin-inline: auto;
        width: 65%;
    }
}

@media (max-width: 575.98px) {
    .left-content {
        display: none;
    }

    .login-leftside {
        display: flex;
    }

        .login-leftside .desktop {
            display: none;
        }

    .right-content form {
        margin-inline: 10px;
    }

    #changePasswordSuccess .modal-dialog {
        margin-inline: 35px;
    }
}

@media (max-width: 767.98px) {
    .right-content .title {
        font-size: 1.1rem;
        margin-top: 0 !important;
        text-align: right !important;
    }

    .right-content form .error-msg {
        font-size: 14px;
    }

    #changePasswordSuccess .modal-content p {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .left-content {
        display: none !important;
    }

    .right-content form {
        margin-inline: auto;
        width: 50%;
    }
}
/*# sourceMappingURL=login.css.map */
.twoToneCenter {
    text-align: center;
    margin: 1em 0;
}

.twoToneButton.disabled {
    background: rgba(9, 3, 38, 50%);
    color: rgba(255, 255, 255, 50%);
}

.twoToneButton, .applycopoun, .removeapplycopoun {
    display: inline-block;
    outline: none;
    padding: 10px 20px;
    line-height: 1.4;
    background: rgba(9, 3, 38, 100%);
    color: #fff;
    border-radius: 4px;
    position: relative;
    transition: padding-right 0.3s ease;
    width: 100%;
    height: 50px;
}

    .twoToneButton:active {
        color: #ffffff;
        background: #090326;
    }

    .twoToneButton.spinning, .applycopoun.spinning {
        background: rgba(9, 3, 38, 25%);
        padding-right: 40px;
    }

    .removeapplycopoun.spinning {
        background: rgba(9, 3, 38, 25%);
    }

        .removeapplycopoun.spinning svg {
            display: none;
        }

        .twoToneButton.spinning:after, .applycopoun.spinning:after, .removeapplycopoun.spinning:after {
            content: '';
            right: 45%;
            top: 50%;
            width: 15px;
            height: 15px;
            box-shadow: 0px 0px 0 1px transparent;
            position: absolute;
            border-radius: 50%;
            -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
            animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
        }

    .twoToneButton.spinning:before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        right: 47.5%;
        top: 50%;
        position: absolute;
        border: 1px solid #000000;
        border-right: 1px solid transparent;
        -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
        animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    }

    .applycopoun.spinning:before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        right: 39%;
        top: 50%;
        position: absolute;
        border: 1px solid #000000;
        border-right: 1px solid transparent;
        -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
        animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    }

    .removeapplycopoun.spinning:before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        left: 0;
        top: 46%;
        position: absolute;
        border: 1px solid #000000;
        border-right: 1px solid transparent;
        -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
        animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    }

.verifyButtons {
    display: inline-block;
    outline: none;
    padding: 10px 20px;
    line-height: 1.4;
    background: none;
    border-radius: 4px;
    position: relative;
    transition: padding-right 0.3s ease;
    width: 100%;
    height: 50px;
}

    .verifyButtons.spinning input {
        border-color: rgba(9,3,38,10%);
        padding-right: 40px;
        color: rgba(9,3,38,10%);
    }



    .verifyButtons.spinning:before {
        content: "";
        width: 0px;
        height: 0px;
        border-radius: 50%;
        right: 45%;
        top: 79%;
        position: absolute;
        border: 0.5px solid #000000;
        border-right: 0 solid transparent;
        -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
        animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    }

@-webkit-keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

.follow-us {
    display: none;
}

.nav-lang {
    position: relative;
    cursor: pointer;
    background: none;
    width: 32px;
    height: 32px;
    border: 1px solid #090326;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-inline-end: 0;
    color: #090326;
    justify-content: center !important;
}

#phoneoremail {
    direction: ltr;
}
