.fade {
    transition: opacity .15s linear
}

.m-0 {
    margin: 0
}
.d-block{
    display: block;
}
.collapse:not(.show) {
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease
}
.fa-eye{
    cursor: pointer;
}
.fw-bold{
    font-weight: bold;
}
[hover-tooltip1] {
    position: relative;
    cursor: default;

    &:hover {
        &::before {
            content: attr(hover-tooltip1);
            font-size: 12.5px;
            width: 161px;
            text-align: center;
            position: absolute;
            display: inline-block;
            text-transform: none;
            top: calc(90% + 10px);
            animation: fade-in 300ms ease;
            background: #5a5959;
            border-radius: 4px;
            padding: 4px 10px;
            color: #fff;
            z-index: 8;
            right: -25px;
        }

        &::after {
            content: '';
            position: absolute;
            display: block;
            left: 50%;
            width: 0;
            height: 0;
            top: calc(80% + 10px);
            border: 1px solid #000;
            border-color: #5a5959 #fff0 #fff0 #fff0;
            border-width: 4px 6px 0;
            animation: fade-in 300ms ease;
            z-index: 8;
            transform: rotate(180deg);
            margin-top: -1px;
        }
    }
}
button.btn-signin.btn-register {
    display: flex;
    width: 100%;
    background: #ee5f38;
    border-radius: 5px;
    padding: 11px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: none;
    box-shadow: none;
    cursor: pointer;
    justify-content: center;
    text-align: center;
}
.noCountry{
    border-radius: 50px;
}
.m-14{
      bottom: -1px;
    margin: 0px 39px 0 0;
        z-index: 9;
        cursor: pointer;
}
.r-0{
    right: 0;
}
.position-absolute{
    position: absolute;
}
.justify-content-end{
    justify-content: end;
}
[hover-tooltip] {
    position: relative;
    cursor: pointer;

    &:hover {
        &::before {
            content: attr(hover-tooltip);
            font-size: 12.5px;
            width: 161px;
            text-align: center;
            position: absolute;
            display: inline-block;
            text-transform: none;
            top: calc(89% + 10px);
            animation: fade-in 300ms ease;
            background: #5a5959;
            border-radius: 4px;
            padding: 4px 10px;
            color: #fff;
            z-index: 1
        }

        &::after {
            content: '';
            position: absolute;
            display: block;
            left: 37%;
            width: 0;
            height: 0;
            bottom: calc(100% +10px);
            margin-left: - 6px/2;
            border: 1px solid #000;
            border-color: #5a5959 #fff0 #fff0 #fff0;
            border-width: 4px 6px 0;
            animation: fade-in 300ms ease;
            z-index: 1;
            margin-top: 48px;
            transform: rotate(180deg)
        }
    }
}
.m-14 span{
      color: #6c5450 !important;
    background: #fffcfb;
    padding: 8px 8px;
    border-radius: 7px 7px 0 0;
    text-transform: math-auto;
    border: 1px solid #ded9d7;
    font-size: 13px !important;
    border-bottom: 1px solid #ffffff;
}
#languageWrapper{
    background: #fffcfb;
    padding: 10px;
    border: 1px solid #ffefec;
    border-radius: 8px;
}
.gap-\[24px\] {
gap: 24px;
}
.youare{
    color: #753b27;
}
.modal {
    background: rgb(49 80 85 / .85)
}
.input-error {
    border: 1px solid #dc3545 !important
}
.callb{
    padding: 1rem 5rem !important;
}
.modal {
    overflow-y: hidden !important
}

.modal.fade .modal-dialog {
    display: flex;
    justify-content: center
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
    display: flex;
    justify-content: center
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 600px !important
    }
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 5.75rem auto
    }
}

.modal.show {
    opacity: 1;
    visibility: visible
}

.modal.show .modal-content {
    transform: translateY(0)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 20px;
    outline: 0;
    transform: translateY(-20px);
    transition: transform 0.4s ease
}

.modal.show .modal-content {
    transform: translateY(0)
}

.flex {
    display: flex
}

.align-items-center {
    align-items: center
}

.justify-content-between {
    justify-content: space-between
}

