@font-face {
    font-family: FF-Shamel-Bold;
    src: url('../fonts/FF-Shamel/FF-Shamel-Family-Sans-One-Bold.ttf');
}

@font-face {
    font-family: FF-Shamel-Book;
    src: url('../fonts/FF-Shamel/FF-Shamel-Family-Sans-One-Book.ttf');
}

* {
    font-family: FF-Shamel-Book;
}

.btn {
    padding-bottom: 7px;
    padding-top: 12px;
}

.rtl {
    text-align: right;
    direction: rtl;
}

.registration-title {
    font-family: FF-Shamel-Bold;
    text-align: right;
}

.register-background {
    position: relative;
}

.register-background .bg-image {
    width: 100%;
    height: 246.7px;
}

.register-background .edu-logo {
    width: 156px;
    height: 75px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

.form-container {
    margin-top: 100px;
}

.registration-form {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #C6CBD7;
    padding: 15px;
    border-radius: 12px;
}

.registration-form .form-group {
    margin-top: 15px;
}

.registration-form .form-group label {
    margin-bottom: 10px;
}

.form-control {
    border-color: #C6CBD7;
    border-width: 1px;
    border-radius: 10px;
    padding: 20px;
    direction: rtl;
}

.form-control.disabled {
    background-color: #e9ecef;
    color: #909193;
    opacity: 1;
    cursor: not-allowed;
    pointer-events: none;
}

.form-control:active,
.form-control:focus {
    border-color: #026e64;
    box-shadow: unset;
}

.form-control::placeholder {
    color: #9BA4BA;
}

.btn-success {
    background-color: #029E90;
    color: #fff;
    border-color: #029E90;
}

.btn-success:hover {
    background-color: #027e73;
    color: #fff;
    border-color: #027e73;
}

.btn-success:active,
.btn-success:focus {
    background-color: #026e64 !important;
    color: #fff;
    border-color: #026e64;
    box-shadow: 0 0 0 0.2rem rgba(2, 158, 144, 0.5);
}

.btn-outline-success {
    background-color: transparent;
    color: #029E90;
    border-color: #029E90;
}

.btn-outline-success:hover {
    background-color: #029E90;
    color: #fff;
    border-color: #029E90;
}

.btn-outline-success:active,
.btn-outline-success:focus {
    background-color: #027e73 !important;
    color: #fff;
    border-color: #027e73;
    box-shadow: 0 0 0 0.2rem rgba(2, 158, 144, 0.5);
}

.submit-btn {
    width: 100%;
    font-weight: 800;
    padding: 15px 20px 10px 20px;
}

.font-bold {
    font-family: FF-Shamel-Bold;
}

.text-primary {
    color: #026e64 !important;
    font-weight: bold;
}

.font-weight-bold {
    font-weight: bold;
}

.otp-container {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    direction: ltr !important;
}

.otp-container .form-control {
    direction: ltr !important;
    text-align: center !important;
}

.otp-input {
    width: 72px;
    width: 72px;
    margin-right: 10px;
    text-align: center;
}

.modal-header {
    border-bottom: 0;
}

.youtube-frame {
    border-radius: 12px;
    height: 350px;
}

.mobile-links {
    float: left;
}

/* Responsive */

@media (min-width: 992px) {
    .modal-md {
        --bs-modal-width: 600px;
    }
}

@media (min-width: 576px) {

    /* sm and above */
    .registration-title {
        text-align: center;
    }
}

/* xs screens */
@media (max-width: 575.98px) {
    .app-store-image {
        margin-top: 1rem;
        /* Equivalent to Bootstrap's mt-5 */
    }

    .form-container {
        margin-top: 75px;
    }

    .registration-form {
        margin-top: 10px;
        border: 0px;
    }
}

@media (max-width: 768px) {
    .mobile-links {
        float: unset;
        text-align: center;
        display: flex;
    }

    .mobile-links a {
        width: 100%;
    }

    .mobile-links a img {
        width: 163px;
        height: 47px;
    }
}

@media (min-width: 768px) {

    /* md and above */
    .registration-form {
        /* width: 75%; */
    }
}

@media (min-width: 992px) {

    /* lg and above */
    .registration-form {
        /* width: 50%; */
    }
}

.gender-tab .nav-tabs {
    border: 1px solid #C6CBD7;
    padding-bottom: 1px;
    border-radius: 12px;
}

.gender-tab .nav-tabs button {
    width: 50%;
    height: 64px;
    border-top: 0;
    color: #9BA4BA !important;
    border-radius: 12px;
    border: 0 !important;
}

.gender-tab .nav-tabs button.active {
    background-color: #F3F4F6;
}

.guest-footer {
    padding: 50px 20px 15px 20px;
    background-color: #068E7D;
    direction: rtl;
}

.links-list {
    list-style: none;
    padding: 0;
}

.links-list li a {
    text-decoration: none;
}

.links-list li a span {
    direction: rtl !important;
    text-align: right;
    unicode-bidi: plaintext;
}

.logo-container .logo-content {
    width: fit-content;
    margin: 0 auto;
    place-items: center;
}

@media (min-width: 768px) {
    .footer .logo-container {
        margin: 0 auto;
    }
}

.footer-container {
    justify-content: center;
}

.terms-links {
    margin-top: 3rem;
}

.terms-container {
    text-align: center;
}

.logo-container p {
    text-align: right;
}

@media (min-width: 768px) {
    .registration-form {
        padding: 60px 40px 60px 40px;
    }
}

@media (max-width: 768px) {
    .logo-container .logo-content {
        margin: unset;
    }

    .footer-container {
        justify-content: unset;
    }

    .terms-container {
        text-align: right;
    }

    .terms-links {
        margin-top: 1.5rem;
    }

    .guest-footer .terms-container {
        margin-top: 4rem;
    }

    .youtube-frame {
        height: 220px !important;
    }
}

.footer-end {
    place-items: center;
}

.hint-text {
    font-size: 12px;
    color: #939CB1;
}

.phone-container {
    position: relative;
}

.phone-sa {
    position: absolute;
    left: 0;
    top: 35px;
    background-color: #00a591;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-weight: bold;
}

.phone-container input {
    text-align: left;
    padding-left: 90px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}