*,
body {
    margin: 0;
    border: 0
}

h1,
.h1 {
    font-size: 2.875rem
}

h2,
.h2 {
    font-size: 2.25rem
}

h3,
.h3 {
    font-size: 1.6875rem
}

h4,
.h4 {
    font-size: 1.4375rem
}

h5,
.h5 {
    font-size: 1.125rem
}

h6,
.h6 {
    font-size: 1rem
}

.sub-heading {
    font-size: 1.25rem
}

.t-heading {
    font-size: 3.75rem
}

.bold {
    font-weight: bold
}

a {
    text-decoration: none
}

a.text-link,
a.text-link:hover {
    text-decoration: underline;
    color: #1a1a1a;
    font-weight: bold
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    background-color: #fff
}

body.lang_ar {
    direction: rtl !important
}

.header-content {
    max-width: 1700px;
    margin: auto;
    padding: 9.2px 0
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important
}

.field-error,
.loading-hide,
.hide {
    display: none
}

.field-error {
    color: #ff1908 !important;
    margin-top: 8px;
    font-size: 14px;
    z-index: 9999
}

ul {
    margin: 0;
    padding: 0
}

.alert-section {
    background-color: #ff99c8;
    width: 100%;
    padding: 10px;
    border-radius: 1rem;
    margin-bottom: 24px
}

.alert-success {
    background-color: #d0f4de;
    width: 100%;
    padding: 10px;
    border-radius: 1rem;
    margin-bottom: 24px
}

.alert-message {
    margin-bottom: 0;
    color: #1a1a1a;
    font-size: 14px;
    margin: 0;
    line-height: 24px
}

.alert-success .alert-message {
    color: #1a1a1a
}

.text-center {
    text-align: center
}

.spin .spinner {
    position: absolute;
    margin-left: -25px;
    min-height: 35px !important
}

.spin .spinner::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 50%;
    border: 2px dashed #1a1a1a;
    animation: 1s linear infinite spinner
}

.lang_ar .spin .spinner {
    margin-left: 0;
    margin-right: -25px
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.bg-white {
    background-color: #fff !important
}

.logo-register {
    width: 120px;
    height: auto
}

.logo-register a {
    display: flex
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 0 3rem
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    align-items: center
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.auth-nav {
    border-right: 1px solid #e8e8e8
}

.lang_ar .auth-nav {
    padding-left: 0
}

.auth-nav:last-child {
    border-right: 0
}

.auth-nav-link {
    width: 75px;
    display: block
}

.register-main-container {
    padding: 0rem 3rem
}

.register-main-container-wrapper {
    max-width: 1700px;
    margin: auto
}

.register-container-image-wrapper {
    display: flex;
    width: 100%
}

.register-container {
    flex-basis: 60%;
    background-color: #fff;
    padding: 2rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: 1px solid #ddd;
    width: 34.81rem;
    margin-top: 3rem
}

.lang_ar .register-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.help-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem
}

.help-popup {
    position: absolute;
    bottom: 31%;
    right: -9.5rem;
    transform: translateX(-50%);
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
    padding: 1rem;
    width: 300px;
    font-size: .9rem;
    display: none;
    opacity: 1;
    transition: opacity .3s, visibility .3s;
    z-index: 10
}

.lang_ar .help-popup {
    right: unset;
    left: 10rem
}

.help-popup span {
    font-size: .75rem;
    font-weight: bold;
    line-height: 1.125rem;
    color: #1a1a1a
}

.help-popup p {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.125rem;
    color: #1a1a1a
}

.help-popup::after {
    content: '';
    position: fixed;
    top: 100%;
    right: 0;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.lang_ar .help-popup::after {
    right: unset;
    left: 10px
}

.arabic-help-popUp {
    position: absolute;
    bottom: 31%;
    left: 10rem;
    transform: translateX(-50%);
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
    padding: 1rem;
    width: 300px;
    font-size: .9rem;
    display: none;
    opacity: 1;
    transition: opacity .3s, visibility .3s;
    z-index: 10
}

.arabic-help-popUp h2 {
    font-size: .75rem;
    font-weight: bold;
    line-height: 1.125rem;
    color: #1a1a1a
}

.arabic-help-popUp p {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.125rem;
    color: #1a1a1a
}

.arabic-help-popUp::after {
    content: '';
    position: fixed;
    top: 100%;
    right: 93%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.help-icon {
    margin-top: 5rem
}

.help-icon img {
    cursor: pointer
}

.help-icon:hover .help-popup {
    display: block
}

.help-icon:hover .arabic-help-popUp {
    display: block
}

.help-icon:hover .help-popup {
    display: block
}

.help-icon:hover .arabic-help-popUp {
    display: block
}

.register-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5rem
}

.register-header h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0
}

.register-link {
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0
}

.register-link-mobile {
    display: none;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    color: #1a1a1a
}

.register-link-mobile a {
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: bold
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: #1a1a1a;
    margin-bottom: .5rem
}

.form-group input[type="email"],
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"] {
    width: 100%;
    padding: .75rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    font-size: 1rem;
    box-sizing: border-box
}

