@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";
@import "https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2.36.0/tabler-icons.min.css";

:root {
    --body-font: "Inter", sans-serif;
    --transition: all 0.5s ease-in-out;
    --transition2: all 0.3s ease-in-out;
    --animate-duration: 1s;
    --animate-delay: 0.5s;
    background: #fff;
    --db: 26, 26, 26;
    --p1: 124, 66, 250;
    --p2: 255, 255, 255;
    --p3: 230, 108, 93;
    --p4: 27, 7, 4;
    --p5: 110, 28, 17;
    --p6: 131, 125, 156;
    --p7: 103, 97, 134;
    --p8: 253, 126, 80;
    --p9: 245, 195, 189;
    --px: #89517d;
    --s1: 124, 66, 250;
    --s2: 26, 26, 26;
    --s3: 69, 62, 119;
    --s4: 247, 189, 182;
    --s5: 236, 235, 239;
    --s6: 31, 235, 0;
    --s7: #e185cd;
    --s8: #c6c3d1;
    --s9: rgba(26, 26, 26, 0.7);
    --n2x: #0085ff;
    --n3x: #f3f3f3;
    --n4x: #f6f5f8;
    --bg1: 242, 242, 242;
    --bg2: 242, 236, 255;
    --bg3: 255, 249, 248;
    --bg4: 255, 252, 252;
    --bg5: 250, 227, 224;
    --bg6: 242, 242, 242;
    --bgx: #fcf3fa;
    --bgx2: #f3cdeb;
    --bgx3: #fef9f8;
    --bgx4: #fafafb;
    --bgx5: #f5f5f6;
    --bgx6: #08846e;
    --b1: rgba(247, 190, 183, 0.29);
    --b2: #d9d9d9;
    --b3: #f4a399;
    --b4: rgba(247, 190, 183, 0.6);
    --b5: 247, 190, 183;
    --b6: #ebebec;
    --brt1: #ebebeb;
    --gradient-p1: linear-gradient(
        90deg,
        rgba(12, 169, 64, 0.08) 0.68%,
        rgba(236, 88, 88, 0.08) 100%
    );
    --box-shadow-p1: 0px 4px 30px 0px rgba(255, 161, 161, 0.25);
    --box-shadow-p2: 0px 2px 4px -1px rgba(28, 55, 90, 0.12),
        0px 3px 12px -1px rgba(28, 52, 84, 0.13);
    --box-shadow-p3: 0px 4px 30px 0px rgba(255, 161, 161, 0.25);
    --box-shadow-p4: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
    --box-shadow-p5: 0px 4px 28px 0px rgba(255, 204, 204, 0.25);
    --border-p1: 1px solid rgba(247, 190, 183, 0.29);
    --border-bgx: 1px solid rgba(197, 192, 230, 0.4);
}

.display-zero {
    font-size: 100px;
    font-weight: 120;
}

.display-one {
    font-size: 80px;
    font-weight: 120;
}

.display-two {
    font-size: 72px;
    font-weight: 120;
}

.display-three {
    font-size: 64px;
    font-weight: 120;
}

.display-four {
    font-size: 56px;
    font-weight: 120;
}

.fs-one,
h1,
h1 > a {
    font-size: 48px;
    font-weight: 120;
}

.fs-two,
h2,
h2 > a {
    font-size: 40px;
    font-weight: 120;
}

.fs-three,
h3,
h3 > a {
    font-size: 32px;
    font-weight: 120;
}

.fs-four,
h4,
h4 > a {
    font-size: 24px;
    font-weight: 130;
}

.fs-five,
h5,
h5 > a {
    font-size: 20px;
    line-height: 130%;
}

.fs-six,
h6,
h6 > a {
    font-size: 16px;
    line-height: 130%;
}

.fs-seven {
    font-size: 14px;
    line-height: 130%;
}

.fs-eight {
    font-size: 12px;
    line-height: 130%;
}

.fs-nine {
    font-size: 10px;
    line-height: 130%;
}

.fs-ten {
    font-size: 18px;
    line-height: 130%;
}

table thead tr th {
    font-size: 16px;
    line-height: 130%;
}

a,
p,
button,
span,
label,
li {
    font-size: 16px;
    line-height: 150%;
}

@media (max-width: 1399px) {
    .display-zero {
        font-size: 82px;
        font-weight: 120;
    }
}

