:root {
    --custom: #04658b;
    --custom-opacity: #04658b44;
    --custom-opacity-2: #04658b22;
}

@import url("../css/bootstrap-icons.woff");
@import url("../css/all.min.css");

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Regular"), url("fonts/Lato-Regular.woff") format("woff");
}

@font-face {
    font-family: "Lato-500";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Hairline"), url("fonts/Lato-Hairline.woff") format("woff");
}

@font-face {
    font-family: "Lato-300";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Light"), url("fonts/Lato-Light.woff") format("woff");
}

@font-face {
    font-family: "Lato-bold";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Bold"), url("fonts/Lato-Bold.woff") format("woff");
}

@font-face {
    font-family: "Lato-black";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Black"), url("fonts/Lato-Black.woff") format("woff");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

input::placeholder {
    text-transform: capitalize;
}

body {
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.hero-banner {
    background: rgb(66, 83, 161, 0.8) url("../images/headerimage.jpg") no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-blend-mode: multiply;
}

.banner-heading {
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
}

a,
a:hover {
    text-decoration: none;
}

a.btn {
    color: #fff !important;
}

.btn-primary {
    background: #04658b !important;
    border-color: #04658b !important;
}

.btn-secondary {
    background: #ff4f86 !important;
    border-color: #ff4f86 !important;
}

a.phone-link {
    font-size: 1.5rem;
    color: #04658b !important;
}

.text-container {
    padding: 28vh 0;
}

.text {
    font-size: 1.8rem;
    color: #fff;
}

.heading {
    font-size: 2.9rem;
    font-family: "Lato-black", sans-serif;
    font-weight: 900;
}

.padder {
    margin: 5rem 0rem;
}

.sub-heading {
    color: #04658b;
    font-size: 2.4rem;
    font-family: "Lato-bold", sans-serif;
    font-weight: 700;
}

.why-choose h5 {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-family: "Lato-bold", sans-serif;
    font-weight: 700;
}

.sub-banner {
    background: rgb(4, 101, 139) url("../images/inner-banner.jpg") no-repeat;
    background-size: cover;
    min-height: 400px;
    background-blend-mode: multiply;
    padding: 160px 0px;
}

form {
    position: relative;
}

.box-title.display,
.form-label.display {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tooltip {
    position: relative;
    display: contents;
    cursor: pointer;
}

[lang="ar"] .tooltip .tooltiptext {
    left: 1px !important;
}

.tooltip .tooltiptext {
    display: none;
    width: 100px;
    background-color: #f5f6f7;
    color: #000;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    /* right: 10px; */
    font-size: 12px;
    font-weight: 400;
}

.tooltip:hover .tooltiptext {
    display: block;
}

.info-icon {
    width: 18px;
}

/* select.form-control:not([size]):not([multiple]) {
    height: 48px !important;
    box-shadow:0 0 0 !important
} */
.form-label-group input.form-control ~ label,
.form-label-group select.form-control ~ label {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="number"],
.form-group input[type="textarea"],
.form-group select.custom-select,
.form-group input[type="file"] {
    /* margin-top:1rem; */
    font-weight: 500;
    font-family: "Lato500-", sans-serif;
    font-size: 13px;
    line-height: 16px;
    height: 40px;
    /*padding: 0 30px; */
    border-radius: 4px;
    color: #000;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 0 !important;
}

.form-group input[type="file"] {
    padding-top: 0.7rem !important;
}

/*
input[type="file"]::file-selector-button {
    display: none;
} */

.form-label-group .form-control:focus ~ label,
.form-label-group input.form-control:not(:placeholder-shown) ~ label,
.form-label-group select.custom-select ~ label,
label {
    font-size: 13px;
    line-height: 16px;
    opacity: 1;
}

.flex-radio span {
    font-size: 13px;
}

.pointer {
    cursor: pointer;
}

.card-custom {
    border: none;

    padding: 3rem;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}

.text-small {
    font-size: 14px;
}

span.bold {
    font-weight: bold;
}

@media (max-width: 767px) {
    .banner-heading {
        color: #fff;
        font-size: 3rem;
        font-weight: 900;
        font-family: "Lato-black", sans-serif;
    }

    .padder {
        margin: 3rem 0rem;
    }
}

@media screen and (max-width: 570px) {
    .d-flex.mt-4,
    .d-flex.mt-5.justify-content-center {
        display: flex;
        flex-direction: column;
    }

    .banner-heading {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 900;
        font-family: "Lato-black", sans-serif;
    }

    .heading {
        font-size: 2.5rem;
        font-family: "Lato-black", sans-serif;
        font-weight: 900;
    }

    .text {
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #fff;
    }

    .padder {
        margin: 2.5rem 0rem;
    }

    .sub-heading {
        color: #04658b;
        font-size: 2rem;
        font-family: "Lato-bold", sans-serif;
        font-weight: 700;
    }

    .sub-banner {
        padding: 100px 0px;
    }
}

.min-height {
    min-height: 50vh !important;
}

.flex-bb {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
}

.d-box {
    padding: 1.5rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
    height: 100%;
}

h2.box-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.kyc-info {
    font-family: "Noto Sans Arabic", sans-serif;
    background: #fcfcfc;
    border: 1px solid #f7f7f7;
    border-radius: 6px;
    padding: 1rem;
    font-weight: 500;
    font-family: "Lato-bold", sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #828282;
}

p.grey-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    margin-bottom: 4px;
}

p.stats {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 4px;
    text-align: right;
}

.form-arabic p.stats {
    text-align: left !important;
}

.bg-primary {
    background: var(--custom) !important;
}

.tab-heading {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Lato-bold", sans-serif;
    transform: translateY(-40px);
    color: var(--custom);
}

/*=====Radio Button Styling====*/
.flex-inner {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:not(:disabled) ~ label.radio_label {
    cursor: pointer;
}

input[type="radio"]:disabled ~ label.radio_label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
}

label.radio_label {
    height: 100%;
    width: 180px;
    line-height: 100%;
    display: block;
    background: white;
    border: 2px solid var(--custom);
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
}

input[type="radio"]:checked + label.radio_label {
    background: var(--custom-opacity);
    color: #000;
    box-shadow: 0px 0px 20px var(--custom-opacity);
}

input[type="radio"]:not(:checked) + label.radio_label {
    background: #fff;
}

input[type="radio"]:checked + label.radio_label::after {
    color: var(--custom);
    border: 2px solid var(--custom);
    content: url(../images/check-blue.svg);
    font-size: 24px;
    padding-top: 6px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px var(--custom-opacity);
}

input[type="radio"]:not(:checked) + label.radio_label::after {
    border: 2px solid var(--custom);
    color: var(--custom);
}

label.radio_label p {
    font-weight: 900;
    font-family: "Lato-black", sans-serif;
    margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }

    .flex-inner {
        justify-content: center;
    }
}

/*======Animation Tick======*/

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.load-holder {
    position: relative;
}

.loader {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%, -50%) !important;

    z-index: 999;
}