.form-group input::placeholder {
    font-size: .87rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #c6c6c6
}

.form-group input:focus {
    outline: 0;
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.5)
}

.password-field {
    position: relative
}

.password-field .toggle-password {
    position: absolute;
    right: .75rem;
    top: 71%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777
}

.lang_ar .password-field .toggle-password {
    right: unset;
    left: .75rem
}

.mb-2 {
    margin-bottom: .5rem
}

.options {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.options label {
    font-size: .875rem;
    font-weight: 400;
    color: #1a1a1a;
    cursor: pointer
}

.options a:hover {
    text-decoration: underline
}

.remember-label #cBox {
    position: relative;
    top: 2px
}

.btn-register {
    display: block;
    width: 100%;
    background-color: #a5c5e5;
    border: 1px solid #a5c5e5;
    color: #1a1a1a;
    padding: .7rem;
    border: 0;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .3s ease
}

.code-phone-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem
}

.code-phone-wrapper select {
    padding: .75rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    font-size: 1rem
}

.iti {
    width: 3rem
}

.btn-register:hover {
    background-color: #a5c5e5
}

.bg-container {
    position: relative;
    width: 70rem;
    min-height: 28rem;
    background-color: #f5f5f5;
    margin-top: 3rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    overflow: hidden
}

.bg-arrow {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 150px;
    height: auto
}

.lang_ar .bg-arrow {
    transform: rotate(90deg);
    left: unset;
    right: -5px
}

.bg-circle {
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    width: 70%;
    height: auto
}

.lang_ar .bg-circle {
    transform: rotate(90deg);
    right: unset;
    left: -1rem;
    bottom: 0rem
}

.bg-content>* {
    position: relative;
    z-index: 1
}

.lang_ar .bg-container::before {
    transform: scaleX(-1)
}

.lang_ar .bg-container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.bg-content {
    padding: 3rem
}

.bg-content h2 {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 3.375rem;
    color: #1a1a1a;
    margin: 0;
    margin-bottom: 1rem
}

.bg-content span.inner_heading {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #1a1a1a;
    margin: 0;
    margin-bottom: 2rem;
    display: block
}

.bg-content p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.875rem;
    color: #1a1a1a;
    margin: 0;
    margin-bottom: 1rem
}

.bg-content ul li {
    font-size: 1.25rem;
    font-weight: 400;
    color: #1a1a1a;
    list-style: none;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .87rem
}

.dropdown-select {
    position: relative;
    display: inline-block;
    width: 6rem
}

.dropdown-select-selected {
    padding: .69rem .4rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    cursor: pointer;
    background-color: white;
    display: flex;
    align-items: center
}