.div-header {
    padding: 5px 5px 5px 17px;
    background-color: #fff5f2;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom: 1px solid #d7e6f3
}

.logo-modal {
    width: 11% !important
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.close-modal {
    background: #fff0;
    border: 0;
    color: #ada19d;
    cursor: pointer;
    display: inline-block;
    font-size: 26px
}

.modal-phone {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 26px;
    background: #fff5f2;
    border: 1px solid #ebe8e8
}

.justify-content-center {
    justify-content: center
}

.gap-8 {
    gap: 8px
}

.status-available {
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    border: 2px solid #ee5f38;
    height: 30px !important;
    position: relative;
    transform: scale(2);
    width: 30px !important;
    object-fit: cover;
    display: flex;
    align-items: center
}

.status-profile {
    width: 16px;
    border: 4px solid #fff;
    border-radius: 20px;
    position: relative;
    top: 25px;
    right: 7px
}

.gap-9 {
    gap: 9px
}

.flex-column {
    flex-direction: column
}

.mb-0 {
    margin-bottom: 0 !important
}

.font-s-16 {
    color: #6c3a29
}

.m-title {
    margin-top: 0;
    font-weight: 600;
    color: #6f331e;
    font-size: 18px;
    text-align: start;
    margin-bottom: 10px;
    line-height: 21px
}


.logo-color {
    color: #ee5f38
}

.grey_color {
    color: #545352
}

.capitalize {
    text-transform: capitalize
}

.font-15 {
    font-size: 15px !important
}
.font-13 {
    font-size: 13px !important
}

.hidden {
    display: none !important
}

.sign-panels {
    background: #fff;
    padding: 1rem 5rem;
    border-radius: 20px;
    text-align: center
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.p-0 {
    padding: 0 !important
}

.p-20 {
    padding: 20px
}

.bod {
    display: inline-block;
    width: 100%
}

.tab-content.active {
    display: block
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
    padding: 0
}

.active {
    border: #fff0;
    color: #ee5f38 !important;
    font-weight: 600;
    transition: 3s;
    cursor: pointer
}

.gap-2r {
    gap: 2rem !important
}

.conn {
    text-align: center
}

.gap-3 {
    gap: .75rem
}

.modal-body span {
    font-weight: 400;
    color: #666
}

.modal-body span {
    font-weight: 400;
    font-size: 16px
}

#dropdownMenuLink {
    cursor: pointer
}
.text-start{
    text-align: start;
}
h3 {
    margin-block-start: 0;
    margin-block-end: 0
}

.img-flag {
    width: 18px;
    height: 18px
}

li::marker {
    font-variant-numeric: normal;
    text-transform: none;
    text-indent: 0;
    text-align: initial;
    text-align-last: initial
}

@media screen and (max-width:900px) {
    .in-img {
        width: 18px;
        height: 18px
    }
}

#dropdownMenuLink span {
    color: #6c4f45;
    text-decoration: none;
    font-size: 16px;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    margin-left: 7px
}



.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #fff0;
    border-bottom: 0;
    border-left: .3em solid #fff0;
    color: #504441
}

.gap-5 {
    gap: 5px
}

.dropdown-menu-country li {
    padding: .5rem .9375rem;
}


.dropdown-menu-country li:hover {
    background: #e9cc540d;
}
.dropdown-menu-country {
    position: absolute;
    background: #fff;
    border: 1px solid #dddddd96;
    list-style: none;
    padding-inline-start: 0;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
          right: -10px;
        top: 29px;
    z-index: 1;
}

dl,
dt,
dd,
ol,
ul,
li {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: #fff0
}

a {
    text-decoration: none !important
}

.text-white {
    color: #fff !important
}