.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid #0000;
    border-right-color: #04658b;
    position: relative;
    animation: s4 1s infinite linear;
}

.loading:before,
.loading:after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}

.loading:after {
    animation-duration: 4s;
}

@keyframes s4 {
    100% {
        transform: rotate(1turn);
    }
}

/*======Sepper=========*/
.card {
    z-index: 0;
    position: relative;
}

#progressbar {
    margin-bottom: 3rem;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: var(--custom);
}

.stepWidth li {
    width: 8.33% !important;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 9.09%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
    zoom: 80%;
    line-height: 17px;
}

#progressbar .partner:before,
#progressbar li:nth-child(1):before {
    content: url(../images/bank-icon.svg);
}

#progressbar .KYC:before,
#progressbar li:nth-child(3):before {
    content: url(../images/business-info.svg);
    padding-top: 6px;
}

#progressbar .KYB:before,
#progressbar li:nth-child(4):before {
    content: url(../images/manager-info.svg);
    padding-top: 8px;
}

#progressbar .Summary:before,
#progressbar li:nth-child(9):before {
    content: url(../images/summary.svg);
    padding-top: 8px;
}

#progressbar .Compliance:before,
#progressbar li:nth-child(10):before {
    content: url(../images/summary.svg);
    padding-top: 8px;
}

#progressbar .LM:before,
#progressbar li:nth-child(5):before {
    content: url(../images/lock-icon.svg);
    padding-top: 6px;
}

#progressbar .LM:before,
#progressbar li:nth-child(6):before {
    content: url(../images/bank-icon.svg);
    padding-top: 8px;
}

#progressbar .LM:before,
#progressbar li:nth-child(11):before {
    content: url(../images/bank-icon.svg);
    padding-top: 8px;
}

#progressbar .BD:before,
#progressbar li:nth-child(8):before {
    content: url(../images/bank-icon.svg);
    padding-top: 8px;
}

#progressbar .RV:before,
#progressbar li:nth-child(7):before {
    content: url(../images/bank-icon.svg);
    padding-top: 8px;
}

#progressbar .TOS:before,
#progressbar li:nth-child(2):before {
    content: url(../images/terms-and-conditions.svg);
    padding-top: 6px;
}

#progressbar .confirm:before,
#progressbar li:last-child:before {
    content: url(../images/finish-icon.svg);
    padding-top: 6px;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 1px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--custom);
}

#progressbar li.active:before {
    content: url(../images/check-all.svg);
    padding-top: 8px;
}