.dropdown-select-options {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: white;
    z-index: 10;
    max-height: 250px;
    overflow-y: auto
}

.dropdown-select-options div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.dropdown-select-options div:hover {
    background-color: #f0f0f0
}

.dropdown-select img {
    margin-right: 2px;
    width: 20px;
    height: 15px
}

.register-top-header {
    margin-top: 3rem
}

.register-top-header p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 auto;
    text-align: center
}

.bottom-footer {
    margin-top: 2rem
}

.bottom-footer p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 auto;
    text-align: center
}

.select2-container {
    max-width: 100% !important
}

.select2 {
    background: padding-box #fff;
    border: 1px solid #ced4dd;
    border-radius: 4px;
    outline: 0;
    width: 100% !important;
    font-size: 16px;
    line-height: 17px;
    padding: 12px !important;
    display: block
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8993a4 !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected,
.select2-results__option .select2-results__option--selectable .select2-results__option--selected {
    background-color: #d6efff !important;
    color: #091e42 !important;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0
}

.select2-results__option {
    font-size: 16px;
    line-height: 19px;
    color: #091e42 !important;
    letter-spacing: 0
}

.select2-container--login_select .select2-dropdown--below .select2-search--dropdown {
    margin-top: -44px !important
}

.select2-container--login_select .select2-dropdown.select2-dropdown--above {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -5px
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown,
.select2.select2-container.select2-container--default.select2-container--open.select2-container--below {
    border: none !important
}

.select2-results {
    box-shadow: 0 6px 12px #00000029;
    border: 1px solid #dde0e5;
    border-radius: 0 0 4px 4px;
    opacity: 1
}

.select2-container--login_select span.select2-search.select2-search--dropdown {
    margin: 2px 0;
    width: 90px
}

.select2-dropdown .select2-results__option {
    padding: 10px 13px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    letter-spacing: .18px
}

.flagcss {
    display: flex;
    align-items: center
}

span.select2-dropdown.select2-dropdown--below {
    padding: 0 !important
}

ul.select2-results__options {
    padding-top: 1px !important
}

ul.select2-results__options::-webkit-scrollbar {
    background-color: #fff;
    width: 3px
}

ul.select2-results__options::-webkit-scrollbar-track {
    background-color: #fff
}

ul.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 50px
}

.select2-search--dropdown .select2-search__field {
    outline: 0;
    padding: 1px !important;
    margin-bottom: 1px
}

.flag-icon {
    margin-right: 5px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    position: relative;
    height: 40px !important;
    width: 90px;
    border-right: #fff !important;
    border-radius: 4px 0 0 4px !important;
    top: 0 !important
}

.select2-container--login_select .select2-container--open .select2-dropdown--below {
    border-top: 0;
    top: -33px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.field-error,
.loading-hide,
.mobile_middle_resend,
.register_bg .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.resend {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important
}

.select2-container--default.select2-container--open .select2-dropdown {
    left: 1px;
    top: -38px !important
}

.select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
.select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
.select2-container.select2-container--login_select.select2-container .select2-results {
    width: 420px !important;
    max-width: 420px !important
}

.showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
.showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
.showForgotPasswordForm .select2-container.select2-container--login_select.select2-container .select2-results,
.showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
.showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
.showLoginForm .select2-container.select2-container--login_select.select2-container .select2-results {
    width: 455px !important;
    max-width: 455px !important
}

.select2-container--login_select.select2-container {
    width: 110px !important;
}

.new-border,
.new-border .form-control,
.new-border .input-item input,
.new-border .mobile-border,
.new-border .select2,
.new-border .select2-container--login_select {
    border: 0 !important
}

.lang_ar .select2 {
    padding-right: 12px !important;
    padding-left: 6px !important
}

.lang_ar .hide-pass,
.lang_ar .show-pass {
    margin-right: 0;
    margin-left: 7px
}

.lang_ar .select2-container--login_select .flag-icon{
    top: -2px;
}

.lang_ar .select2-selection__rendered span:last-child,
.lang_ar span.c_code {
    direction: ltr !important
}

.lang_ar .select2-container--login_select.select2-container {
    direction: ltr
}


.select2-container--login_select .select2-container .select2-results {
    width: 260px;
    border: 1px solid #ddd;
    background: #fff
}

.flag-icon.flag-icon-squared {
    margin-right: 2px
}

.select2-container--login_select span.select2-dropdown.select2-dropdown--below {
    top: 4px !important;
    width: 110px !important;
    border: 1px solid #aaa
}

.select2-container--login_select .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
    color: #091e42
}

.select2-container--login_select.select2-container .select2-results {
    width: 470px !important
}

.select2-container--login_select .select2-search--dropdown {
    background: #fff;
    border-right: 0 !important
}

.select2-container--login_select .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--login_select span#select2-country_code-container {
    font-size: 14px !important;
    display: flex;
    align-items: center
}