@media (max-width: 1199px) {
    .display-zero {
        font-size: 72px;
        font-weight: 120;
    }

    h1,
    h1 > a {
        font-size: 40px;
        line-height: 120%;
    }

    h2,
    h2 > a {
        font-size: 32px;
        line-height: 120%;
    }

    .preloader {
        background-size: 30%;
    }
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-21 {
    font-size: 21px;
}
.fs-22 {
    font-size: 22px;
}
.fs-23 {
    font-size: 23px;
}
.fs-24 {
    font-size: 24px;
}

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

@media (max-width: 991px) {
    .display-zero {
        font-size: 72px;
        font-weight: 120;
    }

    .display-one {
        font-size: 72px;
        line-height: 120%;
    }

    .display-two {
        font-size: 64px;
        line-height: 120%;
    }

    .display-three {
        font-size: 56px;
        line-height: 120%;
    }

    .display-four {
        font-size: 48px;
        line-height: 120%;
    }

    .display-five {
        font-size: 40px;
        line-height: 120%;
    }

    .display-six {
        font-size: 32px;
        line-height: 120%;
    }

    .fs-one,
    h1,
    h1 > a {
        font-size: 40px;
        line-height: 120%;
    }

    .fs-two,
    h2,
    h2 > a {
        font-size: 32px;
        line-height: 120%;
    }

    .fs-three,
    h3,
    h3 > a {
        font-size: 24px;
        line-height: 130%;
    }

    .fs-four,
    h4,
    h4 > a {
        font-size: 20px;
        line-height: 130%;
    }

    .fs-five,
    h5,
    h5 > a {
        font-size: 16px;
        line-height: 130%;
    }

    .fs-six,
    h6,
    h6 > a {
        font-size: 14px;
        line-height: 130%;
    }

    .fs-seven {
        font-size: 12px;
        line-height: 130%;
    }

    .fs-ten {
        font-size: 16px;
        line-height: 130%;
    }

    table thead tr th {
        font-size: 14px;
        line-height: 130%;
    }

    a,
    p,
    span,
    button,
    label,
    li {
        font-size: 14px;
        line-height: 22px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .banner-section .overlay .sec-img {
        display: none;
    }

    .banner-section .banner-content {
        padding: 80px 0 90px;
    }
}

@media (max-width: 575px) {
    .display-zero {
        font-size: 56px;
        font-weight: 120;
    }

    .display-one {
        font-size: 56px;
        line-height: 67.2px;
    }

    .display-two {
        font-size: 48px;
        line-height: 46.4px;
    }

    .display-three {
        font-size: 42px;
        line-height: 54.6px;
    }

    .display-four {
        font-size: 32px;
        line-height: 38.4px;
    }

    .display-five {
        font-size: 24px;
        line-height: 31.2px;
    }

    .display-six {
        font-size: 32px;
        line-height: 38.4px;
    }

    .pt-120 {
        padding-top: 50px;
    }

    .pb-120 {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .display-zero {
        font-size: 38px;
        font-weight: 120;
    }

    .display-one {
        font-size: 38px;
        line-height: 120%;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    color: rgb(var(--db));
    font-size: 16px;
    line-height: 130%;
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}

p,
a {
    font-family: var(--body-font) !important;
}

.nice-select ul {
    border: 1px solid #f7beb7;
}

.nice-select ul li {
    font-family: "Work Sans", sans-serif !important;
}

.nice-select .option.selected {
    font-family: "Work Sans", sans-serif !important;
}

section,
footer {
    overflow: hidden;
    overflow-x: hidden !important;
}

a,
p,
button,
span,
label,
li {
    margin: 0;
    font-family: var(--body-font);
    color: rgba(var(--db), 1);
    font-weight: 500;
}

a {
    text-decoration: none;
    outline: none;
    color: rgba(var(--db), 1);
    transition: var(--transition);
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: rgba(var(--db), 1);
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-zero,
.display-one,
.display-two,
.display-three,
.display-four,
.display-five,
.display-six,
.heading {
    font-family: var(--body-font);
    color: rgba(var(--db), 1);
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 120%;
    display: block;
    transition: var(--transition);
}

h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-zero span,
.display-one span,
.display-two span,
.display-three span,
.display-four span,
.display-five span,
.display-six span,
.heading span {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
}

a h2,
a h3,
a h4,
a h5,
a span,
a .fs-two,
a .fs-three,
a .fs-four,
a .fs-five {
    transition: var(--transition2);
}

a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a span:hover,
a .fs-two:hover,
a .fs-three:hover,
a .fs-four:hover,
a .fs-five:hover {
    color: rgba(var(--s2), 1);
}

.light-bg {
    background-color: #edf0f2;
}

.bg-footer {
    background-color: #191f29;
}

.s2-hvcr {
    transition: var(--transition2);
}

.s2-hvcr:hover {
    color: rgba(var(--s2), 1);
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li,
ol li {
    font-size: inherit;
    font-weight: inherit;
}

button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 130%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

input,
textarea {
    padding: 10px 10px;
    font-weight: 500;
    color: rgba(var(--db), 1);
    width: 100%;
    font-family: var(--body-font);
    outline-color: rgba(0, 0, 0, 0);
    font-size: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(var(--b1), 0.3);
}

.form-control {
    padding: 10px 10px !important;
    font-size: 15px;
    border-radius: 10px;
    background-color: #fafafb;
    border: 1px solid #dbdbdb;
    line-height: 1.39;
}

input::placeholder,
textarea::placeholder {
    color: rgba(var(--db), 0.4);
    font-size: 16px;
}

 input.form-control::placeholder,
textarea.form-control::placeholder {
    color: rgba(var(--db), 0.4);
    font-size: 14px;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #21c69e !important;
}

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

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

input[type="checkbox"] {
    width: initial;
    height: initial;
}

select {
    padding: 16px;
    border: none;
    cursor: pointer;
    outline: none;
}

.max-auto {
    max-width: 100%;
}

.max-un {
    max-width: unset;
}

@media (min-width: 1400px) {
    .max-xxl-un {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .max-xl-un {
        max-width: unset;
    }
}

@media (min-width: 992px) {
    .max-lg-un {
        max-width: unset;
    }
}

@media (min-width: 768px) {
    .max-md-un {
        max-width: unset;
    }
}

.d-rtl {
    direction: rtl;
}

.collapsing {
    transition: var(--transition);
}

.pt120 {
    padding-top: 120px;
}

.pb120 {
    padding-bottom: 120px;
}

.ml-316 {
    margin-left: 316px;
}

@media (max-width: 991px) {
    .ml-316 {
        margin-left: 12px;
    }
}

.alt-color a,
.alt-color p,
.alt-color span,
.alt-color h1,
.alt-color h2,
.alt-color h3,
.alt-color h4,
.alt-color h5,
.alt-color h6,
.alt-color i,
.alt-color select,
.alt-color button {
    color: rgba(var(--db), 1);
}

.dark-color {
    color: rgba(var(--db), 1);
}

.p1-color {
    color: rgba(var(--p1), 1);
}

.p2-color {
    color: rgba(var(--p2), 1);
}

.p3-color {
    color: rgba(var(--p3), 1);
}

.p4-color {
    color: rgba(var(--p4), 1);
}

.p5-color {
    color: rgba(var(--p5), 1);
}

.p6-color {
    color: rgba(var(--p6), 1);
}

.p7-color {
    color: rgba(var(--p7), 1);
}

.p8-color {
    color: #f7c32e;
}

.p9-color {
    color: #bdbdbd;
}

.p10-color {
    color: #3692e9;
}

.px-color {
    color: var(--px);
}

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

.p1-bg {
    background: rgba(var(--p1), 1);
}

.p2-bg {
    background: rgba(var(--p2), 1);
}

.p2-bg-active {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 4px 15px;
    border-radius: 4px;
    background: #21c69e;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.p2-bg-ban {
    font-size: 13px;
    background: #f9cccc;
    color: #eb5757;
    text-align: center;
    padding: 4px 15px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.p2-bg-pending {
    font-size: 13px;
    background: #ff9;
    color: #000;
    text-align: center;
    padding: 4px 15px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.p2-bg-open {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 4px 15px;
    border-radius: 4px;
    background: #00bcd4;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.p2-bg-Review {
    font-size: 13px;
    color: #000;
    text-align: center;
    padding: 4px 15px;
    border-radius: 4px;
    background: #ffe599;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.p2-bg-inprogress {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 4px 15px;
    border-radius: 4px;
    background: #1b75d0;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.p2-bg-close {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 4px 15px;
    border-radius: 4px;
    background: #21c69e;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.s1-color {
    color: rgba(var(--s1), 1);
}

.s2-color {
    color: rgba(var(--s2), 1);
}

.s3-color {
    color: rgba(var(--s3), 1);
}

.s4-color {
    color: rgba(var(--s4), 1);
}

.s5-color {
    color: rgba(var(--s5), 1);
}

.s6-color {
    color: rgba(var(--s6), 1);
}

.s9-color {
    color: var(--s9);
}

.n1-color {
    color: rgba(var(--n1), 1);
}

.n2-color {
    color: #0085ff;
}

.n3-color {
    color: var(--n3x);
}

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

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

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

.s2-bg {
    background-color: rgba(var(--s2), 1);
}

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

.s3-bg {
    background-color: rgba(var(--s3), 1);
}

.s4-bg {
    background-color: rgba(var(--s4), 1);
}

.s6-bg {
    background-color: rgba(var(--s6), 1);
}

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

.bg1-color {
    background: #fff;
}

.bg2-color {
    background: rgba(var(--bg2), 1);
}

.bg3-color {
    background: rgba(var(--bg3), 1);
}

.bg4-color {
    background: rgba(var(--bg4), 1);
}

.bg5-color {
    background: rgba(var(--bg5), 1);
}

.bgx-color {
    background: var(--bgx) !important;
}

.bgx2-color {
    background: var(--bgx2);
}

.bgx6 {
    color: var(--bgx6);
}

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

.bgx22-color {
    background: #e8e7ed;
}

.bgx-11 {
    background: rgba(252, 239, 237, 0.63);
}

.border-color {
    border: 1px solid rgb(var(--b1));
}

.border-color2 {
    border: 1px solid var(--b2);
}

.border-color3 {
    border: 1px solid var(--b3);
}

.border-color4 {
    border: 1px solid var(--b4);
}

.border-color5 {
    border: 1px solid rgba(var(--b5), 1);
}

.border-bg5 {
    border: 1px solid rgba(var(--bg5), 1);
}

.border-bg1 {
    border: 1px solid rgba(var(--bg1), 1);
}

.border-bg1-botm {
    border-bottom: 1px solid rgba(var(--bg1), 1);
}

.border-color6 {
    border: 1px solid rgba(var(--db), 1);
}

.border-color7 {
    border: 1px solid #fff;
}

.border-color8 {
    border: 1px solid rgba(26, 26, 26, 0.5);
}

.read_advice__item:hover {
    background-color: #1a1a1a !important;
    cursor: pointer;
}
.read_advice__item:hover p {
    color: #fff;
}

.read_advice__item:hover img {
    filter: brightness(0) invert(1);
}

.border-btom {
    border-bottom: 1px solid rgba(var(--s2), 1);
}

.border-s2 {
    border: 1px solid rgba(var(--s2), 1);
}

.border-s4 {
    border: 1px solid rgba(var(--s4), 1);
}

.border-s5 {
    border: 1px solid #e0e0e0;
}

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

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

.border-bgx {
    border: var(--border-bgx);
}

.brt {
    border-right: 1px solid var(--brt1);
}

.box-shadow {
    border: 1px solid var(--b1);
    transition: var(--transition);
}

.box-shadow:hover {
    box-shadow: var(--box-shadow-p1);
}

.box-shadow2 {
    box-shadow: var(--box-shadow-p2);
}

.box-shadow5 {
    box-shadow: var(--box-shadow-p5);
}

.rounded-item {
    border-radius: 50%;
}

.rounded-item2 {
    border-radius: 42%;
}

.rounded-20 {
    border-radius: 20px;
}

.box-shadow3 {
    box-shadow: var(--box-shadow-p1);
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600 !important;
}
.fw_700 {
    font-weight: 700 !important;
}
.fw_800 {
    font-weight: 800;
}

.text-gradient {
    background: var(--gradient-p1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.mx-ch {
    max-width: 60ch;
}

.none_two {
    display: none !important;
}

.box-style {
    background: rgba(var(--bg1), 1);
    border-radius: 100% !important;
    color: rgba(var(--s2), 1);
    transition: 0.3s linear;
}

.box-style:hover {
    background: rgba(var(--s2), 1);
    color: rgba(var(--p2), 1);
}

.fadeInUp {
    animation-duration: var(--animate-duration);
    animation-delay: var(--animate-delay);
}

.cmn-btn {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
    position: relative;
    background-color: #21c69e;
    color: rgba(var(--p2), 1) !important;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    overflow: hidden;
}

.cmn-btn:disabled{
    opacity: .5;
    cursor: not-allowed;
}

.cmn-btn i:hover {
    color: rgba(var(--p2), 1);
}

.cmn-btn::before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #0f9e7a;
    z-index: -1;
    color: rgba(var(--p2), 1);
}

.cmn-btn:hover::before,
.cmn-btn:focus::before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    color: rgba(var(--p2), 1);
}

.cmn-btn:active {
    transform: scale(0.9);
}

.cmn-btn.second-alt {
    background-color: #21c69e;
    transition: 0.5s all ease;
}

.cmn-btn.second-alt::before,
.cmn-btn.second-alt::after {
    transition: 0.5s all ease;
    background-color: #0f9e7a;
}

.cmn-btn.second-alt:hover {
    color: rgba(var(--p2), 1);
}

.cmn-btn.third-alt {
    background-color: #403866;
    color: rgb(var(--p2));
}

.cmn-btn.third-alt i {
    color: rgb(var(--p2));
}

.cmn-btn.third-alt::before,
.cmn-btn.third-alt::after {
    background-color: rgb(var(--s2));
}

.cmn-btn.third-alt:hover,
.cmn-btn.third-alt:focus,
.cmn-btn.third-alt.active {
    color: rgb(var(--p2));
}

.cmn-btn.third-alt:hover i,
.cmn-btn.third-alt:focus i,
.cmn-btn.third-alt.active i {
    color: rgb(var(--p2));
}

.cmn-btn.fourth-alt {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(var(--s2)) !important;
    border: 1px solid rgb(var(--s2));
}

.cmn-btn.fourth-alt::before,
.cmn-btn.fourth-alt::after {
    color: rgb(var(--p2));
    background-color: rgb(var(--db));
}

.cmn-btn.fourth-alt:hover,
.cmn-btn.fourth-alt.active {
    color: rgb(var(--p2));
}

.cmn-btn.fourth-alt:hover i,
.cmn-btn.fourth-alt.active i {
    color: rgb(var(--p2));
}

.cmn-btn.fifth-alt {
    background-color: rgba(var(--bg1), 1);
    color: rgb(var(--s2)) !important;
    border: 1px solid rgba(var(--bg1), 1);
}

.cmn-btn.fifth-alt i {
    color: rgb(var(--p1));
}

.cmn-btn.fifth-alt::before,
.cmn-btn.fifth-alt::after {
    background-color: rgb(var(--p1));
}

.cmn-btn.fifth-alt:hover,
.cmn-btn.fifth-alt:focus,
.cmn-btn.fifth-alt.active {
    color: rgb(var(--p2)) !important;
}

.cmn-btn.fifth-alt:hover i,
.cmn-btn.fifth-alt:focus i,
.cmn-btn.fifth-alt.active i {
    color: rgb(var(--p2-fixed));
}

.cmn-btn.six-alt {
    background-color: #f3f9fa;
    color: inherit;
}

.cmn-btn.six-alt::before,
.cmn-btn.six-alt::after {
    color: rgb(var(--p2));
    background-color: rgb(var(--db));
}

.cmn-btn.six-alt:hover,
.cmn-btn.six-alt.active {
    color: rgb(var(--p2));
}

.cmn-btn.six-alt:hover i,
.cmn-btn.six-alt.active i {
    color: rgb(var(--p2));
}

.cmn-btn.seven-alt {
    background-color: rgb(var(--bg1));
    transition: 0.5s all ease;
    color: rgba(var(--db), 1) !important;
}

.cmn-btn.seven-alt::before,
.cmn-btn.seven-alt::after {
    transition: 0.5s all ease;
    background-color: rgb(var(--s2));
}

.cmn-btn.seven-alt:hover {
    color: rgba(var(--db), 1);
}

.cpoint {
    cursor: pointer;
}

.exhvr:hover {
    background-color: rgba(var(--db), 1) !important;
    color: rgba(var(--s2), 1) !important;
}

.file-upload {
    border-radius: 48px;
    border: 1px solid rgba(var(--p1), 1);
}

.file-upload input {
    display: none;
}

.file-upload .file {
    cursor: pointer;
    position: relative;
}

.file-upload .file .file-custom {
    border-radius: 20px;
}

.file-upload .add-file {
    color: rgba(var(--p1), 1);
}

.hvr {
    transition: 0.3s linear;
}

.hvr:hover {
    background-color: #2a235b;
    color: rgba(var(--p2), 1);
}

.btn-popup-animation {
    width: 80px;
    min-width: 80px;
    height: 80px;
    z-index: 0;
    transition: var(--transition);
}

.btn-popup-animation i {
    color: rgb(var(--p2-fixed));
}

.btn-popup-animation:before {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    background-color: rgb(var(--p1));
    border-radius: 50%;
    opacity: 0.6;
    z-index: -1;
    animation: pulse 2s ease-out infinite;
}

.btn-popup-animation:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    background-color: rgb(var(--p1));
    border-radius: 50%;
    opacity: 0.6;
    z-index: -1;
    animation: pulse 2s 1s ease-out infinite;
}

@media (max-width: 576px) {
    .btn-popup-animation {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .btn-popup-animation i {
        color: rgb(var(--p2-fixed));
    }
}

@keyframes pulse {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.circle-text {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(var(--s3), 1);
    border: 1px solid rgba(var(--p2), 1);
    position: relative;
}

.circle-text .text {
    animation: rotate 50s linear infinite;
    width: 100%;
    height: 100%;
    position: absolute;
}

.circle-text .text p {
    transform: translate(50%, 5px);
}

.circle-text .text span {
    position: absolute;
    color: rgba(var(--p2), 1);
    font-size: inherit;
    font-weight: 600;
    transform-origin: 0 70px;
}

.circle-text:hover .text {
    animation-play-state: paused;
}

.circle-text.second {
    width: 120px;
    height: 120px;
    background-color: rgba(var(--n2), 1);
    border-color: rgba(0, 0, 0, 0);
}

.circle-text.second .text p {
    transform: translate(50%, 5px);
}

.circle-text.second .text span {
    transform-origin: 0 55px;
}

.circle-text.third {
    width: 880px;
    height: 880px;
    border-color: rgba(0, 0, 0, 0);
}

.circle-text.third .text p {
    transform: translate(50%, 5px);
}

.circle-text.third .text span {
    transform-origin: 0 440px;
}

.v-border {
    background: rgba(var(--p1), 0.2);
    width: 1px;
    height: 25px;
}

.v-line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 29px;
    background-color: rgb(var(--s2));
}

.v-line.lg::before {
    height: 15px;
}

.v-line.lgx::before {
    height: 15px;
    background-color: var(--px) !important;
}

.v-line.lg2::before {
    height: 17px;
    padding: 1px;
    background-color: rgba(var(--s2), 1) !important;
}

.v-line.xl::before {
    background-color: rgb(var(--p7)) !important;
    height: 15px;
}

.v-line.sm::before {
    height: 25px;
}

.v-line.smx::before {
    width: 17px;
    height: 1px;
}

.v-line.dashed::before {
    border-right: 1px dashed rgb(var(--n5));
    background: rgba(0, 0, 0, 0);
}

.cus-border {
    border-color: rgba(var(--p1), 1) !important;
}

.cus-border.second {
    border-color: rgba(var(--p1), 0.1) !important;
}

.cus-border.third {
    border-color: rgb(var(--n5)) !important;
}

.border-bottom-dash {
    border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.ul-dots li {
    list-style: disc;
}

.ul-decimal li {
    list-style: decimal;
}

.social-area a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid rgba(var(--p1), 0.1);
    border-radius: 50%;
    background: rgb(var(--p1));
    display: block;
    transition: var(--transition);
}

.social-area a i {
    color: rgba(var(--p2-fixed), 1);
}

.social-area a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.social-area a:hover i {
    color: rgba(var(--p1), 1);
}

.social-area.alt a {
    border-color: rgba(var(--p1), 1);
    background: rgba(0, 0, 0, 0);
}

.social-area.alt a:hover {
    background-color: rgba(var(--p1), 1);
}

.social-items a i,
.social-items a span {
    transition: var(--transition);
}

.social-items a:hover i,
.social-items a:hover span {
    color: rgba(var(--p2), 1);
}

.mouse-follower {
    z-index: 10;
}

.mouse-follower span {
    z-index: 10;
    opacity: 1;
    top: -10px;
    left: -10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: fixed;
    transition: 100ms ease-in-out;
    pointer-events: none;
}

.mouse-follower .cursor-outline {
    height: 30px;
    width: 30px;
    border: 1px solid #3692e9;
}

.mouse-follower .cursor-dot {
    height: 6px;
    width: 6px;
    background: #3692e9;
}

.mouse-follower.hide-cursor span {
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

/* span {
    display: inline-block;
} */

.table thead th,
.table td,
.table th {
    border: none;
}

.ovf-unset {
    overflow-x: unset !important;
}

iframe {
    border: 0;
    width: 100%;
}

*::-webkit-scrollbar-track {
    background: rgba(var(--n5), 1);
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
    background: rgba(var(--s2), 1);
}

.cus-scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    position: sticky;
    max-height: 90vh;
    top: 100px;
}

.cus-scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.cus-scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(0, 0, 0, 0);
}

.cus-scrollbar::-webkit-scrollbar-button,
.cus-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
}

.cus-scrollbar:hover::-webkit-scrollbar {
    width: 3px;
}

.cus-scrollbar:hover::-webkit-scrollbar-track {
    background: rgba(255, 211, 198, 0.5);
}

.cus-scrollbar:hover::-webkit-scrollbar-button,
.cus-scrollbar:hover::-webkit-scrollbar-thumb {
    background: rgba(var(--s2), 1);
}

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

.cus-nz1 {
    z-index: -1;
}

.cus-z0 {
    z-index: 0;
}

.cus-z1 {
    z-index: 1;
}

.cus-z2 {
    z-index: 2;
}

.scrollToTop {
    position: fixed;
    bottom: 0;
    width: 40px;
    height: 40px;
    right: 30px;
    background-color: rgba(var(--s2), 1);
    padding: 0 12px;
    color: rgba(var(--p2), 1);
    line-height: 120%;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}

.scrollToTop i {
    transition: 0.3s linear;
}

.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
}

.scrollToTop:hover i {
    margin-bottom: 7px;
}

.pre-item {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(var(--p6), 1);
    height: 100%;
    width: 100%;
}

.kinetic {
    height: 80px;
    width: 80px;
    position: absolute;
}

.kinetic::before,
.kinetic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 50px solid rgba(0, 0, 0, 0);
    border-bottom-color: rgba(var(--s2));
    animation: rotateA 2s ease-in-out infinite 0.5s,
        color-change 2s ease-in-out infinite 1s;
}

.kinetic::before {
    animation: rotateB 2s ease-in-out infinite,
        color-change 2s ease-in-out infinite;
}

@keyframes rotateA {
    0%,
    25% {
        transform: rotate(0deg);
    }

    50%,
    75% {
        transform: rotate(180deg);
    }

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

@keyframes rotateB {
    0%,
    25% {
        transform: rotate(90deg);
    }

    50%,
    75% {
        transform: rotate(270deg);
    }

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

@keyframes color-change {
    75% {
        border-bottom-color: var(--accent-white);
    }
}

.singleTab .nav-links {
    cursor: pointer;
}

.singleTab .tabContents {
    position: relative;
}

.singleTab .tabContents .tabItem {
    transform: translateY(100px);
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.8s all;
}

.singleTab .tabContents .tabItem.active {
    position: initial;
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
}

.singleTab.pros-cros .nav-item {
    border-radius: unset;
    background: rgba(12, 169, 64, 0.7);
    font-weight: 700;
    color: rgba(var(--p2));
}

.singleTab.pros-cros .nav-item .active {
    background: rgba(var(--p1));
}

.singleTab.pros-cros .nav-item button {
    color: rgb(var(--p2-fixed));
    transition: var(--transition);
}

.search-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.search-area .search-box {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1199px) {
    .search-area .search-box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .search-area .search-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .search-area .search-box {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pagination li a {
    color: rgba(var(--n2), 1);
}

.pagination .page-item .page-link {
    outline: none;
    bottom: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    z-index: 999;
    font-size: 14px;
    color:#000;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:focus {
    background-color:rgb(33 198 158);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.active>.page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(33 198 158);
    border-color: rgb(33 198 158);
}

.page-link:hover {
    z-index: 2;
    color: #fff;}

.breadcrumb-area .breadcrumb {
    row-gap: 8px;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb span {
    color: rgba(var(--db), 1);
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .breadcrumb-area .breadcrumb a,
    .breadcrumb-area .breadcrumb span {
        font-size: 16px;
    }
}

.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item {
    position: relative;
}

.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "chevron_right";
    font-family: "Material Symbols Outlined";
    z-index: 1;
    position: absolute;
    left: 0;
    font-size: 24px;
    color: rgba(var(--db), 1);
}

.breadcrumb-area .breadcrumb .active span {
    color: rgba(var(--p1), 1);
}

.nice-select {
    background-color: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    float: initial;
    overflow: initial;
    height: initial;
    padding: 0;
    display: inline-flex;
    align-items: center;
    line-height: 150%;
    width: 100%;
}

/* .nice-select:focus,
.nice-select:hover {
    border-color: rgba(0, 0, 0, 0)
} */

.nice-select::after {
    height: 10px;
    width: 10px;
    right: 15px;
    top: initial;
    border-color: rgba(var(--n2), 0.6);
}

.nice-select .list {
    width: initial;
    box-shadow: none;
    overflow: initial;
    width: 100%;
    top: 100%;
    padding: 0;
    box-shadow: var(--shadow-sm);
    max-height: 60vh;
    overflow-x: auto;
}

.nice-select .option {
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 150%;
    padding: 4px 5px;
    min-height: initial;
    font-weight: 500;
}

.nice-select .option:hover,
.nice-select .option:focus,
.nice-select .option.selected.focus {
    background-color: rgba(0, 0, 0, 0);
}

.nice-select .current {
    font-weight: 500;
}

.checkbox-single {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.checkbox-single input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-single .checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: 1px solid #e1e0e7;
}

.checkbox-single .checkmark::after {
    content: "";
}

.checkbox-single input:checked ~ .checkmark::after {
    content: "done";
    position: absolute;
    font-family: "Material Symbols Outlined";
    color: rgb(var(--s2));
}

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

.input[type="checkbox"] {
    accent-color: #ec604f !important;
}

/* input[type="radio"] {
    accent-color: #ec604f !important;
} */

.switch-wrapper .active {
    color: rgba(var(--p1), 1);
}

.switch-wrapper .switch {
    width: 50px;
    height: 26px;
}

.switch-wrapper .switch .slider {
    cursor: pointer;
    border-radius: 34px;
    transition: var(--transition);
    background: rgba(var(--p1), 1);
}

.switch-wrapper .switch .slider::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50%;
    transform: translateX(3px);
    background-color: rgba(var(--p2-fixed), 1);
    transition: var(--transition);
}

.switch-wrapper .switch input:checked + .slider::before {
    transform: translateX(25px);
}

.single-radio {
    cursor: pointer;
    user-select: none;
    position: relative;
}

.single-radio:hover input ~ .checkmark {
    background-color: rgba(0, 0, 0, 0);
}

.single-radio .checkmark {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid rgba(var(--p1), 1);
    border-radius: 50%;
}

.single-radio .checkmark::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
}

.single-radio input:checked ~ .checkmark {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(var(--p2), 1);
}

.single-radio input:checked ~ .checkmark::after {
    display: block;
    background: rgba(var(--p2), 1);
}

.slide-button {
    outline: none;
    bottom: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
}

.slide-button.ara-prev {
    transform: rotate(180deg);
}

.slider-pagination {
    width: initial;
}

.slider-pagination span {
    letter-spacing: 10px;
    color: rgba(var(--s2), 1);
}

.input-area {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(var(--b1));
}

.input-area:focus-within {
    border: 1px solid solid;
    outline: 1px solid rgba(var(--b1));
    border-color: rgba(0, 0, 0, 0);
}

.input-area input,
.input-area textarea {
    border-radius: 0;
    padding: 0;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
}

.input-area input::placeholder,
.input-area textarea::placeholder {
    color: rgba(var(--db));
    font-weight: 500;
}

.input-area .nice-select {
    padding-right: 40px !important;
}

.input-area .nice-select::placeholder {
    color: rgba(var(--db), 1);
}

.input-area .nice-select:focus,
.input-area .nice-select:hover {
    border: none;
    outline: none;
    color: rgba(var(--db), 1);
}

.input-area .nice-select .current {
    color: rgba(var(--db), 1);
    font-size: 16px;
    border: none;
    outline: none;
}

.input-area .nice-select .list {
    border: 1px solid rgba(var(--n6), 0.2);
    bottom: initial;
    padding: 8px 16px;
    background: rgb(var(--bg1));
    color: rgba(var(--db), 1);
}

.input-area .nice-select::after {
    display: block;
    right: 24px;
}

.input-area.second {
    border-radius: 48px;
    border: 1px solid rgba(var(--b1));
}

.input-area.second input {
    font-size: 16px;
}

.leftright-animation {
    animation: previewShapeX 4s linear infinite;
}

.leftright-animation2 {
    animation: previewShapeX 7s linear infinite;
}

@keyframes previewShapeX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes progress-animate {
    0% {
        width: 0;
    }
}

.rotated_bigsmall {
    animation: bigSmall 7s linear infinite;
}

@keyframes bigSmall {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

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

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.rotated_bigsmall2 {
    animation: bigSmall2 20s linear infinite;
}

@keyframes bigSmall2 {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes previewShapeRounded {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(15px);
    }

    100% {
        transform: translate(0);
    }
}

.rotated_animat {
    animation: rotated_animat 4s linear infinite;
}

@keyframes rotated_animat {
    0% {
        transform: rotate(0deg) scale(1);
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn1st {
    0% {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn2nd {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

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

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 1399px) {
    .none_two {
        display: inherit !important;
    }
}

.header-section2 {
    width: 100%;
    position: fixed;
    z-index: 5;
}

.header-section2 .navbar {
    margin-left: 283px;
    border-bottom: 1px solid var(--brt1);
    border-left: 1px solid var(--brt1);
}

@media (max-width: 991px) {
    .header-section2 .navbar {
        margin-left: 95px;
        border-left: none;
        height: 79px;
    }
}

@media (max-width: 768px) {
    .header-section2 .navbar {
        height: 71px;
    }
}

.header-section2 .categories_item {
    width: 130px;
}

.header-section2 .categories_item .nice-select .current {
    font-size: 18px;
}

.header-section2 .categories_item .nice-select.open .list {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid rgba(var(--s2), 0.2);
    background-color: rgb(var(--p2));
}

.header-section2 .search_item {
    border-left: 1px solid var(--b3);
}

.header-section2 .search_item input {
    width: 550px;
}

@media (max-width: 1399px) {
    .header-section2 .search_item input {
        width: 212px;
    }
}

@media (max-width: 991px) {
    .header-section2 .search_item input {
        width: 150px;
    }
}

.header-section2 .search_item input::placeholder {
    font-size: 18px;
    color: rgb(var(--p6));
}

.header-section2 .abs-area {
    top: 0;
    left: 0;
}

.header-section2 .notif-al {
    top: 7% !important;
    left: 3% !important;
}

.header-section2 .profile {
    max-width: 306px;
    height: 510px;
    padding: 20px;
    border-radius: 10px;
    background: var(--box-color, #fff);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06) !important;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.header-section2 .profile .profile-details .profile-pic img {
    border-radius: 50%;
}

.header-section2 .noti-area {
    min-width: 390px;
    box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, 0.25);
    position: absolute;
    top: 160%;
    left: 0;
    transform: translate(100%);
    opacity: 0;
    transition: var(--transition);
    visibility: hidden;
}

@media (max-width: 575px) {
    .header-section2 .noti-area {
        min-width: 310px;
    }
}

.header-section2 .noti-area.show {
    transform: translate(-70%);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575px) {
    .header-section2 .noti-area.show {
        transform: translate(-60%);
    }
}

.header-section2 .noti-area .noti_item .noti_item-group button {
    border-radius: 10px;
    background: #0085ff;
    padding: 8px 15px;
}

.header-section2 .noti-area .noti_item .noti_item-group .noti_item-btn2 {
    background-color: #ffd3c6;
}

.header-section2 .profile_area {
    box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, 0.25);
    width: 120px;
    position: absolute;
    top: 160%;
    left: 0;
    transform: translate(100%);
    opacity: 0;
    transition: var(--transition);
    visibility: hidden;
}

.header-section2 .profile_area.show {
    transform: translate(-70%);
    opacity: 1;
    visibility: visible;
}

.header-section2 .abs-area {
    height: 14px;
    width: 14px;
    border: 2px solid rgba(var(--p2), 1);
    border-radius: 50%;
}

.header-section2 .msg_area {
    box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, 0.25);
    width: 290px;
    position: absolute;
    top: 150%;
    left: -170px !important;
    transform: translateY(10%);
    opacity: 0;
    transition: 0.8s;
    visibility: hidden;
}

.header-section2 .msg_area.show {
    transform: translate(0%);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .header-section2 .msg_area {
        left: -140px !important;
    }
}

.header-section2 .noti-area {
    min-width: 390px;
    box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, 0.25);
    position: absolute;
    top: 150%;
    left: -258px !important;
    transform: translateY(10%);
    opacity: 0;
    transition: 0.8s;
    visibility: hidden;
}

@media (max-width: 991px) {
    .header-section2 .noti-area {
        left: -148px !important;
    }
}

@media (max-width: 575px) {
    .header-section2 .noti-area {
        min-width: 310px;
    }
}

.header-section2 .noti-area.show {
    transform: translate(0%);
    opacity: 1;
    visibility: visible;
}

.header-section2 .noti-area .noti_item .noti_item-group button {
    border-radius: 10px;
    background: #0085ff;
    padding: 8px 15px;
}

.header-section2 .noti-area .noti_item .noti_item-group .noti_item-btn2 {
    background-color: #ffd3c6;
}

.header-section2 .profile_area {
    box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, 0.25);
    width: 120px;
    position: absolute;
    top: 150%;
    left: -78px !important;
    transform: translateY(10%);
    opacity: 0;
    transition: 0.7s;
    visibility: hidden;
}

@media (max-width: 991px) {
    .header-section2 .profile_area {
        left: -8px !important;
    }
}

.header-section2 .profile_area.show {
    transform: translate(0%);
    opacity: 1;
    visibility: visible;
}

.chat_area {
    max-width: 450px;
    height: 75vh;
    overflow-y: scroll;
    border-radius: 10px;
    background: var(--box-color, #fff);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.28);
    position: absolute;
    top: 135%;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: 0.35s;
}

.chat_area.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: 0.35s;
}

.chat_area .users-item {
    padding: 0 24px;
}

.chat_area .users-item .users-image img {
    border-radius: 50%;
    margin-right: 1rem;
    cursor: pointer;
}

.chat_area .users-item .users-profile .users-name {
    color: var(--button, #0084ff);
    font-weight: 400;
    cursor: pointer;
}

.chat_area .users-item .users-profile .upload_time {
    color: var(--text, #424a55);
    font-size: 8px;
    font-weight: 400;
}

.chat_area .users-item .users-profile .chat-text {
    color: #000;
    line-height: 150%;
    font-weight: 400;
}

.chat_area .users-item .users-profile img {
    cursor: pointer;
}

.chat_area .upload_area {
    background: #fff;
    padding: 20px 24px;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.05);
    position: sticky;
    bottom: 0;
}

@media (max-width: 991px) {
    .navbar-nav2fixed {
        margin-top: 60px !important;
        padding-left: 25px;
        border-radius: 20px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        width: 28px !important;
    }
}

.left-nav-area {
    position: fixed;
    width: 284px;
    align-items: center;
    border-right: 1px solid var(--brt1);
}

@media (max-width: 991px) {
    .left-nav-area {
        border-right: none;
    }
}

.left-nav-area .nav_aside {
    overflow: auto;
    height: calc(98vh - 100px);
    overflow-y: auto;
    transition: 0.3s linear;
    padding-top: 34px;
}

@media (max-width: 991px) {
    .left-nav-area .nav_aside {
        transform: translate(-100%);
        position: fixed;
    }
}

.left-nav-area .nav_aside.show {
    transform: translate(0);
    z-index: 2;
}

@media (max-width: 991px) {
    .left-nav-area .logo-area {
        background-color: rgba(var(--bg4), 1);
        border-bottom: 1px solid var(--brt1);
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .left-nav-area .logo-area {
        padding-top: 1rem !important;
        padding-bottom: 18px;
    }
}

.left-nav-area .logo-area i {
    font-size: 32px;
}

.left-nav-area .nv-items {
    transition: 0.3s linear;
}

.left-nav-area .nv-items:hover {
    background-color: #fae3e0;
    transition: 0.3s linear;
}

.left-nav-area .nv-items .content4 {
    display: none;
}

.left-nav-area .active .cmn-head4 i {
    color: rgb(var(--p2));
}

.navigation ul li.active {
    background-color: rgb(var(--p3));
    color: #fff;
}

.navigation ul li.active a > i,
.navigation ul li.active span {
    color: #fff;
}

.navigation ul li.active:hover {
    background-color: rgb(var(--p3));
}

.navigation__card-thumb .active-times {
    border-radius: 68px;
    width: 70px;
    height: 29px;
    margin-top: -10px;
}

.dropdown-container {
    display: none;
    transition: display 1s ease !important;
}

.header-section {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .header-section {
        background-color: rgba(var(--p2), 1);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    }
}

.header-section.header-fixed {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(var(--p2), 1);
}

.header-section .navbar-toggler {
    padding-right: 0;
    display: none;
    border: none;
}

.header-section .navbar-toggler:focus {
    box-shadow: none;
}

.header-section .navbar-toggler i {
    color: var(--primary-color);
}

.header-section .navbar-toggler {
    width: 40px;
    height: 28px;
    position: relative;
    right: 0px;
    transition: 0.3s ease-in-out;
    transform: translateY(-100%);
}

.header-section .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgba(var(--p2), 1);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

.header-section .navbar-toggler span:nth-child(1) {
    top: 0px;
}

.header-section .navbar-toggler span:nth-child(2),
.header-section .navbar-toggler span:nth-child(3) {
    top: 12px;
}

.header-section .navbar-toggler span:nth-child(4) {
    top: 24px;
}

.header-section .navbar-toggler.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header-section .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
}

.header-section .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.header-section .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header-section .collapsing {
    transition: 0.5s;
}

.header-section .dropdown-menu {
    padding: 0px 10px 10px 10px !important
}

@media (max-width: 991px) {
    .header-section .navbar .navbar-nav {
        margin-top: 0;
    }
}

.header-section .navbar .navbar-nav ul {
    padding: 10px 0;
    padding-right: 15px;
}

.header-section .navbar .navbar-nav li a:hover {
    border-bottom: 0px solid rgba(var(--s2), 1);
    color: #3692e9;
}

.header-section .navbar .navbar-nav a,
.header-section .navbar .navbar-nav button {
    text-transform: capitalize;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* transition: 0.3s; */
    font-size: 15px;
}

.header-section .navbar .navbar-nav a.active,
.header-section .navbar .navbar-nav a:hover,
.header-section .navbar .navbar-nav button.active,
.header-section .navbar .navbar-nav button:hover {
    color: rgba(var(--s2), 1);
}

.header-section .navbar .navbar-nav a.active::before,
.header-section .navbar .navbar-nav a:hover::before,
.header-section .navbar .navbar-nav button.active::before,
.header-section .navbar .navbar-nav button:hover::before {
    transform: rotate(-50deg);
    opacity: 1;
    transition: 0.3s;
}

.header-section .navbar .navbar-nav .dropdown-menu,
.header-section .navbar .navbar-nav .sub-menu {
    background-color: rgba(var(--p2), 1);
    box-shadow: var(--shadow-lg);
}

.header-section .navbar .navbar-nav .dropdown-menu a,
.header-section .navbar .navbar-nav .dropdown-menu button,
.header-section .navbar .navbar-nav .sub-menu a,
.header-section .navbar .navbar-nav .sub-menu button {
    display: initial;
}

.header-section .navbar .navbar-nav .dropdown-menu a{
    display: block;
}

.header-section .navbar .navbar-nav .dropdown-menu a:hover,
.header-section .navbar .navbar-nav .dropdown-menu button:hover,
.header-section .navbar .navbar-nav .sub-menu a:hover,
.header-section .navbar .navbar-nav .sub-menu button:hover {
    letter-spacing: 0px;
    transition: 0.5s;
}

.header-section .navbar .navbar-nav .dropdown-menu a::after,
.header-section .navbar .navbar-nav .dropdown-menu button::after,
.header-section .navbar .navbar-nav .sub-menu a::after,
.header-section .navbar .navbar-nav .sub-menu button::after {
    right: initial;
}

.header-section .navbar .navbar-nav .dropdown-menu a::before,
.header-section .navbar .navbar-nav .dropdown-menu button::before,
.header-section .navbar .navbar-nav .sub-menu a::before,
.header-section .navbar .navbar-nav .sub-menu button::before {
    display: none;
}

.header-section .navbar .dropdown-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.header-section .navbar .dropdown-toggle::after {
    position: absolute;
    content: "";
    border: none;
    font-family: "FontAwesome";
    font-weight: 400;
    transform: rotate(90deg);
    font-size: 14px;
    right: -10px;
    z-index: -1;
}

.header-section .navbar .dropdown-menu {
    padding-right: 20px;
    transition: all 0.5s;
    transform: translateY(50px) translateX(0);
}

.header-section .navbar .dropdown-menu button,
.header-section .navbar .dropdown-menu a {
    padding: 0;
    margin: 0 0px;
}

.header-section .navbar .dropdown-menu li {
    margin-top: 9px;
}

.header-section .navbar .dropdown-menu,
.header-section .navbar .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.header-section .navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.header-section .navbar .show-dropdown {
    margin-right: 0px;
}

.header-section .navbar .show-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(0);
}

.header-section .navbar .sub-dropdown {
    position: relative;
}

.header-section .navbar .sub-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px) translateX(0);
    z-index: 2;
}

.header-section .navbar .sub-dropdown .dropdown-toggle::after {
    transform: rotate(0deg);
}

.header-section .navbar .sub-dropdown .sub-menu {
    position: absolute;
    left: 150px;
    top: 0;
    z-index: 1;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .header-section .navbar .custom-pos {
        position: absolute !important;
        right: 100px;
        top: 18px;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .header-section .navbar .custom-pos {
        right: 100px;
        top: 13px;
    }
}

@media (max-width: 991px) {
    .header-section .navbar .navbar-toggler {
        display: inline-block;
        position: absolute;
        top: 50px;
    }

    .header-section .navbar .navbar-brand img {
        max-width: initial;
    }

    .header-section .navbar .navbar-toggler span {
        background-color: rgba(var(--s2), 1);
    }

    .header-section .navbar .navbar-collapse .navbar-nav {
        max-height: 250px;
        margin: 20px 0;
        overflow-y: auto;
        margin-bottom: 10px;
        overflow-x: hidden;
    }

    .header-section .navbar .navbar-collapse .navbar-nav a,
    .header-section .navbar .navbar-collapse .navbar-nav button {
        justify-content: start;
    }

    .header-section .navbar .dropdown-menu {
        column-count: 1;
    }

    .header-section .navbar .sub-dropdown .sub-menu {
        position: initial;
        transition: initial;
    }

    .header-section .navbar .dropdown-menu,
    .header-section .navbar .sub-menu {
        opacity: initial;
        visibility: initial;
        transition: initial;
        display: none;
    }

    .header-section .navbar .dropdown-menu {
        transform: initial;
        transition: initial;
        display: none;
    }

    .header-section .navbar .dropdown-toggle::after {
        z-index: 0;
    }

    .header-section .navbar .dropend {
        margin-left: 18px;
    }

    .header-section .navbar .navbar-collapse .right-area {
        margin-left: 0;
    }
}

.header-section.header-menu .cmn-head {
    cursor: pointer;
}

.header-section.header-menu .cmn-head .icon-area {
    width: 48px;
    height: 48px;
}
.header-section.header-menu .cmn-head .icon-area:hover,
.header-section.header-menu .cmn-head .icon-area:focus{
    background: none;
    padding: 0;
    outline: none;
}

@media (max-width: 575px) {
    .header-section.header-menu .cmn-head .icon-area {
        width: 40px;
        height: 40px;
        top: 8px;
    }
}

.header-section.header-menu .cmn-head .icon-area i:hover {
    color: rgba(var(--s2), 1);
}

.header-section.header-menu .cmn-head .icon-area .abs-area {
    border: 2px solid rgba(var(--p2), 2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: -9px;
}

.header-section.header-menu .single-item {
    position: relative;
}

.header-section.header-menu .single-item.active .main-area {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-section.header-menu .single-item .main-area {
    position: absolute;
    top: 50px;
    white-space: nowrap;
    right: 0;
    transform: translateY(150px);
    background-color: rgba(var(--n90), 1);
    border: 1px solid var(--n500);
    border-radius: 10px;
    opacity: 0;
    z-index: 2;
    transition: 0.3s;
    visibility: hidden;
    overflow-x: auto;
    min-width: 300px;
    max-height: 70vh;
}

.header-section.header-menu .single-item.cart-area .close-btn {
    right: 15px;
    top: 15px;
    color: var(--n0);
}

.header-section.header-menu .single-item.cart-area .nav-items-wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 500px;
    min-height: 100vh;
    overflow-y: auto;
    background-color: rgba(var(--n8), 1);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(22.5px);
    z-index: 999;
    transform: translateX(100%);
    transition: all 1.3s;
}

.header-section.header-menu .single-item.cart-area.active .nav-items-wrapper {
    transform: translateX(0);
}

.header-section.header-menu .single-item.cart-area .single-box {
    border: 1px solid var(--n500);
    border-radius: 5px;
}

.header-section.header-menu .single-item.cart-area .end-area {
    color: var(--n0);
}

.header-section.header-menu .single-item.cart-area .icon-box img {
    max-width: 90px;
    min-width: 90px;
}

.header-section.header-menu .single-item.cart-area .footer-area .second-btn {
    background-color: var(--n700);
    color: var(--n0);
}

.header-section.header-menu .single-item.cart-area .qtySelector {
    border-radius: 10px;
}

.header-section.header-menu .single-item.cart-area .qtySelector i {
    cursor: pointer;
    color: var(--n0);
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    background-color: var(--n100);
}

.header-section.header-menu .single-item.cart-area .qtySelector .qtyValue {
    border: none;
    padding: 5px;
    width: 50px;
    background: rgba(0, 0, 0, 0);
    font-weight: bold;
    color: var(--n0);
}

.header-section .notif-al {
    left: 20%;
    top: 20%;
}

.header-section .msg_area {
    box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, 0.25);
    width: 290px;
    position: absolute;
    top: 150%;
    left: -360%;
    transform: translateY(10%);
    opacity: 0;
    transition: 0.8s;
    visibility: hidden;
}

.header-section .msg_area.show {
    transform: translate(0%);
    opacity: 1;
    visibility: visible;
}

.header-section .noti-area {
    min-width: 390px;
    box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, 0.25);
    position: absolute;
    top: 128%;
    left: -470%;
    transform: translateY(10%);
    opacity: 0;
    transition: 0.8s;
    visibility: hidden;
}

@media (max-width: 575px) {
    .header-section .noti-area {
        min-width: 310px;
    }
}

.header-section .noti-area.show {
    transform: translate(0%);
    opacity: 1;
    visibility: visible;
}

.header-section .noti-area .noti_item .noti_item-group button,
.header-section .noti-area .noti_item .noti_item-group a {
    border-radius: 10px;
    background: #0085ff;
    padding: 8px 15px;
}

.header-section .noti-area .noti_item .noti_item-group a:hover {
    color: #fff;
}

.header-section .noti-area .noti_item .noti_item-group .noti_item-btn2 {
    background-color: #ffd3c6;
}

.header-section .profile_area {
    box-shadow: 0px 4px 25px 0px rgba(156, 156, 156, 0.25);
    width: 150px;
    position: absolute;
    top: 120%;
    right: 0;
    transform: translateY(10%);
    opacity: 0;
    transition: 0.7s;
    visibility: hidden;
}

.header-section .profile_area a:hover{
    color: #3692e9;
}

.header-section .profile_area.show {
    transform: translate(0%);
    opacity: 1;
    visibility: visible;
}

.footer__discover .btn.show {
    border: 1px solid rgba(var(--p2), 1);
}

.footer__discover .btn:first-child:active {
    border: 1px solid rgba(var(--p2), 1);
}

.footer__discover-nav ul li {
    margin-left: -15px;
    transition: var(--transition2);
}

.footer__discover-nav ul li i {
    opacity: 0;
    transition: var(--transition2);
}

.footer__discover-nav ul li:hover {
    padding-left: 10px;
}

.footer__discover-nav ul li:hover a {
    color: rgb(var(--s2));
}

.footer__discover-nav ul li:hover i {
    opacity: 1;
}

.footer__community-item ul li {
    margin-left: -15px;
    transition: var(--transition2);
}

.footer__community-item ul li i {
    opacity: 0;
    transition: var(--transition2);
}

.footer__community-item ul li:hover {
    padding-left: 10px;
}

.footer__community-item ul li:hover a {
    color: rgb(var(--s2));
}

.footer__community-item ul li:hover i {
    opacity: 1;
}

.footer__hr {
    color: rgba(var(--p2), 1);
    margin-top: -13px;
    width: 84%;
    margin-bottom: 0;
}
.colorwhite {
    color: #fff;
}

@media (max-width: 576px) {
    .footer__hr {
        width: 100%;
    }
}

.footer__social a i {
    color: rgba(var(--db), 0.5);
    transition: 0.3s linear;
}

.footer__social a i:hover {
    color: rgba(var(--db), 1);
}

.footer__tag ul {
    margin-top: -1px;
}

.footer__tag ul li {
    margin-top: 12px;
}

.dropdown-toggle::after {
    display: none;
}

.discussion_area {
    overflow: visible !important;
}

.discussion_area__post {
    border: 1px solid var(--b6);
    box-shadow: var(--box-shadow-p4);
}

.discussion_area__post-textarea {
    background-color: var(--bgx5);
}

.discussion_area__post-textarea textarea {
    resize: none;
}

.discussion_area__post-file label i {
    background-color: var(--bgx5);
}

.discussion_area__post ul li span i {
    background-color: var(--bgx5);
}

.discussion_area__likecommnet-gimage {
    margin-left: 10px;
}

.discussion_area__likecommnet-gimage img {
    margin-left: -10px;
}

.discussion_area__likecmnsr {
    border-top: 1px solid #e1e0e7;
    border-bottom: 1px solid #e1e0e7;
}

.discussion_area__likecmnsr div i {
    font-size: 24px;
}

.discussion_area__comment-inputarea i {
    color: #888;
}

.discussion_area__ccontent-body {
    max-width: 470px;
}

.discussion_area__ccontent-body .comment_replysshow {
    display: none;
}

.discussion_area__ccontent-josefs {
    position: relative;
}

.discussion_area__ccontent-josefs::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 85%;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    left: 20px;
    top: 60px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 768px) {
    .discussion_area__ccontent-josefs::before {
        display: none;
    }
}

.discussion_area__ccontent-josefx {
    position: relative;
}

.discussion_area__ccontent-josefx::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 125%;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    left: -52px;
    top: 20px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 768px) {
    .discussion_area__ccontent-josefx::after {
        display: none;
    }
}

.discussion_area__card {
    background-color: rgba(var(--p2), 1) !important;
}

.discussion_area__paganition div {
    border: 1px solid #e5e7eb;
}

.discussion_area__paganition div a {
    padding: 7px 14px;
}

.discussion_area__paganition div a:hover {
    background-color: #e5e7eb;
}

.discussion_area__paganition div .active {
    background-color: #e5e7eb;
}

.discussion_area__paganition div .jbor {
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}

.discussion_area__sidetop {
    border: 1px solid var(--b6);
    box-shadow: var(--box-shadow-p4);
}

.discussion_area__sidebar {
    position: sticky !important;
    top: 120px;
    right: 0;
}

.discussion_area__tcard {
    transition: var(--transition2);
}

.discussion_area__tcard:hover {
    background-color: rgba(var(--bg1), 1);
}

.discussion_area__sidebottom {
    border: 1px solid var(--b6);
    box-shadow: var(--box-shadow-p4);
}

.advice_area__search .v-line {
    background-color: rgba(var(--s4), 1) !important;
}

.advice_area__search .nice-select::after {
    height: 9px;
    width: 9px;
    right: -12px !important;
}

.advice_area__search .nice-select .list {
    width: unset;
    padding: 5px;
}

.advice_area__search .nice-select.open .list {
    background: rgba(var(--p2), 1);
    overflow-x: hidden;
}

.advice_area__tag ul li .active {
    background-color: #2a235b;
}

.advice_details {
    margin: 0 240px;
    background-image: url("../images/advice-details-bannger.png");
    background-repeat: no-repeat;
    background-position: start;
    background-size: cover;
}

@media (max-width: 1799px) {
    .advice_details {
        margin: inherit;
    }
}

.advice_details__jobhour {
    border-top: 1px solid #edecf0;
    border-bottom: 1px solid #edecf0;
}

.bio_contact {
    overflow: visible !important;
}

.bio_contact__content .tabcontents {
    position: relative;
}

.bio_contact__content .tabitem {
    transform: translateY(100px);
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.5s all;
}

.bio_contact__content .tabitem.active {
    position: initial;
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
}

.bio_contact__content .singletab .tablinks {
    border: 1px solid rgb(26 26 26 / 25%);
}

.bio_contact__content .singletab .tablinks .nav-links.active button {
    color: #fff;
}

.bio_contact__about ul li {
    list-style: initial;
    list-style: inside;
}
.bio_contact__about ul li.rtrs-review-rating {
    list-style: none;
    list-style: none;
}

.bio_contact__form {
    border: 1px solid #f7beb7;
    box-shadow: 0px 6px 32px 0px rgba(230, 108, 93, 0.08);
    margin-top: -290px;
}

@media (max-width: 1399px) {
    .bio_contact__form {
        margin-top: 0;
    }
}

.bio_contact__form .form-control {
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid #e1e0e7;
}

.bio_contact__form .form-control:focus {
    color: #756f91;
    border-color: #e1e0e7;
    box-shadow: none;
}

.bio_contact__form textarea {
    resize: none;
}

.bio_contact__cntcard {
    transition: var(--transition);
}

.bio_contact__cntcard:hover {
    background-color: rgba(var(--bg1), 1);
}

.bio_contact__cntcard-thumb {
    height: 170px;
    min-width: 180px;
}

.bio_contact__rvsitem-thumb img {
    border: 4px solid rgb(var(--s2));
}

.stories_banner__part {
    background-image: url("../images/stories-banner.png");
    background-position: start;
    background-repeat: no-repeat;
    background-size: cover;
}

.stories_banner__search .nice-select::after {
    height: 9px;
    width: 9px;
    right: -20px !important;
}

.stories_banner__search .nice-select .list {
    width: unset;
    padding: 5px;
}

.stories_banner__search .nice-select.open .list {
    background: rgba(var(--p2), 1);
    overflow-x: hidden;
}

.stories_banner__card {
    border: 1px solid rgb(var(--s4));
    transition: var(--transition);
}

.stories_banner__card:hover {
    background-color: rgb(var(--bg1));
}

.related_story__brd {
    border: 1px solid rgba(var(--s4), 1);
}

.stories_details {
    overflow: visible !important;
}

@media (max-width: 991px) {
    .stories_details {
        overflow: hidden !important;
    }
}

.stories_details__leftside {
    position: sticky !important;
    top: 120px;
    right: 0;
}

.stories_details__leftside-thumb:hover .stories_details__leftside-arrow i {
    padding: 16px;
    border: 4px solid #fff;
    transform: rotate(45deg);
    background-color: rgba(var(--db), 1);
    color: #fff;
}

.stories_details__leftside-arrow {
    right: 10%;
    bottom: 10%;
}

.stories_details__leftside-arrow i {
    padding: 16px;
    border: 4px solid #fff;
}

@media (max-width: 991px) {
    .stories_details__leftside {
        width: 350px;
        transition: var(--transition);
    }

    .stories_details__leftside.show {
        transform: translate(0);
    }

    .stories_details__leftside .coping_divorce__idcard-shape {
        margin-left: -10px;
        margin-top: -6px;
    }
}

@media (max-width: 380px) {
    .stories_details__leftside {
        width: 300px;
    }
}

.my_feed {
    margin-top: -84px;
    overflow: visible !important;
}

@media (max-width: 991px) {
    .my_feed {
        overflow: hidden !important;
    }
}

@media (max-width: 575px) {
    .my_feed__head-thumb img {
        width: 30%;
    }
}

.my_feed__head::before {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    height: 120px;
    width: 95%;
    z-index: 0;
    box-shadow: 0px 4px 40px 0px rgba(183, 183, 183, 0.25);
    border-radius: 18px;
    background-color: rgb(var(--p2));
}

@media (max-width: 575px) {
    .my_feed__head::before {
        top: 0;
        height: 100px;
    }
}

.my_feed__nav nav ul li {
    position: relative;
}

.my_feed__nav nav ul li a:hover {
    transition: var(--transition2);
}

.my_feed__nav nav ul li a:hover::after {
    transition: var(--transition2);
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(var(--s2));
}

.my_feed__nav nav ul li .active::after {
    transition: var(--transition2);
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(var(--s2));
}

.my_feed__left {
    position: sticky !important;
    top: 120px;
    right: 0;
    z-index: 11;
}

@media (max-width: 991px) {
    .my_feed__left {
        position: absolute !important;
        top: 40px;
        right: 0;
        align-self: self-end;
        width: 294px;
        transform: translate(150%);
        transition: var(--transition);
        height: 80vh;
        overflow-y: scroll;
    }

    .my_feed__left.show {
        transform: translate(0);
    }
}

.my_feed__about {
    background: rgba(253, 239, 237, 0.2);
}

.my_feed__item-content {
    margin-top: -40px;
    width: 95%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 3px 20px 0px rgba(194, 194, 194, 0.25);
    backdrop-filter: blur(9px);
}

.my_favorite {
    margin-top: -84px;
}

.my_favorite__card {
    transition: var(--transition);
}

.my_favorite__card:hover {
    background-color: rgb(var(--bg1));
}

.my_favorite__vline {
    color: var(--px) !important;
}

.my_stories {
    margin-top: -84px;
}

.my_friend {
    margin-top: -84px;
}

.my_friend__card hr {
    height: 2px;
}

.my_profile {
    margin-top: -84px;
}

.my_profile__thumb img {
    border: 12px solid rgb(var(--p2));
    box-shadow: 0px 4px 30px rgba(255, 161, 161, 0.25);
}

.my_profile__change label {
    padding: 10px 15px;
}

@media (max-width: 1199px) {
    .my_profile__change {
        max-width: 330px;
    }
}

.my_profile__form {
    border: 1px solid #e1e0e7;
}

.my_profile__form-input input {
    border: 1px solid var(--s8);
}

.my_profile__form-input .st-select {
    border: 1px solid var(--s8);
    padding: 10px 20px;
}

.my_profile__bio {
    border: 1px solid #e1e0e7;
}

.my_profile__bio-ticon i {
    color: #a19db4;
}

.my_profile__bio-dlt {
    border: 1px solid #e7e7e7;
}

.my_profile .bio_contact__content .singletab .tablinks {
    border: 1px solid #edecf0;
}

.my_profile__tabtop {
    width: 100%;
    border-radius: 100px;
    background: #fff;
}

@media (max-width: 1399px) {
    .my_profile__tabtop {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .my_profile__tabtop {
        border-radius: 20px;
    }
}

.my_profile__tabtop .active {
    border-radius: 100px;
    background: #21c69e;
}

.my_profile__tabtop .nav-links {
    transition: 0.5s linear;
}

.my_profile__tabtop .nav-links:hover {
    border-radius: 100px;
    background: #0f9e7a;
}

.my_profile__basicid .border-deshstyle {
    border-bottom: 1px dashed #c6c3d1;
    border-width: 2px;
    width: 96%;
}

.my_profile__address {
    border-left: 1px dashed #c6c3d1;
    border-width: 2px;
    height: 100%;
}

@media (max-width: 991px) {
    .my_profile__address {
        border: none;
    }
}

.my_profile__address .border-deshstyle {
    border-bottom: 1px dashed #c6c3d1;
    border-width: 2px;
    width: 96%;
}

.my_profile__pogressbar {
    height: 100%;
    border-left: 1px dashed #c6c3d1;
    border-width: 2px;
}

@media (max-width: 1499px) {
    .my_profile__pogressbar {
        border: none;
    }
}

.my_profile__pogressbar-pogress .progress {
    height: 5px;
    background-color: rgba(var(--p2), 1);
}

.my_profile__pogressbar-pogress .progress .progress-bar {
    background-color: rgb(var(--s2));
    animation: 4s progress-animate;
}

.my_profile__ordersl .border-deshstyle {
    border-bottom: 1px dashed #c6c3d1;
    border-width: 2px;
    width: 100%;
}

@media (min-width: 1499px) {
    .my_profile__ordertop-thumb {
        width: 0%;
    }
}

.my_profile__ordertop-btn button {
    border-radius: 100%;
    padding: 12px;
    border: 1px solid #e1e0e7;
}

.my_profile__ordertop-btn button i {
    font-size: 28px;
}

@media (max-width: 991px) {
    .my_profile__ordertop-btn button {
        padding: 8px;
    }
}

.my_profile__orderbody {
    display: none;
}

.my_profile__orderfooter-schedule {
    height: 100% !important;
    position: relative;
}

.my_profile__orderfooter-schedule::before {
    content: "";
    position: absolute;
    left: -30%;
    bottom: -60%;
    height: 170%;
    width: 2px;
    border-left: 1px dashed #c6c3d1;
    border-width: 2px;
}

@media (max-width: 991px) {
    .my_profile__orderfooter-schedule::before {
        display: none;
    }
}

.my_profile__orderfooter-schedule::after {
    content: "";
    position: absolute;
    right: -60%;
    bottom: -60%;
    height: 170%;
    width: 2px;
    border-left: 1px dashed #c6c3d1;
    border-width: 2px;
}

@media (max-width: 1399px) {
    .my_profile__orderfooter-schedule::after {
        right: -40%;
    }
}

@media (max-width: 1199px) {
    .my_profile__orderfooter-schedule::after {
        right: -20%;
    }
}

@media (max-width: 991px) {
    .my_profile__orderfooter-schedule::after {
        display: none;
    }
}

.my_profile__visa {
    border: 1px solid #e1e0e7;
    height: 100%;
}

.my_profile__visa-body {
    border: 1px dashed #ec604f;
    border-width: 2px;
}

.my_profile__settings .border-deshstyle {
    border-bottom: 1px dashed rgba(var(--s2), 0.2);
    border-width: 2px;
    width: 100%;
    
}

.my_profile__formone form label {
    margin-bottom: 16px;
   
}

/* margin-bottom: 0;
width: 40px;
height: 40px; */

.my_profile__formone form label.customlength {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .my_profile__formone form label {
        margin-bottom: 10px;
    }
}

.my_profile__formone form input {
    background-color: #fafafb;
    border: 1px solid #dbdbdb;
}

.my_profile__formone form input[type="radio"] {
    width: 22px;
    height: 22px;
}

.my_profile__formone form .nice-select {
    background-color: #fafafb;
    border: 1px solid #dbdbdb;
    padding: 16px 20px;
    border-radius: 12px;
}

.my_profile__formone form .nice-select.open .list {
    background: rgba(var(--bg1));
    padding: 20px;
}

.my_profile__formone form .nice-select::after {
    margin-right: 20px;
}

.my_profile__formone form .form-row-two ul {
    margin-left: 20px;
}

.my_profile__formone form .form-row-two ul li {
    list-style: inherit;
    list-style-position: inside;
}

.my_profile__formone form .form-row-two ul li::before {
    content: "•";
    color: rgba(var(--s2), 1);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.my_profile__formone form .ql-toolbar.ql-snow {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #edecf0;
}

.my_profile__formone form .ql-toolbar.ql-snow + .ql-container.ql-snow {
    border: 1px solid #edecf0;
    border-radius: 0px 0px 16px 16px;
}

.my_profile__overviews .nice-select {
    background-color: rgba(var(--bg1), 1);
    padding: 13px 32px 13px 16px;
    border: 1px solid #edecf0;
    border-radius: 12px;
}

.my_profile__overviews .nice-select::after {
    right: 15px;
}

.my_profile__overviews .nice-select.open .list {
    padding-left: 10px;
    background-color: rgb(var(--p2));
    border: 1px solid rgba(var(--bg1), 1);
}

.my_profile .border-deshstyle {
    border-bottom: 1px dashed rgba(var(--s2), 0.2);
    border-width: 2px;
    width: 100%;
}

.my_profile__erningchart {
    margin-top: -5px;
}

.my_profile__bigchart .nice-select {
    padding: 8px 32px 8px 16px;
}

.my_profile__bigchart .nice-select.open .list {
    background-color: rgba(var(--p2), 1);
    z-index: 999;
}

.my_profile__consulhead {
    border-bottom: 1px solid #e1e0e7;
}

.my_profile__viewshowhide {
    display: none;
}

.my_profile__pricerange #price-range {
    margin-top: 20px;
}

.my_profile__pricerange .ui-slider-horizontal .ui-slider-range {
    background-color: rgba(var(--s2), 1);
}

.my_profile__pricerange .ui-slider-horizontal .ui-slider-handle {
    border-radius: 11.251px;
    border: 1.125px solid #ec604f;
    background: #fff;
    height: 20px;
    width: 8px;
}

.my_profile__pricerange #price-range {
    border-radius: 0px 6.058px 6.058px 0px;
    background: #edecf0;
    height: 7px;
}

.my_profile__pricerange-widh {
    width: 25%;
}

@media (max-width: 1499px) {
    .my_profile__pricerange-widh {
        width: 85%;
    }
}

.my_profile__featurecheck-check .form-group {
    display: block;
}

.my_profile__featurecheck-check .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.my_profile__featurecheck-check .form-group label {
    position: relative;
    cursor: pointer;
}

.my_profile__featurecheck-check .form-group label:before {
    content: "";
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #edecf0;
    border-radius: 2px;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.my_profile__featurecheck-check .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid rgba(var(--s2), 1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.my_profile__basicinfo-top .nice-select::after {
    right: 20px !important;
}

.categoris_banner__part {
    background-image: url("../images/categoris-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.categoris_banner__tag ul {
    position: absolute !important;
    top: 70px;
    left: 0;
    align-self: self-end;
    width: 294px;
    transform: translate(40%);
    opacity: 0;
    transition: var(--transition);
    background-color: rgb(var(--p2));
    padding: 25px;
    border-radius: 20px;
    z-index: 99;
    border: 1px solid rgb(var(--bg2));
}

.categoris_banner__tag ul.show {
    transform: translate(0);
    opacity: 1;
}

.categoris_banner__tag .nice-select::after {
    height: 9px;
    width: 9px;
    right: 1px;
}

.categoris_banner__tag .nice-select .list {
    width: unset;
    padding: 5px;
}

.categoris_banner__tag .uniq-selet {
    min-width: 155px;
    border-radius: 12px;
    border: 1px solid #e1e0e7;
    background: #f6f5f8;
    padding: 16px 20px 16px 16px;
    z-index: 888;
}

.categoris_banner__tag .nice-select.open .list {
    background: rgba(var(--p2), 1);
    overflow-x: hidden;
}

.btn-fullscreen {
    display: none;
}

.main_content__inputarea {
    background-color: var(--n3x);
}

.main_content__inputarea i {
    color: #888;
}

.main_content__inputarea input::placeholder {
    color: #888;
}

.main_content__titlearea .rous {
    padding: 0 5px;
    background-color: #ff4949;
}

.main_content .mdtxt span {
    color: #888;
}

.main_content .mdtxt i {
    color: #d9d9d9;
}

.main_content .profile-sidebar {
    padding: 10px 0px;
    z-index: 2;
}

.main_content .chat-area-two {
    border-left: 1px solid rgba(var(--bg1), 1);
}

@media (max-width: 991px) {
    .main_content .chat-area-two {
        border-left: none;
    }
}

.main_content .chat-area-two .chat-head {
    border-bottom: 1px solid #e4e4e4;
}

.main_content .chat-area-two .you {
    display: flex;
    gap: 8px;
}

.main_content .chat-area-two .you .message {
    padding: 12px 18px 6px 18px;
    border-radius: 0px 16px 16px 16px;
    background: var(--n3x);
}

.main_content .chat-area-two .me {
    gap: 8px;
}

.main_content .chat-area-two .me .message {
    padding: 12px 18px 6px 18px;
    border-radius: 16px 16px 0px 16px;
    background: #190f47;
}

.main_content .chat-area-two .me .message p,
.main_content .chat-area-two .me .message span {
    color: rgb(var(--p2));
}

.main_content .main-chat-box {
    z-index: 0;
}

.main_content .chat-footer {
    position: relative;
    overflow: visible;
    border-radius: 10px;
    background-color: #f3f3f3 !important;
    z-index: 1 !important;
}

.main_content .profile-sidebar {
    transition: var(--transition);
}

@media (max-width: 991px) {
    .main_content .profile-sidebar {
        transform: translate(-130%);
    }

    .main_content .profile-sidebar.active {
        transform: translate(0);
    }

    .main_content .profile-sidebar .chat-area-three {
        position: absolute;
        margin-top: -50px;
        background-color: rgb(var(--p2)) !important;
        z-index: 999;
    }
}

.main_content .setucolor {
    background-color: #f9fbfc;
}

.main_content .file-upload {
    border: none;
}

.not_found {
    background-image: url("../images/404-shape.png");
    background-repeat: no-repeat;
    background-position: left top;
    height: 100vh;
}

.podcast_banner__part {
    background-image: url("../images/podcast-banner.png");
}

.podcast_banner__mshape img {
    width: 85%;
}

.podcast_banner__playitem {
    border: 1px solid rgb(var(--s5));
}

.podcast_banner__micitem {
    margin: 0 auto;
    max-width: 308px;
}

.podcast_banner__micitem .thumb img {
    width: 100% !important;
}

.podcast_banner .hero_area__categorytwo .nice-select::after {
    height: 9px;
    width: 9px;
    right: 1px;
}

.podcast_banner .hero_area__categorytwo .nice-select .list {
    width: unset;
    padding: 5px;
}

.podcast_banner .hero_area__categorytwo .uniq-selet {
    min-width: 155px;
    border-radius: 12px;
    border: 1px solid #e1e0e7;
    background: #f6f5f8;
    padding: 16px 20px 16px 16px;
    z-index: 888;
}

.podcast_banner .hero_area__categorytwo .nice-select.open .list {
    background: rgba(var(--p2), 1);
    overflow-x: hidden;
}

.podcast_details__about ul li {
    list-style: initial;
    list-style: inside;
}

.podcast_details__about-note {
    border-left: 8px solid rgb(var(--s2));
    background-color: rgba(var(--s2), 0.1);
}

.create_account__form {
    border: 1px solid #e1e0e7;
    background: #fff;
    box-shadow: 0px 4px 56px 0px rgba(189, 189, 189, 0.25);
}

.create_account__form form .input-group input {
    border: 1px solid #e1e0e7;
    background: var(--bgx4);
}

.create_account__form form .input-group span {
    color: #757575;
}

.create_account__form form a {
    color: #fff !important;
}

.create_account__form form a:hover {
    color: rgba(var(--p2), 1) !important;
}

.create_account .hr-stl {
    color: #cfdfe2;
}

.coming_soon {
    overflow-y: scroll;
    height: 100vh;
    background-image: url("../images/coming-soon.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.coming_soon__count .countdown .countdown-content-item h2 {
    padding: 20px;
    background-color: rgb(var(--p2));
}

.booking_banner__bg {
    background-image: url("../images/my-profile-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.booking_appoint__form {
    box-shadow: 0px 6px 32px 0px rgba(230, 108, 93, 0.08);
}

.booking_appoint__form-area form input,
.booking_appoint__form-area form textarea {
    resize: none;
    border-radius: 8px;
    border: 1px solid #e1e0e7;
}

.booking_appoint__calendar-item {
    transition: var(--transition);
}

.booking_appoint__calendar-item:hover {
    background-color: rgb(var(--s2));
}

.booking_appoint__calendar-item:hover span,
.booking_appoint__calendar-item:hover h6 {
    color: rgb(var(--p2));
}

.booking_appoint__calendar-item span {
    color: #bcc1cd;
}

.contact_content .border-deshstyle {
    border-bottom: 1px dashed #e1e0e7;
    border-width: 1px;
    width: 100%;
}

.contact_content__textarea .form-control {
    padding: 15px 20px;
}

.contact_content__textarea .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #edecf0;
    outline: 0;
    box-shadow: none;
    padding: 15px 20px;
}

.hero_area__main {
    margin: 137px 20px 0 316px;
}

@media (max-width: 1399px) {
    .hero_area__main {
        padding-top: 60px;
    }
}

@media (max-width: 991px) {
    .hero_area__main {
        margin: 0;
        padding-top: 120px;
    }
}

.hero_area__toptext {
    color: rgba(var(--s2), 1) !important;
}

.hero_area input[type="checkbox"] {
    accent-color: rgba(var(--s2), 1);
    width: 14px;
    height: 14px;
}

.hero_area__review-img img {
    margin-left: -13px;
}

.hero_area__counter {
    max-width: 87%;
}

@media (max-width: 1399px) {
    .hero_area__counter {
        width: 100%;
    }
}

.hero_area__countdown-number span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.hero_area__thumb img {
    animation: previewShapeX 4s linear infinite;
}

.hero_area .nice-select::after {
    right: -20px;
}

.balancing_work {
    background-color: rgba(var(--bg1), 0.3);
    border: 1px solid rgba(var(--b5), 1);
    overflow-x: hidden;
}

.balancing_work__item-two a {
    transition: var(--transition2);
}

.balancing_work__item-two a:hover {
    background-color: rgba(var(--s3), 1);
    color: rgba(var(--p2), 1);
}

.swiper-slide-active .balancing_work__item {
    background-color: rgba(var(--bg1), 1);
}

.swiper-slide-active .active-slidimg {
    display: block !important;
}

@media (max-width: 1199px) {
    .swiper-slide-active .active-slidimg {
        display: none !important;
    }
}

.swiper-slide-duplicate-prev .balancing_work__item {
    width: 550px;
}

.swiper-slide-duplicate-prev .balancing_work__item-two a {
    background-color: #c9b2fd;
}

.swiper-slide-duplicate-prev .balancing_work__item-two a:hover {
    background-color: rgba(var(--s3), 1);
}

.swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    background-color: rgb(var(--s2));
}

.stories_podcast__relation {
    background-image: url("../images/long-distance-realtion.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: end;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.balancing_work__review-star {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
}

@media (max-width: 1399px) {
    .stories_podcast__relation-shape img {
        width: 80%;
    }
}

.stories_podcast__play {
    top: 40%;
    left: 0;
    margin-left: -80px;
}

.stories_podcast__play i {
    top: 35%;
    right: 35%;
}

@media (max-width: 400px) {
    .stories_podcast__play {
        top: 35%;
        left: 23%;
        margin-left: 0;
    }

    .stories_podcast__play img {
        width: 80%;
    }

    .stories_podcast__play i {
        top: 35%;
        left: 30%;
    }
}

@media (max-width: 575px) {
    .stories_podcast__more img {
        width: 100%;
    }
}

.stories_podcast__more a i {
    color: var(--b3);
}

.stories_podcast .stories_podcast__more {
    cursor: pointer;
}

.stories_podcast .stories_podcast__more a i {
    transition: var(--transition2);
    display: block;
}

.stories_podcast .stories_podcast__more:hover a i {
    transform: rotate(45deg);
    color: rgb(var(--s2));
}

.stories_podcast .stories_podcast__more:hover a h4 {
    color: rgb(var(--s2));
}

.latest_articles .hv:hover {
    background-color: rgba(var(--s2), 1) !important;
    color: rgba(var(--p2), 1);
}

.latest_articles__coping-thumb span {
    left: 24px;
    top: 24px;
    transition: 0.3s linear;
}

.latest_articles__coping2 {
    background: rgba(var(--bg1), 0.4);
    border: 1px solid rgba(var(--b5), 0.5);
}

.latest_articles__coping2 hr {
    color: var(--b3);
}

.advice_month__read {
    background-color: rgba(var(--bg1), 0.4);
    border: 1px solid rgba(var(--b5), 0.4);
}

.advice_month__idcard {
    max-width: 200px;
}

.advice_month__idcard-thumb .circle-area {
    top: -11px;
    left: -10px;
}

.advice_month__idcard-thumb a {
    bottom: 20px;
    right: 20px;
}

.advice_month__idcard-thumb a i {
    border: 4px solid rgba(var(--p2), 1);
    transition: 0.3s linear;
}

.advice_month__idcard-thumb a i:hover {
    background-color: rgba(var(--s2), 1);
}

.advice_month__idcard-thumb .just-positioning {
    left: -5%;
    bottom: 0;
}

.advice_month__consultant .top_monthx__pid {
    width: 89%;
}

@media (max-width: 575px) {
    .advice_month__consultant .top_monthx__pid {
        width: 44%;
    }
}

@media (max-width: 991px) {
    .advice_month__consultant .top_monthx__shapx {
        top: -7%;
        left: -3%;
    }
}

.advice_month__consultant .coping_divorce__idcard-thumb a {
    right: 10%;
    bottom: 15%;
}

.advice_month__consultant .coping_divorce__idcard-thumb a {
    right: 0 !important;
}

.news_letter__content-search {
    background-color: rgba(var(--p2), 1);
}

.news_letter__content-btn {
    padding: 6px 8px;
    overflow: hidden;
}

.news_letter__content-search input {
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .news_letter__content-btn {
        padding: 12px 16px;
    }
}

@media (max-width: 767px) {
    .news_letter__content-btn {
        padding: 8px 12px;
        margin-right: 3px;
    }
}

.hero_two {
    padding-top: 220px;
    background-image: url("../images/hero_banner_two.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .hero_two {
        padding-top: 120px;
    }
}

.hero_two__cntimges-left {
    top: -15%;
    left: 8%;
    animation: previewShapeRounded 4s linear infinite;
}

.hero_two__cntimges-right {
    top: 0%;
    right: 2%;
    animation: previewShapeRounded 4s linear infinite;
}

@media (max-width: 1399px) {
    .hero_two__cntimges img {
        display: none;
    }
}

.hero_two__search .nice-select::after {
    right: -17px !important;
}

.hero_two__search .nice-select.open .list {
    background-color: rgba(var(--p2), 1);
    padding: 5px;
    overflow: hidden;
}

.hero_two input[type="checkbox"] {
    accent-color: rgba(var(--s2), 1);
    width: 14px;
    height: 14px;
}

.hero_two__searchap {
    width: 75%;
}

@media (max-width: 575px) {
    .hero_two__searchap {
        width: 100%;
    }
}

.hero_two .nice-select::after {
    height: 9px;
    width: 9px;
    right: -20px !important;
}

.hero_two .nice-select .list {
    width: unset;
    padding: 5px;
}

.hero_two .nice-select.open .list {
    background: rgba(var(--p2), 1);
    overflow-x: hidden;
}

.hero_two__stories-roteted span {
    transform: rotate(10deg);
}

.coping_divorce__fitem {
    background: rgba(var(--bg1), 1);
}

.coping_divorce__fitem-shape {
    width: 34%;
}

.coping_divorce__idcard-thumb:hover a i {
    background-color: rgba(var(--s2), 1);
    transform: rotate(45deg) !important;
}

.coping_divorce__idcard-thumb a {
    right: 20%;
    bottom: 0;
}

.coping_divorce__idcard-thumb a i {
    border: 6px solid rgba(var(--p2), 1);
    transition: 0.3s linear;
    padding: 18px;
    color: inherit;
}

.coping_divorce__idcard-thumb a:hover i {
    color: inherit;
}

.coping_divorce__idcard-shape {
    right: 13%;
    top: -6%;
    transition: var(--transition2);
}

.coping_divorce__idcard-shape:hover {
    transform: rotate(80deg);
}

.categories_two {
    background-color: rgba(var(--bg1), 0.4);
}

.categories_two__animation-one {
    top: 2%;
    left: 39%;
}

.categories_two__animation-two {
    z-index: 2 !important;
}

.categories_two__item {
    border: 1px solid rgba(var(--bg1), 1);
    overflow: hidden;
    transition: var(--transition2);
    z-index: 3 !important;
}

.categories_two__item:hover {
    border: 1px solid rgba(var(--s4), 1);
    box-shadow: var(--box-shadow-p3);
}

.categories_two__item:hover .categories_two__footer-left {
    transform: translateX(0);
}

.categories_two__item:hover .categories_two__footer-right {
    transform: translateX(5%);
}

.categories_two__thumb {
    border: 4px solid rgba(var(--p2), 1);
    box-shadow: 0px 4px 4px 0px rgba(255, 188, 188, 0.25);
}

.categories_two__footer-left {
    transform: translateX(-120%);
    transition: 0.6s linear;
}

.categories_two__footer-right {
    transform: translateX(-285%);
    transition: 0.6s linear;
}

.categories_two__footer-right:hover {
    background-color: rgba(var(--s2), 1);
    transition: 0.6s linear;
}

.categories_two__footer-right:hover i {
    transition: 0.6s linear;
    color: rgba(var(--p2), 1);
}

.expart_opinion {
    background-color: rgba(var(--bg1), 0.4);
}

.expart_opinion__item {
    border: 1px solid rgba(var(--bg1), 1);
    transition: var(--transition2);
}

.expart_opinion__item:hover {
    border: 1px solid rgba(var(--s4), 1);
    box-shadow: var(--box-shadow-p3);
}

.expart_opinion__item-thumb span {
    top: 20px;
    left: 20px;
}

.expart_opinion__item-hr {
    opacity: 0.1;
    height: 2px;
}

.consultant_month__item-thumb {
    z-index: 0;
}

.consultant_month__item-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, #020202 100%);
    border-radius: 7%;
    transform: translateY(100%);
    transition: var(--transition2);
}

.consultant_month__item-content {
    width: 100%;
    bottom: 40px;
    transform: translateY(140%);
    transition: var(--transition2);
}

.consultant_month__item:hover .consultant_month__item-thumb::before {
    transform: translateY(0);
}

.consultant_month__item:hover .consultant_month__item-content {
    transform: translateY(0);
}

.article_latest {
    overflow: visible !important;
    background-color: rgba(var(--bg1), 0.4);
}

.article_latest__item-thumb {
    z-index: 1;
}

.article_latest__item-thumb span {
    top: 24px;
    left: 24px;
    z-index: 1;
}

.article_latest__item-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.68%, #000 114.89%);
    border-radius: 7%;
}

.article_latest__item-content {
    bottom: 0;
    z-index: 3;
}

.article_latest__item-id {
    background-color: rgba(var(--p2), 0.37);
}

.article_latest__right {
    position: sticky;
    top: 120px;
    left: 0;
}

.article_latest__right-hr {
    opacity: 0.1;
}

.article_latest__right-tag {
    border: 1px solid rgba(var(--s5), 1);
}

.article_latest__right-trendy {
    border: 1px solid rgba(var(--s5), 1);
}

.article_latest__left-pagin .pagination a {
    color: #6b7280;
    padding: 8px 16px;
    font-weight: 500;
    border-radius: 50%;
}

.article_latest__left-pagin .pagination a:hover {
    background-color: #e5e7eb;
}

.article_latest__left-pagin .pagination .rond {
    padding: 6px 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.article_latest__left-pagin .pagination a.active {
    background-color: #e5e7eb;
}

.comn_discus__item {
    background: linear-gradient(
            92deg,
            #0f092b 1.61%,
            rgba(15, 9, 43, 0.75) 23.49%,
            rgba(15, 9, 43, 0.63) 34.23%,
            rgba(15, 9, 43, 0) 62.83%
        ),
        url("../images/community-disfcussion-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.read_advice {
    background-color: rgba(var(--bg1), 0.4);
}

.read_advice__item {
    transition: 0.3s linear;
}

.read_advice__item:hover {
    background-color: rgba(var(--p2), 1);
}

.news_letter2 {
    background-color: rgba(var(--bg1), 0.4);
}

.extra-bg {
    background-color: rgba(var(--bg1), 0.4);
}

.hero_three {
    padding-top: 50px;
    padding-bottom: 80px;
}

#homeslider .carousel-item img {
    border-radius: 20px;
}

@media (max-width: 991px) {
    .hero_three {
        padding-top: 120px;
    }
}

.hero_three__thumb-animation img {
    max-width: unset;
}

@media (max-width: 991px) {
    .hero_three__thumb-animation img {
        max-width: 100%;
    }
}

.hero_three__tabright .tabitem {
    transform: translateY(0);
}

.hero_three__tabright .tabitem.active {
    transform: translateY(0);
}

.hero_three__content {
    margin-top: 120px;
}

@media (max-width: 991px) {
    .hero_three__content {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .hero_three__content {
        margin-top: 0;
    }
}

.hero_three .nice-select {
    margin-right: 20px;
}

.hero_three .nice-select::after {
    height: 9px;
    width: 9px;
    right: 0px !important;
}

.hero_three .nice-select .list {
    width: unset;
    padding: 20px;
}

.hero_three .nice-select .list :hover {
    margin-left: 5px;
    color: rgba(var(--s2), 1);
}

.hero_three .nice-select.open .list {
    background: rgba(var(--p2), 1);
    overflow-x: hidden;
}

.hero_three input,
.hero_three textarea {
    padding: 12px 10px;
}

.nice-select {
    margin-right: 20px;
}

.nice-select::after {
    height: 9px;
    width: 9px;
    right: 10px !important;
}

.nice-select .list {
    width: unset;
    padding: 20px;
}

.nice-select .list :hover {
    margin-left: 5px;
    color: rgba(var(--s2), 1);
}

.nice-select.open .list {
    background: rgba(var(--p2), 1);
    overflow-x: hidden;
}

.categories_three__item {
    border: 1px solid rgba(var(--s4), 1);
    transition: var(--transition2);
}

.categories_three__item:hover {
    transition: var(--transition2);
    box-shadow: var(--box-shadow-p3);
    background-color: rgba(var(--p2), 1);
}

.categories_three__item-round {
    margin-top: -30px;
}

.coping_divorce3 {
    border: 1px solid rgb(var(--bg5));
    margin: 0 160px;
}

@media (max-width: 1699px) {
    .coping_divorce3 {
        margin: 0 10px;
    }
}

.auth_month {
    background-color: var(--bgx3);
}

.auth_month__item {
    transition: var(--transition2);
    box-shadow: var(--box-shadow-p5);
}

.auth_month__item:hover {
    background-color: rgba(var(--p2), 1);
}

.auth_month__item:hover .auth_month__item-hs {
    margin-left: 0 !important;
}

.auth_month__item:hover i {
    margin-left: 10px;
    color: rgb(var(--s2));
}

.auth_month__item-hs {
    margin-left: -66px;
}

.auth_month__item-over {
    background-color: rgba(var(--p2), 0.76);
    top: 7%;
    left: 7%;
}

.auth_month__item-over:hover span {
    color: rgb(var(--s2));
}

.auth_month__item-round {
    margin-top: -40px;
    box-shadow: 0px 4px 18px 0px rgba(255, 204, 180, 0.72);
    border: 5px solid rgba(var(--p2), 1);
}

.article_three {
    overflow: visible !important;
    background-color: rgba(var(--p2), 1);
}

.article_three__tag {
    background-color: var(--bgx4);
}

.article_three__trendy {
    background-color: var(--bgx4);
}

.article_three__aside {
    position: sticky;
    top: 120px;
    right: 0;
}

.top_monthx {
    background-color: var(--bgx3);
}

.top_monthx .coping_divorce__idcard-thumb:hover a i {
    background-color: rgba(var(--s2), 1);
    transform: rotate(45deg) !important;
    color: rgb(var(--p2)) !important;
}

.top_monthx .coping_divorce__idcard-thumb a {
    right: 3%;
    bottom: 20%;
}

.top_monthx .coping_divorce__idcard-thumb a i {
    border: 6px solid rgba(var(--p2), 1);
    transition: 0.3s linear;
    padding: 18px;
    color: inherit;
}

@media (max-width: 991px) {
    .top_monthx .coping_divorce__idcard-thumb a i {
        padding: 10px;
    }
}

.top_monthx .coping_divorce__idcard-thumb a:hover i {
    color: inherit;
}

@media (max-width: 1399px) {
    .top_monthx__pid {
        width: 88%;
    }
}

@media (max-width: 991px) {
    .top_monthx__pid {
        width: 80%;
    }
}

@media (max-width: 575px) {
    .top_monthx__pid {
        width: 50%;
    }
}

.top_monthx__shapx {
    top: -5%;
    left: 1%;
}

@media (max-width: 991px) {
    .top_monthx__shapx {
        top: -6%;
        left: 5%;
    }
}

@media (max-width: 767px) {
    .top_monthx__shapx {
        top: -10%;
        left: 2%;
    }
}

.top_monthx__shaps {
    margin-bottom: -15px;
}

@media (max-width: 575px) {
    .top_monthx__shaps {
        width: 60%;
        left: 33%;
    }
}

.navi_love__item-thumb img {
    animation: previewShapeX 4s linear infinite;
}

.navi_love__item2 {
    grid-gap: 50px;
}

@media (max-width: 1499px) {
    .navi_love__item2 {
        grid-gap: 10px;
    }
}

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

.read_advice3 .read_advice__item {
    transition: 0.2s linear;
}

.read_advice3 .read_advice__item:hover {
    background-color: rgb(var(--p2));
}

@media (max-width: 991px) {
    .news_letter3 {
        padding-top: 50px;
    }
}

.news_letter3__item img {
    animation: previewShapeX 4s linear infinite;
}

.required {
    color: red !important;
}

.logo {
    max-height: 55px;
}

.hero_area__counter {
    max-width: 87%;
}

.create_account {
    height: 100vh;
}

.create_account .container,
.create_account .container .row {
    height: 100%;
}

.create_account__form form a.text-white {
    color: #fff !important;
}

.radius-15 {
    border-radius: 15px;
}

#homeslider .carousel-indicators {
    bottom: -60px;
}

#homeslider .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1a1a1a;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 5px;
    z-index: 1;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 15px;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    margin-bottom: 10px;
    flex-direction: column;
}

/* .swiper-wrapper{
    height: 95%;
} */

.companion-slider img.companion-pic {
    width: 100%;
    max-height: 300px;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.onlineoffline {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.OnOffline {
    background: #ffffff;
    height: 30px;
    padding: 6px;
    gap: 6px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #1a1a1a;
}

.status {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.online {
    background-color: #008c0e;
}

.offline {
    background: #1a1a1a99;
}

.busy {
    background-color: #e1353c;
}

.comp_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #1a1a1a;
}

.category {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.live-comp-content {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 15px 10px;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}

.verified {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}

.rating-price {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
}

.live-rating {
    border: 1px solid #e7e7e7;
    border: 1px solid #e7e7e7;
    color: #000;
    padding: 5px 20px;
    gap: 6px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    border-radius: 30px;
    height: 45px;
}

.live-price {
    border: 1px solid #e7e7e7;
    border: 1px solid #e7e7e7;
    color: #000;
    padding: 5px 15px;
    gap: 4px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    border-radius: 30px;
    height: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.language-home-list {
    width: 100%;
    min-height: 200px;
    background-color: red;
}

.OnOffline2 {
    background: #ffffff;
    height: 35px;
    padding: 10px;
    gap: 8px;
    border-radius: 55px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #1a1a1a;
    border: 2px solid #1a1a1a52;
}

.interst-img {
    max-width: 150px;
    height: 60px;
}

.consul_month2 .read_advice__item,
.consul_month3 .read_advice__item {
    min-width: 200px;
}

.faqbg {
    background-image: url(../images/counter-bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 100px;
    background-attachment: fixed;
}

.accordion__wrapper {
    background-color: #fff;
    box-shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
    border-radius: 2.5rem;
    width: 100%;
    max-width: 1320px;
    padding: 2rem;
    margin: 0 auto;
}

.accordion__title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 4rem;
}

.accordion {
    border-bottom: 0.1rem solid #dae1f5;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.accordion__icon {
    background-color: #3692e9;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
}

.accordion__question {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.accordion__answer {
    padding: 1rem 0 0 0;
}

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: 0.4s ease-in-out;
}

@media screen and (min-width: 580px) {
    .accordion__wrapper {
        padding: 2rem;
    }
}

.ti-plus,
.ti-minus {
    font-family: "tabler-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-plus:before {
    content: "\eb0b";
}

.ti-minus:before {
    content: "\eaf2";
}

.cardbg {
    background: #fff;
    border: 1px solid rgb(26 26 26 / 10%);
    box-shadow: 0px 8px 17px 0px #00000024;
}

.footer-social {
    width: 100%;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.colorwhite.help:hover {
    color: #3692e9;
}

.footer__discover-nav a.colorwhite:hover,
.footer__community a.colorwhite:hover {
    color: #fff;
}

.button-group {
    margin-top: 30px;
}

.store-buttons a {
    text-align: left;
}

.button-group a {
    margin-right: 10px;
}

.reviews .items-wrapper {
    padding: 20px;
    min-height: 200px;
    border-radius: 10px;
    background-color: #f7f7f7;
    width: 100%;
}

.Reviewtitle {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 10px;
}

.RevieDesc {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 5px;
}

.CusNameTime {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0px;
    color: rgb(26 26 26 / 60%);
    margin-top: 5px;
}

.reviewsbg {
    background-image: linear-gradient(
        to bottom,
        #f7f8f9,
        #f9fafb,
        #fbfbfc,
        #fdfdfd,
        #fff
    );
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner-bg-two {
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    padding: 120px 0 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("../images/h2_banner_bg.jpg");
}

.mt-n5 {
    margin-top: -2.5rem !important;
}

.start-0 {
    left: 0 !important;
}

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

.position-absolute {
    position: absolute !important;
}

.fill-white {
    fill: #fff !important;
}

.text-dark {
    color: #1a1a1a !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #1a1a1a !important;
}

.border-bg1 {
    border: 1px solid #ced4da;
}

.hero_two__searchap {
    width: 100%;
}

.filterDiv {
    width: 100%;
    /* background-color: #f4f4f4; */
    margin-bottom: 60px;
    min-height: 100px;
    /* padding: 15px; */
}

.product-short {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.product-short > label {
    margin-bottom: 0;
    padding-right: 15px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

div.nice-select.d-flex {
    display: none !important;
}

.category-module_heading {
    width: 100%;
}

.category-module_heading > h5 {
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.category-module_heading > h5:before {
    content: "";
    background-color: #ffc400;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.filterhead {
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 15px;
    margin-bottom: 8px;
}

.filter-list {
    position: relative;
    padding-left: 0px;
    line-height: 30px;
}

.pixel-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid rgb(26 26 26 / 33%);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: none;
    position: relative;
    z-index: 1;
    padding: 0;
}
.pixel-radio:checked {
    border: 6px solid #3692e9;
}
.pixel-radio:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #3692e9;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    opacity: 0;
}
.pixel-radio {
    border-radius: 50%;
    top: 6px;
}
.pixel-radio::after {
    border-radius: 50%;
}

.filterSection {
    width: 100%;
    margin-bottom: 15px;
    border: 1px #ebebeb solid;
    padding: 5px 15px 20px 15px;
}

/* ---Range Slider--- */
.price-filter {
    padding-top: 10px;
}
.price-filter .ui-widget-content {
    background-color: #e5e5e5;
    border: none;
    border-radius: 25px;
    box-shadow: none;
    cursor: pointer;
    height: 10px;
    margin: 0 0 0px;
    width: 100%;
}
.price-filter .ui-slider-range {
    background: #3692e9;
    border: none;
    box-shadow: none;
    height: 100%;
}
.price-filter .ui-slider-handle {
    border: 2px solid #3692e9;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    top: 50%;
    border-radius: 100%;
    box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.3s ease;
    cursor: pointer;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.price-filter .ui-slider-handle:focus {
    border: 2px solid #3692e9;
    outline: 0;
}
.price-filter .ui-slider-handle:last-child {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.price-filter .ui-slider-handle:hover {
    background-color: #3692e9;
}
.price-filter .price-slider-amount {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.price-filter .price-slider-amount .label-input label {
    color: #222;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
}
.price-filter .price-slider-amount .label-input input {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #222;
    font-size: 14px;
    height: inherit;
    padding-left: 5px;
    width: 99px;
    padding: 0;
    margin-top: 15px;
}
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-corner-all {
    border-radius: 3px;
}

.track-checkbox {
    position: absolute;
    opacity: 0;
    transition: all 0.15s ease-out 0s;
}
.track-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 150%;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    transition: all 0.15s ease-out 0s;
}
.track-checkbox + label:before {
    content: "";
    margin-right: 0px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid rgb(26 26 26 / 33%);
    border-radius: 3px;
    margin-right: 10px;
}

.track-checkbox:focus + label:before {
    box-shadow: none;
}
.track-checkbox:checked + label:before {
    background: #007aff;
    border: 2px solid #007aff;
}
.track-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.track-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.track-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.languageData {
    max-height: 200px;
    overflow-y: auto;
}

.sticky-filter {
    position: fixed;
    top: 0;
    width: 100%; /* Adjust width if necessary */
    z-index: 1000; /* Ensure it stays above other content */
    background-color: #fff; /* Ensure background color to prevent content overlap */
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.bg-white {
    background-color: #fff;
}

.w-4 {
    width: 1rem;
}

.companion-card-img {
    width: 220px;
    height: 100%;
    max-height: 300px;
}

.widthmax {
    width: calc(100% - 220px);
}

.light-border {
    border: 1px solid #1a1a1a21;
}

.member-details-img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.verified-companion {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 50%;
    display: flex;
}

.my_profile__basicid-item span {
    font-weight: 400;
}

.team-schedule {
    background-color: rgb(26 26 26 / 4%);
    border-radius: 5px;
    padding: 20px;
    position: relative;
    margin-bottom: 70px;
}

.team-schedule-table {
    margin-top: -0.3em;
    margin: 0 0 0.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.team-schedule-table td {
    border-top: none;
    border-bottom: 1px dashed rgb(26 26 26 / 20%);
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(26 26 26 / 90);
}
.team-schedule-table tr td:last-child {
    text-align: right;
}
.team-schedule-table tr:first-child td {
    border-top: none;
    padding-top: 0;
}

.callchatvideo {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
}

.border-t-1 {
    border-top: 1px solid #e8e8e8;
}

.ratingsummary {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.grid-span-2 {
    grid-column: 1 / span 2;
}

.rating-bar {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    transition: all ease 0.31s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rtrs-rating-category {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.rtrs-rating-category li {
    align-items: center;
    display: flex;
    padding: 6px 10px;
}

.rtrs-rating-category label {
    font-size: 16px;
    min-width: 100px;
    color: #1a1a1a;
    transition: all ease 0.31s;
    flex: 1;
    font-weight: 500;
    margin-right: 20px;
}

.rating-icon {
    gap: 3px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}

.rating-icon i {
    color: #ffcd30;
    font-size: 14px;
}

.rating-number {
    color: #929292;
    margin-left: auto;
    min-width: 45px;
}

.total-number {
    font-size: 16px;
    color: #1a1a1a;
    transition: all ease 0.31s;
    font-weight: 500;
}

.rtrs-rating-overall {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    transition: all ease 0.31s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rtrs-rating-overall .rating-percent {
    color: #1a1a1a;
    transition: all ease 0.31s;
    font-size: 52px;
    line-height: 55px;
    font-weight: 600;
}

.rtrs-rating-overall .rating-text {
    color: #1a1a1a;
    transition: all ease 0.31s;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.rtrs-rating-overall p {
    color: #1a1a1a;
    transition: all ease 0.31s;
    font-size: 14px;
    margin: 0;
}

.rtrs-review-box {
    width: 100%;
    margin-top: 20px;
}

.rtrs-review-box .rtrs-review-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.rtrs-review-box .rtrs-main-review {
    margin-bottom: 15px;
    display: block !important;
}

.rtrs-review-box .rtrs-each-review {
    background-color: #ffffff !important;
    box-shadow: 0 0 35px rgb(0 0 0 / 5%);
    border-radius: 10px;
    transition: all ease 0.31s;
    align-items: flex-start;
    display: flex;
    padding: 20px 10px;
}

.rtrs-review-box .rtrs-review-imgholder {
    margin-right: 15px;
}

.rtrs-review-box .rtrs-review-body {
    flex: 1;
    position: relative;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rtrs-review-box
    .rtrs-each-review
    .rtrs-review-body
    .rtrs-review-meta
    .rtrs-review-rating {
    color: #ffcd30 !important;
    font-size: 14px;
    display: inline-flex;
    column-gap: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.rtrs-review-box
    .rtrs-each-review
    .rtrs-review-body
    .rtrs-review-meta
    .rtrs-author-link {
    color: rgb(26 26 26 / 60%);
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
}

.rtrs-review-box
    .rtrs-each-review
    .rtrs-review-body
    .rtrs-review-meta
    .rtrs-review-date {
    color: rgb(26 26 26 / 60%);
    margin-right: 0;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    gap: 5px;
    margin-bottom: 0px;
}

.rtrs-review-box
    .rtrs-each-review
    .rtrs-review-body
    .rtrs-review-meta
    .rtrs-review-date
    i {
    font-size: 20px;
}

.rtrs-review-box .rtrs-each-review .rtrs-review-body p {
    color: #1a1a1a;
    line-height: 24px;
    transition: all ease 0.31s;
    font-size: 16px;
    margin: 0 0 18px;
}

.rtrs-review-body p:last-child {
    margin-bottom: 0 !important;
}

.sticky {
    width: 100%;
}

.blue-color,
.header-section .navbar .navbar-nav a.active {
    color: #3692e9;
}

.walletmenu li {
    display: block;
    padding-bottom: 0.21429rem !important;
}

.my_profile__pogressbar-giftbox {
    width: 100%;
    height: 200px;
    background-image: url(../images/wallet-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.customlength {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    height: 50px;
    background: #fff;
    user-select: none;
    border: 1px solid rgb(26 26 26 / 21%);
    border-radius: 10px;
    min-width: 140px;
}

.length_session {
    padding-right: 20px;
    padding-left: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #1a1a1a;
}

.customlength input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.customlength .checkmark {
    position: absolute;
    left: 10px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    border: 1.5px solid rgb(26 26 26 / 34%);
}

.customlength:hover input ~ .checkmark {
    background-color: #f4f4f4;
}

.customlength input:checked ~ .checkmark {
    background-color: #3692e9;
    border: 1.5px solid #3692e9;
}

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

.customlength input:checked ~ .checkmark:after {
    display: block;
}

.customlength .checkmark:after {
    top: 5px;
    left: 2px;
    width: 16px;
    height: 12px;
    background: url(../images/check.png) no-repeat center;
}

.enteramopunt {
    width: 150px;
    border: 1px solid rgb(26 26 26 / 21%);
    padding: 10px 20px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
}

.my_profile__basicinfo-top {
    border-left: 1px dashed #c6c3d1;
    padding-left: 25px;
}

.red-bg {
    background: #fdefed;
}

.text-red {
    color: #ec604f;
}

.green-bg {
    background: rgb(0 140 14 / 20%);
}

.text-green {
    color: #008c0e;
}

.tranctions {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid rgb(26 26 26 / 10%);
    background: #fff;
}

.tranctions thead tr th {
    background-color: rgb(209 255 244);
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.tranctions tbody tr td {
    padding: 4px 8px;
    color: #1a1a1a;
    /* border-bottom: 1px dashed #c6c3d1;
    border-width: 2px; */
    border: 1px solid rgb(26 26 26 / 10%);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.tranctions tbody tr td a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.tranctions tbody tr:hover td {
    background-color: #f6f5f8;
}

.card_group {
    width: 100%;
    min-height: 60vh;
    overflow: visible !important;
}

.card_group.pb-10.dark-ui{
    min-height: calc(100vh - 130px);
}

.singletab {
    overflow: hidden;
}

.chat {
    display: flex;
    flex-grow: 1;
    flex-flow: column;
    min-width: 0;
    width: 100%;
    border: 1px solid #e5e9f2;
    padding-bottom: 0px;
    height: 70vh;
}

.chat-header {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e5e9f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4;
}

.media {
    display: flex;
    flex: 1;
}

.Chatavatar {
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.available {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    top: 0;
    right: 0;
    border: 2px solid #fff;
}

.daterangepicker .calendar-table th.available,
.daterangepicker .calendar-table td.available {
    position: relative;
    display: table-cell;
}

.activeuser {
    background: #44a675;
}

.chat-content {
    flex: 2;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.75rem 1rem;
    position: relative;
}

.message {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

.message .message-content {
    padding: 1rem 1rem;
    background-color: #f5f6fa;
    color: #1a1a1a;
    margin-left: 1.25rem;
    border-radius: 1.25rem;
    text-align: left;
    display: inline-block;
    max-width: 25rem;
}

.message .message-content span {
    font-size: 14px;
    color: rgba(26, 26, 26, 0.9);
    line-height: 22px;
}

.message .message-options {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    color: #1a1a1a;
    margin-top: 0.3125rem;
}

.message .message-options > * {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

.avatar {
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.message .avatar {
    display: inline-block;
    vertical-align: bottom;
    margin-top: -1.25rem;
}

.avatar.avatar-sm {
    height: 2.25rem;
    width: 2.25rem;
    min-width: 2.25rem;
}

.message .message-options > :not(.avatar) {
    height: 1.125rem;
    line-height: 1.125rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(26 26 26 / 70%);
}

.message.self {
    text-align: right;
}

.message.self .message-content {
    background-color: #3692e9;
    color: #fff;
    margin-right: 1.25rem;
    margin-left: 0;
}

.message.self .message-options {
    flex-direction: row-reverse;
}

.message .avatar img {
    box-shadow: 0 0 0 0.5rem #fff;
}

.chat-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.chat-footer .form-control {
    border: 0;
    border-top: 1px solid #e5e9f2;
    border-radius: 0;
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    font-size: 14px;
}

.chat-footer .form-control:focus {
    box-shadow: none;
}

.chat-footer .send-icon {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer {
    border-top: 1px solid #e5e9f2;
}

.chatTimeEnd {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.chatOption {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.ViolationCount button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fed430;
    color: #1a1a1a !important;
}

.ViolationCount button span {
    background-color: #ff0000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.ViolationCount button:hover {
    color: #fff !important;
}

.lowbalance {
    background-color: rgba(245, 75, 75, 0.1);
    width: 100%;
    min-height: 20px;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.low {
    color: #f54b4b;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

.lowText {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.nowrap {
    white-space: nowrap;
}

.w-120 {
    width: 120px;
}

.btn-cancel {
    color: #f54b4b;
    border: 2px solid #f54b4b;
    border-radius: 30px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
}

.btn-cancel:hover,
.btn-cancel:focus {
    color: #fff;
    border: 2px solid #f54b4b;
    background-color: #f54b4b;
}

.confirModal .modal-header {
    border-bottom: 0;
}

.confirModal .btn-close {
    border-radius: 50%;
    opacity: 0.5;
    background-size: 13px;
    background-color: rgb(0 0 0 / 15%);
    padding: 8px !important;
}

.modal-content.confirModal {
    border-radius: 15px;
}
.confirModal .modal-body {
    padding-top: 0;
    margin-top: -20px;
}

.confirModal .modal-footer {
    border-top: 0;
    justify-content: center;
    margin-bottom: 10px;
}

.warningicon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
}

.feedback-form {
    max-width: 100%;
    margin: 0 auto;
}

.rating {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 40px;
    cursor: pointer;
}

.rating label:hover,
.rating label:hover ~ label {
    color: orange;
}

.rating input:checked ~ label {
    color: orange;
}

.comment {
    margin-bottom: 20px;
}

.comment textarea {
    width: 100%;

    resize: none;
}

.submit-btn {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.min-w-100 {
    min-width: 100px;
}

.terms-content {
    line-height: 1.6;
    color: #333;
}

.terms-content .section {
    margin-bottom: 20px;
}

.terms-content .section h2 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #1a1a1a;
}

.terms-content .section p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a1a1a;
}

.ticketstatus {
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
    border-radius: 50px;
}

.open {
    /* background-color: rgba(245, 75, 75, 0.2); */
    color: rgba(245, 75, 75, 1);
    background-color: rgba(0, 0, 0, 0.2);

}

.close {
    /* background-color: rgba(0, 140, 14, 0.2); */
    color: rgba(0, 140, 14, 1);
}

.lightColor {
    color: rgb(26 26 26 / 68%);
}

.border-deshstyle {
    border-bottom: 1px dashed #e1e0e7;
    border-width: 1px;
    width: 100%;
    display: inline-block;
}

input.supporttitle {
    background-color: #fafafb;
    border: 1px solid #edecf0;
}

.consul_month3 .swiper-slide,
.consul_month2 .swiper-slide {
    background: transparent;
}

.consul_month3 .read_advice__item,
.consul_month2 .read_advice__item {
    background-color: #fff;
}

.form-control:focus {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #21c69e;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.intl-tel-input,
.iti {
    width: 100%;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
    padding: 8px 20px;
}

.form-control {
    color: #1a1a1a;
}

.my_profile .border-deshstyle {
    border-bottom: 1px dashed rgb(26 26 26 / 20%);
    border-width: 2px;
    width: 100%;
}
 .my_profile__formone form input:disabled {
    background-color: #e9ecef;
} 

.about-section {
    padding: 20px 0;
}
.about-section h2 {
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.about-section p {
    text-align: left;
    font-size: 15px;
}
.features,
.story,
.team,
.contact {
    padding: 20px 0;
}
.features h2,
.story h2,
.team h2,
.contact h2 {
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.features p,
.story p,
.team p,
.contact p {
    font-size: 16px;
}
.team-photo {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 800px;
}
.contact a {
    color: #007bff;
    text-decoration: none;
}

.customlength.active {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff;
}

.customlength.active .length_session {
    color: #fff;
}

.selectInterest {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    height: 150px;
    width: 160px;
    background: #fff;
    user-select: none;
    border: 1px solid rgb(26 26 26 / 21%);
    border-radius: 10px;
    min-width: 140px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.selectInterest .length_session {
    padding-right: 5px;
    padding-left: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.selectInterest input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.selectInterest .checkmark {
    position: absolute;
    left: 10px;
    top: 10;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    border: 1.5px solid rgb(26 26 26 / 34%);
}

.selectInterest:hover input ~ .checkmark {
    background-color: #f4f4f4;
}

.selectInterest input:checked ~ .checkmark {
    background-color: #3692e9;
    border: 1.5px solid #3692e9;
}

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

.selectInterest input:checked ~ .checkmark:after {
    display: block;
}

.selectInterest .checkmark:after {
    top: 5px;
    left: 2px;
    width: 16px;
    height: 12px;
    background: url(../images/check.png) no-repeat center;
}

.selectInterest.active {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff;
}

.selectInterest.active .length_session {
    color: #fff;
}

.my_profile__formone form label.selectInterest {
    margin-bottom: 0;
}

select.form-control {
    background-color: #fafafb;
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 10px;
    appearance: none;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    padding-right: 35px;
    background-size: 22px;
}

.slot {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 43px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s, border-color 0.3s;
}

.underReview {
    max-width: 500px;
    margin: 20px auto;
}

.info-text {
    font-size: 1em;
    color: rgba(26, 26, 26, 0.7);
}

.my_profile__erningtex {
    position: relative;
    background-color: #f8f9fa;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
    overflow: hidden;
}

.my_profile__erningtex.dashboarditem {
    background-color: #6610f2;
}

.my_profile__erningtex.dashboarditem1 {
    background-color: #20c997;
}

.my_profile__erningtex.dashboarditem2 {
    background-color: #0dcaf0;
}

.my_profile__erningtex.dashboarditem2.dashboarditemUser {
    background-color: #2962ff;
}

.my_profile__erningtex.dashboarditem2.dashboarditemOrders {
    background-color: #20c997;
}
.my_profile__erningtex.dashboarditem2.dashboarditemCollection {
    background-color: #6610f2;
}

.my_profile__erningtex.dashboarditem2.dashboarditemCommission {
    background-color: #5470c6;
}

.my_profile__erningtex::before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(../images/dots.png);
    content: "";
}

.removebg.my_profile__erningtex::before {
    display: none;
}

.my_profile__erningtex .icon-box {
    position: absolute;
    right: -65px;
    bottom: -55px;
    height: 140px;
    width: 140px;
    background: #f1f1f1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 40px 30px;
    border-radius: 50%;
}

.my_profile__erningtex.dashboarditem .icon-box {
    background: #fff;
    padding: 28px 18px;
}

.my_profile__erningtex.dashboarditem1 .icon-box {
    background: #fff;
    padding: 28px 18px;
}

.my_profile__erningtex.dashboarditem2 .icon-box {
    background: #fff;
    padding: 28px 18px;
}

.my_profile__erningtex:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.my_profile__erningtex:hover .icon-box {
    background-color: #3692e9;
    color: #fff;
}

.my_profile__erningtex.dashboarditem:hover .icon-box {
    background: #000;
}

.my_profile__erningtex.dashboarditem1:hover .icon-box {
    background: #000;
}

.my_profile__erningtex.dashboarditem2:hover .icon-box {
    background: #000;
}

.my_profile__erningtex:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.availablenow {
    width: 80%;
    height: 70px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 28px;
    gap: 20px;
}

.availablenow input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.availablenow label.avaToggle {
    cursor: pointer;
    text-indent: -9999px;
    width: 90px;
    height: 45px;
    background: #1a1a1a;
    display: block;
    border-radius: 100px;
    position: relative;
}

.availablenow label.avaToggle:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.availablenow input:checked + label.avaToggle {
    background: #44a675;
}

.availablenow input:checked + label.avaToggle:after {
    left: calc(100% - 10px);
    transform: translateX(-100%);
}

.availablenow label.avaToggle:active:after {
    width: 130px;
}

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

.dt-search .dt-input {
    width: 175px;
}

#orders_tbl_wrapper .dt-length {
    display: none;
}

.dt-info {
    font-size: 14px;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    border: 1px solid #1a1a1a;
    background: #1a1a1a;
}

div.dt-container .dt-paging .dt-paging-button {
    min-width: 1.2em;
    padding: 0.3em 0.8em;
}

.p-relative {
    position: relative;
}

#reportrange {
    background: #fff;
    color: #1d3b4a;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 17px;
    border-radius: 2px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    z-index: 9;
    left: 0;
}

#reportrange span {
    font-size: 15px;
}

table.dataTable th.dt-type-numeric {
    text-align: left;
}

.tranctions .fs-six,
.tranctions .fs-six span {
    font-size: 15px;
}

.s22-bg {
    background-color: #ec604f;
}

.cmn-btn.fourth-altOne {
    background-color: #fff;
    color: #ec604f !important;
    border: 1px solid #ec604f;
}
.cmn-btn.fourth-altOne:hover,
.cmn-btn.fourth-altOne:focus {
    color: white !important;
}

.cmn-btn.fourth-altOne::before,
.cmn-btn.fourth-altOne::after {
    color: white;
    background-color: #ec604f;
}

.rtrs-review-rating {
    color: #ffcd30 !important;
}

.AvailableToggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.AvailableToggle span {
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0px;
}

.AvailableToggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.AvailableToggle label.avaToggle {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 28px;
    background: #1a1a1a;
    display: block;
    border-radius: 100px;
    position: relative;
}

.AvailableToggle label.avaToggle:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.AvailableToggle input:checked + label.avaToggle {
    background: #44a675;
}

.AvailableToggle input:checked + label.avaToggle:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.AvailableToggle label.avaToggle:active:after {
    width: 130px;
}

.call-chat-notify {
    padding: 0.5rem 1rem 0.3rem 1rem;
    border-bottom: 1px solid #e5e9f2;
    background-color: #f4f4f4;
}

.advice_area.pt-md-20.pb-4.mb-md-80 {
    padding-top: 73px !important;
}

.call-chat-notify .Chatavatar {
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.call-chat-notify .media-body h6 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.cur-pointer {
    cursor: pointer;
}

/* Notification Bell Hide */
.single-item.cart-area.search-area {
    display: none;
}
/* Notification Bell Hide */

.lightbody,
body {
    background: #f5f5f5;
}

.my_friend__card,
.my_stories__card {
    background-color: #fff;
}

.user_list {
    max-height: calc(100vh - 350px);
    min-height: calc(100vh - 350px);
    overflow-y: auto;
}

.wh-60 {
    width: 60px;
    height: 60px;
}

.wh-120 {
    width: 120px;
    height: 120px;
}

.user_list li {
    width: 100%;
    padding: 0.5rem;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-left: 3px solid #fff;
}

.user_list li:hover {
    background-color: #cdfff3;
    border-left: 3px solid #cdfff3;
}

.user_list li.active {
    background-color: #e5e5e5;
    border-left: 3px solid #21c69e;
    border-bottom: 1px solid #e5e5e5;
}

.text-red {
    color: #ec604f;
}

.addpayment {
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 94%;
    }
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 94%;
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1520px;
    }
}

.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}
.pricing-section .outer-box {
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-section .row {
    margin: 0 -30px;
}

.pricing-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    max-width: 370px;
    margin: 0 auto;
    border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #40cbb4;
    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}

.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-green {
    border: 5px solid #40cbb4;
}

.border-blue {
    border: 5px solid #1d95d2;
}

.pricing-block .icon-box i,
.pricing-block .icon-box img {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    line-height: 120px;

    border-radius: 50%;
    font-size: 50px;
    color: #40cbb4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box img {
    transform: rotate(360deg);
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.pricing-block .price {
    display: block;
    font-size: 30px;
    line-height: 45px;
    color: #222222;
    font-weight: 600;
    color: #40cbb4;
}

.pricing-block .features {
    position: relative;
    max-width: 200px;
    margin: 0 auto 20px;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\ea67";
    font-family: "tabler-icons" !important;
    margin-top: -8px;
}
.pricing-block .features li.false:before {
    color: #e1137b;
    content: "\f057";
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .features li:last-child {
    border-bottom: 0;
}

.pricing-block .btn-box {
    position: relative;
    text-align: center;
}

.pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #40cbb4;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
    color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
    color: #40cbb4;
    background: none;
    border-radius: 0px;
    border-color: #40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
    background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #1d95d2;
    background: none;
    border-radius: 0px;
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
    color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
    border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
    background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
    color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #ffc20b;
    background: none;
    border-radius: 0px;
    border-color: #ffc20b;
}

.buttons-pdf.buttons-html5,
.buttons-excel.buttons-html5 {
    text-align: center !important;
    font-weight: 500 !important;
    position: relative !important;
    background-color: #1a1a1a !important;
    color: white !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    z-index: 1 !important;
    overflow: hidden !important;
    font-size: 15px !important;
    border-radius: 2rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 0 !important;
    padding: 0.3em 1em !important;
}

.buttons-pdf.buttons-html5 span,
.buttons-excel.buttons-html5 span {
    color: #fff !important;
    font-weight: 500;
}

.buttons-pdf.buttons-html5:hover,
.buttons-pdf.buttons-html5:focus,
.buttons-excel.buttons-html5:hover,
.buttons-excel.buttons-html5:focus {
    background-color: #3692e9 !important;
    border: 0 !important;
}

table.dataTable thead th,
table.dataTable tfoot th {
    background: #e9f2ff;
}

table.dataTable thead th span,
table.dataTable thead th,
table.dataTable tfoot th span,
table.dataTable > tbody > tr > td {
    font-size: 15px;
    padding: 5px 6px !important;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 0px solid rgba(0, 0, 0, 0.05);
}

.my_profile__ordersl {
    background: #fff;
}

.shadowbox {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#OrderHistoryReport_wrapper .dt-buttons {
    margin-left: 300px;
}

.mt--50 {
    margin-top: -50px;
    display: block !important;
}

.mt--40 {
    margin-top: -40px;
    display: block !important;
}
.mt--20 {
    margin-top: -20px;
}

.campanionBox {
    width: 20px;
    height: 20px;
    background-color: #0dcaf0;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.userbox {
    width: 20px;
    height: 20px;
    background-color: #2962ff;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.editPhoto {
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.editPhoto label{
    margin-bottom: 0px;
    width: 40px;
    height: 40px;
}

.totalItems {
    width: 100%;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
    min-height: 110px;
    margin-bottom: 20px;
}

.dashboardItems {
    width: 100%;
    transition: all 300ms ease;
    overflow: hidden;
    padding: 20px;
    height: 100%;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    color: #fff;
    position: relative;
}

.dashboardItems:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.dashbg1 {
    background: #6610f2;
}

.dashbg2 {
    background: #34b7b0;
}

.dashbg3 {
    background: #0dcaf0;
}

.dashbg4 {
    background: #20c997;
}

.dashbg5 {
    background: #0dcaf0;
}
.dashbg7 {
    background: #ff7900;
}

.dashbg6 {
    background: #dc3545;
}

.labelcolor {
    color: rgba(26, 30, 37, 0.5);
}

.labelcolor {
    color: rgba(26, 30, 37, 0.5);
}

.dashIcon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.Plusvalus {
    background: rgb(32 201 151);
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.05px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    min-width: 47px;
    align-items: center;
    gap: 4px;
}

.minusvalus {
    background: #fff;
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.05px;
    text-align: center;
    color: #dc3545;
    display: inline-flex;
    min-width: 47px;
    align-items: center;
    gap: 4px;
}

.my_feed__about {
    width: 100%;
    min-height: 500px;
    padding: 15px 16px 15px 16px;
    border-radius: 12px;
    background: rgba(242, 245, 249, 1);
    border: 1px solid #ddd;
}

.pre-item {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: rgb(251 251 251 / 84%);
    height: 100%;
    width: 100%;
}

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

.bt-spinner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: transparent;
    border: 8px solid #222;
    border-top-color: #21c69e;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.s3-color {
    color: #21c69e;
}

.s7-color {
    color: #ec604f;
}

.reaponAction {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.full {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #21c69e;
}

.empty {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #ec604f;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    color: #21c69e;
}

.proitem {
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    flex:32%;
}

.news_letter__content-search input:focus {
    border: 0 !important;
}

.lineHeight-0 {
    line-height: 0;
}

.w-250 {
    max-width: 250px;
}

.w-150 {
    max-width: 150px;
}

.dividerd {
    display: block;
    border-bottom: 1px dashed rgb(26 26 26 / 20%);
}

.lineHeight-14 {
    line-height: 14px;
}

.m-w-120 {
    min-width: 175px;
}

.document-list {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.document-list li {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
}

.document-list li.seen {
    border: 1px solid #21c69e;
}

.docname {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.docname span {
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.percntage {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

#docModal .modal-body {
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
    /* opacity: 0.3; */
    border: 3px dotted #bdbaba;
}

.docList {
    font-size: 14px;
}

.dropFileText {
    font-size: 50px;
    margin: 80px;
    opacity: 0.3;
}

.avatar-40 {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 0.6rem;
}

.my_profile__tabtop .nav-links:hover button.tablink {
    color: #fff;
}

.discussion_area__sidebar {
    position: sticky !important;
    top: 88px;
    right: 0;
}

#quote_status {
    width: 120px;
    height: 34px;
    padding: 0 10px !important;
}

.my_stories__card.expired {
    background-color: #ededed;
}

.min-120 {
    min-width: 120px;
    display: inline-block;
    line-height: 20px;
}

.jobsimages {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.jobsimages .check-small-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1.5px solid #9f9f9f;
    border-radius: 5px;
}

.viewCompletion{
    border: 1px solid #21c69e;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    /* color: #000; */
    background-color: #21c69e;
    color: #fff;
}

.viewCompletion:hover, .viewCompletion:focus{
    border: 1px solid #21c69e;
    background-color: #21c69e;
    color: #fff;
}

.select2-container {
    z-index: 9999;
}

.selection {
    display: block;
    width: 100%;
}

.select2-container--default .select2-search--inline .select2-search__field {
    border: 0 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 42px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    padding: 1px 4px 0 4px !important;
    top: 0px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 2px;
    padding-left: 20px;
    margin-top: 7px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #21c69e 1px;
}

.fw_700 {
    font-weight: 700;
}

.buildingdiv {
    background-color: #fff;
    padding: 0 30px 0 0px;
    border-radius: 0px;
    height: calc(50vh - 40px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.screenlogo {
    width: 100%;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    flex: 1 60%;
    max-width: 60%;
}
.screenlogo img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.contactperson {
   padding:10px 15px 30px 15px;
    border-radius: 0px;
    background: #fff;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ManagementAnnouncement {
   padding: 10px 15px 30px 15px;
    border-radius: 0px;
    background: #fff;
    height: calc(50vh - 40px);
    width: 100%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.CommunityBoard {
    padding: 10px 15px 30px 15px;
    border-radius: 0px;
    background: #fff;
    height: calc(50vh - 0px);
    width: 100%;
    overflow: hidden;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contactperson-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    max-height: 100%;
    overflow-y: auto;
    max-height: calc(100% - 20px);
}

.contactperson-list li {
      color: #000;
    width: 48%;
    background-color: #e9ecef;
    padding: 10px;
    height: 130px;
    border-radius: 5px;
}

.news {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
     max-height: 100%;
    overflow-y: auto;
}

.news li {
   background-color: #fff;
   padding: 12px 0;
    border-radius: 0;
    margin-bottom: 0px;
    width: 100%;  
    border-bottom: 1px solid #dee2e6; 
}

.news li h3 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 3px;
}

.news li p {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.ManagementAnnouncement .news{
    gap: 0px;
}

.ManagementAnnouncement  .news li:last-child{
    border-bottom: 0;
}
.ManagementAnnouncement .news li {
        border-bottom: 1px solid #dee2e6;
        width: 100%;
}


.screenheading {
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: 2px solid #ddd;
    font-weight: 600;
}

.contnamee{
    font-size: 16px;
}

.contPos{
  font-size: 14px;  
}

 .welcometo{
    font-size: 24px;
  }

.propName{
    font-size: 18px;
  }

  .propAddress{
    font-size: 16px;
  }

  .propunit{
    font-size: 16px;
  }

  .nodatamsg{
    font-size: 16px;
  }

#accordionExample, .leaseIncrease{
    border-bottom: 0rem solid #dae1f5;
    padding-bottom: 0;
    margin-bottom: 0;
}

#accordionExample .accordion-item,
.leaseIncrease .accordion-item {
    border: 0;
    border-radius: 0;
}

#accordionExample .accordion-button,
#accordionExample .accordion-button:focus,
.leaseIncrease .accordion-button,
.leaseIncrease .accordion-button:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gj-datepicker.gj-datepicker-bootstrap {
    margin-bottom: 0 !important;
}

.badge {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 8px;
}
.badge-light-success {
    background-color: #dfffea;
    color: #17c653;
    font-weight: 600;
}

.badge-light-warning {
    background-color: #fff8dd;
    color: #f6c000;
    font-weight: 600;
}

.badge-light-danger {
    background-color: #ffeef3;
    color: #f8285a;
    font-weight: 600;
}

.whitenowrap {
    white-space: nowrap;
}

.w-190 {
    min-width: 180px;
    max-width: 200px;
}

.gj-datepicker .btn-outline-secondary {
    border-color: #dbdbdb;
}

.badge-light-primary {
    background-color: #e9f3ff;
    color: #1b84ff;
}

.heading-border {
    border-left: 4px solid #21c69e;
    padding-left: 6px;
}

.border-dashed {
    border: 1.5px dashed #21c69e;
}
.text-success {
    color: #21c69e !important;
}

.optionwidth {
    width: calc(100% - 50px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formlabel {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.setting-main {
    width: 100%;
    margin-bottom: 15px;
}

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.tabs-left > li {
    float: none;
    margin: 0px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #f90;
    border: none;
    border-radius: 0px;
    margin: 0px;
}
.nav-tabs > li > a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left > li.active > a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-left: 10px solid #f90;
    display: block;
    width: 0;
}

.otherpage {
    position: relative;
    display: flex;
    align-items: center;
}
#myTab a {
    padding: 8px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

#myTab a.active {
    background-color: #21c69e;
    color: #fff;
}

.warningicon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
}

.cardProperty {
    background-color: #7239ea;
    background-image: url(../images/wave-bg-purple.svg);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100% !important;
    border: 1px solid #7239ea;
}

.cardrent {
    background-color: #21c69e;
    background-image: url(../images/wave-bg-green.svg);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100% !important;
    border: 1px solid #21c69e;
}

.fs-4hx {
    font-size: 2.5rem !important;
}

.me-6 {
    margin-right: 1.5rem !important;
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}
.me-3 {
    margin-right: 0.75rem !important;
}

.symbol.symbol-50px > img {
    width: 50px;
    height: 50px;
    border-radius: 0.475rem;
}

.text-primary {
    color: #1b84ff !important;
}

.property-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 220px;
    overflow: auto;
}

.property-list li {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px dashed #dbdfe9;
}

.property-list li a {
    line-height: 26px;
}

.property-list li:last-child {
    border-bottom: 0;
}

.cardSpace {
    background-color: #191f29;
    background-image: url(../images/wave-bg-black.svg);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100% !important;
    border: 1px solid #191f29;
}

/* 25-Sep-2024 */

.modal-delete-confirm {
    color: #636363;
    width: 400px;
}
.modal-delete-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-delete-confirm .modal-header {
    border-bottom: none;
    position: relative;
    display: flex;
    flex-direction: column;
}
.modal-delete-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
.modal-delete-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}
.modal-delete-confirm .modal-body {
    color: #999;
}
.modal-delete-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
    justify-content: center;
}
.modal-delete-confirm .modal-footer a {
    color: #999;
}
.modal-delete-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
.modal-delete-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
.modal-delete-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #21c69e;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}
.modal-delete-confirm .btn-info {
    background: #c1c1c1;
}
.modal-delete-confirm .btn-info:hover,
.modal-delete-confirm .btn-info:focus {
    background: #a8a8a8;
}
.modal-delete-confirm .btn-danger {
    background: #f15e5e;
}
.modal-delete-confirm .btn-danger:hover,
.modal-delete-confirm .btn-danger:focus {
    background: #ee3535;
}

.cmn-btn.fourth-altOne {
    background-color: #fff;
    color: #ec604f !important;
    border: 1px solid #ec604f;
}

.tenant-status-confirm
{
    position: relative;
}
.tenant-status-confirm::before
{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top:0;
    z-index: -1;
}

/* 16. pagination */

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
 
.pagination .page-item {
	display: inline-block;
	margin: 0 3px;
}
 
.pagination .page-item a.page-link {
	border-radius: 50%;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #f8f8f8;
    text-align: center;
    color: #9fa7c5;
    font-size: 14px;
    border: none;
    font-weight: 500;
}
 
.pagination .page-item:hover a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #056ee9;
	color: #fff;
}
 
.pagination .page-item.active a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #1b84ff;
    color: #fff;
}
 
.pagination-wrap .pagination {
	display: block;
	border-radius: unset;
}
 
.pagination-wrap .pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 0;
}
 
.pagination-wrap .pagination li.active a {
	background: #ff3494;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);}
 
.pagination-wrap .pagination li a {
	border: none;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background: #ff3494;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
 
div.dt-container div.dt-info {
    white-space: nowrap;
    font-size: 13px;
}
 
.pagination-wrap .pagination li a:hover {
	color: #ffffff;
	background: #ff3494;
}
 
#pagination-controls button 
{
    font-size: 13px;
    background: #21c69e;
    color: #fff;
    padding: 05px 25px;
    border-radius: 30px;
}

.tenant-img,.property-img,.profile-img
{
    width: 100px!important;
    height: 100px!important;
    object-fit: cover;
}
.defect-img
{
    width: 80px!important;
    height: 80px!important;
    object-fit: cover;
}

.tenant-list-profile,.property-list-profile,.responsible-profile
{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/* For multiple select dropdown */
.is-invalid select[multiple] {
    border: 1px solid #dc3545; /* Bootstrap's red error border color */
    background-color: #f8d7da; /* Optional: light red background */
}

/* For checkboxes inside the form group */
#access-group .is-invalid {
    outline: 1px solid #dc3545; /* Red outline for the group */
}

/* For invalid-feedback message positioning */
.invalid-feedback {
    display: block;
    color: #dc3545;
}

.is-invalid-red-border
{
    border:2px solid red !important; 
}
select.is-invalid + .select2-container--default .select2-selection--multiple {
    border: 1px solid red!important;

}

.track-checkbox.is-invalid + label:before{
    border: 1px solid red!important;
}

.profile-edit-icon
{
    margin-bottom: 16px !important;
}
.header-profile-icon
{
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover;
}


label.custom-radio{
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
}

.floorplan label{
    padding: 8px;
    border: 1px dashed #c6c3d1;
    border-radius: 15px;
    cursor: pointer;
    display: flex;    
    align-items: center;
    gap:8px
}

.floorplan span.icon{
    background: #eef2fe;
    padding: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.floorplan span.icon i{
    font-size: 25px;
}

.floorplan label h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.floorplan label h6{
    font-size: 12px;
    font-weight: 500;
    color: #949494;
    margin-top: 5px;
    text-align: left;
}

.filelist{
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5px;
}

.filelist-main{
    display: flex;
    align-items: center;
}

.filelist-main .icon{
    width: 20px;
    margin-right: 8px;
}

.floorplan{
    width: 100%;
}

.filelist-main p{
    width: calc(100% - 50px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #252323;
    margin-bottom: 0;
    line-height: 15px;
}

.mt--3{margin-top: -15px;}

.uploadPicture{
    width: 100%;
}

.uploadPicture label {
    padding: 8px;
    border: 1px dashed #c6c3d1;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.uploadPicture label h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}
.uploadPicture label h6 {
    font-size: 12px;
    font-weight: 500;
    color: #949494;
    margin-top: 5px;
    text-align: center
}
/* multiselect file */
.file-row {
    position: relative;
}

.file-row .delete-btn {
    /* display: none; */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #ff0000;
}

.file-row:hover .delete-btn {
    display: inline-block;
}

.uploadPicture span.icon {
    background: #eef2fe;
    padding: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.allPic{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}

.allPic .single-pic{
    width: 115px;
    height: 115px;
    border-radius: 5px;
    position: relative;
}

.allPic .single-pic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.allPic .single-pic button{
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ec604f;
    color: #fff;
    padding: 1px 3px;
    border-radius: 5px;
}
.allPic .single-pic button:hover{
    background: #f04a36;
}

.accordion .card h2 {
    background: url(../images/up-arrow.png) no-repeat calc(100% - 0px) center;
    background-size: 22px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.accordion .card h2.collapsed {
  background-image: url(../images/down-arrow.png);
}

.unitImage {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 0px;
    position: relative;
    width: 30px;
    height: 30px;
}
.unitImage a{
    display: inline-block;
    height: 100%;
}

.unitImage .check-small-img {
    width: 30px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.min-w165{
    min-width: 165px;
}

div.dt-container .dt-paging .dt-paging-button{
    padding: 0;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    border: 0px solid #1a1a1a;
    background: transparent;
}

.table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date
{
    text-align: left;
}

.my_feed__about.discussion_area__sidebar{
    overflow: hidden;
    }

form#spaces-add-form > .row > div:nth-child(6) > .form-group > div > label input.form-control.is-invalid {
    background-position: 1px 1px;
}
.radio-section .is-invalid {
    border-color: #dc3545 !important;
}

.dropzone {
    min-height: 100px;
    border: 2px dashed rgba(0, 0, 0, .3);
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
}

div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button{
    background:#21c69e!important;
    color: #fff !important;
    text-decoration: none!important;
    text-align: center!important;
    font-weight: 500!important;
    font-size: 14px !important;
    border-radius: 2rem !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

div.dt-buttons > .dt-button:hover,
 div.dt-buttons > div.dt-button-split .dt-button:hover{
    background-color: #0f9e7a!important;
}

.white-nowrap{
    white-space: nowrap;
}
.report-filter{
    margin-bottom:20px ;
}

#incom-report_wrapper .dt-buttons{
    position: absolute;
    left: 350px;
    top: 0;
}


#incom-report_wrapper  .buttons-pdf.buttons-html5 span, 
#incom-report_wrapper  .buttons-excel.buttons-html5 span{
    display: none; 
}

#incom-report_wrapper  .buttons-pdf.buttons-html5::before{
    content:"Export PDF"
}

.proposaltble thead tr th{
    font-weight: 600;
    background: rgb(209 255 244) !important;
}

.proposaltble tbody tr td{
    vertical-align: middle!important;
}

.proposaltble tbody tr td input{
    width: 100px;
    padding: 8px !important;
    height: 32px;
}

.table.proposaltble>:not(caption)>*>* {
    padding: .3rem .3rem;}

.proposaltbleDiv{
    max-height: 350px;
    overflow-y: auto;
}

.proposaltble>thead {
    vertical-align: bottom;
    position: sticky;
    z-index: 9;
    top: 0px;
    background: #ffffff;
}
.unitdet{
    width: 100%;
    background: #fff;
    margin-bottom: 4px !important;
    position: relative;
    z-index: 9;
    height: 30px;
}

#cke_40{
    display: none;
}


div#incom-report_wrapper > .row:first-child {
    position: absolute;
    right: 0px;
    top: 0px;
}
div#incom-report_wrapper > .dt-buttons {
    display: none;
}
a#downloadPdf:focus {
    color: #fff;
}

/* .dt-search
{
    display:none;
} */
div#incom-report_wrapper .dt-search {
    display: none;
}

a.disabled {
    pointer-events: none; /* Disable clicking */
    color: gray;          /* Change the color to indicate disabled */
    text-decoration: none; /* Remove the underline */
}

.carousel-item
{
    /* max-height: 500px; */
    min-height: 500px;
}

.carousel-item img
{
    max-height: 500px; 
    object-fit: cover; 
    width: auto !important;
    max-width: 100% !important;
    margin: auto;    
}

.carousel-control-prev-icon {
    background-color: #21c69e;
    filter: none;
    opacity: 1;
    padding: 20px;
    background-size: 32px;
}
.carousel-control-next-icon {
    background-color: #21c69e;
    filter: none;
    opacity: 1;
    padding: 20px;
    background-size: 32px;
}

.carousel-indicators [data-bs-target]{
    background-color: #21c69e; 
}

.carousel-control-prev, .carousel-control-next{
    opacity: 1!important;
}
/* css for proposal web view page */

.property-div{
    padding: 8px 1em; 
    text-align: left;
    background: #21c69e;
    border-radius: 5px;
}
.propertyName{
    margin-top: 0;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.4; 
}

.Proposal-add{
    margin-bottom: 0; 
    margin-top: 5px; 
    font-size: 15px; 
    color: #fff; 
    display: flex; 
    align-items: flex-start;
    gap:5px; 
    justify-content: flex-start;
}

.unitpic{
    position: relative; 
    text-align: center;                       
    z-index: 0; 
    width: 100%;
    object-fit: cover;   
}

.unitpic img{
   width: 100%;
   max-height: 300px;
   height: 300px;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
}

.viewAll{
    position: absolute; 
    bottom: 20px;
    left: 0;
    right: 0;
    width: 150px;
    border-radius: 30px;
    background: #21c69e;    
    color: #fff;padding: 5px 15px;
    text-decoration: none;    
    display: inline-block;
    text-align: center;
    font-weight: 400; 
    margin-bottom: 8px;    
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto;
}

.viewAll:hover{
    background-color: #0f9e7a;
    color: #fff;
}

.proposalInfo{
    padding: 10px 10px;                        
    text-align: left; 
    border: 1px solid rgba(0, 0, 0, .08); 
    border-top: none;
}

.proposalInfo .unitname{
    font-size: 16px;                            
    font-weight: 500; 
    margin-bottom: 0; 
    color: #000; 
    margin-top: 0;
}

.proposalInfo  .unit-sub{
    color: #6c757d; 
    font-size: 14px; 
    line-height: 18px; 
    margin-top: 5px;
    display: flex; 
    align-items: center; 
    gap:5px;
    margin-bottom: 0px;
}

.proposalInfo  .unit-price{
    color: #000; 
    font-size: 18px; 
    font-weight: 600; 
    line-height: 22px; 
    text-align: right;
    display: block;
}

.proposalInfo  .unit-price span{
    font-size: 13px; 
    font-weight: 400; 
    color: #6c757d;
}

.propasalblaank {
    padding-top: 95px !important;
}

.stay-connect{
    font-size: 16px; 
    color: #fff; 
    line-height: 22px; 
    font-weight: 500;
}

.socila{
    margin: 0; margin-top: 10px; padding: 0;
}

.socila li{
    list-style: none; display: inline-block; margin-right: 10px;
list-style: none; display: inline-block; margin-right: 10px;
list-style: none; display: inline-block; margin-right: 10px;
}
div#changepass {
    background-color: #000;
}
.photomedia input[type="file"]{
display: none;
}

.photomedia {
width: 44px;
height: 44px;
background-color: #2fbf9c;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.photomedia i{
color: #fff;
font-size: 24px;
}

 .message-content-images{
    display: flex;
    overflow: hidden;    
    justify-content: flex-end;
    margin-top: 5px;
  }
 
  .message-content-images a {
    display: inline-block;
    margin-right: 5px;
 }
 
.message-content-images a img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
 
.message-content-images a:first-child img{
 border-top-left-radius: .75rem;
 border-bottom-left-radius: .75rem;
}
 
.message-content-images a:last-child img{
 border-top-right-radius: .75rem;
 border-bottom-right-radius: .75rem;
}
.spinner-border{
    position: absolute;
    background: #21c69ec7;
    color: white;
}
 
@media screen and (max-width: 767px) {
    .propasalblaank {
        padding-top: 200px !important;
    }    
}
/* end css for proposal web view page */
.table-striped tr {
    vertical-align: middle;
}

#viewphoto .carousel-item img {
    /* object-fit: none; */
    max-height: 100%;
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

#incom-report thead tr th {
    white-space: nowrap!important;
}

table.dataTable thead th span{
    /* padding: 0!important; */
}

#incom-report tbody tr td {
    white-space: nowrap;
}

.profile_area.common_area2 a.active{
    color: #3692e9;
}

.radio-button-container {
    color: #1a1a1a;
    display: block;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0 !important;
    margin-left: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  

.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .radio-button-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    border: 1px solid #959595;
    transition: all 0.3s;
  }
  .radio-button-container:hover input ~ .checkmark {
    border-color: #959595;
  }
  .radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0,0,0,0);
    border-color: #21c69e;
  }
  .radio-button-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .radio-button-container input:checked ~ .checkmark:after {
    display: block;
  }
  .radio-button-container .checkmark:after {
    top: 3px;
    left: 3px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #21c69e;
  }
  .is-invalid .radio-button-container .checkmark{
    border: 1px solid #dc3545;
  }
div#property-right-section .my_profile__basicbody .my_profile__basicid > div > div h4 {
    padding-right: 75px !important;
}




.no-open
{
    pointer-events: none;
    background-color: #e9ecef !important;
    border: 1px solid #dbdbdb !important;
}


#refresh-img-section-property-add,.property-edit-img 
{
    width: 250px;
    height: 250px;
}
#refresh-img-section-property-add img,.property-edit-img img
{
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.daterangepicker > .drp-calendar.left.single {
    width: 100%;
    clear: both !important;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}

.daterangepicker > button.clear-btn {
    clear: both;
    display: block;
    width: 100%;
    padding: 3px;
    font-size: 14px;
    background-color: #21c69e;
    color: #fff;
}

.contactstab.nav-tabs{
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ddd;
}

.contactstab.nav-tabs .nav-link,  
.contactstab.nav-tabs .nav-item,
.contactstab.nav-tabs:hover .nav-item {
    border:0px;
    line-height: unset;
    color: #000;
}

.contactstab.nav-tabs .nav-link.active{
    background-color: #21c69e;
    color: #fff;
    border-radius: 40px;
}

.listsetting .tab-content .tab-pane {
    display: none;
}

.listsetting .tab-content .tab-pane.active {
    display: block;
}

.dropzone {
    min-height: 120px!important;
    border: 2px dashed rgba(0, 0, 0, .3)!important;}

 .fs-20{
    font-size: 20px!important;
 } 
 
 .deletebtn{
    display: inline-block;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
    position: relative;
    background-color: #ec604f;
    color: #fff !important;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    overflow: hidden;
 }

 .deletebtn:disabled{
    opacity: .5;
    cursor: not-allowed;
}

.deletebtn::before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #dd3824;
    z-index: -1;
    color: rgba(var(--p2), 1);
}

.deletebtn:hover::before,
.deletebtn:focus::before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    color: rgba(var(--p2), 1);
}

.deletebtn:active {
    transform: scale(0.9);
}

.info-icon{
    font-size: 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #21c69e;
}

.faq-list {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

.faq-list li {
    width: 100%;
    min-height: 50px;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px dashed #dbdfe9;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.faq-list li:last-child{
    border-bottom: 0px dashed #dbdfe9;
}

.faq-ques {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.faq-ques span {
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.faq-list li p{
    font-size: 13px!important;
    line-height: 1.5;
}

.allperson{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:10px;
}

.persons{
    box-shadow: unset;
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #fff;
    min-width: 49%;
    border: 1px solid #e1e1e1;
}
.persons .user img{
    width: 60px;
    height: 60px;   
}

.persons .user .info{
    margin-left: 15px;
}

.persons .user .info h6{
    font-size: 16px;
    margin-bottom: 4px;
}

.text-body {
    color: #7c7c7c !important;
}

.person-action{
    gap: 10px;
    display: flex;
}

.person-detail{
    list-style-type: none;
    margin-top: 8px;
    margin-bottom: 0px;
    width: 100%;
}

.person-detail li{
    margin-bottom: 0px;
    color: #262626;
    font-size: 14px;
}
.person-detail li:last-child{
    margin-bottom: 0px;
}

.person-detail li span{
    letter-spacing: 0px;
    font-weight: 500 !important;
    color: #7c7c7c !important;
    min-width: 70px;
    font-size: 14px;
}
.ResponsibleRole{
    padding:10px 0 10px 0!important;
    
    border-bottom: 1px dashed #dbdfe9;
}
.ResponsibleRole .radio-button-container{
    font-size: 16px;
}

.filters{
    position: absolute;
    width: 100%;
    height: calc(100% - 2px);
    background: #fff;
    z-index: 9;
    top: 1px;
    border-radius: 13px;
    padding: 15px;
    left: 0;
}

.border-b-dash{
    border-bottom: 1px dashed #dbdfe9;
}

.allPic.boardpic .single-pic{
    width: 180px;
    height: 180px;
    border: 1px solid #dddd;
}

table.dataTable thead th, table.dataTable tfoot th {
    background: rgb(209 255 244);
}

#leasetable_wrapper .dt-layout-start{
    padding-left: 0;
}
#leasetable_wrapper .dt-layout-end{
    padding-right: 0;
}

#leasetable_wrapper .dt-layout-table .col-12{
    padding: 0;
}

#leasetable thead th span, 
#leasetable thead th, 
#leasetable tfoot th span, 
#leasetable > tbody > tr > td{
   font-size: 14px;
   white-space: nowrap;
}


 .leasefilter .dropdown button{
    background: #fff;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: .375rem .4rem;
 } 

 .leasefilter .dropdown button:hover{
    background: #f5f5f5;
    border: 1px solid #ddd;    
 } 

 .leasefilter .dropdown-menu {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}

.filter-search {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    position: relative;
    display: flex;
}

.filter-search input {
    padding: 12px 10px 8px 38px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.filter-search img {
    position: absolute;
    left: 10px;
    top: 10px;
}

.filter-lists, .filter-lists ul {
    width: 100%;
    list-style-type: none;
}

.filter-lists {
    margin-bottom: 5px;
    margin-top: 5px;
}

.filter-lists ul {
    margin: 0;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
}

.filter-lists ul li {
    padding: 5px 3px;
    width: 100%;
}

.filter-lists ul li .form-check{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    cursor: pointer;
}

.filter-lists ul li .form-check .form-check-input{
    margin-top: 0;
    cursor: pointer;
}

.filter-lists ul li .form-check .form-check-label{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order{
    width: auto;
}

#leasetable > tbody > tr > td {   
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.filter-result {
    margin: 3px 0;
    display: flex;
    align-items: center;
    padding: 0 0px;
}

.filter-result label {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    color: #000;
    margin-bottom: 0;
    margin-right: 4px;
}

.filter-result ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-result li {
    background: #ededed;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #333;
}

.filter-search input::placeholder{
    font-size: 15px;
}

.rolecard{
    padding: 1px 12px;
    font-size: 12px;
    border: 1px solid #21c69e;
    text-align: center;
    background: #fff;
    color: #21c69e;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

#leasetable_wrapper .dt-length{
    display:none;
}

.lease-filters{
    position: absolute;
    left: 0;
    top: -5px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 10px;
}

.lease-filters .selection{
    min-width: 250px;
}

#leasetable_wrapper .row.mt-2:first-child{
    margin-top: 1rem !important;
}

.lease-filters .select2-container {
    z-index: 999!important;
}


/* =======Chats Start here====== */
.chattab .nav-tabs{
    border-bottom: 1px solid #d3d3d3;
}

.chattab .nav-tabs .nav-link{
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border-bottom: 3px solid transparent;
}

.chattab .nav-tabs .nav-link.active{
    border-bottom: 3px solid #21c69e;}

.chatContent{
    padding-top: 12px;
} 

.chat-users-list{
    max-height: calc(100vh - 250px);
    min-height: calc(100vh - 250px);
    overflow-y: auto;
    padding-right: 5px;
}

.chat-users-list .single-user-item{
    border-bottom: 1px solid #e6e6e7;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.chat-users-list .single-user-item.active{
    background-color: #ededed;
}

.chat-users-list .single-user-item .chat-user img {
    width: 45px;
    height: 45px;   
}

.chat-users-list .single-user-item .active-status{
    right: 0;
    bottom: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    background: #21c69e;
    border: 2px solid #ffffff;
}

.chat-users-list .single-user-item .active-status.off{
    background: #ee368c;
}

.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}

.title span:not(:first-child) {
    margin-top: 0px;
    font-size: 14px;
} 

.chat-info{
    text-align: end;
}

.chat-time{
    margin-bottom: 2px;
    color: #919191 !important;
    font-size: 14px;
    font-weight: 500;
}

.trinta-badge{
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ee368c;
}

.sub-title{
    margin-bottom: 10px;
}

.chat-header{
    padding: 10px 10px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}

.user-group img{
    width: 54px;
    height: 54px;   
}

.user-group .title span:not(:first-child) {
    margin-top: 3px;
    font-size: 14px;
}

.members img{
    width: 40px;
    height: 40px;
    margin-right: -7px;
    border: 2px solid #ffffff;
}

.chat-body{
    overflow-y: scroll;    
    height: calc(100vh - 285px);
    margin-top: 10px;
}

.chat-body ul{
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    /* padding-top: 15px; */
    padding-right: 20px;
    padding-left: 0;
}

.chat-body ul li.chat-left img.user{
    top: 0;
    left: 0;
    position: absolute;
}

.chat-body ul li.chat-left{
    padding-left: 45px;
    width: 80%;
}

.chat-body ul li.chat-left img.user{
    top: 0;
    left: 0;
    position: absolute;
}

.chat-body ul li.chat-right{
    text-align: end;
    margin-left: auto;
    padding-left: 0;
    padding-right: 45px;
    width: 80%;
}
.chat-body ul li.chat-right img.user{
    top: 0;
    right: 0;
    position: absolute;
}

.chat-date{
    margin-bottom: 24px;
    margin-top: 12px;
    position: relative;
    text-align: center;
}
.chat-date:before {
    background-color: #f0eff5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 14px;
    width: 100%;
}

.chat-date .title{
    background-color: #f0eff5;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px 12px;
    position: relative;
    z-index: 1;
}


.chat-body ul li.chat-left .message{
    text-align: start;
    margin-bottom: 0;
}

.chat-body ul li.chat-right .message{    
    margin-bottom: 0;
}

.chat-body ul li.chat-right{
    text-align: end;
    margin-left: auto;
    padding-left: 0;
    padding-right: 45px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.chat-body ul li.chat-left .message p, 
.chat-body ul li.chat-right .message p{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 0;
}
.chat-body ul li.chat-left .message p:last-child, 
.chat-body ul li.chat-right .message p:last-child{
    margin-bottom: 0px;
}

.chat-body ul li.chat-left .message p{
    padding: 10px 15px;
    display: flex;
    background-color: #f4f6fc;
    border-radius: 0 10px 10px;
    width: fit-content;
    min-width: 100px;
}

.chat-body ul li.chat-right .message p{
    padding: 10px 15px;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px 0 10px 10px;
    background-color: #21c69e;
    width: fit-content;
    min-width: 100px;
}

.chat-body ul li.chat-right .message p:last-child {
    margin-bottom: 0;
}

.text-black {
    color: #333 !important;
}

.chat-body ul li.chat-left .chat-time{
    text-align: start;
    margin-bottom: 10px;
    margin-top: 8px;
}

.chat-body ul li.chat-right .chat-time{
    text-align: end;
    margin-bottom: 10px;
    margin-top: 8px;
}

.member-name{
    display: block;
    font-size: 15px;
    margin: 0px 0 5px 0;
    font-weight: 500;
}

.footer-chat{
    padding: 8px;
    background: #e1e1e1;
    margin-bottom: 0;
    border-radius: 8px;
    gap: 10px;
}

.footer-chat input{
    background: #fff;
    padding: 12px;
    border-radius: 40px;
    border: 1px solid #fff;
}
.footer-chat input::placeholder{
    font-size: 15px;
}

.footer-chat button{
    height: 46px;
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-chat button i{
    font-size: 24px;
}

.chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    width: 60px;
    height: 60px;
    background-color: #21c69e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.chat-icon .badge {
    position: absolute;
    top: 5px;
    right: auto;
    font-size: 0.75rem;
    background-color: red;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 8px;
  }

  /* =======Chats ends here====== */
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 12px;
}

/* =======Chats Start here====== */
.chattab .nav-tabs{
    border-bottom: 1px solid #d3d3d3;
}

.chattab .nav-tabs .nav-link{
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border-bottom: 3px solid transparent;
}

.chattab .nav-tabs .nav-link.active{
    border-bottom: 3px solid #21c69e;}

.chatContent{
    padding-top: 12px;
} 

.chat-users-list{
    max-height: calc(100vh - 250px);
    min-height: calc(100vh - 250px);
    overflow-y: auto;
    padding-right: 5px;
}

.chat-users-list .single-user-item{
    border-bottom: 1px solid #e6e6e7;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.chat-users-list .single-user-item.active{
    background-color: #ededed;
}

.chat-users-list .single-user-item .chat-user img {
    width: 45px;
    height: 45px;   
}

.chat-users-list .single-user-item .active-status{
    right: 0;
    bottom: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    background: #21c69e;
    border: 2px solid #ffffff;
}

.chat-users-list .single-user-item .active-status.off{
    background: #ee368c;
}

.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}

.title span:not(:first-child) {
    margin-top: 0px;
    font-size: 14px;
} 

.chat-info{
    text-align: end;
}

.chat-time{
    margin-bottom: 2px;
    color: #919191 !important;
    font-size: 14px;
    font-weight: 500;
}

.trinta-badge{
    width: 17px;
    height: 17px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ee368c;
}

.sub-title{
    margin-bottom: 10px;
}

.chat-header{
    padding: 10px 10px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}

.user-group img{
    width: 54px;
    height: 54px;   
}

.user-group .title span:not(:first-child) {
    margin-top: 3px;
    font-size: 14px;
}

.members img{
    width: 40px;
    height: 40px;
    margin-right: -7px;
    border: 2px solid #ffffff;
}

.chat-body{
    overflow-y: scroll;    
    height: calc(100vh - 285px);
    margin-top: 10px;
}

.chat-body ul{
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    /* padding-top: 15px; */
    padding-right: 20px;
    padding-left: 0;
}

.chat-body ul li.chat-left img.user{
    top: 0;
    left: 0;
    position: absolute;
}

.chat-body ul li.chat-left{
    padding-left: 45px;
    width: 80%;
}

.chat-body ul li.chat-left img.user{
    top: 0;
    left: 0;
    position: absolute;
}

.chat-body ul li.chat-right{
    text-align: end;
    margin-left: auto;
    padding-left: 0;
    padding-right: 45px;
    width: 80%;
}
.chat-body ul li.chat-right img.user{
    top: 0;
    right: 0;
    position: absolute;
}

.chat-date{
    margin-bottom: 24px;
    margin-top: 12px;
    position: relative;
    text-align: center;
}
.chat-date:before {
    background-color: #f0eff5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 14px;
    width: 100%;
}

.chat-date .title{
    background-color: #f0eff5;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px 12px;
    position: relative;
    z-index: 1;
}


.chat-body ul li.chat-left .message{
    text-align: start;
    margin-bottom: 0;
}

.chat-body ul li.chat-right .message{    
    margin-bottom: 0;
}

.chat-body ul li.chat-right{
    text-align: end;
    margin-left: auto;
    padding-left: 0;
    padding-right: 45px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.chat-body ul li.chat-left .message p, 
.chat-body ul li.chat-right .message p{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 0;
}
.chat-body ul li.chat-left .message p:last-child, 
.chat-body ul li.chat-right .message p:last-child{
    margin-bottom: 0px;
}

.chat-body ul li.chat-left .message p{
    padding: 10px 15px;
    display: flex;
    background-color: #f4f6fc;
    border-radius: 0 10px 10px;
    width: fit-content;
    min-width: 100px;
}

.chat-body ul li.chat-right .message p{
    padding: 10px 15px;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px 0 10px 10px;
    background-color: #21c69e;
    width: fit-content;
    min-width: 100px;
}

.chat-body ul li.chat-right .message p:last-child {
    margin-bottom: 0;
}

.text-black {
    color: #333 !important;
}

.chat-body ul li.chat-left .chat-time{
    text-align: start;
    margin-bottom: 10px;
    margin-top: 8px;
}

.chat-body ul li.chat-right .chat-time{
    text-align: end;
    margin-bottom: 10px;
    margin-top: 8px;
}

.member-name{
    display: block;
    font-size: 15px;
    margin: 0px 0 5px 0;
    font-weight: 500;
}

.footer-chat{
    padding: 8px;
    background: #e1e1e1;
    margin-bottom: 0;
    border-radius: 8px;
    gap: 10px;
}

.footer-chat input,
.footer-chat textarea{
    background: #fff;
    padding: 12px;
    border-radius: 40px;
    border: 1px solid #fff;
}
.footer-chat input::placeholder,
.footer-chat textarea::placeholder{
    font-size: 15px;
}

.footer-chat button{
    height: 46px;
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-chat button i{
    font-size: 24px;
}

.chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    width: 60px;
    height: 60px;
    background-color: #21c69e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.chat-icon .badge {
    position: absolute;
    top: 5px;
    right: auto;
    font-size: 0.75rem;
    background-color: red;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 8px;
  }

.last-message{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
  /* =======Chats ends here====== */
.error-hightlight {
    border:1px solid red !important;
}

#Persons {
    z-index: 1099 !important;
}

#deleteTenantDoc {
    z-index: 1099 !important;
}
#deleteTenantChecklistDoc {
    z-index: 1099 !important;
}
#deleteUnit, #rentChange {
    z-index: 1099 !important;
}
#deleteTerminationLetter {
    z-index: 1099 !important;
}
#sendLeaseMail {
    z-index: 1099 !important;
}
#deleteOccupant {
    z-index: 1099 !important;
}

#Persons:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}
#deleteOccupant:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}
#confirmSendDoc:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}
#deleteSignature:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}
#sendLeaseMail:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}
#deleteTerminationLetter:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}


#deleteUnit:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}
#rentChange:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}
#deleteFlorPlan:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}

#deleteTenantChecklistDoc:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}

#deleteTenantDoc:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}#lease-list{
    margin-top: 10px;
}

#lease-list thead th span, #lease-list thead th, #lease-list tfoot th span, #lease-list > tbody > tr > td {font-size: 14px;white-space: nowrap;
}

table.dataTable thead th, table.dataTable tfoot th {
background: rgb(209 255 244)!important;
}

#lease-list_wrapper .dt-length {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.note-editable ol{
    list-style-type: decimal;
    padding-left: 20px;
}
.note-editable ul{
    list-style-type: disc;
    padding-left: 20px;
}
.note-modal-footer {
margin-bottom: 20px;
}
.sn-checkbox-open-in-new-window{
    display:none;
}
.sn-checkbox-use-protocol{
    display:none;
}

 /* .my_profile__formone form input {
    background-color: #fafafb; 
    border: 1px solid #fa6362 !important;
} */
#sendproposal .note-modal-footer .note-link-btn{
    background: #0d6efd;
}
#category_tab8 .note-modal-footer .note-link-btn{
    background: #0d6efd;
}
#sendproposal .my_profile__formone form input:disabled {
    background-color: #0d6efd !important;
    
} 



  /* Control dropdown (month/year) height */
  .gj-picker-bootstrap .gj-list,
  .yearselect {
    max-height: 120px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
  }

  ul#select2-update-notice-period-results > li {
    list-style: none;
}
ul#select2-notice_period-results > li {
    list-style: none;
}

body[data-bs-theme="bootstrap5"] .gj-picker-md .gj-list-md {
  max-height: 200px !important;
  overflow-y: auto !important;
}
.gj-picker-md .gj-list-md {
    max-height: 200px !important;
    overflow-y: auto !important;
  }



  .tenancyfiles {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid rgb(26 26 26 / 10%);
    background: #fff;
}

.tenancyfiles thead tr th {
    background-color: rgb(209 255 244);
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.tenancyfiles tbody tr td {
    padding: 4px 8px;
    color: #1a1a1a;
    /* border-bottom: 1px dashed #c6c3d1;
    border-width: 2px; */
    border: 1px solid rgb(26 26 26 / 10%);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.tenancyfiles tbody tr td a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.tenancyfiles tbody tr:hover td {
    background-color: #f6f5f8;
}

.dropdown-toggle.voucheroption::after {
    display: inline-block;
}

.lh-0{
    line-height: 16px;
}

.voucherbtn{    
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

#AddVoucher:before, 
#EditVoucher:before,
#AddForm:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}

.signatureshow{
    width: 100%;
    height: 92px;
    border:1px solid #ddd;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.signatureshow img{
  max-width: 100%;
    height: auto;
    max-height: 91px;
}

input.signatureinput[type="file"] {
 margin-top: 0;
    padding: 27px 10px;
    border: 1px dashed grey;
    background-color: #fff;
    font-size: 12px;
}

input.signatureinput[type="file"]:focus {
    border: 1px dashed #21c69e !important;
}

input.signatureinput[type="file"]::file-selector-button {
  padding: 1em 1.5em;
  border-width: 0;
  border-radius: 1rem;
  background-color: #21c69e;
  color: #FFFFFF;
  font-weight: bold;
  transition: all .25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}

.deletesignature{
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 99;
}


.welcometo{
    font-size: 24px;
  }

  .propName{
    font-size: 18px;
  }

  .propAddress{
    font-size: 16px;
  }

  

#t1c, #t1 {
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px!important;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.dateiframe{
    width:212px;
    height:58px;
}

.NoCommunityBoard{
    width:150px
}



/* css for sort icon */
th .dt-column-title,
th .dt-column-order {
    position: static !important;
    display: inline-block;
    vertical-align: middle;
}

th .dt-column-order {
    margin-right: 6px;   /* icon on left */
}

th .dt-column-title {
    white-space: nowrap;
    
}
table.dataTable thead th {
    text-align: center;
}

.border-rent{
    /* border: 1px dashed #c3c3c3;
    padding: 5px 5px;
    border-radius: 5px;
    min-height: 39px; */
    border: 1px dashed #c3c3c3;
    padding: 12px 5px 5px 5px;
    border-radius: 5px;
    min-height: 39px;
    position: relative;
}

.yearlabel{
    position: absolute;
    top: -8px;
    background: #000;
    color: #fff;
    padding: 0px 5px;
    border-radius: 4px;
}

.form-control.rent-input{
    /* width: 90px;
    height: 31px;
    padding: 0 8px !important;
    line-height: 1;
    font-size: 14px; */
    height: auto;
    padding: 0 3px 3px 3px!important;
    line-height: 1;
    font-size: 14px!important;
    font-weight: 600 !important;   
    border-radius: 0;
}

.form-control.rent-input::placeholder
{
    font-size: 12px!important;
    font-weight: 400!important;
}


.form-control.rent-input:focus{
   color: #1a1a1a;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.edit-rent-btn.disabled {
    pointer-events: none;   /* click disable */
    opacity: 0.4;          /* grey look */
    cursor: not-allowed;
}

.select2-selection.is-invalid {
    border: 1px solid #dc3545 !important;
}

/* ======== Infoboard =========*/

    .infoboard-main{
        width: 100%;
        height: 100vh;
        /* background-image: url(../images/banner.jpg); */
        background-image: url("/admin/assets/images/banner.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        font-family: "Open Sans", sans-serif;
    }

.full-height{
    height: calc(100vh - 12px);
    padding-top: 12px;    
}

.half-height{
    height: calc(50% - 12px);;
}

.infoboard-logo-name-address{
    height: 100%;
    width: 100%;
    background-color: #6dc8b9;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
h2.welcome{
    color: #15060e;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.logodiv{
    width: 210px;
    height: 210px;
    padding: 20px;
    /* background-color: #fff; */
    overflow: hidden;
}

.logodiv img {
    max-width: 100%;
    height: auto;    
}

.name-time{
    display: flex;
    flex-direction: column;
    gap:6px;
}

.siteName{
    color: #15060e;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
     margin: 0;
     font-family: "Open Sans", sans-serif;
}

.siteAddress{
     color: #15060e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
     margin: 0;
     font-family: "Open Sans", sans-serif;
}

.datetimenew{
   color: #15060e;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;  
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.infoboard-image{
    width: 100%;
    height: 100%;
}

.infoboard-image img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;    
}

.sectionHeading{
 background-color: #6dc8b9;
    width: 100%;
    height: 60px;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #15060e;
    padding: 0px 0px 0px 30px;
    display: flex;
    align-items: center;
}

.contacts-list{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    height: calc(100% - 60px);
}

.contacts-list .contact-box{
   padding: 20px 0 20px 30px;
   background-color: #fff;
   background-image: linear-gradient(180deg, #fff 30%, #e7e5e7 100%); 
   height: calc(50% - 2px);
   flex: 49%;
   display: flex;
   align-items: center;
   gap: 20px;
}

.contact-img{
    width: 128px;
    height: auto;
    max-height: 165px;
    /* min-height: 140px; */
    overflow: hidden;
}

.contact-img img{
    width: 100%;
    height: auto;
    object-fit: cover;    
}

.contact-info{
    display: flex;
    flex-direction: column;
    gap: 2px;    
}

.contact-name{
    font-size: 20px;
    font-weight: 700;
    color: #15060e;
    line-height: 24px;
}

.contact-role{
    font-size: 16px;
    font-weight: 500;
    color: #15060e;
    line-height: 20px;
    font-style: italic;
}
.contact-email{
    font-size: 16px;
    font-weight: 500;
    color: #15060e;
    line-height: 20px;
}
.contact-phone{
    font-size: 16px;
    font-weight: 500;
    color: #15060e;
    line-height: 20px;
}

.board-announcement-list{
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: calc(100% - 60px); 
    overflow: hidden;
}

.board-announcement-list .board-box{
   padding: 20px 30px 20px 30px;
   background-color: #fff;
   background-image: linear-gradient(180deg, #fff 30%, #e7e5e7 100%);
   gap: 10px;
    flex-direction: column;
    display: flex;
    height: 33.33%; 
}

.announcement-heading{
  font-size: 18px;
    font-weight: 700;
    color: #15060e;
    line-height: 22px;  
}

.announcement-text{
     font-size: 16px;
    font-weight: 500;
    color: #15060e;
    line-height: 22px;
    overflow: hidden;
}

.divider{
   background-color: #15060e;
    border-color: #15060e;
    opacity: 1;
}

.board-icons{
    max-width: 105px;
    height: auto;
    max-height: 75px;
    min-width:105px;
}

.community-detail{
    display: flex;
    gap: 20px;
}


@media screen and (min-width: 2560px) {

  .contact-img {
    width: 160px;
    max-height: 200px;
    min-height: 170px;
  }

  .contact-name {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-role,
  .contact-email,
  .contact-phone {
    font-size: 18px;
    line-height: 24px;
  }

  .board-icons {
    max-width: 130px;
    max-height: 95px;
  }

  .announcement-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .announcement-text {
    font-size: 18px;
    line-height: 26px;
  }

  .sectionHeading {
    height: 80px;
    font-size: 30px;
    padding-left: 40px;
  }

  h2.welcome {
    font-size: 64px;
    line-height: 64px;
  }

  .logodiv {
   width: 300px;
    height: 300px;
    padding: 30px;
  }

  .siteName {
    font-size: 40px;
    line-height: 40px;
  }

  .siteAddress {
    font-size: 18px;
    line-height: 20px;
  }

  .datetimenew {
    font-size: 18px;
    line-height: 20px;
  }
}