.tab-one {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 767px) {
    #progressbar li {
        list-style-type: none;
        font-size: 10px;
        width: 20%;
        overflow-wrap: break-word;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
    }

    /* #progressbar li:not(:nth-last-child(-n+4)) {
       width: 20%;
   } */
    #progressbar li strong {
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 12px;
    }

    .tab-one {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.show_tos {
    color: #04658b;
    cursor: pointer;
}

.tos {
    border-radius: 6px;
    padding: 1rem;
    font-size: 14px;
    line-height: 20px;
    background: rgba(198, 198, 198, 0.1);
    color: #000;
    overflow: auto;
}

.tos p:last-child {
    margin-bottom: 0;
}

.mt-small {
    margin-top: 3px;
}

/*=====Arabic Form=======*/
.arabic {
    font-family: "Noto Sans Arabic", sans-serif !important;
    direction: rtl;
}

.arabic select.form-control:not([size]):not([multiple]) {
    height: 48px !important;
    box-shadow: 0 0 0 !important;
}

.arabic #progressbar li {
    float: right;
}

.arabic .form-label-group > label,
.arabic .form-label-group > .custom-select > label {
    top: 18px;
    right: 35px;
}

.arabic .form-label-group .form-control:focus ~ label,
.arabic .form-label-group input.form-control:not(:placeholder-shown) ~ label,
.arabic .form-label-group select.custom-select ~ label {
    left: unset;
    right: 36px;
}

.arabic .tab-one {
    text-align: right;
}

@media (max-width: 440px) {
    #progressbar li {
        list-style-type: none;
        font-size: 10px;
        width: 33.33%;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
    }

    #progressbar li:last-child {
        width: 100%;
    }

    /* #progressbar li:not(:nth-last-child(-n+3)) {
      width: 33.33%;
  } */
}

@media (max-width: 300px) {
    label.radio_label {
        width: 160px;
    }
}

/*
=====PoliticalExposed Radio BUtton======*/
.flex-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.position-relative {
    position: relative;
}

.arabic-side {
    direction: rtl;
}

.switcher {
    position: relative;
    /* top: 50%; */
    right: 0;
    width: 150px;
    height: 50px;
    text-align: center;
    margin: 0;
    background: #11ce00;
    transition: all 0.2s ease;
    border-radius: 25px;
}

.arabic-side .switcher {
    right: unset;
    left: 0;
}

.switcher span {
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin: -2px 0px 0px -4px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}

.arabic-side .switcher span {
    display: none;
}

.switcher span:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 12px;
    margin-top: -8px;
    background: #fff;
    transition: all 0.2s ease;
}

input[type="radio"] {
    display: none;
}

.switcher label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    width: 60px;
    line-height: 50px;
    transition: all 0.2s ease;
}

label[for="yes"],
label[for="yes-arabic"] {
    position: absolute;
    left: 0px;
    height: 20px;
}

label[for="no"],
label[for="no-arabic"] {
    position: absolute;
    right: 0px;
}

#no:checked ~ .switcher,
#no-arabic:checked ~ .switcher {
    background: #eb4f37;
}

#no:checked ~ .switcher span,
#no-arabic:checked ~ .switcher span {
    background: #fff;
    margin-left: -8px;
}

#no:checked ~ .switcher span:after,
#no-arabic:checked ~ .switcher span:after {
    background: #fff;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px;
}

#yes:checked ~ .switcher label[for="yes"],
#yes-arabic:checked ~ .switcher label[for="yes-arabic"] {
    color: #fff;
}

#no:checked ~ .switcher label[for="no"],
#no-arabic:checked ~ .switcher label[for="no-arabic"] {
    color: #fff;
}

@media (max-width: 767px) {
    .flex-radio {
        flex-direction: column;
    }
}

.radio-buttons label {
    display: flex;
    cursor: pointer;
    gap: 15px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.radios-buttons label input {
    position: absolute;
    left: -9999px;
}

.radios-buttons label input:checked + span {
    background-color: var(--custom-opacity);
}

.radios-buttons label input:not(:checked) + span {
    background-color: #fff;
}

.radios-buttons label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em var(--custom);
}

.radios-buttons label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    background: #fff;
}

.arabic-side .radios-buttons label span {
    padding: 0.375em 0.375em 0.375em 0.75em;
}

.radios-buttons label span:hover {
    background-color: var(--custom-opacity);
}

.radios-buttons label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--custom);
}

.arabic-side .radios-buttons label span:before {
    margin-right: unset;
    margin-left: 0.375em;
}

/*+==================
Landing Page setting==
====================*/
.bg-gray {
    background: #eee;
}

.pointer {
    cursor: pointer !important;
}

.margin-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.margin-50 {
    margin-top: 50px;
}

.bg-theme-light {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
}

.icon-haeding {
    font-size: 1.2rem !important;
}

.icon-text {
    font-size: 1rem !important;
}