.h-\[50px\] {
    height: 50px
}
.w-60{
    width: 60%;
}
.not_available {
        height: 57%;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.not_available img{
    width: 61%;
}
.dropdown-menu-country li {
    cursor: pointer;
}
.not_available span {
    font-size: 13px;
      color: #ee6039;
    font-weight: 500;
}
.modal-body {
    padding: 2rem 5rem;
    border-radius: 20px;
    text-align: center;
}
.noCountryAvailable{
    background: #fff3ef;
    border: 1px solid #fde0d5;
    padding: 5px 13px;
    border-radius: 20px;
    gap: 5px;
}
.blur_number{
    	color: transparent;
    text-shadow: #ee5f38 0 0 15px;
    transition: 0.4s;
}

.w-\[50px\] {
    width: 50px
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.rounded-full {
    background-color: #fff;
    padding: 7px;
    border-radius: 42px;
    display: flex;
    align-items: center;
    right: 21px;
    bottom: 10rem
}

.font-14 {
    font-size: 14px;
}

.bg-accent1 {
    --tw-bg-opacity: 1;
    background-color: #ee5f38;
    border: 1px solid #ee5f38
}

.font-16 {
    font-size: 16px !important
}

.ltr\:pl-6 {
    padding-left: 1rem
}

.text-left {
    text-align: left !important
}

.font-bold {
    font-weight: 700
}

.font-30 {
    font-size: 30px
}

.lh-32 {
    line-height: 32px
}

.list_border {
    border: 1px solid #ddd7d2
}

.step {
    padding: .3rem 1.5em;
    border-radius: 13px;
}
.primary-color{
    color: #ee5f38!important;
}
.list_condition li {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    text-align: start;
    list-style-type: none
}

.w-full {
    width: 100%
}

.relative {
    position: relative
}

.my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px
}

.text-paragraph {
    --tw-text-opacity: 1;
    color: rgb(99 99 99 / var(--tw-text-opacity))
}

.ltr\:pl-\[18px\] {
    padding-left: 18px
}

.before\:absolute::before {
    content: "";
    position: absolute;
    top: 8px;
    height: 6px;
    width: 6px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    left: 0;
    background-color: rgb(238 95 56 / var(--tw-bg-opacity))
}

.after\:absolute::after {
    content: "";
    position: absolute;
    top: 3px;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(238 95 56 / var(--tw-border-opacity));
    left: -5px
}

body {
    margin: 0;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5
}

.text-\[12px\] {
    font-size: 11px !important
}

*,
::after,
::before {
    box-sizing: border-box
}

.mb-10 {
    margin-bottom: 10px !important
}

/* span.li_num {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #706d6c;
    color: #706d6c;
    float: left;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
} */
span.li_num {
      align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 51%;
    height: 30px;
    border: 1px solid #e3d3ce;
    color: #b59c94;
    float: left;
    text-align: center;
    display: flex;
    margin-right: 15px;
    font-size: 15px;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: white;
}
.bg_steps{
        background: #ffffff;
    border: 1px solid #f1e4df;
    padding: 15px 20px;
    border-radius: 10px;
}
.step-div {
    display: flex;
    align-items: center;
    text-align: center
}

.step-div span {
  font-size: 16px;
    color: #383838;
    display: flex;
    align-items: center;
    gap: 5px;
}


.pl-3 {
    padding-left: 3rem
}
.pl-2 {
    padding-left: 2rem
}

.font-20 {
    font-size: 20px !important
}
.font-23{
    font-size: 23px!important;
}
.sign- {
    padding: 1rem 5rem !important;
    border-radius: 20px
}

.font-500 {
    font-weight: 500 !important
}
a.btn-chat{
      background: #ee5f38;
    border-radius: 5px;
    padding: 11px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: none;
    box-shadow: none;
    cursor: pointer;
    justify-content: center;
    text-align: center
}
a.btn-signin {
    display: flex;
    width: 100%;
    background: #ee5f38;
    border-radius: 5px;
    padding: 11px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: none;
    box-shadow: none;
    cursor: pointer;
    justify-content: center;
    text-align: center
}

.w-50 {
    width: 50% 
}

.num_dynamic {
    font-weight: 600 !important
}

.login .title p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-block-start: 0
}

.font-16 {
    font-size: 16px !important
}

p {
    color: #000;
    margin-bottom: 1em
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid #fff0;
    border-radius: .25rem
}

.alert {
    font-weight: 700
}

.fa,
.fas {
    font-weight: 900
}

.label- {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 16px;
    color: #6c4f45;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.sign-panels input {
    width: 100%;
    display: block;
    height: 38px;
    border-radius: 5px;
    border: none;
    background: #fbfbfb;
    padding: 10px;
    font-size: 16px;
    color: #434343;
    font-weight: 500;
    border: 1px solid #e5e5e5;
    padding-left: 14px
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    outline: 0;
    padding: 6px;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    border-radius: 5px
}