.select2-container--login_select .flag-icon {
    width: 25px !important;
    height: 17px !important
}

.c_name_code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 4px
}

.lang_ar .c_name_code {
    margin-right: 4px
}

.c_code {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #1a1a1a
}

.select2-dropdown .select2-results__option:hover .c_code {
    color: #1a1a1a !important
}

.select2-container--login_select .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 20px
}

.lang_ar .select2-container--login_select .select2-selection--single .select2-selection__arrow{
    top: 5px;
}

.select2-container--login_select .select2-selection--single {
    height: 19px !important
}

.select2-container--login_select .select2-selection--single .select2-selection__arrow b {
    background-image: url(/images/register-new/down.svg);
    width: 12px;
    height: 18px;
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 68%;
    background-repeat: no-repeat;
    background-size: 8px
}

.select2-container--sample_droppdown .select2-selection--single .select2-selection__arrow b {
    background-image: url(/images/register-new/down.svg);
    width: 12px;
    height: 18px;
    right: 18px;
    margin-left: -3px;
    margin-top: -5px;
    position: absolute;
    top: 63%;
    background-repeat: no-repeat;
    background-size: 10px
}

.disabled_country .select2-selection__arrow,
.select2-container--sample_droppdown .select2-results__option.select2-results__option--disabled,
.select2-container--sample_droppdown .select2-search.select2-search--dropdown {
    display: none !important
}

.select2-container--sample_droppdown span.select2-dropdown.select2-dropdown--above,
.select2-container--sample_droppdown span.select2-dropdown.select2-dropdown--below {
    z-index: 9999999999999
}

.select2-container--sample_droppdown span.select2-dropdown.select2-dropdown--below {
    margin-top: 3px
}

.select2-container--sample_droppdown span.select2-dropdown.select2-dropdown--above {
    margin-bottom: 3px
}

.select2-container--sample_droppdown.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    margin-top: -20px
}

.lang_ar .input-item .select2-container--login_select,
.showRegisterForm.lang_ar .input-item .select2-container--login_select {
    left: 0 !important
}

.lang_ar .select2-container--sample_droppdown .select2-selection--single .select2-selection__arrow b {
    right: auto;
    left: 18px
}

.select2-container .select2-selection--single {
    outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    color: #091e42 !important
}

.select2-container--login_select {
    border: 1px solid #ddd;
    border-radius: .5rem
}

.form-control.input_fields.mobile-border,
.select2-container--login_select .select2-search--dropdown .select2-search__field {
    text-align: left !important;
    direction: ltr !important
}

.lang_ar .select2-search.select2-search--dropdown {
    left: 0;
}

.lang_ar .select2-container--open .select2-dropdown {
    left: 0;
    right: 0;
    direction: rtl
}

.select2-search.select2-search--dropdown {
    padding-left: 12px !important;
    direction: ltr !important;
    left: 0;
    position: absolute
}

.select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown {
    bottom: -46px !important
}

