@charset "UTF-8";
@import url("fonts.css");
@import url("../fonts/icons/font/bootstrap-icons.css");

body {
    font-family: Poppins;
    font-weight: 400;
    color: var(--purple);
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    outline: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Variables Start */

:root {
    --dark: #3f3f3f;
    --red: #990000;
    --lightRed: #FEF0F4;
    --purple: #40214d;
    --grey: #aaaaaa;
    --grey2: #B9B9B9;
    --grey3: #8d8d8d;
    --green: #24989c;
    --dark-red: #c91e1e;
    --lt-grey: rgb(143 143 143 / 16%);
}

/* Variables end */
.bg-purple {
    background-color: var(--purple);
}

.bg-red {
    background-color: var(--red);
}

.text-dred {
    color: var(--dark-red);
}

.bg-dark {
    background-color: var(--dark);
}

.light-red {
    background-color: var(--lt-grey);
}

.text-red {
    color: var(--red);
}

.bg-green {
    background-color: var(--green);
}

.text-grey {
    color: var(--grey);
}

.text-green {
    color: var(--green);
}

.section-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.02em;
}

#bannerSlider .swiper-pagination-bullet {
    width: 42px;
    height: 7px;
    background: rgba(218, 218, 218, 0.48);
    border-radius: 7px;
}

#bannerSlider .swiper-pagination-bullet-active {
    background: #fff;
}

.location-selection select {
    padding-right: 43px;
    padding-left: 34px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 198px;
    height: 49px;
    background-position: left 12px center;
    font-size: 14px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/angle-down.png);
    background-repeat: no-repeat;
    color: #898989;
    background-size: 14px;
}

.language-dropdown {
    width: 50px;
    background-position: right 0px center;
    padding-right: 20px;
}

.location-selection i {
    font-size: 17px;
    top: 12px;
    right: 14px;
}
.subscriber-box{
    background-image:url(../images/subscribe-banner.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom right;
    height:477px;
    background-color:#ffd13d;
    border-radius:12px;
}
.search-for-products input {
    height: 49px;
    border: 1px solid #b9b9b9;
    border-radius: 0px 4px 4px 0px;
    padding-right: 36px;
    font-weight: 300;
    font-size: 14px;
    color: var(--grey);
}

.flex-1 {
    flex: 1;
}
.search-row-f{
    gap: 10px;
}
.search-for-products button {
    margin-right: -5px;
    border-radius: 4px 0px 0px 4px;
    min-width: 94px;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
}

.seprator-border {
    width: 1px;
    height: 23px;
}

.add-on-add button {
    height: 49px;
    width: 149px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
}

.wishlist-btn {
    background-color: rgba(201, 30, 30, 0.06);
    width: 49px;
    height: 49px;
    padding-top: 5px;
}

.wishlist-btn i {
    font-size: 20.5px;
    display: block;
}

.elipsis-services {
    width: 90px;
    height: 90px;
    background: rgba(36, 36, 36, 0.69);
    transition: 0.3s ease-in-out all;
}

.services a {
    margin-right: 160px;
    font-weight: 500;
    font-size: 18px;
    color: var(--grey);
    transition: 0.3s ease-in-out all;
}

.services a:hover .elipsis-services {
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.18));
    -webkit-filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.18));
    -o-filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.18));
    -moz-filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.18));
    background: rgba(255, 43, 106, 0.44);
}

.services a:hover img {
    opacity: 1;
}

.services a:hover {
    color: var(--green);
}

.services a img {
    opacity: 0.7;
}

.banner-data-caption h1 {
    font-family: initial;
    font-size: 77px;
    font-weight: 700;
    margin-top: 20px;
}

.banner-data-caption p {
    color: #f4325a;
    font-weight: 700;
    font-size: 24px;
}

.product-card {
    border-radius: 8px;
    background: #f8f8f9;
    box-shadow: 0px 0px 10px rgba(17, 5, 44, 0.15);
    border: 1px solid #ededf4;
    position: relative;
    cursor:pointer;
    height: 100%;
}
.product-image{
    height: 270px;
    display: flex;
    justify-content: center;
}
.product-content {
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
}