.flex input,
.flex textarea {
    background-color: #ecf1f6 !important
}

.h-154 {
    margin-bottom: 15px
}

.error-message {
    color: red;
    font-weight: 400;
    text-align: start;
    font-size: 12px;
    display: flex
}

.gap-1-3 {
    gap: 1.34rem
}

.swal2-title {
    margin-top: 6px;
    margin-bottom: 0
}

.swal2-icon.swal2-success.swal2-icon-show.flex.font-12 {
    margin: 0 auto 0 !important
}
.font-12{
    font-size: 12px !important;
}
.swal-btn a {
    width: 20% !important;
    align-items: center
}

#swal2-html-container {
    display: block;
    font-size: 17px;
    border-radius: 12px;
    font-weight: 400
}

.mb-2 {
    margin-bottom: 2em !important
}

.gap-1r .btn-signin {
    margin: 0
}

a.btn-reset.btn-fade {
    font-size: 13px;
    font-weight: 300;
    display: block;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    float: right;
    text-align: end
}

.balise {
    text-decoration: underline !important;
    color: gray !important;
    font-weight: 500
}

#loginButton {
    margin: 0
}

.recover-password .title p {
    margin-bottom: 0
}

.font-500 {
    font-weight: 500 !important
}

.font-20 {
    font-size: 20px !important
}

.recover-password .title span {
    display: block;
    font-weight: 500 !important;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.title span {
    font-size: 15px !important;
    color: rgb(0 0 0 / .5) !important
}

.h-90 {
    height: 90px
}

.gap-11 {
    gap: 11px
}

.error-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.error {
    border: 1px solid red
}

.error {
    color: red
}

.btn-fade {
    font-weight: 500;
    display: block;
    cursor: pointer
}

.mt-1 {
    margin-top: 1rem
}

.signup .title p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0
}

.gap-7 {
    gap: 7px
}

.check {
    width: 100%;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px
}

.check label {
    font-size: 10px;
    color: gray;
    text-align: start
}

.ml-12 {
    margin-left: 20px
}

label {
    display: flex;
    font-weight: 500;
    position: relative;
    margin-bottom: .375em
}

.sign-panels input[type="checkbox"] {
    width: auto;
    height: 11px !important;
    margin: 0;
    margin-right: 4px
}
.p-22 {
    padding: 1.8rem 1rem !important;
}
.btn-reset,
.btn-member,
.btn-fade {
    font-size: 12px
}

.step2-div {
    height: 90px
}

label.label-pseudo {
    font-size: 15px !important;
    color: #6c4f45;
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: 0 !important;
    margin-left: 0px !important
}

.gap-16 {
    gap: 16px
}

.form-content.current {
    display: flex;
    transition: 3s;
    animation: fadeInUp 0.5s ease;
    flex-direction: column;
    gap: 1rem
}

.d-inline-block {
    display: inline-block
}

.lg\:gap-\[1\.34rem\] {
    gap: 10px
}

.block-log {
    gap: 2rem
}

.form-content {
    display: none
}

.valid-msg {
    color: green;
    font-size: 12px;
    display: flex
}

.error-msg {
    color: #bf2222;
    font-size: 12px;
    display: flex
}

.bir {
    display: flex;
    flex-direction: row;
    gap: 5px
}

.birthday {
    display: flex;
    flex-direction: column !important;
    width: 62%
}

.step2 div input {
    width: 100%;
    text-align: start;
    border-color: #f4eae4;
    color: #1b2c3f;
    font-size: .875rem;
    height: 38px !important;
    border-radius: 5px
}

.field-birth {
    width: 95% !important;
    padding: 6px !important
}

.field-birth::placeholder {
    color: #cccccc !important;
    font-weight: 400;
    font-size: 12px
}

#birthYear::placeholder {
    color: #cccccc !important;
    font-weight: 400;
    font-size: 12px!important
}

.alert-simple.alert-warning {
       border: 1px solid rgb(217 156 13);
    background-color: rgb(250 243 226);
    box-shadow: 0 0 2px #ffd835;
    color: #d99c0d;
    /* text-shadow: 2px 1px #00040a; */
    transition: 0.5s;
    cursor: pointer;
}