.lang_ar .select2-search.select2-search--dropdown {
    padding-right: 12px !important
}

.formhint {
    font-size: 14px;
    margin-top: 15px
}

.exit-btn {
    background: #a59e9e;
    color: #fff
}

p.formhint.formhint_pre {
    margin-top: 0 !important
}

p.formhint.formhint_pre img {
    width: 100%
}

.hide-pass {
    display: none
}

.exit-btn:hover {
    background: #a59e9e;
    color: #fff
}

.exit-btn a {
    color: #1a1a1a;
    text-decoration: none
}

.terms-title {
    font: 14px / 17px Roboto-Medium;
    letter-spacing: 0;
    color: #1a1a1a;
    text-transform: capitalize;
    margin-bottom: 16px
}

.list-decimal {
    list-style: decimal;
    padding-left: 15px
}

dl,
ol,
ul {
    margin-bottom: 1rem
}

input[type=checkbox] {
    --active: #a5c5e5;
    --active-inner: #1a1a1a;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #a5c5e5;
    --border-hover: #a5c5e5;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    border-radius: 2px;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s
}

input[type=checkbox]:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
    transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
    opacity: var(--o, 0);
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 4px;
    top: 1px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg))
}

input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    --o: 1;
    --r: 43deg
}

input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9
}

input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border)
}

input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover)
}

.lang_ar .input-wrapper-mobile {
    flex-direction: row-reverse;
}

.lang_ar #mobile_number::placeholder {
    text-align: right;
    direction: rtl;
}