.product-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-card .product-title {
    display: flex;
    width: 100%;
}
.product-card .product-title a{
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 9px;
    margin-top: 0;
    color: var(--purple);
    text-decoration: none;
}
.product-price-status{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    
}
.product-card .product-price {
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
    color: var(--red);
}
.product-card .product-status{
    font-size: 16px;
    font-family: splart;
}
.product-address{
    margin-top: 12px;
    margin-bottom: 4px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    
    font-weight: 500;
    font-size: 16px;
    color: #9D9D9D;
}
.product-address .product-city {
    font-family: splart;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-address .product-city i{
    font-size: 12px;
    color: #9D9D9D;
}
.product-address .product-days span{
    font-family: splart;
}
.product-print{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3px 0 5px 0;
}
.product-print a{
    font-size: 16px;
    font-family: splart;
    color: var(--purple);
    text-decoration: underline;
}
.load-more-btn {
    width: 250px;
    height: 49px;
    background-color: #ffffff;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s ease-in-out all;
}
.product-action{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 10px 0 10px 0;
}
.product-action a{
    color: #fff;
    font-size: 16px;
    font-family: splart;
    text-decoration: none;
}
.load-more-btn:hover {
    background-color: var(--red);
    color: #fff;
}
.store-img{
    max-width: 170px;
}
.mockup-display{
    height: 500px;
    width: auto;
}
.download-app-section h3 {
    font-size: 48px;
    line-height: 96px;
    margin-bottom: 30px;
}
footer ul.helper-links{
    padding-right: 0;
}
footer ul.helper-links-cols{
    display: flex;
    gap: 15px;
}
footer ul.helper-links-cols .hlc-lst{
    width: calc(50% - 10px);
}
.helper-links li a {
    font-size: 16px;
    line-height: 24px;
    color: #ededed;
    margin-bottom: 10px;
    display: inline-block;
}

.helper-links li a:hover {
    color: var(--red);
}
footer ul.social-links{
    padding-right: 0;
}
.social-links li a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

.social-links li a i {
    font-size: 22px;
    line-height: 2;
}

.social-links li a:hover {
    transform: scale(1.1);
}

.social-links li a.facebook {
    color: #1877f2;
}

.social-links li a.twitter {
    color: #1d9bf0;
}

.social-links li a.instagram {
    color: #c13584;
}

.site-rights-bar {
    padding: 13px;
    line-height: 1;
    background-color: var(--purple);
    font-size: 15px;
}

.pkg-card {
    border-radius: 14px;
    padding: 32px 40px;
}

footer {
    background-color: #141414;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer h3 {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0.02em;
    color: #f2f2f2;
    font-weight: 600;
    margin-bottom: 20px;
}

footer p {
    color: #ededed;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

header {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f3f3;
}

.quick-page-links li {
    margin-right: 35px !important;
}

.quick-page-links li:last-child {
    margin-right: 0px !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
.header-container{
    justify-content: space-between;
}
header a {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: var(--purple);
}

header a:hover {
    color: var(--red);
}
.right-side-nav{
    display: flex;
    align-items: center;
    gap: 10px;
}
header a#nonotifound{
    display: flex;
    width: 100%;
    justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.90);
  }
.pkg-header .pkg-duration {
    font-weight: 600;
    font-size: 40px;
    line-height: 72px;
    letter-spacing: 0.02em;
}

.pkg-header .pkg-duration span {
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.pkg-header {
    border-bottom: 1px solid #e0e0e0;
}

.pkg-body {
    padding-top: 14px;
}

.pkg-btn {
    height: 49px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: #ffbd12;
    border-radius: 4px;
}

.features-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #565656;
    padding-bottom: 14px;
}

.pkg-features {
    border-right: 1px dashed #a5a5a5;
}

.pkg-features ul li {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #757575;
    margin-bottom: 20px;
}

.pkg-features ul li:last-child {
    margin-bottom: 0;
}

.pkg-features ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #464646;
    right: -5px;
    top: 7px;
    position: absolute;
}

.detail-wrapper {
    border-radius: 8px;
}

.detail-wrapper h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}

.product-detail h6 {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
}

.product-detail h1 {
    font-size: 54px;
    line-height: 66px;
    letter-spacing: 0.02em;
    padding-bottom: 15px;
}

.border-bottom-grey {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-captions {
    margin-top: 18px;
}

.detail-captions p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);
}

.detail-captions h4 {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.02em;
    color: var(--purple);
}

.comments-list h3 {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.02em;
}

.comments-list p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #707070;
}

.comments-list .dropdown i {
    color: #959595;
    font-size: 18px;
}

.comments-list .dropdown-menu a {
    font-size: 14px;
}

.comments-list textarea {
    background: #fafafa;
    border: 1px solid #b6b6b6;
    height: 124px;
    border-radius: 8px;
    resize: none;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #cdcdcd;
}

.post-green-btn {
    border-radius: 8px;
    width: 201px;
    height: 49px;
    display: block;
}

/* Gallery Slider */

.gallery-slider.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gallery-slider-container .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-slider-container .gallery-slider .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.gallery-slider .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
}

.gallery-slider .swiper-pagination-bullet-active {
    background: var(--theme-green);
}

.gallery-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 2px solid var(--theme-green);
    background: transparent;
}

.gallery-slider-container .gallery-slider .swiper-slide img {
    height: 350px !important;
    object-fit: contain;
}

.gallery-slider-thumbnail {
    width: 100%;
}

.gallery-slider-container .gallery-thumbnail-slider .swiper-slide-thumb-active img {
    border-color: var(--red) !important;
}

.gallery-slider-container {
    border-radius: 25px;
}

.detail-card {
    box-shadow: 6px 10px 60px #0000001a;
    border-radius: 40px;
}

.gallery-slider-container .gallery-thumbnail-slider .swiper-slide {
    height: 100%;
    opacity: 0.5;
    border-radius: 4px;
    overflow: hidden;
}

.gallery-slider-container .gallery-thumbnail-slider .swiper-slide img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    object-fit: contain;
    height: 70px;
    border-radius: 4px;
}

.gallery-thumbnail-slider {
    margin-top: 25px;
}

.gallery-slider-container .gallery-thumbnail-slider .swiper-slide-thumb-active {
    opacity: 1 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    text-shadow: 0px 0px 4px #000;
}

.gallery-slider-container img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.gallery-slider .swiper-button-next:after,
.gallery-slider .swiper-button-prev:after {
    font-size: 30px;
    font-weight: bold;
}

.gallery-slider .swiper-button-next {
    right: 20px;
    top: 50%;
}

.gallery-slider .swiper-button-prev {
    left: 20px;
    top: 50%;
}

/* Gallery Slider end */

