@font-face {
    font-family: 'CoveredByYourGrace';
    src: url('../font/CoveredByYourGrace.ttf') format('truetype'),
        url('../font/CoveredByYourGrace.woff') format('woff');
}

@font-face {
    font-family: 'Vazirmatn-Regular';
    src: url('../font/Vazirmatn-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../font/Vazirmatn-Medium.ttf') format('truetype');
}

:root {
    --primary-color: #0e6ef7;
    --purple-color: #fc6736;
    --second-purple-color: #0c2d57;
    --secondary-color: #febc06;
    --yellow-color: #febc06;
    --body-color: #d3d3d357;
    --text-color: #48464C;
    --font-regular: 'Vazirmatn-Regular';
    --background-color: #EDE9FE;
}

.font--14 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.p--12 {
    padding: 12px;
    font-style: normal;
    font-weight: 400;
}

.mr--20 {
    margin-right: 20px;
}

.my--16 {
    margin: 8px 0;
}

.sidebar a {
    color: black;
}

.category {
    padding-right: 15px;
}

.mobile-wrap {
    display: flex;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    box-sizing: border-box;
    background: #F9F9F9;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

p {
    margin: 0;
}

* {
    font-family: 'Vazirmatn-Regular';
    font-feature-settings: 'ss01' on;
}

a {
    text-decoration: none !important;
    color: var(--second-purple-color);
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b2b2b2;
}

.bi-three-dots-vertical {
    font-size: 18px;
    color: var(--text-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.bg-v2-object-white {
    background: #fff;
    border: 1px var(--body-color) solid;
}

.min-scroll {
    min-height: 100vh;
    max-height: 100%;
}

.flex-col {
    flex-direction: column;
}

.max-w-xs {
    max-width: 512px;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.flex {
    display: flex;
}

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

.header-nav div {
    cursor: pointer;
}

.header-text h1 {
    font-size: 70px;
    font-family: 'CoveredByYourGrace';
    background: linear-gradient(69.58deg, #3B45DD 0.82%, #769CFF 50.08%, #8953CE 98.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

input {
    font-family: 'Vazirmatn' !important;
}

.header-search {
    width: 95%;
    padding: 12px 12px;
    background: #F3F7FD;
    border-radius: 12px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.header-search input {
    border: none;
    outline: none;
    background: transparent;
}

.header-search button {
    border: none;
    outline: none;
    background: transparent;
}

.swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 16px;
}

.double-slider .swiper-slide a {
    height: 100%;
    width: 100%;
}

.double-slider .swiper-slide {
    cursor: pointer;
    border: none;
    border-radius: 16px;
    width: 80px !important;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background-color: #ddd;

}


.category-nav {
    overflow: hidden;
    padding: 16px 0;
}

.category .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 16px 16px;
}

.category .category-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 31.25px;
}

.title-category-slider .swiper-slide {
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #E3EDFB;
    padding: 2px 16px;
    width: auto !important;
    height: 40px;
    align-content: center;
    border-radius: 50px;
    background: #F3F7FD;
    transition: all 0.3s;
}

.title-category-slider .swiper-slide:hover {
    background: var(--second-purple-color);
    color: #F9F9F9;
    font-size: 15px;
}

.title-category-slider .swiper-slide.active {
    background: var(--second-purple-color);
    color: #F9F9F9;
    font-size: 15px;
}

.double-slider .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.category-body .swiper-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.category-body .swiper-slide {
    cursor: pointer;
    width: 95px;
    height: 95px;
}

.category-body p {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 30, 32, 0) 36.97%, rgb(31 30 32 / 54%) 95.45%);
    position: relative;
    bottom: 95px;
    text-align: center;
    align-content: end;
    font-size: 14px;
    color: white;
}

.faq {
    height: 340px;
    padding-right: 15px;
}

.faq .title p {
    font-size: 20px;
    font-weight: 500;
}

.faq .swiper-slide {
    cursor: pointer;
    width: 165px;
    height: 200px;
    margin-left: -5px;
}

.faq-body div.glass p {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border: 0.5px solid #E3EDFB;
    background: rgba(249, 249, 249, 0.50);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(9.6px);
    width: 140px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 10px 0;
    line-height: 24px;
}

.faq-body div.glass {
    text-align: -webkit-center;
    position: absolute;
    bottom: -50px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.suggested-vendors {
    padding-right: 16px;
}

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

.suggested-vendors .title p {
    font-size: 20px;
    font-weight: 500;
}

.suggested-vendors .swiper-slide {
    cursor: pointer;
    width: 190px !important;
    height: 325px;
    margin-left: 5px;
}

.suggested-vendors .suggested-vendors-logo {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #F3F7FD;
}


.suggested-vendors-slide div.item {
    width: 190px !important;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    align-items: flex-start;
    top: 0px;
    position: absolute;
    height: 325px;
    background: linear-gradient(157.41deg, rgba(0, 0, 0, 0) 48.81%, rgb(0 0 0 / 58%) 98.33%);
}

.suggested-vendors-slide a {
    padding: 4px 1px;
    border-radius: 100px;
    color: #F9F9F9;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #1f1e2066;
    width: 100%;
    text-decoration: none;
}

.suggested-vendors-slide p {
    margin: 12px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #F9F9F9;
}

.suggested-vendors-body .ad {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 50px;
    font-size: 12px;
    color: var(--purple-color);
    padding: 2px;
    font-weight: 400;
    background: var(--background-color);
    height: fit-content;
    width: fit-content;
}

.suggested-vendors-body {
    margin-top: 32px;
}

.mt--10 {
    margin-top: 10px;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.sidebar {
    position: fixed;
    top: 0;
    /* max-width: 350px; */
    max-width: 320px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    color: var(--text-color);
    overflow-y: scroll;
    display: none;
}

a:hover {
    color: black;
}

.history-button:hover {
    color: #644FC1 !important;
}

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

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

header {
    margin: 0;
    border-bottom: solid 1px #E3EDFB;
    padding: 16px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}

.sidebar-header h1 {
    font-size: 30px;
    font-family: 'CoveredByYourGrace';
    background: linear-gradient(60.48deg, #3B45DD 36.9%, #644FC1 50.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chat-history .separator hr {
    background: #ECECEC;
    border-radius: 50px;
}

.chat-history .separator p {
    color: #AEA9B1;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 16px !important;
    align-self: center;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
}

.sidebar .chat-history li {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 14px;
    font-weight: 400;
    line-height: 31.25px;
}

.history-button {
    padding: 8px 16px;
    border-radius: 10px;
    width: 120px;
    display: flex;
    align-content: center;
    justify-content: space-around;
    color: #644FC1 !important;
    border: 1.5px solid #644FC1 !important;
    font-size: small;
    float: left;
}

.profile-user-sidebar {
    width: 55px;
    height: 55px;
}

.history-button:hover {
    color: #070707;
    border: 1.5px solid #070707;
}

.menu .separator hr {
    background: #ECECEC;
    border-radius: 50px;
}

.menu .separator p {
    color: #AEA9B1;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    align-self: center;
    padding-right: 16px !important;
}

.sidebar .menu li {
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.sidebar.show {
    z-index: 9999999;
}

.user-info {
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    /* display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around; */
}

.user-info p {
    margin: 0px;
    font-size: 13px;
}

.width-85 {
    width: 85%;
}

.cursor-pointer {
    cursor: pointer;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity as needed */
    z-index: 1500;
    /* Ensure it's above everything else */
    display: none;
    /* Initially hidden */
}


/* ||||||||||||||||||||||||||||||||||||||login|||||||||||||||||||||||||||||||||||||||| */


.title-logo {
    margin-bottom: 40px;
}

.mobile-wrap {
    display: flex;
    justify-content: center;
}

.container-custom {
    padding-right: 2rem;
    padding-left: 2rem;
}

.holder-preloader {
    position: fixed;
    z-index: 99999;
    width: 513px;
    height: 100%;
    top: 0;
    background: #f7f7f7;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9998;
    transform: translate(-50%, -50%);
}

.title-logo {
    font-family: 'CoveredByYourGrace', sans-serif;
    font-size: 64px;
    line-height: 64px;
    font-weight: 400;
    color: #F9F9F9;
    text-align: center;
    margin-top: 0;
}

.title-large {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #F9F9F9;
}

.text-center {
    text-align: center;
    text-align-last: center;
}

.register-body {
    background-color: white;
    margin: 0;
}

.register-container {
    text-align-last: center;
    width: 100%;
}

.register-title-logo {
    font-family: 'CoveredByYourGrace', sans-serif;
    font-weight: 400;
    font-size: 64px;
    margin: 64px 0 64px 0;
    background: linear-gradient(60deg, #3B45DD 36.9%, #644FC1 50.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.register-title-large {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--primary-color);
}

.register-box {
    width: 430px;
    height: 654px;
}

.input-number .phone {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    padding: 20px 10px 10px 10px;
    color: var(--text-color);
    margin-left: auto;
}

.text {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px 10px 10px;
    color: var(--text-color);
    margin: 0;
    margin-left: auto;
}

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

.box-input-container {
    width: 100%;
    padding: 16px 12px;
    border-radius: 12px;
    background: #F3F7FD;
    opacity: 1;
}


.phone-input {
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    width: 100%;
    text-align-last: right;
}

::placeholder {
    text-align: right;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.input-container svg {
    margin-right: 5px;
}

.phone-content {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18.75px;
    text-align: center;
    color: #605D64;
}

.register-body .flex {
    gap: 30px;
}

.register-body .button {
    display: inline-block;
    width: 100%;
    height: 63px;
    border-radius: 12px;
    background-color: var(--purple-color);
    color: white;
    font-size: 16px;
    text-align: center;
    align-content: center;
    transition: opacity 0.3s ease;
    border: none;
    font-family: 'Vazirmatn', sans-serif;
}

.register-body .button:hover {
    opacity: 1;
}


.otp-body {
    background-color: white;
}

.svg-icon {
    width: 18px;
    height: 16px;
    position: relative;
    top: 4px;
    left: 3px;
    gap: 0px;
    color: var(--text-color);
}

.text-style {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    background: #1F1E20;
    color: #FFFFFF;
    padding: 5px;
}

.styled-paragraph {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    text-align: right;
    color: #1F1E20;
    padding: 10px;
}

.verify-button {
    width: 100%;
}

.info-box {
    width: 100%;
    height: 51px;
    border-radius: 12px;
    background: #FFFADE;
}

.info-box .inner-content {
    width: 100%;
    height: 100%;
}

.info-box .inner-content p {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.75px;
    color: #322F35;
    width: 100%;
    height: 100%;
    align-content: center;
    text-align: center;
}

.verify-number {
    width: 100%;
    text-align: -webkit-center;
}

.num {
    direction: ltr;
    display: flex;
    gap: 7px;
    justify-content: center;
}

.num input {
    width: 42px;
    height: 48px;
    padding: 0;
    border: 1.5px solid #ECECEC;
    border-radius: 16px;
    outline: var(--primary-color);
    text-align: center;
    margin-left: 3px;
}

.num input::placeholder {
    font-weight: 500;
    color: #919191;
    font-size: 12px;
    line-height: 15.6px;
    text-align: center;
}

.button-space.verify-cont {
    top: 125px;
}

.code-timer {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--purple-color);
}


.profile-body {
    background-color: white;
    place-items: center !important;
    height: 100% !important;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.username {
    width: 100%;
}

.username-box {
    width: 100%;
    gap: 12px;
}

.date-erea {
    width: 100%;
}


.gender-erea {
    width: 100%;
}

.born {
    width: 100%;
    display: flex;
    text-align: center;
}

.born input {
    width: 100%;
    height: 57px;
    padding: 16px 12px;
    border-radius: 10px;
    opacity: 0.8;
    background: #F3F7FD;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    margin: 0 9px 0 9px;

}

.born input::placeholder {
    color: #AAB7C4;
    text-align: center;
}

.gender-div p {
    width: 100%;
    height: 65px;
    padding: 16px 12px;
    border-radius: 12px;
    opacity: 0.8;
    background: #F3F7FD;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    margin: 0px 5px 0 3px;
}

.gender-div {
    display: flex;
    justify-content: center;
}

.gender-div .radio {
    width: 100%;
    margin: 0 9px 0 9px;
}

.sex label {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-right: 11px;
}

.button-space.profile-input {
    text-align-last: center;
}

input[type="radio"] {
    /* appearance: none; */
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
}

.sex {
    display: flex;
    align-items: center;
    margin: 0;
}

.gender-div p:hover {
    border: 3px solid var(--primary-color);
}



/* Modal styles */
.modal {
    background-color: #0000004a;
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 999;
    overflow: auto;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    max-width: 510px;
    position: relative;
    animation: slide-up 0.3s ease;
    /* height: 100vh; */
    position: absolute;
    padding-right: 1rem;
    padding-left: 1rem;
    border: none;
    bottom: 0;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.close-button {
    border: none;
    background: none;
}

.modal-center {
    display: block !important;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    transition: transform 0.1s ease-in-out, visibility 0.7s, opacity 0.3s;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.modal-hidden {
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
}


.rules {
    font-weight: 400;
    font-size: 12px;
    font-family: 'Vazirmatn', sans-serif;
    color: var(--colors-text-public-details, #605D64);
}

.svg-size {
    width: 100%;
}

.setting-title p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    background-color: #ffffff;
    padding: 10px;
    margin: 0;
}

.menu-item {
    padding: 20px;
}

.setting-text {
    width: 430px;
}

.bi-bi-eye {
    font-size: 1.5em;
}

.button-update .button {
    display: inline-block;
    width: 100%;
    height: 63px;
    border-radius: 12px;
    background-color: var(--purple-color);
    color: white;
    font-size: 16px;
    text-align: center;
    align-content: center;
    transition: opacity 0.3s ease;
    border: none;
    font-family: 'Vazirmatn', sans-serif;
}


.product_title p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.box {
    display: flex;
    align-items: center;
    padding: 16px;
    height: 100px;
    box-shadow: 2px 16px 20px 0px #F5F8FC;
    border-radius: 12px;
}

.box img {
    width: 65px;
    height: 65px;
    margin-left: 10px;
    border-radius: 4px;
}

.box .text {
    /* flex-grow: 1;
    text-align: center; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1D1B20;
    text-align: right;
    padding: 0;
}


.box .text.price {
    color: #1D1B20;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.rate {
    color: #605D64;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box .icon {
    margin-right: 10px;
}

.add-btn {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1.5px solid #644FC1;
    background: #FFF;
    color: #644FC1;
}

.add-title {
    color: #322F35;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px 0;
}

.collection-modal-title p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: -webkit-center;
    padding: 16px 0 16px 0;
    margin: 0;
    border-bottom: solid 1px #E3EDFB;
}


.chat-container .box-input-container {
    border-radius: 28px;
}


.box .image-box img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 0.475px solid #E3EDFB;
}


.checkbox-round {
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #000000;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: var(--purple-color);
    border-color: rgb(255 255 255 / 63%);
}

.bottom-sticky {
    position: sticky !important;
    bottom: 6px;
}

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

.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #6d6d6d;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.checkbox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 calc(24px / 2.5) var(--purple-color);
    box-shadow: 0 0 0 calc(24px / 2.5) var(--purple-color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.checkbox::before {
    top: 40%;
    left: 50%;
    content: "";
    position: absolute;
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

/* actions */

.checkbox:hover {
    border-color: var(--purple-color);
}

.checkbox:checked {
    background: var(--purple-color);
    border-color: transparent;
}

.checkbox:checked::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
    transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
    -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.checkbox:active:not(:checked)::after {
    -webkit-transition: none;
    -o-transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    opacity: 1;
}

.modal .modal-content.vh--50 {
    max-height: 50vh !important;
    height: fit-content !important;
    min-height: 25vh;
    overflow-y: scroll;
}

.safari .modal .modal-content.vh--90.headerSort {
    min-height: 55vh !important;
}

.safari .modal .modal-content.vh--90.sendCommentModal {
    min-height: 70vh !important;
}

.safari .modal .modal-content.vh--90.shareModalMargin {
    min-height: 40vh !important;
}

.modal .modal-content.vh--90 {
    max-height: 95vh !important;
    height: fit-content !important;
    overflow-y: scroll;
}

.modal .modal-content.min-vh--90 {
    height: 95vh !important;
    min-height: 25vh;
    overflow-y: scroll;
    min-height: 250px;
}


.modal .modal-content::-webkit-scrollbar {
    display: none;
}

.vh--90 .modal-body {}

.flex-right-menu {
    height: 88%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: nowrap;
}

.size-image-40-25 {
    width: 40px;
    height: 25px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.title-container {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.title-container .title {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    transition-delay: 0.25s;
    margin: 0;
    color: #6078EA;
}

.title-container .title-down {
    transform: translateY(100%);
    transition: transform 0.3s ease;
    transition-delay: 0.25s;
    margin: 0;
    color: #6078EA;
}

.field-container {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    width: 330px;
    height: 40px;
}

.icons-container {
    position: absolute;
    top: 3px;
    left: 10px;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.icon-close {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 76%;
    height: 73%;
    opacity: 0;
    cursor: pointer;
    transform: translateX(-200%);
    border-radius: 50%;
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1.000);
}

.icon-close:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 2px solid transparent;
    border-top-color: #6078EA;
    border-left-color: #6078EA;
    border-bottom-color: #6078EA;
    transition: opacity 0.2s ease;
}

.icon-close .x-up {
    position: relative;
    width: 100%;
    height: 50%;
}

.icon-close .x-up:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 3px;
    width: 50%;
    height: 2px;
    background-color: #6078EA;
    transform: rotate(45deg);
}

.icon-close .x-up:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 50%;
    height: 2px;
    background-color: #6078EA;
    transform: rotate(-45deg);
}

.icon-close .x-down {
    position: relative;
    width: 100%;
    height: 50%;
}

.icon-close .x-down:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 50%;
    height: 2px;
    background-color: #6078EA;
    transform: rotate(-45deg);
}

.icon-close .x-down:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 1px;
    width: 50%;
    height: 2px;
    background-color: #6078EA;
    transform: rotate(45deg);
}

.icon-search {
    position: relative;
    top: 5px;
    left: -15px;
    width: 50%;
    height: 50%;
    opacity: 1;
    border-radius: 50%;
    border: 3px solid #8296FA;
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1.000);
}

.icon-search:after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: -2px;
    width: 4px;
    border-radius: 3px;
    transform: rotate(-45deg);
    height: 10px;
    background-color: #8296FA;
}

.field {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
    transition: all 0.4s ease;
}

.field:focus {
    outline: none;
    box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);
}

.field:focus+.icons-container .icon-close {
    opacity: 1;
    transform: translateX(0);
}

.field:focus+.icons-container .icon-search {
    opacity: 0;
    transform: translateX(200%);
}

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

body.is-type .icon-close:before {
    opacity: 1;
    animation: spin 0.85s infinite;
}

body.is-type .icon-close .x-up:before,
body.is-type .icon-close .x-up:after {
    animation: color-1 0.85s infinite;
}

body.is-type .icon-close .x-up:after {
    animation-delay: 0.3s;
}

body.is-type .icon-close .x-down:before,
body.is-type .icon-close .x-down:after {
    animation: color-1 0.85s infinite;
}

body.is-type .icon-close .x-down:before {
    animation-delay: 0.2s;
}

body.is-type .icon-close .x-down:after {
    animation-delay: 0.1s;
}

body.is-focus .title-container .title {
    transform: translateY(0);
}

body.is-type .title-container .title-down {
    transform: translateY(-30px);
}

body.is-type .title-container .title {
    transform: translateY(-100%);
}

.gap--5 {
    gap: 5px;
}

.top--0 {
    top: 0px !important;
}

.dot-spinner {
    --uib-size: 2.8rem;
    --uib-speed: .9s;
    --uib-color: #183153;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {

    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

#comment-box {
    overflow: auto;
    max-height: 330px;
}

.login-register-color {
    color: #0c2d57;
}

.size-image-24-21 {
    width: 24px;
    height: 21px;
}

.w-50 {
    width: 50%;
}

.color-000 {
    color: #000;
}

.opacity-90 {
    opacity: 0.9;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.opacity-80 {
    opacity: 0.8;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.text-center {
    text-align: center;
}

.w-full {
    width: 100%;
}

.rounded-2xl {
    border-radius: 1rem;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: var(--second-purple-color);
}

.color-green-500 {
    --tw-bg-opacity: 1;
    color: var(--second-purple-color);
}

.p-8 {
    padding: 2rem;
}

.login-input-color {
    background: #e8f0fe;
}

.footer-color-fav {
    color: #0c2d57 !important;
}

.toltip-comment {
    background: red;
    font-size: 12px;
    padding: 3px 5px;
    color: white;
    position: absolute;
    border-radius: 100px;
    transform: translateX(140%) translateY(-45%);
}

.like-count {
    font-size: 12px;
}

.filter-box {
    text-align: right;
    overflow: auto;
    max-height: 460px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    gap: 10px;
    padding: 10px 0;
    white-space: nowrap;
    flex-wrap: wrap;
}

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

.index-price-box {
    flex-direction: row;
    gap: 10px;
}

.header-filter-border {
    animation: borderAnimation 2s infinite;
}

@keyframes borderAnimation {
    0% {
        border: 0px solid #fc673600;
    }

    25% {
        border: 1px solid #fc6736;
        background: #3d5779 !important;
    }

    50% {
        border: 2px solid #fc6736;
        background: #3d5779 !important;
    }

    75% {
        border: 1px solid #fc6736;
        background: #3d5779 !important;
    }

    100% {
        border: 0px solid #fc673600;
    }
}

.margin-top-20 {
    margin-top: 20px !important;
}

a {
    color: #0c2d57 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.aboutUs-box {
    text-align: right;
    overflow: auto;
    max-height: 460px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    gap: 10px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.aboutUs-box div {
    background-color: #f7f7f7;
    margin: 15px;
    border-radius: 10px;
    border: 2px solid #0c2d57;
    padding: 10px;
    color: #0c2d57;
}

.aboutUs-box div>p {
    text-align: justify !important;
    font-size: 14px !important;
    border: none !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.text-sm {
    font-size: 14px;
    line-height: 1.25rem;
}


.main-div-border-none {
    border: none;
}

.contactUs-box {
    text-align: right;
    overflow: auto;
    max-height: 460px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    gap: 10px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.contactUs-box>div .text-sm {
    font-size: 14px !important;
    line-height: 1.25rem !important;
}

.display-space-ccontact-us {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.text-sm {
    font-size: 14px !important;
    line-height: 1.25rem !important;
}


/* statrt back to top button */
#buttonBackToTop {
    display: inline-block;
    background-color: #fc6736 !important;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 8px;
    position: fixed;
    bottom: 65px;
    left: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#buttonBackToTop::after {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#buttonBackToTop:hover {
    cursor: pointer;
    background-color: #333;
}

#buttonBackToTop:active {
    background-color: #555;
}

#buttonBackToTop.show {
    opacity: 1;
    visibility: visible;
}

/* end back to top button */

.search-city-input::placeholder {
    font-size: 14px;
}

.search-city-input {
    border: 1px solid #7a7676;
}

.h-460 {
    height: 460px !important;
}

.mh-400 {
    max-height: 400px !important;
}

.white-space-nowrap {
    white-space: nowrap;
}

.price-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.no-scroll {
    overflow: hidden;
}