.tooltip-wrapper{position:relative;display:inline-flex;align-items:center;}
.tooltip-icon{width:14px;height:14px;color:#1a1a1a;cursor:pointer;transition:color 150ms ease;}
.tooltip-wrapper:hover .tooltip-icon{color: #a5c5e5;}
.tooltip-text{visibility:hidden;opacity:0;position:absolute;left:50%;bottom:calc(100% + 12px);transform:translateX(-38%) translateY(6px);width:300px;padding:12px 14px;border-radius:8px;background-color:#ffffff;border:1px solid #e5e7eb;color:#374151;font-size:13px;line-height:1.55;text-align:left;box-shadow:0 2px 6px rgba(0,0,0,0.08),0 6px 16px rgba(0,0,0,0.08);z-index:1000;transition:opacity 150ms ease,transform 150ms ease,visibility 0s linear 150ms;}
.tooltip-text::after{content:"";position:absolute;left:38%;top:100%;transform:translateX(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ffffff;}
.tooltip-text::before{content:"";position:absolute;left:38%;top:100%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #ffffff;}
.tooltip-wrapper:hover .tooltip-text{visibility:visible;opacity:1;transform:translateX(-38%) translateY(6px);transition-delay:none;}

.lang_ar .tooltip-text{
    left: unset;
    right: 50%;
    transform: translateX(38%) translateY(6px);
}

.lang_ar .tooltip-text::after,
.lang_ar .tooltip-text::before{
    left: unset;
    right: 34%;
}

.lang_ar .tooltip-wrapper:hover .tooltip-text{
    transform: translateX(38%) translateY(6px);
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .select2-container.select2-container--login_select.select2-container .select2-results {
        width: 360px !important;
        max-width: 360px !important
    }
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showForgotPasswordForm .select2-container.select2-container--login_select.select2-container .select2-results,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showLoginForm .select2-container.select2-container--login_select.select2-container .select2-results {
        width: 365px !important;
        max-width: 365px !important
    }
}

@media screen and (min-width:835px) and (max-width:1024px) and (orientation:portrait) {
    .register-container,
    .bg-container {
        flex-basis: 50%;
        background-size: auto 100%;
        background-position: right bottom
    }
    .bg-content h2 {
        font-size: 1.8rem;
        line-height: 1.8
    }
}

@media screen and (min-width:821px) and (max-width:834px) and (orientation:portrait) {
    .register-container,
    .bg-container {
        flex-basis: 50%;
        background-size: auto 100%;
        background-position: right bottom
    }
}

@media screen and (min-width:769px) and (max-width:820px) and (orientation:portrait) {
    .register-container,
    .bg-container {
        flex-basis: 50%;
        background-size: auto 100%;
        background-position: right bottom
    }
    .bg-content h2 {
        font-size: 1.5rem;
        line-height: 1.5
    }
    .bg-content span.inner_heading {
        font-size: 1.2rem
    }
}

@media screen and (min-width:576px) and (max-width:768px) and (orientation:portrait) {
    .bg-arrow {
        top: 0;
        left: 0
    }
    .lang_ar .bg-arrow {
        transform: rotate(90deg);
        left: unset;
        right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .select2-container.select2-container--login_select.select2-container .select2-results,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showForgotPasswordForm .select2-container.select2-container--login_select.select2-container .select2-results,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showLoginForm .select2-container.select2-container--login_select.select2-container .select2-results {
        width: 685px !important;
        max-width: 685px !important
    }
}

@media only screen and (min-width:565px) and (max-width:768px) {
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .select2-container.select2-container--login_select.select2-container .select2-results,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showForgotPasswordForm .select2-container.select2-container--login_select.select2-container .select2-results,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showLoginForm .select2-container.select2-container--login_select.select2-container .select2-results {
        width: 505px !important;
        max-width: 505px !important
    }
}

@media screen and (max-width:768px) {
    .register-container-image-wrapper {
        flex-direction: column
    }
    .header-content {
        padding: 8.7px 0
    }
    .logo-register img {
        width: 80px;
        height: 36px
    }
    .register-main-container,
    .bg-white {
        padding: 0rem 1rem
    }
    .register-container {
        padding: 1rem;
        margin-top: 3rem;
        flex-basis: 100%;
        width: 100%
    }
    .bg-container {
        flex-basis: 100%;
        width: 100%;
        display: block;
        border-radius: 1rem;
        background-size: auto 100%;
        background-position: right bottom
    }
    .bg-content {
        padding: 1rem
    }
    .bg-content h2 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: .75rem
    }
    .bg-content span.inner_heading {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1rem
    }
    .bg-content p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: .75rem
    }
    .bg-content ul li {
        font-size: .95rem;
        line-height: 1.4rem;
        margin-bottom: .6rem;
        gap: .4rem
    }
    .bg-content ul li img {
        width: 16px;
        height: auto
    }
    .form-group input[type="email"],
    .form-group input[type="text"],
    .form-group input[type="password"] {
        padding: .6rem
    }
    .form-group input::placeholder {
        font-size: .8rem
    }
    .register-link {
        display: none
    }
    .register-link-mobile {
        display: block;
        margin-top: 1rem
    }
}

@media screen and (max-width:576px) {
    .bottom-footer p {
        font-size: 1rem
    }
    .bg-arrow {
        top: 0;
        left: 0
    }
    .lang_ar .bg-arrow {
        transform: rotate(90deg);
        left: unset;
        right: 0
    }
}

@media only screen and (max-width:565px) {
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .select2-container.select2-container--login_select.select2-container .select2-results,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showForgotPasswordForm .select2-container.select2-container--login_select.select2-container .select2-results,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showLoginForm .select2-container.select2-container--login_select.select2-container .select2-results {
        width: 85vw !important;
        max-width: 100vw !important
    }
}

@media only screen and (max-width:350px) {
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .select2-container.select2-container--login_select.select2-container .select2-results,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showForgotPasswordForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showForgotPasswordForm .select2-container.select2-container--login_select.select2-container .select2-results,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--above,
    .showLoginForm .select2-container.select2-container--login_select span.select2-dropdown.select2-dropdown--below,
    .showLoginForm .select2-container.select2-container--login_select.select2-container .select2-results {
        width: 90vw !important;
        max-width: 90vw !important
    }
}