.bg-img-holder {
    height: 100%;
}

.bg-img-holder img {
    border-radius: 8px 0px 0px 8px;
    height: 100%;
    object-fit: cover;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.light-bg {
    background: #f5f5f5;
}

.about-text {
    font-size: 1rem;
    line-height: 24px;
}

.about-text:last-child {
    margin-bottom: 0;
}

.mb-50 {
    margin-bottom: 50px;
}

p.more-info {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4253a2;
    margin-bottom: 5px;
}

.about-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4253a2;
    position: relative;
}

.about-link:before {
    content: "hi";
    width: 20px;
    left: 0px;
    color: #fb5087;
    margin-right: 10px;
}

/*=======OTP===========*/

.bgWhite {
    background: white;
    box-shadow: 0px 3px 6px 0px #cacaca;
}

.title-otp {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 20px;
}

.otp-text,
.otp-verify {
    color: #848484;
    font-size: 14px;
    margin-bottom: 0;
}

.otp-verify .otp-req {
    color: #000;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: underline;
}

.customBtn {
    border-radius: 0px;
    padding: 10px;
}

.form-otp input.otp {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    /* border-radius: 50%; */
}

.forCircleInput {
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
}

.btn-verify,
.btn-verify:hover {
    background: var(--custom);
    color: #fff;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px;
    text-align: center;
}

.otp-time {
    color: red;
    margin-left: 5px;
}

.tos p,
.disclmr p {
    font-size: 12px;
}

.tos h1,
.tos h2,
.tos h3 {
    font-size: 1.2rem;
}

.tos dl,
.tos ol,
.tos ul {
    margin-top: 0;
    padding-left: 2rem;
    font-size: 12px;
    margin-bottom: 1rem;
}

.bg-light-custom {
    background: rgb(0, 0, 0, 0.3);
}

.form-arabic.arabic ol {
    padding-right: 2rem;
}

.base-timer {
    position: relative;
    width: 150px;
    height: 150px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.bg-default {
    background: var(--custom);
}

.flex-mode {
    display: flex;

    gap: 1rem;

    padding: 0.8rem 0;
    margin-bottom: 1rem;
}

.flex-mode:last-child {
    margin-bottom: 0;
}

.flex-heading,
.flex-text {
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1e;
    margin-bottom: 0;
    text-align: right;
}

.flex-text {
    font-weight: 600;
    text-align: right;
}

.form-arabic,
.form-arabic ol {
    direction: rtl;
    text-align: right !important;
}

.form-arabic ol {
    margin-right: 15px;
}

.form-arabic .flex-text {
    min-width: 80px;
}

.otp-ltr {
    direction: ltr;
}

.arabic-lang-landingpage {
    direction: rtl;
    text-align: right;
    position: relative;
}

.arabic-lang-landingpage p.img-before:before {
    right: -2rem;
}

.arabic-lang-landingpage .padding-right-4 {
    padding-right: 4rem;
}

.arabic-lang-landingpage .img-arrow-pink1 {
    transform: rotate(180deg);
}

.sameheightcheckbox {
    max-height: 30px;
    min-height: 45px;
    overflow: auto;
}

.sameheight {
    max-height: 30px;
    min-height: 70px;
    overflow: auto;
    /* border: 1px solid #eee; */
    /* border-radius: 4px; */
}

#amountInputs .amount-input {
    margin: 2px 2px 2px 2px;
}

.sameheightcheckbox::-webkit-scrollbar {
    width: 4px;
}

.sameheightcheckbox::-webkit-scrollbar-thumb {
    background-color: #42529f;
}

.sameheightcheckbox::-webkit-scrollbar-thumb:hover {
    background-color: #42529f;
}

.sameheightcheckbox::-webkit-scrollbar-thumb:active {
    background-color: #42529f;
}

.sameheightcheckbox::-webkit-scrollbar-track {
    background-color: #cacaca;
}

.sameheightcheckbox::-webkit-scrollbar-track:hover {
    background-color: #cacaca;
}

.sameheightcheckbox::-webkit-scrollbar-thumb:hover {
    background-color: #42529f;
}

.sameheight::-webkit-scrollbar {
    width: 4px;
}

.sameheight::-webkit-scrollbar-thumb {
    background-color: #42529f;
}

.sameheight::-webkit-scrollbar-thumb:hover {
    background-color: #42529f;
}

.sameheight::-webkit-scrollbar-thumb:active {
    background-color: #42529f;
}

.sameheight::-webkit-scrollbar-track {
    background-color: #cacaca;
}

.sameheight::-webkit-scrollbar-track:hover {
    background-color: #cacaca;
}

.sameheightt::-webkit-scrollbar-thumb:hover {
    background-color: #42529f;
}

#amountInputs .form-control {
    line-height: 0.2 !important;
    padding: 4px;
}
