@import url(https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap);

.bold, .form-control {
    font-weight: 700
}

body {
    font-family: Almarai, "sans-serif";
    background: #000;
    line-height: 28px;
}

body, div, p, span, h1, h2, h3, h4, h5, h6, section, input, nav, .number, input[type=email], input[type=password] {
    font-family: 'Almarai', "sans-serif" !important;
}

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

.custom-input-radio {
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative
}

.custom-input-radio.active:before {
    content: "";
    position: absolute;
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 2px;
    top: 2px
}

.form-control::placeholder {
    color: #b7b7b7;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b7b7b7
}

.form-control::-ms-input-placeholder {
    color: #b7b7b7
}

.form-control {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    font-size: 14px;
    min-height: 40px
}

.main-color-bg {
    background: #151515
}

.white-color-bg {
    background: #f0f2f3
}

.white-faded-color {
    color: #a1a1a1
}

.white-color {
    color: #fff
}

.black-color {
    color: #393939
}

.black-color2 {
    color: #242424
}

.gray-color {
    color: #a8a8a8
}

.gray-color2 {
    color: #767676
}

.gray-color3 {
    color: #848484
}

.font-10 {
    font-size: 10px
}

.font-12, .font-12 > .riyal-symbol {
    font-size: 12px !important
}

.font-14, .font-14 .riyal-symbol {
    font-size: 14px !important
}

.font-16, .font-16 .riyal-symbol {
    font-size: 16px !important
}

.font-18, .font-18 .riyal-symbol {
    font-size: 18px !important
}

.font-22, .font-22 .riyal-symbol {
    font-size: 22px !important
}

.font-20 {
    font-size: 20px
}

.font-24 {
    font-size: 24px
}

.font-28 {
    font-size: 28px
}

.font-32 {
    font-size: 32px
}

.font-40 {
    font-size: 40px
}

.opacity-07 {
    opacity: .7
}

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

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

.select2-container, .select2-selection {
    width: 100% !important;
    z-index: 99999
}

.select2-selection {
    height: 40px !important;
    display: flex !important;
    align-items: center;
    background: #fcfcfc;
    border: 1px solid #cecece;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url("../images/chevron-down.svg");
    width: 12px;
    height: 6px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #96a7ae
}

.next, .prev {
    cursor: pointer
}

.email-input-icon, .phone-input-icon {
    position: absolute;
    left: 10px;
    top: 12px
}

.loading, .loading svg {
    position: absolute;
    left: 0
}

.phone-input {
    padding-left: 40px
}

.bt {
    border-top: 1px solid #dbdbdb
}

@keyframes filter-animation {
    0% {
        fill: #98a884
    }
    100%, 22% {
        fill: #fff
    }
    33% {
        fill: silver
    }
    44% {
        fill: #acaebf
    }
    66% {
        fill: #d6c6c3
    }
}

.loading {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
    background: rgb(255 255 255 / 46%);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    display: none
}

.loading svg {
    right: 0;
    top: 55%;
    margin: 0 auto
}

.loading svg path {
    animation: 4s infinite filter-animation
}

.loading.show {
    display: flex
}

.btn {
    width: 100%;
    border-radius: 8px;
    height: 45px;
    transition: .2s ease-in-out
}

.btn.btn-black {
    background: #000;
    color: #fff
}

.btn.btn-white {
    background: 0 0;
    border-color: #000;
    color: #000
}

.btn.btn-black:hover, .btn.btn-white:hover {
    border-color: #707070;
    background: #707070;
    color: #fff
}

.btn.btn-gray {
    background: #707070;
    color: #fff
}

.btn.btn-white-gray {
    border-color: #dedede;
    background: #fff;
    color: #000
}

.btn.btn-gray:hover, .btn.btn-red:hover, .btn.btn-white-blue:hover {
    border-color: #000;
    background: #000;
    color: #fff
}

.btn.btn-white-gray:hover {
    background: #F5F5F5;
    border-color: #dedede;
    color: #fff
}

.btn.btn-red {
    background: #d80000;
    color: #fff
}

.btn.btn-white-blue {
    background: #96a7ae;
    color: #fff
}