.alert-dismissible {
    padding-right: 2rem
}

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 20px
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animatedhover:hover>.faa-flash {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite
}

.alert>.start-icon {
    margin-right: 5px;
    min-width: 20px;
    text-align: center
}

strong.font__weight-semibold {
    font-size: 1rem;
    color: #ffb103
}

.head {
    text-align: center
}

.credits {
    color: #6c4f45;
    font-weight: 500;
    font-size: 13px;
    text-transform: none;
    margin-bottom: 0;
    border: 1px solid #dbdbdb;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 8px;
    background: #fff
}

.insuf_credit {
    background: #faf3e2 !important;
    border: 1px solid #faf3e2 !important;
    color: #6c4f45 !important;
    font-size: 14px !important;
    margin-top: 0;
}

.cred {
    font-weight: 600;
    font-size: 15px;
    color: #6c4f45
}

.color-dollar {
    color: #6c4f45 !important
}

.w-100 {
    width: 100%
}

.font-600 {
    font-weight: 600!important
}
.position-relative{
    position: relative;
}
.gap-10 {
    gap: 10px
}
.p-10{
    padding: 10px;
}
.gap-1r {
    gap: 1rem
}

p.text-center.w-50.font-600.mb-0 {
    font-size: 14px;
    color: rgb(0 0 0 / .5);
    text-align: center
}

.pt-2.pb-2 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem
}

.date label {
    font-size: 15px;
    font-weight: 500;
    color: #6c4f45;
    justify-content: start
}

.paddingBody {
    padding: 21px 13px 0 13px !important
}

.later {
    display: flex;
    flex-direction: row;
    gap: 1rem
}

.date {
    width: 50%
}

.flatpickr-input[readonly] {
    cursor: pointer
}