.bg-whatsapp-green {
    background-color: #00e676;
}

.btn-outline-red {
    border: 1px solid var(--red);
    border-radius: 8px;
    transition: 0.3s all ease-in-out;
}

.btn-outline-red:hover {
    background: var(--red);
    color: #fff;
}

.w-fit-content {
    width: fit-content;
}

.shadow-card {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.16);
}

.card-wishlist {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.card-wishlist:hover {
    background: #fff;
}

.card-translate {
    border-radius: 8px;
}

.card-translate h5 {
    font-size: 30px;
    line-height: 37px;
    margin-top: 10px;
    color: var(--purple);
}

.card-translate p {
    font-size: 23px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.4);
}

.rating-span span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #29252d;
}

.upload-btn-label {
    background: #fcfcfc;
    border: 1px dashed #9b9b9b;
    border-radius: 8px;
    width: 76px;
    height: 76px;
}

.field-dataset input {
    background: #ffffff;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    height: 52px;
    padding-left: 14px;
    padding-right: 14px;
}

.field-dataset input::placeholder,
.field-dataset select,
.field-dataset textarea,
.field-dataset textarea::placeholder,
.field-dataset input {
    font-size: 21px;
    line-height: 24px;
    color: var(--grey);
}

.field-dataset select {
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    height: 52px;
    padding-left: 14px;
    padding-right: 14px;
    background-position: left 15px center;
}

.field-dataset label,
.upload-section h6 {
    font-weight: 500;
    font-size: 23px;
    line-height: 24px;
    color: var(--purple);
    margin-bottom: 15px;
}

.field-dataset textarea {
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    height: 99px;
    resize: none;
    padding: 14px;
}

.field-dataset button {
    background: var(--red);
    border-radius: 4px;
    height: 50px;
    font-size: 22px;
    color: #ffffff;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-rounded-close {
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    font-size: 12px;
    box-shadow: none !important;
}

#after_register ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 4px;
    width: 14px;
    height: 14px;
    background: #59b33c;
    border-radius: 50%;
}

#after_register ul li {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #6a6a6a;
}

#after_register button.submit {
    width: 343px;
    height: 40px;
    background: #ffbd12;
    border-radius: 4px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.category-section {
    background: rgba(23, 23, 23, 0.65);
    backdrop-filter: blur(30px);
    top: 0;
    z-index: 1;
    width: 419px;
    right: 80px;
}

.drop-btn {
    padding: 0px 22px 0px 22px;
}

.category-section ul li .hover-droplist p {
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    text-decoration: none;
}

.category-section ul li .hover-droplist {
    border-radius: 4px;
    padding: 7px 24px;
}

.category-section ul li:hover .hover-droplist {
    background: #ffffff;
}

.category-section ul li:hover .hover-droplist p,
.droplist-content a:hover {
    color: #64b904;
}

.droplist-content {
    display: none;
    width: 200px;
    z-index: 2;
    top: 0px;
    left: -48%;
    box-shadow: 9px 4px 18px rgba(0, 0, 0, 0.22);
}

.droplist-content a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 24px;
    display: block;
    padding-left: 24px;
    padding-right: 24px;
    text-align: right;
}

.category-section ul li:hover .droplist-content {
    display: block;
}

.card-translate {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.best-choice-section h1 {
    size: 56px;
}

#hotSliderItems img {
    border-radius: 4px;
}

.status-pill.success {
    background: #21d1b1;
}

.status-pill.hold {
    background: #f4ba24;
}

.ads-title {
    font-size: 40px;
    line-height: 60px;
    color: var(--purple);
}

