/*******************Main Styles************************/
:root {
    --primary: #40328A;
}

[v-cloak]>* {
    display: none;
}

*,
*::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

@font-face {
    font-family: 'cairo';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Cairo-Regular.woff') format('woff');
}

@font-face {
    font-family: 'cairo';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Cairo-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'cairo';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Cairo-Light.woff') format('woff');
}

@font-face {
    font-family: 'cairo';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Cairo-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'cairo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Cairo-Bold.woff') format('woff');
}

@font-face {
    font-family: 'cairo';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Cairo-Black.woff') format('woff');
}

body {
    height: 100%;
    direction: rtl;
    font-family: cairo;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 27px;
    background: rgb(18, 55, 96);
    background: linear-gradient(180deg, rgba(18, 55, 96, 1) 0%, rgba(27, 82, 143, 1) 100%);
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%
}

li {
    list-style: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=radio] {
    display: none;
}

input:focus {
    outline: unset;
}

label {
    cursor: pointer;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.pointer {
    cursor: pointer;
}

input.base {
    transition: all 0.2s ease;
    border-radius: 12px;
    border: 1px solid #a3a3a3;
    padding: 5px;
    font-size: 14px;
}

input.base:focus {
    border: 1px solid var(--primary);
}

/***********************Animations************************/
/*pagination*/
.pagination-enter,
.pagination-leave-to {
    opacity: 0;
    transform: translateY(300px);
}

.pagination-enter-to {
    opacity: 1;
    transform: translateY(0);
}

/*error showing*/
.err-enter,
.err-leave-to {
    opacity: 0;
    transform: translateX(200px);
}

.err-enter-to {
    opacity: 1;
    transform: translateX(0);
}

/*Messaging*/
.userMessage,
.u_txt {
    transition: all 0.3s;
}

.userMessage-enter,
.userMessage-leave-to {
    opacity: 0;
    transform: translateX(30px);
}

.userMessage-enter-to {
    opacity: 1;
    transform: translateX(0);
}

.drMessage,
.d_txt {
    transition: all 0.3s;
}

.drMessage-enter,
.drMessage-leave-to {
    opacity: 0;
    transform: translateX(-30px);
}

.drMessage-enter-to {
    opacity: 1;
    transform: translateX(0);
}

/*Card*/
.card {
    transition: all 0.5s;
}

.card-enter,
.card-leave-to {
    opacity: 0;
    transform: scale(0);
}

.card-enter-to {
    opacity: 1;
    transform: scale(1);
}

.scratch.move {
    animation: gift 900ms ease;
}

@keyframes gift {
    10% {
        transform: rotate(7deg);
    }

    20% {
        transform: rotate(-7deg);
    }

    30% {
        transform: rotate(7deg);
    }

    40% {
        transform: rotate(-7deg);
    }

    50% {
        transform: rotate(7deg);
    }

    60% {
        transform: rotate(-7deg);
    }

    70% {
        transform: rotate(7deg);
    }

    80% {
        transform: rotate(-7deg);
    }

    90% {
        transform: rotate(7deg);
    }
}

/************************Gift Section**********************/
.brand-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.brand-section img {
    width: 240px;
    min-width: 220px;
}

.gift-section {
    top: 20%;
    left: 0;
}

.c_container {
    position: relative;
    width: 237px;
    height: 155px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.canvas {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.gift-section img {
    margin-bottom: 4rem;
}

.gift-picker {
    background-color: #fff;
    border-radius: 26px;
    height: 100%;
}

.receive-gift {
    background-color: #129BDB;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    cursor: pointer;
}

.gift-row {
    height: 52px;
}

.gift-row:nth-child(1) {
    border-bottom: 1px solid #B9B9B9;
}

/***********************Chat Section************************/
.card {
    overflow: hidden;
}

.card-footer {
    border-top: 2px solid #efeded;
    height: 230px;
    width: 100%;
}

.chat-footer {
    border-top: 2px solid #efeded;
    width: 100%;
    padding: 1rem 1.5rem;
    position: relative;
    z-index: 30;
}

.chat-footer .error-handle {
    content: " ";
    position: absolute;
    height: 30px;
    top: -30px;
    right: 0;
    font-size: 14px;
    width: 100%;
    text-align: right;
    background: #ffcdc5;
    padding-right: 1rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.card-body {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 2rem;
    transition: all 0.2s ease;
}

.card-body>.title {
    color: #129BDB;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}

.screen {
    height: 90%;
    transition: all 0.3s ease-out;
    z-index: 20;
}

.chat2 {
    border-radius: 30px 30px 0 0;
}

.chat2 .form-control {
    border-color: transparent;
}

.chat2 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0 0 0 1px transparent;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.chat-wrapper {
    height: 100%;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
}

.loading-col {
    background-color: #ffffff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-col.none {
    display: none !important;
}

.chat-column {
    display: flex;
}

.chat-column.none {
    display: none !important;
}

.avatar-img {
    width: 45px;
    height: 100%;
    position: relative;
    top: 24px;
    border-radius: 50%;
}

.msg-txt {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 9px;
    width: fit-content;
    font-size: 15px;
    font-weight: 400;
}

.u_txt {
    border-radius: 15px 0 0 15px;
    background-color: var(--primary);
    margin-left: auto;
}

.u_txt.first-in-group {
    border-radius: 15px 15px 0 15px;
    margin-top: 1rem;
}

.u_txt.last-in-group:not(.first-in-group) {
    border-radius: 15px 0 15px 15px;
}

.d_txt {
    background-color: #F3F3F3;
    border: 1px solid #ebebeb;
    border-radius: 0 15px 15px 0;
    margin-right: auto;
    text-align: right;
}

.d_txt.first-in-group {
    border-radius: 15px 15px 15px 0;
    margin-top: 1rem;
}

.d_txt.last-in-group:not(.first-in-group) {
    border-radius: 0 15px 15px 15px;
}

.submit-btn {
    background-color: var(--primary);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.submit-btn:hover {
    background-color: #332383;
}

/*Footer*/
.input-enter-active,
.input-leave-active {
    transition: all .5s ease;
}

.input-enter,
.input-leave-to {
    transform: translateY(200px);
    opacity: 0;
}

.send-icon {
    cursor: pointer;
    transform: rotate(-90deg);
}

/*Step1*/
input[type=radio]+label.male,
input[type=radio]+label.female,
input[type=radio]+label.gift_1,
input[type=radio]+label.gift_2 {
    display: flex;
    align-items: center;
}

input[type=radio]+label.female .inp {
    order: 1;
    display: flex;
    align-items: center;
}

input[type=radio]+label.female .inp .radio,
input[type=radio]+label.male .inp .radio,
input[type=radio]+label.gift_1 .inp .radio,
input[type=radio]+label.gift_2 .inp .radio {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 2px 2px 6px 0 rgb(0, 0, 0, 30%);
    margin: 0 6px;
    background: #F2F2FF;
}

input[type=radio]:checked+label.female .inp .radio:before,
input[type=radio]:checked+label.male .inp .radio:before,
input[type=radio]:checked+label.gift_1 .inp .radio:before,
input[type=radio]:checked+label.gift_2 .inp .radio:before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(87, 207, 242);
    background: linear-gradient(135deg, rgba(87, 207, 242, 1) 20%, rgba(0, 131, 176, 1) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type=radio]+label.female .img {
    opacity: 0.5;
    order: 2;
    transition: all 0.1s ease;
}

input[type=radio]+label.male .img {
    order: 3;
    opacity: 0.5;
    transition: all 0.3s ease;
}

input[type=radio]:checked+label.male .img,
input[type=radio]:checked+label.female .img {
    opacity: 1;
}

input[type=radio]+label.male .inp {
    order: 4;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

/*Step2*/
.w-h {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

/*Step3*/
.tel-input-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

/*Step4*/
input[type=radio]+label.diet-sport,
input[type=radio]+label.diet {
    display: flex;
    align-items: center;
    flex-direction: column;
}

input[type=radio]+label.diet .inp {
    display: flex;
    align-items: center;
}

input[type=radio]+label.diet .inp .radio,
input[type=radio]+label.diet-sport .inp .radio {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 2px 2px 6px 0 rgb(0, 0, 0, 30%);
    margin: 0 6px;
    background: #F2F2FF;
}

input[type=radio]:checked+label.diet .inp .radio:before,
input[type=radio]:checked+label.diet-sport .inp .radio:before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(87, 207, 242);
    background: linear-gradient(135deg, rgba(87, 207, 242, 1) 20%, rgba(0, 131, 176, 1) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type=radio]+label.diet .img {
    opacity: 0.5;
    transition: all 0.1s ease;
}

input[type=radio]+label.diet-sport .img {
    opacity: 0.5;
    transition: all 0.3s ease;
}

input[type=radio]:checked+label.diet-sport .img,
input[type=radio]:checked+label.diet .img {
    opacity: 1;
}

input[type=radio]+label.diet-sport .inp {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.r-title {
    white-space: nowrap;
    color: #747474;
}

/*Country Select*/
.vodiapicker {
    display: none;
}

#a {
    padding-left: 0px;
}

#a img,
.btn-select img {
    width: 12px;
}

#a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#a li:hover {
    background-color: #F4F3F3;
}

#a li img {
    margin: 5px;
}

#a li span,
.btn-select li span {
    margin-left: 30px;
}

/* item list */
.b {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
}

.open {
    display: show !important;
}

.btn-select {
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
    outline: none;
}

.lang-select {
    margin-left: 50px;
}

/*3 Dots Loading*/
.snippet {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.snippet .title {
    color: #5a5a5a;
    font-size: 12px;
}

.snippet .stage {
    direction: ltr;
    margin-left: 14px;
    padding-top: 11px;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 1px;
    height: 1px;
    border-radius: 5px;
    background-color: #7a7a7a;
    color: #7a7a7a;
    box-shadow: 9999px 0 0 -5px #7a7a7a;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

.dot-pulse::before,
.dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    border-radius: 5px;
    background-color: #7a7a7a;
    color: #7a7a7a;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #7a7a7a;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
    left: 7px;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #7a7a7a;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
    right: 7px;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #7a7a7a;
    }

    30% {
        box-shadow: 9984px 0 0 2px #7a7a7a;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #7a7a7a;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #7a7a7a;
    }

    30% {
        box-shadow: 9999px 0 0 2px #7a7a7a;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #7a7a7a;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #7a7a7a;
    }

    30% {
        box-shadow: 10014px 0 0 2px #7a7a7a;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #7a7a7a;
    }
}

/*Base Input Component*/
.input-group label {
    margin: 0;
    cursor: pointer
}

.input-has-label {
    position: relative;
    margin-bottom: 20px
}

.input-has-label:before,
.input-has-label:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    border: solid 1px #835ec1;
    border-left-width: 0;
    border-radius: 0 10px 10px 0;
    content: ''
}

.input-has-label:after {
    right: auto;
    left: 0;
    border-left-width: 1px;
    border-right-width: 0;
    border-radius: 10px 0 0 10px
}

.mobile-code {
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 18px;
    color: #939393;
}

.input-has-label i.b-top,
.input-has-label i.b-bottom {
    position: absolute;
    left: 15px;
    right: 15px;
    border-top: solid 1px #835ec1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.input-has-label i.b-top {
    top: 0
}

.input-has-label i.b-bottom {
    bottom: 0
}

.input-has-label:not(.focused) i.b-top {
    right: 15px !important
}

.input-has-label label {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #835ec1
}

.input-has-label.focused label {
    top: 0;
    right: 20px;
    font-size: 14px
}

.input-has-label input {
    background-color: transparent;
    border: none !important;
    color: #454545;
    position: relative;
    z-index: 3;
    outline: none;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    width: 100%;
    height: 100%;
}

.input-has-label input[type="tel"],
.input-has-label input[type="number"] {
    direction: ltr;
    text-align: left;
    padding-left: 56px;
}

.input-has-label .tips {
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 14px;
    opacity: 0.5
}

.input-has-label input:-webkit-autofill,
.input-has-label input:-webkit-autofill:hover,
.input-has-label input:-webkit-autofill:focus,
.input-has-label input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

/*Dropdown Component*/
.dropdown {
    cursor: pointer;
    border-radius: 12px;
    background-color: #F3F3F3;
    height: 100%;
    color: #B9B9B9;
    font-size: 16px;
    border: 1px solid rgba(70, 70, 70, 0.24);
    width: 200px;
    margin-right: 20px;
    transition: all 0.2s ease;
}

.dropdown.error {
    border: 1px solid rgb(255 29 29) !important;
}

.dropdown.expanded {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
}

.selector {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.selector .hidden ul {
    right: 0;
}

.selector .visible ul {
    right: 0;
    background-color: #F3F3F3;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    bottom: 100%;
    border: 1px solid rgba(70, 70, 70, 0.24);
    border-bottom: none;
    max-height: 180px;
    overflow: auto;
}

.selector .visible ul li {
    transition: all 0.1s ease;
    color: #282828;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selector .visible ul li:hover {
    background-color: #B9B9B9;
    color: #363636;
}

.selector .arrow {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #888;
    transform: rotateZ(180deg) translateY(3px);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.59, 1.39, 0.37, 1.01);
}

.selector .arrow.expanded {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.selector .expanded {
    transform: rotateZ(0) translateY(-2px);
}

.selector .label {
    display: block;
    padding: 12px;
    font-size: 16px;
    color: #888;
    white-space: nowrap;
}

.selector ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: 1px solid gainsboro;
    position: absolute;
    z-index: 1;
}

.selector ul li {
    padding: 12px;
}

.current {
    /*background: #eaeaea;*/
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/*Counter Component*/
.counter-wrapper {
    display: flex;
    align-items: center;
    height: 45px;
    border-radius: 15px;
    width: 100%;
    justify-content: space-between;
    background-color: #e0daff;
    padding: 0 1.2rem;
    position: relative;
    margin-top: 0.8rem;
    box-shadow: inset 0 0 6px 5px #ddd5ff;
}

.counter_title {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    top: -30px;
    color: rgb(106, 106, 106);
}

.counter_plus,
.counter_minus {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
}

.counter_plus span,
.counter_minus span {
    display: flex;
}

.counter_val {
    font-size: 16px;
    font-weight: 600;
}

.counter_val input {
    width: 45px;
    text-align: center;
    font-weight: 700;
    border: none;
    background-color: #e0daff;
    font-size: 20px;
    direction: ltr;
}

.minus {
    width: 17px;
    height: 2px;
    display: inline-block;
    background: rgb(90 78 153);
    ;
    border-radius: 15px;
}

/*Product Page*/
.top-sentence {
    color: #FF6E00;
    font-size: 18px;
}

.grid-table {
    display: grid;
    margin: 0 auto;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    align-items: top;
    background: rgb(49, 39, 131);
    background: linear-gradient(135deg, rgba(49, 39, 131, 1) 46%, rgba(25, 20, 66, 1) 100%);
    border-radius: 20px;
    overflow: hidden;
}

.grid-table.active_diet .grid-table-row .grid-table-cell:nth-child(2) {
    background-color: #4237a1;
    ;
}

.grid-table.active_diet-sport .grid-table-row .grid-table-cell:nth-child(3) {
    background-color: #4237a1;
    ;
}

.grid-table.active_diet-sport .grid-table-row .grid-table-cell .circle.diet-sport:before,
.grid-table.active_diet .grid-table-row .grid-table-cell .circle.diet:before {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(87, 207, 242);
    background: linear-gradient(135deg, rgba(87, 207, 242, 1) 20%, rgba(0, 131, 176, 1) 100%);
}

.grid-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}

.grid-table-row:not(:last-child) {
    border-bottom: 1px solid rgb(73 63 161);
}

.grid-table-row:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: bold;
    color: white;
}

.grid-table-cell {
    padding: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
    line-height: 22px;
}

.grid-table-cell:not(:last-child) {
    border-left: 1px solid rgb(73 63 161);
}

.special {
    background: rgb(255, 238, 0);
    background: linear-gradient(135deg, rgba(255, 238, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
}

.dollar {
    font-size: 22px;
    position: relative;
}

.dollar:before {
    content: "$";
    position: absolute;
    left: -10px;
    top: -3px;
    font-size: 16px;
}

.cent {
    font-size: 18px;
    position: relative;
}

.cent:before {
    content: "أو ما يعادلها";
    position: absolute;
    bottom: -10px;
    right: 0;
    font-size: 4px;
}

.discounted {
    position: absolute;
    left: 2px;
    top: -6px;
    transform: scale(0.7);
    color: #b9b9b9;
}

.discounted:before {
    content: " ";
    position: absolute;
    width: 50px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    background-color: #b9b9b9;
}

.grid-table-cell .circle {
    width: 12px;
    background-color: #fff;
    height: 12px;
    position: relative;
    border-radius: 50%;
}

.diet_r-label,
.diet-sport_r-label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.diet_r-label .circle,
.diet-sport_r-label .circle {
    left: 80%;
    top: 20px;
}

.warranty-txt {
    position: absolute;
    right: 20px;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
}

.pay-text {
    position: absolute;
    right: 60px;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
}

/********************Loading Spinner Component*******************/
.lds-dual-ring {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.lds-dual-ring.lg {
    width: 60px;
    height: 60px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.lds-dual-ring.lg:after {
    width: 60px;
    height: 60px;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/************************Scrollbar*************************/
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 10px;
}

/****************Modal****************/
.c_modal {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: table;
    transition: opacity 0.3s ease;
    z-index: 50;
}

.modal-body {
    background-color: white;
    width: 400px;
    border-radius: 10px;
    height: auto;
    padding: 1rem;
    z-index: 60;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.green-title {
    border-radius: 30px;
    background-color: #89BE33;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    min-width: 340px;
    margin: 1rem auto 4rem auto;
}

.green-title h6 {
    color: white;
    line-height: 25px;
    font-size: 18px;
}

.tick-title {
    max-width: 90%;
    margin: auto;
    line-height: 24px;
    margin-top: 4rem;
    font-size: 15px;
    color: #4a4a4a;
}