.phonenumber {
    text-align: start;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.phonenumber span {
    font-size: 15px;
    font-weight: 500 !important;
    color: #6c4f45 !important
}

.advisor {
    margin-bottom: 0rem !important
}

.free-read {
    gap: 1rem
}

.phonenumber label {
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50
}

label {
    input {
        position: absolute;
        left: -9999px
    }

    & input {
        &:checked+span {
            &:before {
                box-shadow: inset 0 0 0 .4375em #00005c
            }

            background-color:mix(#fff, #00005c, 84%)
        }
    }
}

.advisor label input:checked+span:before {
    box-shadow: inset 0 0 0 .4375em #ec581e
}

.advisor label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.1em !important;
    height: 1.1em !important;
    border-radius: 50%;
    margin-right: .375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 .125em #e3d1d5
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.email {
    margin-bottom: 0 !important
}

.Email label {
    color: #6c4f45
}

.phoneN label {
    color: #6c4f45
}

.SMS label {
    color: #6c4f45
}

.confirm {
    display: flex;
    padding-top: 12px;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 22px
}

.gap-1r .btn-signin {
    margin: 0
}

.choose-date-appointment {
    gap: 1rem;
    display: flex;
    flex-direction: column
}

.color-m-title {
    color: #652413 !important;
    text-align: center
}

.gap-3r {
    gap: 3.87rem
}

.title-phone {
    color: #6c4f45
}

.expert-code- {
    color: #ee5f38 !important
}
.code_expert span{
    cursor: pointer;
}
.info span {
    font-size: 12px !important
}

.div-header {
    padding: 5px 5px 5px 17px;
    background-color: #fff5f2;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom: 1px solid #d7e6f3
}

.close-modal {
    background: #fff0;
    border: 0;
    color: #ada19d;
    cursor: pointer;
    display: inline-block;
    font-size: 26px
}

.modal-content {
    border-radius: 20px
}

.pb-1 {
    padding-bottom: .25rem !important
}

.modal-title {
    font-size: 30px;
    color: #434240;
    margin-block-start: 0
}

.icon_div {
    display: inline-block;
    background: #ffdfca66;
    border-radius: 50%;
    margin-top: 15px
}

.modal-body h2 {
    font-size: 31px;
    color: #ee5f38;
    margin-bottom: 5px !important;
    font-weight: 700
}

.m-3 {
    margin: 1rem !important
}

.modal-footer {
    flex-direction: column;
    display: flex;
    color: #636363;
    margin: .25rem
}

.pulse {
    animation: pulse 2s infinite
}

@keyframes pulse {
    50% {
        transform: scale(1.1)
    }
}

button,
[type='button'] {
    -webkit-appearance: button;
    background-color: #fff0;
    background-image: none
}

button.btn-no {
    font-size: 11px;
    text-decoration: underline;
    border: none;
    color: gray
}

#modal_offer {
    background: url(../images/bg1_1.webp);
    background-size: 100% 100%;
    border-radius: 20px;
    width: 100%;
    z-index: -8;
    position: absolute;
    height: 100%
}

.h-100 {
    height: 100%
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.text-center {
    text-align: center
}

#btn-take {
    /* border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee5f38 */
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: transparent !important;
    border-radius: 50px;
        font-size: 17px;
    padding: 8px 26px;
    margin: 21px auto 0px;
}



.modalOffer {
    position: relative
}

form {
    margin-block-end: 0
}
.field-icon {
      float: right;
    margin-left: -30px;
    margin-top: 12px;
    position: absolute;
    z-index: 2;
}
/* @font-face {
  font-family: 'FontAwesome';
  src: url('https://cdn.jsdelivr.net/npm/font-awesome@4.5.0/fonts/fontawesome-webfont.eot');
  src: url('https://cdn.jsdelivr.net/npm/font-awesome@4.5.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/npm/font-awesome@4.5.0/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/npm/font-awesome@4.5.0/fonts/fontawesome-webfont.woff') format('woff'),
       url('https://cdn.jsdelivr.net/npm/font-awesome@4.5.0/fonts/fontawesome-webfont.ttf') format('truetype'),
       url('https://cdn.jsdelivr.net/npm/font-awesome@4.5.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */
 @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-eye:before {
  content: "\f06e";
  color: #737f8b;
}

.fa-eye-slash:before {
     color: #737f8b;
  content: "\f070";
}
.backToFirstPage{
        position: absolute;
    margin-left: -25px;
    cursor: pointer;
}
.errormsg{
    border: 1px solid #ca7e7e82;
    background: #df898940;
    border-radius: 5px;
    color: #a64141 !important;
    width: 100%;
    font-size: 14px !important;
    padding: 5px;
}
.mb-10{
    margin-bottom: 10px!important;
}
.text-danger{
    color: red;
    display: flex;
}
.gap-1-5{
gap: 1.5rem!important;
}
.mt-0{
    margin-top: 0;
}
#takeBtn{
    /*  border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee5f38;  */
        color: #ffffff !important;
    background-color: #e59b65!important;
    border-color: transparent !important;
    border-radius: 50px;
    font-size: 17px;
    padding: 8px 41px;
    margin: 21px auto 0px;
        
}

.u-container-layout {
    flex: 1;
}
.u-text-1 {
    font-size: 1.25rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
}