.status-pill {
    min-width: 80px;
    height: 28px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-links li a {
    padding: 10px 14px;
    transition: 0.2s ease-in-out all;
    font-size: 22px;
    line-height: 30px;
    color: #9e9e9e;
}

.tabs-links li a:hover,
.tabs-links li a.active {
    background-color: #f7f7f7;
    color: #141414;
}

.tabs-links li a:hover svg path,
.tabs-links li a.active svg path {
    fill: var(--red);
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 23px;
    line-height: 25px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-checkbox {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
}

.container-checkbox:hover input~.checkmark-checkbox {
    background-color: #ccc;
}

.container-checkbox input:checked~.checkmark-checkbox {
    background-color: var(--green);
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked~.checkmark-checkbox:after {
    display: block;
}

.container-checkbox .checkmark-checkbox:after {
    left: 10px;
    top: 3px;
    width: 6px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/************************Radio***********************/

/* The container */
.container-radio {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    cursor: pointer;
    font-size: 23px;
    line-height: 25px;
    color: var(--purple);
}

.container-radio label{
    cursor: pointer;
    padding-left: 8px;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}

/* Create a custom radio button */
.container-radio .checkmark-radio {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    border: 1px solid var(--grey2);
    border-radius: 50%;
    z-index: 1;
}

.container-radio input.checkmark-radio {
    z-index: 2;
}
/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark-radio {
    border: 2px solid var(--red);
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark-radio {
    /*background-color: var(--orange);*/
    border: 7px solid var(--red);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
/*.container-radio .checkmark-radio:after {
    background-color: var(--red);
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
*/





.price-content-box {
    background-color: #f7f7f7;
}

.price-content-box button {
    border-radius: 4px;
    font-size: 24px;
    line-height: 1;
    height: 45px;
    transition: 0.3s all ease-in-out;
}

.price-content-box button.red {
    background-color: var(--red);
    color: #fff;
}

.price-content-box button.success {
    border: 1px solid var(--green);
    color: var(--green);
    background-color: transparent;
}

.price-content-box button.success:hover {
    background-color: var(--green);
    color: #fff;
}

.detail-price h1 {
    font-weight: 600;
    font-size: 49.1667px;
    line-height: 59px;
    color: var(--red);
}

.detail-price h1 span {
    font-size: 39.3333px;
    line-height: 49px;
    color: #000000;
}

.price-content-box p,
.price-content-box address {
    font-size: 19px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.price-content-box p i,
.price-content-box address i {
    font-size: 18px;
}

.status-badge {
    width: 46px;
    height: 23px;
    font-size: 16px;
    color: #fff;
    background-color: #ed9c93;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
    color: #949494;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    text-shadow: none !important;
}

.chat-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.search-chat input {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0px 0px 1px 0px;
    height: 50px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--grey);
    font-size: 22px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.4);
}

.search-chat input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.chat-side-area {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.search-chat-icon {
    top: 13px;
    right: 10px;
    color: var(--grey);
    font-size: 18px;
}

.chat-users h5 {
    font-size: 22px;
    line-height: 20px;
    color: #141414;
}

.chat-users p {
    font-size: 19px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
}

.chat-users li {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.chat-users li:hover {
    background-color: #fcf3f2;
}

.chat-users time {
    font-size: 14px;
    line-height: 17px;
    color: rgba(20, 20, 20, 0.4);
}

.chat-avatar {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
}
.chat-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chat-user-info{
    width: 100%;
}
a.cht-title-link{
    text-decoration: none;
}
.chat-user-info h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    color: var(--purple);
}

.chat-user-info p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: var(--red);
}

.chat-user-info p span {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}
ul.chatbox{
    padding: 10px 20px 10px 20px;
    height: 100%;
}
.chat-body {
    height: 304px;
    background: #fcf3f2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    width: 100%;
    /* overflow-y: scroll; */
}
.chat-body.chat-body-admin {
    height: 299px;
}
.select-a-chat{
    position: absolute;
    max-width: 230px;
    max-height: 127px;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
}
.select-a-chat img{
    width: 100%;
    height: auto;
}
.select-a-chat-txt{
    font-size: 18px;
    color: #736767;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.chat-body .sender>div {
    background: rgba(36, 152, 156, 0.12);
    min-width: 250px;
    display: inline-block;
    border-radius: 15px 0px 15px 15px;
    padding: 12px;
}

.chat-body li {
    margin-bottom: 15px;
}

.chat-body .receiver>div {
    background-color: #ffffff;
    min-width: 250px;
    display: inline-block;
    border-radius: 0px 15px 15px 15px;
    padding: 12px;
}

.chat-body p {
    font-size: 22px;
    line-height: 24px;
    color: #141414;
    margin-bottom: 0;
}

.chat-footer input[type="text"] {
    height: 60px;
    flex: 1;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: rgba(20, 20, 20, 0.4);
}

.chat-footer input[type="text"]::placeholder {
    color: rgba(20, 20, 20, 0.4);
}

.chat-footer button {
    background: var(--red);
    border-radius: 8px;
    width: 40px;
    height: 40px;
}

.chat-footer label {
    font-size: 24px;
    color: var(--green);
}

.chat-body time {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    color: rgba(20, 20, 20, 0.4);
}

.head-chat {
    font-size: 26px;
    line-height: 35px;
    color: #ffffff;
}

.dropdown-action button {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.dropdown-action li a {
    font-size: 13px;
}

.radius-del-btn {
    background: rgba(166, 32, 32, 0.1);
    width: 30px;
    height: 30px;
    top: 12px;
    position: absolute;
    right: 12px;
    line-height: 1;
}

.user-nav-info p {
    font-size: 22px;
    line-height: 24px;
    color: rgba(64, 33, 77, 0.6);
}

.user-nav-info h5 {
    font-size: 22px;
    line-height: 24px;
    color: var(--purple);
}

.notify-btn:before {
    content: attr(data-counter);
    background: #990000;
    border: 1.5px solid #ffffff;
    position: absolute;
    top: 3px;
    right: 0;
    border-radius: 50%;
    color: #fff;
    min-width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-btn {
    font-size: 30px;
    color: var(--purple);
}

.notify-btn i {
    font-size: 30px;
    color: var(--purple);
}

.notify-menu .dropdown-menu {
    width: 360px;
    max-height: 350px;
    /* height: 350px; */
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    transform: inherit !important;
    inset: unset !important;
    right: auto !important;
    top: 50px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    left: -62px !important;
}

.notify-menu .dropdown-menu a h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.notify-menu .dropdown-menu a h4 {
    font-size: 18px;
    line-height: 22px;
    color: #5d001e;
}

.notify-menu .dropdown-menu a time {
    font-size: 14px;
    line-height: 17px;
    color: rgba(20, 20, 20, 0.4);
}

.notify-menu .dropdown-menu a:hover {
    background: rgba(237, 156, 147, 0.12);
}

.loader {
    position: absolute;
    right: 25px;
    width: 49px;
}

.hold {
    background: #f4ba24;
    font-family: splart;
}

.cross-img {
    position: absolute;
    top: 43px;
    left: 171px;
    right: 311px;
    display: none
}

.notii {
    cursor: pointer
}


.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.editupload {
    position: absolute;
    top: 77px;
    right: 372px;
}

.deleteadbtn {
    position: absolute;
    right: 25px;
    top: 12px;
    color: red;
    cursor: pointer;
    z-index: 1;
    font-size: 22px !important;
}

.replaceImg {
    cursor: pointer;
}

.editImg {
    position: relative;
    bottom: 48px;
    right: 9px;
    cursor: pointer;
}

.fill-heart {
    color: red;
}

.chatuser {
    width: 150px;
    height: 45px;
    background: #990000;
    border: 1px solid #990000;
    border-radius: 4px;
    font-weight: 400;
    font-size: 23px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: splart;
}

#previewdiv {
    /* padding: -3px;
    margin-top: 24px; */
    border: 1px solid rgb(181, 181, 181);
    width: 100%;
    height: 100%;
    position: relative;
}
#previewdiv #preview{
    width:40px;
    height:40px;
    object-fit:contain;
}

.roundbtn {
    min-width: 80px;
    height: 28px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0DCAF0;
    padding-left: 15px;
    padding-right: 15px;
}

.datalist-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
}

.datalist-wrapper select {
    width: 100%;
}

.cursor {
    cursor: pointer;
}
.hide {
    display: none
}
.payment > .form-group{
    padding: 10px;
}
.rating-bar{
    display: flex;
    align-items: center;
    gap: 3px;
}
.rating-bar .br-theme-fontawesome-stars .br-widget{
    height: 20px;
}
.ad-btn-col{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 5px;
}
header .dropdown-menu .dropdown-item{
    text-align: right;
}
.dir-rtl{
    direction: rtl;
}
ul.upl-list-item{
    width: 100%;
    display: flex;
    direction: rtl;
    gap: 8px;
    flex-wrap: wrap;
}
ul.upl-list-item li.list-inline-item{
    position: relative;
    margin: 0;
}
ul.upl-list-item li.list-inline-item i{
    position: absolute;
    top: 5px;
    right: 5px;
}
.comment-div-main{
    margin-top: 15px;
}
ul.check-list-item{
    gap: 20px;
}
.notify-detail-main{
    gap: 10px;
}
.notify-detail-col{
    display: flex;
    align-items: center;
    max-width: 234px;
    align-items: flex-start;
}
.notify-menu .dropdown-menu a h5 {
    white-space: break-spaces;
    padding-top: 5px;
}
.notify-detail-main time{
    padding-top: 7px;
}
#bannerSlider{
    height:400px;
    border-radius:12px;
}
.commission-warning{
    color: #AAAAAA;
    font-size: 14px;
    padding-top: 5px;
    line-height: 18px;
}
ul.policyChList{
    padding-top: 20px !important;
}
.postaddrow{
    display: none;
}
button:disabled,
button[disabled]{
  background-color: #E1E1E1 !important;
  color: #898989 !important;
}

.policyTextRow{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}
.policyDetail{
    cursor: pointer;
    font-size: 23px;
    line-height: 25px;
    color: #000000;
}
.policyLabel{
    padding-right: 0;
    width: 25px;
    height: 25px;
    margin-bottom: 0;
}
ul.policyDetailList{
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
ul.policyDetailList li{
    padding: 0 30px 0 0;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 27px;
    color: #000000;
    position: relative;
    font-family: "splart";

}
.pp-body > span{
    display: flex;
    padding: 0 0px 10px 0;
    font-size: 23px;
    line-height: 27px;
    color: #000000;
    position: relative;
    font-family: "splart";
}
ul.policyDetailList li::before{
    content: url(../images/policyListArrow.png);
    position: absolute;
    top: 4px;
    right: 0;
    width: 24px;
    height: 24px;

}
ul.policyDetailList li.no-arr::before{
    content: '';
}
li.walletList{
    position: relative;
}
li.walletList button {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--red);
    border-radius: 4px;
    height: 40px;
    font-size: 20px;
    color: #ffffff;
    border: 0;
    font-family: "splart";
}
li.walletList button span.fonteng{
    font-size: 16px;
    font-weight: 500;
}
li.walletList button span.walletListAr{
    padding-bottom: 3px;
    display: inline-block;
}
.colWalletBG{
    /* background-image: url(../images/walletRectangleBG.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    background-color: var(--green);
    border-radius: 10px; 
    overflow: hidden;
    display: flex;
    height: 100%;
}
.walletDetailRow{
    padding: 30px 20px 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
/* .walletDetailIcon{
    width: 60px;
    min-width: 60px;
} 
.walletDetailIcon svg{ 
    width: 100% !important;
}*/

.walletDetailText{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0px;
}
.walletDetailText > *{
    width: 100%;
}
.walletDetailTitle{
    font-family: "splart";
    font-size: 21px;
    color: #fff;
}
.walletDetailBalance{
    font-family: "splart";
    font-size: 40px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.walletDetailBalance span.fonteng{
    font-size: 33px;
    font-weight: 500;
    padding-top: 15px;
}
.withdrawalRequestRow{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex; 
    flex-wrap: wrap;
    height: 100%;
    padding: 40px 20px 40px 10px;
    font-family: "splart";
}

.withdrawalRequestTitle{
    display: flex;
    width: 100%;
    font-size: 30px;
    line-height: 37px;
    color: var(--purple);
}
.withdrawalRequestDetail{
    display: flex;
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    margin-top: 10px;
    color: var(--purple);
    margin-bottom: 25px;
}
button#WRbtn{
    background: var(--red);
    border-radius: 4px;
    height: 46px;
    font-size: 20px;
    color: #ffffff;
    border: 0;
    font-family: "splart";
    margin-bottom: 20px;
}
table.tableWallet{
    border-collapse: collapse !important;
    border-spacing: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 100%;
    font-family: "splart";
}
table.tableWallet th{
    color: #202020;
    font-size: 22px;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
}
table.tableWallet td{
    color: #9E9E9E;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    font-weight: 300;
}
table.tableWallet tr {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table.tableWallet td .tblCalendar{
    display: flex;
    align-items: center;
    gap: 5px;
}
table.tableWallet td .tblCalendar .tblCalendarDate{
    padding-top: 8px;
    font-size: 18px;
}
table.tableWallet td .tblCalendar .tblIcon svg path{
    fill: var(--red);
}
.fonteng{
    font-family: 'Poppins' !important;
}
table.tableWallet td.amount{
    display: flex;
    align-items: center;
    color: var(--red);
    gap: 10px;
}
table.tableWallet td.amount span:last-child{
    padding-bottom: 6px;
}

.col-delivery-block{
    display: none;
    padding-right: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.row-dimension{
    display: none;
}




/*******************Steps******************/
/*Hide all except first fieldset*/
#onboarding .step-container:not(:first-of-type) {
    display: none;
}


/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    margin-top: 30px;
    /* overflow: hidden; */
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
    direction: rtl;
}

#progressbar li {
    list-style-type: none;
    width: 33.2%;
    /* float: left; */
    position: relative;
}

#progressbar li span.prog-number {
    /* content: counter(step);
      counter-increment: step; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    font-size: 18px;
    color: #FFA58F;
    background-color: #FAF2F2;
    border-radius: 50%;
    border: 2px solid #FAF2F2;
    margin: -12px auto 5px auto;
    position: relative;
    z-index: 2;
}

#progressbar li.active span.prog-number {
    background-color: var(--red);
    border: 2px solid var(--red);
    color: #fff;
}

#progressbar li span.prog-title {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 70px 0 70px;
    text-align: center;
}

#progressbar li.active span.prog-title {
    color: var(--red);
}
/* #progressbar li span.prog-title-f{
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 10px 0 10px;
    text-align: center;
} */
span.prog-title-f{
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
    width: 100%;
    padding: 0 10px 0 10px;
    /* text-align: center; */
    margin-bottom: 25px;
}

/* #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 45px;
    height: 45px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #FFF;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--border);
    margin: 0 auto 5px auto;
  } */
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #D9D9D9;
    position: absolute;
    right: -50%;
    top: 6px;
    z-index: 1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #DA4453;
    color: white;
}
.step-container{
    direction: rtl;
    font-family: 'splart';
}
.step-main-title{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
}
.shipping-address-wrapper{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    padding: 18px 15px 18px 15px;
    border-radius: 4px;
    border: 1px solid var(--grey2);
    margin-bottom: 10px;
    position: relative;
}
.shipping-address-wrapper.active, .shipping-address-wrapper:hover{
    border: 1px solid var(--red);
    background-color: #FEF0F4;
}
.select-shipping{
    position: absolute;
    width: 25px;
    height: 25px;
    left: 20px;
    top: 20px;
}
.shipping-address-content{
    display: flex;
    gap: 10px;
}
.shipping-address-location{
    min-width: 20px;
}
.shipping-address-location i{
    font-size: 20px;
    color: var(--red);

}
.shipping-address-ttr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.shipping-address-title{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}
.shipping-address-text{
    font-size: 19px;
    width: 100%;
    font-weight: 500;
}
/* #current_address{
    margin-bottom: 20px;
} */
.add-address{
    display: flex;
    gap: 8px;
    margin-top: 10px;
    /* margin-bottom: 20px; */
    width: fit-content;
    cursor: pointer;
}
.add-address-icon{
    width: 25px;
    min-width: 25px;
    height: 25px;
}
.add-address-icon i{
    font-size: 25px;
    color: var(--red);
    line-height: 25px;
}
.add-address-title{
    color: var(--red);
    font-size: 21px;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
}
.shipping-product-detail{
    border: 1px solid var(--grey2);
    border-radius: 4px;
    padding: 30px 30px 0 30px;
    margin-top: 176px;
}
.shipping-product-img{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--grey2);
    padding: 15px 15px 15px 15px;
}
.shipping-product-img img{
    max-height: 150px;
    max-width: 200px;
}
.shipping-order-summary{
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 30px;

}
.shipping-order-content{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.shipping-order-row{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}
.shipping-order-col{
    font-size: 22px;
}
.shipping-order-col-amount{
    font-size: 20px;
    color: var(--red);
}
.shipping-order-total{
    padding: 15px 0 20px 0;
    margin-top: 25px;
    border-top: 1px solid var(--grey2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shipping-order-col-total{
    font-size: 30px;
}
.shipping-order-col-amount-total{
    font-size: 25px;
    color: var(--red);
}
.shipping-order-total-title{
    color: var(--red);
}
.shipping-address-ttr-sb{
    justify-content: space-between;
}
.select-shipping-right{
    right: 15px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}
.shipping-address-wrapper-2{
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.shipping-address-content-2{
    width: 100%;
}
.shipping-address-ttr-sb{
    flex-wrap: nowrap;
    align-items: center;
    
}
.shipping-address-text-price{
    white-space: nowrap;
    font-size: 19px;
    font-weight: 500;
    color: var(--red);
}
.shipping-product-detail-2{
    margin-top: 91px;
}
.regular-shipping-delivery, .fast-shipping-delivery{
    display: none;
}







.shipping-address-wrapper-view{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    padding: 0px 0 25px 0;
    border-bottom: 1px solid var(--grey2);
    position: relative;
}

.shipping-address-content-view{
    display: flex;
    gap: 10px;
    width: 100%;
}
.shipping-address-location-view{
    min-width: 30px;
    max-width: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.shipping-address-location-view i{
    font-size: 22px;
    color: var(--red);
}
.shipping-address-location-view img{
    max-width: 100%;
}
.shipping-address-ttr-view{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.shipping-address-title-view{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}
.shipping-address-text-view{
    font-size: 19px;
    width: 100%;
    font-weight: 500;
    display: flex;
}








.shipping-address-wrapper-addr{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    padding: 18px 20px 18px 20px;
    border-radius: 4px;
    border: 1px solid var(--grey2);
    margin-bottom: 10px;
    position: relative;
}
.shipping-address-wrapper-addr:hover{
    border: 1px solid var(--red);
    background-color: #FEF0F4;
}
.shipping-address-content-addr{
    display: flex;
    gap: 10px;
    width: 100%;
}
.shipping-address-location-addr{
    min-width: 20px;
}
.shipping-address-location-addr i{
    font-size: 20px;
    color: var(--red);

}
.shipping-address-ttr-addr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.shipping-address-title-addr{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}
.shipping-address-text-addr{
    font-size: 19px;
    width: 100%;
    font-weight: 500;
}
.shipping-address-actions{
    display: flex;
    align-items: center;
    gap: 7px;
}
button.s-action-button{
    background: var(--red);
    border-radius: 4px;
    border: 0;
    width: 40px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.s-action-button svg{
    width: 15px;
    height: auto;
}
.notification-logo{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: 30px;
}
.notification-title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: var(--purple);
    margin-bottom: 10px;
}
.notification-text{
    display: block;
    width: 100%;
    text-align: center;
    color: var(--purple);
    font-size: 20px;
    /* font-weight: 500; */
    margin-bottom: 15px;
}




.field-turnon{
    display: flex;
    justify-content: center;
}
.field-turnon button{
    background: var(--red);
    border-radius: 4px;
    height: 50px;
    font-size: 22px;
    color: #ffffff;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-title{
    font-size: 35px;
}
.float-left{
    float: left;
}
.adTabs{
    padding-right: 0;
    padding-left: 0;
}
.ad-tab-content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.nav-tabs.adTabs .nav-item.show .nav-link, .nav-tabs.adTabs .nav-link.active{
    background-color: var(--red);
    color: #fff;
    border-color: var(--red) var(--red) var(--red);
}
.nav-tabs.adTabs {
    border-bottom: none;
    /* border-bottom: 1px solid var(--red); */
    background-color: var(--lightRed);
}
.nav-tabs.adTabs .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: var(--grey3);
    font-size: 17px;
}
.nav-tabs.adTabs .nav-link:focus, .nav-tabs.adTabs .nav-link:hover {
    border-color: var(--red) var(--red) var(--red);
    background-color: var(--red);
    color: #fff;
}
.nav-tabs.adTabs .nav-item{
    margin-left: 3px;
}
.ad-btn-col *, .ad-btn-col a{
    font-size: 16px;
    font-family: splart;
    color: #fff;
    text-decoration: none;
}


.ads-filters{
    background-color: var(--lightRed);
    display: flex;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.ads-filters a {
    color: var(--red);
    padding: .5rem 1rem;
    color: var(--grey3);
    font-size: 17px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    font-family: splart;
    font-weight: 600;
}
.ads-filters a.active {
    color: var(--red);
    border-bottom: 2px solid var(--red);
    
}
.ads-filters a:hover {
    color: var(--red);
    border-bottom: 2px solid var(--red);
}




/*******************Chat*******************/

.chat-wrapper{
    display: flex;
    width: 100%;
    /* height: calc(100vh - 160px); */
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px;
    min-height: 250px;
    height: 500px;
    overflow: hidden;
}
.chat-left-wrapper{
    min-width: 290px;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,.125);
    align-items: flex-start;
}
.user-chat-search-row{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    /* padding-bottom: 0; */
    border-bottom: 1px solid rgba(0,0,0,.125);
    position: relative;
}
.chat-search{
    display: flex;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
.chat-search input{
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    padding-left: 40px;
}
.chat-search img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 17px;
    margin: auto;
}


.users-chat-list-wrapper{
    display: flex;
    flex: 1;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.users-chat-list-all{
    display: flex;
    height: 100%;
    width: 100%;
}
.users-chat-list-all .mCustomScrollBox {
    width: 100%;
}
.users-chat-list-single{
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}
.users-chat-list-single-admin{
    align-items: center;
}
.users-chat-list-single:hover{
    background-color: #fcf3f2;
}
.users-chat-list-avatar{
    max-width: 40px;
    min-width: 40px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e2e0ea;
}
.users-chat-list-avatar img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.users-chat-list-all {
    display: flex;
    height: 100%;
  }
.users-chat-list-detail{
    width: 100%;
}
.users-chat-list-title-date{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-top: 3px;
}
.users-chat-list-title{
    font-size: 14px;
    color: var(--black);
}
.users-chat-list-date{
    padding-top: 2px;
    font-size: 10px;
    color: var(--grey2);
}

.users-chat-list-message-notify{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.users-chat-list-message{
    font-size: 12px;
    color: var(--grey2);
}
.users-chat-list-notify{
    background-color: var(--red);
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-top: 3px;
    line-height: 18px;
}
.online-sign{
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 5;
    top: -1px;
    right: -1px;
    background-color: var(--green);
    border: 2px solid #fff;
    border-radius: 50%;
}



.chat-right-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-start;
}
.user-chat-header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.user-chat-header-about{
    display: flex;
    align-items: center;
    /* width: 100%; */
    gap: 10px;
}

.user-chat-header-avatar{
    max-width: 40px;
    min-width: 40px;
    position: relative;
}
.user-chat-header-avatar img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.user-chat-name-header{
    font-size: 14px;
    color: var(--black);
}

.users-chat-area-wrapper{
    width: 100%;
    flex: 1;
    background-color: #f1f1f5;
    
    overflow: hidden;
}
.direction-rtl .users-chat-area-wrapper {
    direction: ltr;
}
.users-chat-area-all{
    display: flex;
    height: 100%;
    width: 100%;
    padding: 20px 20px 0px 20px;
}
/* .users-chat-area-all > div, .users-chat-area-all > div > div, .users-chat-area-all > div > div > div{
    width: 100%;
} */
.users-chat-area-all .mCustomScrollBox{
    min-width: 100%;
}
.users-chat-single-row{
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}
.users-chat-live-avatar{
    max-width: 34px;
    min-width: 34px;
    position: relative;
}
.users-chat-live-avatar img{
    width: 34px;
    height: 34px;
    object-fit: cover;
}
.users-chat-area-container{
    display: flex;
    max-width: 600px;
    flex-wrap: wrap;

}
.users-chat-single-row-right .users-chat-area-container{
    justify-content: right;
}
.users-chat-single-row-left .users-chat-area-container{
    justify-content: left;
}
.users-chat-area{
    background-color: #fff;
    box-shadow: 3px 3px 4px rgba(32,33,36,.10);
    min-width: 310px;
    max-width: 600px;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.users-chat-single-row-left .users-chat-area{
    border-top-left-radius: 0;
}
.users-chat-message{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.users-chat-message-content{
    width: 100%;
    font-size: 14px;
}
.users-chat-message-date{
    width: 100%;
    font-size: 13px;
}
.users-chat-single-row-left .users-chat-area .users-chat-message-content{
    color: var(--purple);
    text-align: left;
}
.users-chat-single-row-left .users-chat-area .users-chat-message-date{
    text-align: right;
    color: #A4A4A4;
}
.users-chat-single-row-right{
    justify-content: right;
}
.users-chat-single-row-right .users-chat-area{
    border-top-right-radius: 0;
    background-color: var(--green);
}
.users-chat-single-row-right .users-chat-area .users-chat-message-content{
    color: #fff;
    text-align: right;
}
.users-chat-single-row-right .users-chat-area .users-chat-message-date{
    color: #fff;
}
.user-chat-input-wrapper{
    display: flex;
    width: 100%;
    padding: 15px 20px 15px 20px;
    background-color: var(--grey4);
    position: relative;
}
.user-chat-input-wrapper input.user-chat-input{
    padding-right: 20px;
    padding-left: 50px;
}
.user-chat-input-wrapper img{
    
}

.send-btn{
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 25px;
    width: 25px;
    margin: auto;
    border: none;
    padding: 0;
    background: transparent;
    right: auto;
    left: 15px;
}
.send-btn img{
    width: 25px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
form#chat{
    display: flex;
    width: 100%;
}
.chat-btns-row{
    display: flex;
    width: 100%;
    position: relative;
}
.chat-msg-empty{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
}
.sel-a-msg{
    width: 100%;
    text-align: center;
    font-family: var(--arMedium);
    font-size: 28px;
}
.chat-msg-empty-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.chat-message-right > div img.rounded-circle{
    margin-left: 15px;
}
.chat-msg-wrp{
    box-shadow: 3px 3px 4px rgba(32,33,36,.10);
    min-width: 310px;
    max-width: 600px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.tpbr-pfl{
    object-fit: scale-down;
    background-color: #fefefe;
}
#previewdiv{
    margin-left: 7px;
    min-width:40px;
    max-width: 40px;
    height:40px;
}
#previewdiv #preview{
    width:100%;
    height:100%;
    object-fit:contain;
}
.users-chat-upd-img{
    display: flex;
    max-width: 100%;
    max-height: 200px;
    margin-bottom: 30px;
}
.users-chat-upd-img img{
    max-width: 200px;
}
.users-chat-upd-img.ucui-right{
    justify-content: flex-end;
}
.users-chat-upd-img.ucui-left{
    justify-content: flex-start;
}
.chat-messages {
    display: flex;
    flex-direction: column;
    /* max-height: 875px; */
    height: 382px;
    overflow-y: scroll !important;
    padding: 20px;
    position: relative;
}



/***********************************/
.chat-search input{
    padding-left: 50px;
    padding-right: 15px;
    font-size: 16px;
}
.chat-side-area{
    max-width: 290px;
    min-width: 290px;
}

.attach-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-body p.chat-msg-txt{
    font-size: 16px;
    
}

li time{
    margin-top: 7px;
}