.u-text-2 {
    font-size: 21px;
    margin: 16px 0 0;
        color: #f9ac44 ;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}
.u-text-2 span{
    color: black;
}

.u-group-1 {
       min-height: 38px;
    width: 262px;
    height: auto;
    background-color: rgb(255 188 73);
    margin: 12px 0;
    display: flex;
    position: relative;
    }
.description_offer{
    text-align: center;
}
.u-text-3 {
      font-size: 1.3rem;
    line-height: 1.1;
    text-transform: capitalize;
    margin: 0;
}
.free-text{
    font-size: 86px;
    fill: white;
    text-anchor: middle;
    dominant-baseline: middle;
}
.white{
    color: white;
}
.font-700{
    font-weight: 700;
}
.u-text-3 span {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: math-auto;
}
 .u-text-4 {
       font-weight: 500;
        margin: 6px 0 0;
        text-align: center;
}
.w-56{
    width: 56%;
}
 .u-image-1 {
           height: 340px;
    background-position: right top;
    background-image: url(../images/gift1.png);
        width: 50%;
    background-repeat: no-repeat;
    background-size: 71%;
    }
    .OfferPrice{
              text-decoration: line-through;
    font-weight: 200;
    color: #535353;
    line-height: 1;
    
    font-size: 1.5rem;
    margin: 0;
    
    }
    .priceReduction{
        color: #e54417;
    font-weight: 700;
     font-size: 2rem;
    margin: 0;
    
    }
    .reduction{
            margin: 0;
    color: #fa6338;
    background: #ffece9;
    padding: 3px 11px;
    border-radius: 3px;
    font-size: 12px;
    }
    .gap-8p{
        gap: 8px;
    }
    .align-items-baseline{
        align-items: baseline;
    }
    .OfferName{
            margin: 0;
    color: black;
    font-weight: 700 !important;
    text-transform: math-auto;
    letter-spacing: 0;
    font-size: 26px;
    text-align: center;
    }
 .u-image-2 {
           background-position: right center;
    background-image: url(../images/gift4.png);
    width: 50%;
    background-repeat: no-repeat;
    background-size: 93%;
    }
.OfferContent{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 26px;
    padding: 45px 40px;
    height: 100%;
    justify-content: center;

}
.offer-title{
    font-family: Heebo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
        color: #f9ac44 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 2rem;
}
.offer-title span{
        color: black;
}
.mt-15{
    margin-top: 15px!important;
}
.modalSpecialOffer{
  height: 100%;
    padding: 33px 27px;
}

.z-1{
    z-index: 1
}
.free_product{
 position: absolute;
    top: -17px;
    left: -25px;
}
.discount{
        margin: 0;
    font-size: 42px;
    color: #090909;
}.font-300{
    font-weight: 300!important;
}
.font-14{
    font-size: 14px!important;
}
 .p-1 {
        padding: 2.3rem 5rem
    }
.font-400{
    font-weight: 400;
}
.free_product_img{
          position: absolute;
    top: 27px;
    left: -25px;
    width: 34px;
}
.u-text-4.Name_service {
    font-size: 1rem ;
}
.p-2{
        padding: 1.8rem 5rem !important;
}.container {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width:900px) {
    .dropdown-toggle::after {
        margin-top: 4px !important
    }
}
@media only screen and (min-width:500px) and (max-width:700px) {
    h4 {
        font-size: 1rem !important
    }
}

@media (max-width:480px) {
    .u-text-2 {
    font-size: 16px!important;
    }
    .modal-body {
    padding: 1.3rem 2rem!important;
    }
    .u-text-3 span {
    font-size: 15px!important;
    }
    .description_offer {
    font-size: 15px!important
}
.u-text-4 {
    font-size: 14px!important;
}
#btn-take {
    font-size: 14px;
}
.pt-2.pb-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.btn-m{
        margin-top: 1em;
}
    p.text-center.w-50.font-600.mb-0 {
    font-size: 14px;
}

 .p-2 {
    padding: 2.7rem 0rem !important;
}
    .p-1 {
        padding: 1.9rem 36px!important;
    }
   .logo-modal {
    width: 20% !important;
}
    .free_product {
    position: absolute;
    top: -35px!important;
    left: -17px!important;
}
.u-group-1 {
    width: 208px!important
}
.OfferContent {
    padding: 26px!important;
}
.OfferContent .flex .flex.flex-column.justify-content-center.align-items-center.w-50 {
    width: 60%!important;
}
 .text-\[12px\] {
        font-size: 11px !important
    }
.w-50 {
    width: 100%;
}
    .modal-body span {
        font-size: 13px
    }

    .w-\[50px\] {
        width: 45px
    }

    #dropdownMenuLink span {
        font-size: 13px!important
    }

    .h-\[50px\] {
        height: 45px
    }

    .signup .title p {
        font-size: 17px
    }

    .sign-panels {
        padding: 1rem 36px!important
    }

    .m-title {
        font-size: 15px !important
    }

    .gap-2r {
        gap: 1rem !important
    }

    .modal-phone {
        padding: 10px 30px
    }

    .font-30 {
        font-size: 25px
    }

    .modal-title {
        font-size: 15px
    }

    .modal-body h2 {
        font-size: 15px
    }

    .login .title p {
        font-size: 17px
    }

    .font-16 {
        font-size: 15px !important
    }
}
