/*
---------------------- common content ----------
1.body reset content
#.header-area
#.register-area




*/
/*===============================
#.register-area
=================================*/
:root {
    --primary-color: #cdef84;
    --hover-color: #afd449;
    --bColor: #707070;
    --colorOne: #707070;
    --colorTwo: #ebedf0;
    --colorThree: #fafafa;
    --colorFour: #71e3ba;
    --colorFive: #ed84ef;
    --colorSix: #84a2ef;
    --colorSeven: #f4f4ef;
    --colorEight: #ea4335;
    --colorEight-10: rgb(234 67 53 / 10%);
    --colorNine: #f9f9f9;
    --colorTen: #fdedeb;
    --colorEleven: #eaeaea;
    --colorTwelve: #0fa958;
    --colorTwelve-10: rgb(15 169 88 / 10%);
    --color13: #f5b40a;
    --color13-10: rgb(245 180 10 / 10%);
    --color14: #ebe7d5;
    --color15: #e6ef84;
    --color16: #84dcef;
    --color17: #eef0f2;
    --color18: #b7bdc6;
    --color19: #596680;
    --color20: #f0f0f0;
    --color21: #ed0006;
    --color22: #8d84ef;
    --color23: #d3d9e5;
    --color24: #cdffc5;
    --stroke-color: #e4e6eb;
    --scroll-track: #efefef;
    --scroll-thumb: #dadada;
    --text-black: #1b1c17;
    --text-black-50: rgb(27 28 23 / 50%);
    --green: #4cbf4c;
    --red: #f02e17;
    --bg-one: #ededed;
    --border-color: #ededed;
    --border-color-one: #e5e8ec;
    --border-color-deep: #b0b0b0;
    --body-bg: #fbf9f1;
    --white: #ffffff;
    --white-10: rgb(255 255 255 / 10%);
    --white-32: rgb(255 255 255 / 32%);
    --white-70: rgb(255 255 255 / 70%);
    --black: #000000;
    --black-5: rgb(0 0 0 / 5%);
    --black-10: rgb(0 0 0 / 10%);
}

/* Fnot size */
.fs-9 {
    font-size: 0.5625rem;
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-36 {
    font-size: 2.25rem;
}

@media screen and (max-width: 575px) {
    .fs-sm-20 {
        font-size: 1.25rem;
    }
}
/* Font weight */
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fw-1000 {
    font-weight: 1000;
}

/* Line Height */
.lh-12 {
    line-height: 0.75rem;
}

.lh-14 {
    line-height: 0.875rem;
}

.lh-15 {
    line-height: 0.9375rem;
}

.lh-16 {
    line-height: 1rem;
}

.lh-17 {
    line-height: 1.0625rem;
}

.lh-18 {
    line-height: 1.125rem;
}

.lh-20 {
    line-height: 1.25rem;
}

.lh-22 {
    line-height: 1.375rem;
}

.lh-23 {
    line-height: 1.4375rem;
}

.lh-24 {
    line-height: 1.5rem;
}

.lh-25 {
    line-height: 1.5625rem;
}

.lh-28 {
    line-height: 1.75rem;
}

.lh-29 {
    line-height: 1.8125rem;
}

.lh-32 {
    line-height: 2rem;
}

.lh-34 {
    line-height: 2.125rem;
}

.lh-38 {
    line-height: 2.375rem;
}

.lh-42 {
    line-height: 2.625rem;
}

/* Letter Spacing */
.ls-1 {
    letter-spacing: 0.0625rem;
}

.text-black-5 {
    color: var(--black-5) !important;
}

.text-black-10 {
    color: var(--black-10) !important;
}

.text-white-10 {
    color: var(--white-10) !important;
}

.text-white-32 {
    color: var(--white-32) !important;
}

.text-white-70 {
    color: var(--white-70) !important;
}

.text-cdef84 {
    color: var(--primary-color) !important;
}

.text-afd449 {
    color: var(--hover-color) !important;
}

.text-707070 {
    color: var(--bColor) !important;
}

.text-ebedf0 {
    color: var(--colorTwo) !important;
}

.text-fafafa {
    color: var(--colorThree) !important;
}

.text-71e3ba {
    color: var(--colorFour) !important;
}

.text-ed84ef {
    color: var(--colorFive) !important;
}

.text-84a2ef {
    color: var(--colorSix) !important;
}

.text-f4f4ef {
    color: var(--colorSeven) !important;
}

.text-ea4335 {
    color: var(--colorEight) !important;
}

.text-ea4335-10 {
    color: var(--colorEight-10) !important;
}

.text-f9f9f9 {
    color: var(--colorNine) !important;
}

.text-fdedeb {
    color: var(--colorTen) !important;
}

.text-eaeaea {
    color: var(--colorEleven) !important;
}

.text-0fa958 {
    color: var(--colorTwelve) !important;
}

.text-0fa958-10 {
    color: var(--colorTwelve-10) !important;
}

.text-f5b40a {
    color: var(--color13) !important;
}

.text-f5b40a-10 {
    color: var(--color13-10) !important;
}

.text-ebe7d5 {
    color: var(--color14) !important;
}

.text-e6ef84 {
    color: var(--color15) !important;
}

.text-84dcef {
    color: var(--color16) !important;
}

.text-eef0f2 {
    color: var(--color17) !important;
}

.text-b7bdc6 {
    color: var(--color18) !important;
}

.text-596680 {
    color: var(--color19) !important;
}

.text-f0f0f0 {
    color: var(--color20) !important;
}

.text-ed0006 {
    color: var(--color21) !important;
}

.text-8d84ef {
    color: var(--color22) !important;
}

.text-d3d9e5 {
    color: var(--color23) !important;
}

.text-cdffc5 {
    color: var(--color24) !important;
}

.text-scroll-track {
    color: var(--scroll-track) !important;
}

.text-scroll-thumb {
    color: var(--scroll-thumb) !important;
}

.text-1b1c17 {
    color: var(--text-black) !important;
}

.text-1b1c17-50 {
    color: var(--text-black-50) !important;
}

.text-4cbf4c {
    color: var(--green) !important;
}

.text-ededed {
    color: var(--bg-one) !important;
}

.text-e5e8ec {
    color: var(--border-color-one) !important;
}

.text-b0b0b0 {
    color: var(--border-color-deep) !important;
}

.text-fbf9f1 {
    color: var(--body-bg) !important;
}

/* Background Color */
.bg-black-5 {
    background-color: var(--black-5) !important;
}

.bg-black-10 {
    background-color: var(--black-10) !important;
}

.bg-white-10 {
    background-color: var(--white-10) !important;
}

.bg-white-32 {
    background-color: var(--white-32) !important;
}

.bg-white-70 {
    background-color: var(--white-70) !important;
}

.bg-cdef84 {
    background-color: var(--primary-color) !important;
}

.bg-afd449 {
    background-color: var(--hover-color) !important;
}

.bg-707070 {
    background-color: var(--bColor) !important;
}

.bg-ebedf0 {
    background-color: var(--colorTwo) !important;
}

.bg-fafafa {
    background-color: var(--colorThree) !important;
}

.bg-71e3ba {
    background-color: var(--colorFour) !important;
}

.bg-ed84ef {
    background-color: var(--colorFive) !important;
}

.bg-84a2ef {
    background-color: var(--colorSix) !important;
}

.bg-f4f4ef {
    background-color: var(--colorSeven) !important;
}

.bg-ea4335 {
    background-color: var(--colorEight) !important;
}

.bg-ea4335-10 {
    background-color: var(--colorEight-10) !important;
}

.bg-f9f9f9 {
    background-color: var(--colorNine) !important;
}

.bg-fdedeb {
    background-color: var(--colorTen) !important;
}

.bg-eaeaea {
    background-color: var(--colorEleven) !important;
}

.bg-0fa958 {
    background-color: var(--colorTwelve) !important;
}

.bg-0fa958-10 {
    background-color: var(--colorTwelve-10) !important;
}

.bg-f5b40a {
    background-color: var(--color13) !important;
}

.bg-f5b40a-10 {
    background-color: var(--color13-10) !important;
}

.bg-ebe7d5 {
    background-color: var(--color14) !important;
}

.bg-e6ef84 {
    background-color: var(--color15) !important;
}

.bg-84dcef {
    background-color: var(--color16) !important;
}

.bg-eef0f2 {
    background-color: var(--color17) !important;
}

.bg-b7bdc6 {
    background-color: var(--color18) !important;
}

.bg-596680 {
    background-color: var(--color19) !important;
}

.bg-f0f0f0 {
    background-color: var(--color20) !important;
}

.bg-ed0006 {
    background-color: var(--color21) !important;
}

.bg-8d84ef {
    background-color: var(--color22) !important;
}

.bg-d3d9e5 {
    background-color: var(--color23) !important;
}

.bg-cdffc5 {
    background-color: var(--color24) !important;
}

.bg-scroll-track {
    background-color: var(--scroll-track) !important;
}

.bg-scroll-thumb {
    background-color: var(--scroll-thumb) !important;
}

.bg-1b1c17 {
    background-color: var(--text-black) !important;
}

.bg-1b1c17-50 {
    background-color: var(--text-black-50) !important;
}

.bg-4cbf4c {
    background-color: var(--green) !important;
}

.bg-ededed {
    background-color: var(--bg-one) !important;
}

.bg-e5e8ec {
    background-color: var(--border-color-one) !important;
}

.bg-b0b0b0 {
    background-color: var(--border-color-deep) !important;
}

.bg-fbf9f1 {
    background-color: var(--body-bg) !important;
}

/* Border Color */
.bd-c-black-5 {
    border-color: var(--black-5) !important;
}

.bd-c-black-10 {
    border-color: var(--black-10) !important;
}

.bd-c-white-10 {
    border-color: var(--white-10) !important;
}

.bd-c-white-32 {
    border-color: var(--white-32) !important;
}

.bd-c-white-70 {
    border-color: var(--white-70) !important;
}

.bd-c-cdef84 {
    border-color: var(--primary-color) !important;
}

.bd-c-afd449 {
    border-color: var(--hover-color) !important;
}

.bd-c-707070 {
    border-color: var(--bColor) !important;
}

.bd-c-ebedf0 {
    border-color: var(--colorTwo) !important;
}

.bd-c-fafafa {
    border-color: var(--colorThree) !important;
}

.bd-c-71e3ba {
    border-color: var(--colorFour) !important;
}

.bd-c-ed84ef {
    border-color: var(--colorFive) !important;
}

.bd-c-84a2ef {
    border-color: var(--colorSix) !important;
}

.bd-c-f4f4ef {
    border-color: var(--colorSeven) !important;
}

.bd-c-ea4335 {
    border-color: var(--colorEight) !important;
}

.bd-c-ea4335-10 {
    border-color: var(--colorEight-10) !important;
}

.bd-c-f9f9f9 {
    border-color: var(--colorNine) !important;
}

.bd-c-fdedeb {
    border-color: var(--colorTen) !important;
}

.bd-c-eaeaea {
    border-color: var(--colorEleven) !important;
}

.bd-c-0fa958 {
    border-color: var(--colorTwelve) !important;
}

.bd-c-0fa958-10 {
    border-color: var(--colorTwelve-10) !important;
}

.bd-c-f5b40a {
    border-color: var(--color13) !important;
}

.bd-c-f5b40a-10 {
    border-color: var(--color13-10) !important;
}

.bd-c-ebe7d5 {
    border-color: var(--color14) !important;
}

.bd-c-e6ef84 {
    border-color: var(--color15) !important;
}

.bd-c-84dcef {
    border-color: var(--color16) !important;
}

.bd-c-eef0f2 {
    border-color: var(--color17) !important;
}

.bd-c-b7bdc6 {
    border-color: var(--color18) !important;
}

.bd-c-596680 {
    border-color: var(--color19) !important;
}

.bd-c-f0f0f0 {
    border-color: var(--color20) !important;
}

.bd-c-ed0006 {
    border-color: var(--color21) !important;
}

.bd-c-8d84ef {
    border-color: var(--color22) !important;
}

.bd-c-d3d9e5 {
    border-color: var(--color23) !important;
}

.bd-c-cdffc5 {
    border-color: var(--color24) !important;
}

.bd-c-scroll-track {
    border-color: var(--scroll-track) !important;
}

.bd-c-scroll-thumb {
    border-color: var(--scroll-thumb) !important;
}

.bd-c-1b1c17 {
    border-color: var(--text-black) !important;
}

.bd-c-1b1c17-50 {
    border-color: var(--text-black-50) !important;
}

.bd-c-4cbf4c {
    border-color: var(--green) !important;
}

.bd-c-ededed {
    border-color: var(--bg-one) !important;
}

.bd-c-e5e8ec {
    border-color: var(--border-color-one) !important;
}

.bd-c-b0b0b0 {
    border-color: var(--border-color-deep) !important;
}

.bd-c-fbf9f1 {
    border-color: var(--body-bg) !important;
}

/* Fil color */
.fill-green svg path {
    fill: var(--green);
}

/* z-index */
.z-index-10 {
    z-index: 10;
}

/* Padding */
.p-13 {
    padding: 0.8125rem !important;
}

.p-14 {
    padding: 0.875rem !important;
}

.p-20 {
    padding: 1.25rem !important;
}

.p-25 {
    padding: 1.5625rem !important;
}

.p-30 {
    padding: 1.875rem !important;
}

/* Padding top & bottom */
.py-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
}

.py-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
}

.py-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.py-7 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
}

.py-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

.py-11 {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important;
}

.py-13 {
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important;
}

.py-14 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
}

.py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-17 {
    padding-top: 1.0625rem !important;
    padding-bottom: 1.0625rem !important;
}

.py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py-22 {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
}

.py-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
}

.py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
}

@media screen and (min-width: 576px) {
    .py-sm-60 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }
}
@media screen and (min-width: 576px) {
    .py-sm-100 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }
}
/* Padding left & right */
.px-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
}

.px-6 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
}

.px-9 {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
}

.px-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}

.px-14 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
}

.px-17 {
    padding-left: 1.0625rem !important;
    padding-right: 1.0625rem !important;
}

.px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
}

.px-26 {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
}

.px-29 {
    padding-left: 1.8125rem !important;
    padding-right: 1.8125rem !important;
}

.px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
}

.px-36 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}

.px-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
}

/* Padding top */
.pt-4 {
    padding-top: 0.25rem !important;
}

.pt-10 {
    padding-top: 0.625rem !important;
}

.pt-17 {
    padding-top: 1.0625rem !important;
}

.pt-18 {
    padding-top: 1.125rem !important;
}

.pt-20 {
    padding-top: 1.25rem !important;
}

.pt-23 {
    padding-top: 1.4375rem !important;
}

.pt-25 {
    padding-top: 1.5625rem !important;
}

.pt-28 {
    padding-top: 1.75rem !important;
}

.pt-30 {
    padding-top: 1.875rem !important;
}

.pt-76 {
    padding-top: 4.75rem !important;
}

/* Padding bottom */
.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-2 {
    padding-bottom: 0.125rem !important;
}

.pb-3 {
    padding-bottom: 0.1875rem !important;
}

.pb-4 {
    padding-bottom: 0.25rem !important;
}

.pb-5 {
    padding-bottom: 0.3125rem !important;
}

.pb-6 {
    padding-bottom: 0.375rem !important;
}

.pb-8 {
    padding-bottom: 0.5rem !important;
}

.pb-9 {
    padding-bottom: 0.5625rem !important;
}

.pb-10 {
    padding-bottom: 0.625rem !important;
}

.pb-12 {
    padding-bottom: 0.75rem !important;
}

.pb-14 {
    padding-bottom: 0.875rem !important;
}

.pb-15 {
    padding-bottom: 0.9375rem !important;
}

.pb-16 {
    padding-bottom: 1rem !important;
}

.pb-17 {
    padding-bottom: 1.0625rem !important;
}

.pb-18 {
    padding-bottom: 1.125rem !important;
}

.pb-20 {
    padding-bottom: 1.25rem !important;
}

.pb-22 {
    padding-bottom: 1.375rem !important;
}

.pb-25 {
    padding-bottom: 1.5625rem !important;
}

.pb-26 {
    padding-bottom: 1.625rem !important;
}

.pb-27 {
    padding-bottom: 1.6875rem !important;
}

.pb-30 {
    padding-bottom: 1.875rem !important;
}

.pb-32 {
    padding-bottom: 2rem !important;
}

.pb-33 {
    padding-bottom: 2.0625rem !important;
}

.pb-35 {
    padding-bottom: 2.1875rem !important;
}

.pb-36 {
    padding-bottom: 2.25rem !important;
}

.pb-40 {
    padding-bottom: 2.5rem !important;
}

.pb-50 {
    padding-bottom: 3.125rem !important;
}

/* Padding Left */
.pl-13 {
    padding-left: 0.8125rem !important;
}

.pl-40 {
    padding-left: 2.5rem !important;
}

/* Margin Left & Right */
.mx-26 {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
}

.mx-29 {
    margin-left: 1.8125rem !important;
    margin-right: 1.8125rem !important;
}

/* Margin top */
.mt-17 {
    margin-top: 1.0625rem !important;
}

.mt-20 {
    margin-top: 1.25rem !important;
}

.mt-30 {
    margin-top: 1.875rem !important;
}

/* Margin bottom */
.mb-6 {
    margin-bottom: 0.375rem !important;
}

.mb-10 {
    margin-bottom: 0.625rem !important;
}

.mb-18 {
    margin-bottom: 1.125rem !important;
}

.mb-20 {
    margin-bottom: 1.25rem !important;
}

.mb-25 {
    margin-bottom: 1.5625rem !important;
}

.mb-26 {
    margin-bottom: 1.625rem !important;
}

.mb-27 {
    margin-bottom: 1.6875rem !important;
}

.mb-30 {
    margin-bottom: 1.875rem !important;
}

.mb-35 {
    margin-bottom: 2.1875rem !important;
}

.mb-44 {
    margin-bottom: 2.75rem !important;
}

.g-8 {
    gap: 0.5rem;
}

.g-10 {
    gap: 0.625rem;
}

.g-18 {
    gap: 1.125rem;
}

/* Row Gap */
.rg-5 {
    row-gap: 0.3125rem;
}

.rg-6 {
    row-gap: 0.375rem;
}

.rg-10 {
    row-gap: 0.625rem;
}

.rg-15 {
    row-gap: 0.9375rem;
}

.rg-22 {
    row-gap: 1.375rem;
}

.rg-25 {
    row-gap: 1.5625rem;
}

.rg-30 {
    row-gap: 1.875rem;
}

/* Column gap */
.cg-2 {
    column-gap: 0.125rem;
}

.cg-5 {
    column-gap: 0.3125rem;
}

.cg-6 {
    column-gap: 0.375rem;
}

.cg-7 {
    column-gap: 0.4375rem;
}

.cg-8 {
    column-gap: 0.5rem;
}

.cg-10 {
    column-gap: 0.625rem;
}

.cg-13 {
    column-gap: 0.8125rem;
}

.cg-14 {
    column-gap: 0.875rem;
}

.cg-15 {
    column-gap: 0.9375rem;
}

.cg-16 {
    column-gap: 1rem;
}

.cg-17 {
    column-gap: 1.0625rem;
}

.cg-18 {
    column-gap: 1.125rem;
}

.cg-20 {
    column-gap: 1.25rem;
}

.cg-30 {
    column-gap: 1.875rem;
}

.cg-40 {
    column-gap: 2.5rem;
}

.min-w-50 {
    min-width: 3.125rem;
}

.min-w-100 {
    min-width: 6.25rem;
}

.min-w-110 {
    min-width: 6.875rem;
}

.min-w-130 {
    min-width: 8.125rem;
}

.min-w-150 {
    min-width: 9.375rem;
}

.min-w-160 {
    min-width: 10rem;
}

.min-w-408 {
    min-width: 25.5rem;
}

/* Maximum width */
.max-w-10 {
    max-width: 0.625rem;
}

.max-w-14 {
    max-width: 0.875rem;
}

.max-w-26 {
    max-width: 1.625rem;
}

.max-w-30 {
    max-width: 1.875rem;
}

.max-w-60 {
    max-width: 3.75rem;
}

.max-w-146 {
    max-width: 9.125rem;
}

.max-w-150 {
    max-width: 9.375rem;
}

.max-w-220 {
    max-width: 13.75rem;
}

.max-w-230 {
    max-width: 14.375rem;
}

.max-w-240 {
    max-width: 15rem;
}

.max-w-260 {
    max-width: 16.25rem;
}

.max-w-408 {
    max-width: 25.5rem;
}

.max-w-503 {
    max-width: 31.4375rem;
}

.max-w-555 {
    max-width: 34.6875rem;
}

.max-w-830 {
    max-width: 51.875rem;
}

.max-w-840 {
    max-width: 52.5rem;
}

.max-w-890 {
    max-width: 55.625rem;
}

.max-w-940 {
    max-width: 58.75rem;
}

/* Width */
.w-18 {
    width: 1.125rem !important;
}

.w-28 {
    width: 1.75rem !important;
}

.w-30 {
    width: 1.875rem !important;
}

.w-32 {
    width: 2rem !important;
}

.w-35 {
    width: 2.1875rem !important;
}

.w-40 {
    width: 2.5rem !important;
}

.w-42 {
    width: 2.625rem !important;
}

.w-45 {
    width: 2.8125rem !important;
}

.w-48 {
    width: 3rem !important;
}

.w-50 {
    width: 3.125rem !important;
}

.w-110 {
    width: 6.875rem !important;
}

/* Minimum Height */
.min-h-45 {
    min-height: 2.8125rem;
}

.min-h-82 {
    min-height: 5.125rem;
}

.min-h-106 {
    min-height: 6.625rem;
}

.min-h-180 {
    min-height: 11.25rem;
}

/* Maximum Height */
.max-h-35 {
    max-height: 2.1875rem;
}

.max-h-69 {
    max-height: 4.3125rem;
}

.max-h-430 {
    max-height: 26.875rem;
}

.max-h-800 {
    max-height: 50rem;
}

/* Height */
.h-18 {
    height: 1.125rem !important;
}

.h-28 {
    height: 1.75rem !important;
}

.h-30 {
    height: 1.875rem !important;
}

.h-32 {
    height: 2rem !important;
}

.h-35 {
    height: 2.1875rem !important;
}

.h-40 {
    height: 2.5rem !important;
}

.h-42 {
    height: 2.625rem !important;
}

.h-45 {
    height: 2.8125rem !important;
}

.h-48 {
    height: 3rem !important;
}

.h-50 {
    height: 3.125rem !important;
}

.h-110 {
    height: 6.875rem !important;
}

.max-wp-100 {
    max-width: 100% !important;
}

.hover-color-one:hover {
    color: var(--hover-color) !important;
}
.hover-bg-one:hover {
    background-color: var(--hover-color) !important;
}
.hover-bg-two:hover {
    background-color: var(--primary-color) !important;
}
.hover-border-one:hover {
    border-color: var(--primary-color) !important;
}

/* Border */
.bd-half {
    border-width: 0.03125rem !important;
    border-style: solid;
}

.bd-one {
    border-width: 0.0625rem !important;
    border-style: solid;
}

.bd-three {
    border-width: 0.1875rem !important;
    border-style: solid;
}

/* Border top */
.bd-t-one {
    border-top-width: 0.0625rem !important;
    border-top-style: solid;
}

/* Border Bottom */
.bd-b-one {
    border-bottom-width: 0.0625rem !important;
    border-bottom-style: solid;
}

/* Border Radius */
.bd-ra-4 {
    border-radius: 0.25rem !important;
}

.bd-ra-6 {
    border-radius: 0.375rem !important;
}

.bd-ra-7 {
    border-radius: 0.4375rem !important;
}

.bd-ra-8 {
    border-radius: 0.5rem !important;
}

.bd-ra-10 {
    border-radius: 0.625rem !important;
}

.bd-ra-12 {
    border-radius: 0.75rem !important;
}

.bd-ra-15 {
    border-radius: 0.9375rem !important;
}

.bd-ra-20 {
    border-radius: 1.25rem !important;
}

.bd-ra-25 {
    border-radius: 1.5625rem !important;
}

/* Items */
.item-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.625rem;
    height: 2.625rem;
    border: 1px solid var(--black-5);
    border-radius: 50%;
    background-color: var(--white);
}
.item-one .notify_no {
    position: absolute;
    top: -0.438rem;
    right: -0.438rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.9375rem;
    color: var(--black);
}
.item-one.dropdown-toggle::after {
    display: none;
}

/* Dropdown */
.notifyDropdown .dropdown-menu {
    min-width: 21.5625rem;
    max-width: 21.5625rem;
    padding: 1.25rem 0;
    background-color: var(--white);
    border: 0.03125rem solid var(--bg-one);
    border-radius: 0.9375rem;
    -webkit-transform: translate3d(0, 3.75rem, 0);
    transform: translate3d(0, 3.75rem, 0);
}
@media screen and (max-width: 434px) {
    .notifyDropdown .dropdown-menu {
        -webkit-transform: translate3d(calc(-1 * 13.3125rem), 3.75rem, 0);
        transform: translate3d(calc(-1 * 10.375rem), 3.75rem, 0);
    }
}
.notifyDropdown .dropdown-menu.show {
    top: 50% !important;
}
.notifyDropdown .dropdown-menu > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.headerUserDropdown .dropdown-toggle::after {
    content: "\f107";
    font: var(--fa-font-solid);
    border: 0;
    margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
    .headerUserDropdown .dropdown-toggle::after {
        display: none;
    }
}
.headerUserDropdown .dropdown-menu {
    background-color: var(--white);
    border: 0.03125rem solid var(--bg-one);
    border-radius: 0.9375rem;
    -webkit-transform: translateY(3.75rem);
    -ms-transform: translateY(3.75rem);
    transform: translateY(3.75rem);
}
.headerUserDropdown .dropdown-menu.show {
    top: 50% !important;
}
.headerUserDropdown.lanDropdown .dropdown-toggle > div:last-child {
    display: none !important;
}
.headerUserDropdown.lanDropdown .dropdown-toggle::after {
    display: none;
}
.headerUserDropdown.lanDropdown .dropdown-toggle ~ .dropdown-menu {
    --bs-position: end;
}

.dropdownItem-one {
    padding: 0.5rem 0.5625rem !important;
    background-color: var(--white) !important;
    border: 0.0625rem solid var(--border-color) !important;
    border-radius: 0.75rem !important;
}
.dropdownItem-one a {
    padding: 0.4375rem 0.5625rem;
    border-radius: 0.4375rem;
}
.dropdownItem-one a:hover,
.dropdownItem-one a.active {
    background-color: var(--colorSeven);
}
.dropdownItem-one a:hover p,
.dropdownItem-one a.active p {
    color: var(--text-black) !important;
}
.dropdownItem-one a:hover svg path,
.dropdownItem-one a:hover svg circle,
.dropdownItem-one a.active svg path,
.dropdownItem-one a.active svg circle {
    stroke: var(--text-black);
}

.post-dropdown-one {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-dropdown-one:hover {
    background-color: var(--black-5) !important;
}
.post-dropdown-one.dropdown-toggle::after {
    display: none;
}
.post-dropdown-one ~ .dropdown-menu {
    -webkit-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
}
.post-dropdown-one ~ .dropdown-menu > li {
    margin-bottom: 0.3125rem;
}
.post-dropdown-one ~ .dropdown-menu > li:last-child {
    margin-bottom: 0;
}

/* Lists */
.notify-list {
    max-height: 18rem;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
}
.notify-list::-webkit-scrollbar {
    width: 0.375rem;
}
.notify-list::-webkit-scrollbar-track {
    background: var(--scroll-track);
    border-radius: 3.125rem;
}
.notify-list::-webkit-scrollbar-thumb {
    background: var(--scroll-thumb);
    border-radius: 3.125rem;
}
.notify-list li {
    padding: 1.25rem 0;
    border-bottom: 0.0625rem solid var(--border-color);
}
.notify-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.securityList > li {
    padding: 1.375rem 0;
    border-bottom: 0.0625rem solid var(--border-color);
}
.securityList > li:first-child {
    padding-top: 0;
}
.securityList > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.zList-one > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.5rem;
}
.zList-one > li > * {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne);
    word-break: break-word;
}
.zList-one > li > *:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.5rem;
    flex: 0 0 7.5rem;
    font-weight: 600;
    color: var(--text-black);
}
.zList-one > li:last-child {
    padding-bottom: 0;
}
.zList-two > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
}
.zList-two > li:last-child {
    padding-bottom: 0;
}
.zList-two > li .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.625rem;
    height: 2.625rem;
    border: 0.0625rem solid var(--black-5);
    border-radius: 50%;
    background-color: var(--colorThree);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.zList-two > li p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.625rem;
    color: var(--black);
    word-break: break-word;
}
@media screen and (max-width: 575px) {
    .zList-two > li p {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
.zList-three li {
    padding-bottom: 0.625rem;
}
.zList-three li:last-child {
    padding-bottom: 0;
}
.zList-four {
    padding-left: 1rem;
}
.zList-four li {
    padding-bottom: 0.4375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--text-black);
}
.zList-four li:last-child {
    padding-bottom: 0;
}
.zList-five > li {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid var(--black-10);
}
.zList-five > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/* Search */
.search-one {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 26.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-one input {
    width: 100%;
    height: 2.8125rem;
    border: 0.0625rem solid var(--black-5);
    border-radius: 6.875rem;
    background-color: var(--colorThree);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--text-black);
    padding: 0.875rem 2.5rem 0.8125rem 1.125rem;
}
.search-one input:focus {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--text-black);
    border-color: var(--primary-color);
}
.search-one input::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-one input::-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-one input:-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-one input::-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-one input::placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-one .icon {
    position: absolute;
    top: 50%;
    right: 1.0625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1.125rem;
    border: none;
    padding: 0;
    background-color: transparent;
}
.search-two {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 22.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-two input {
    width: 100%;
    height: 2.8125rem;
    border: 0.0625rem solid var(--black-5);
    border-radius: 6.875rem;
    background-color: var(--colorThree);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--text-black);
    padding: 0.875rem 0.875rem 0.875rem 2.8125rem;
}
.search-two input:focus {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--text-black);
    border-color: var(--primary-color);
}
.search-two input::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-two input::-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-two input:-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-two input::-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-two input::placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.search-two .icon {
    position: absolute;
    top: 50%;
    left: 1.125rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1.125rem;
    border: none;
    padding: 0;
    background-color: transparent;
}
.search-two .sDelete {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 0.8125rem;
}

/* User */
.zUser-one {
    position: relative;
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 50%;
}
.zUser-one > img {
    border-radius: 50%;
}
.zUser-one .zBadge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    border: 0.0625rem solid var(--border-color);
    border-radius: 50%;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Border Item */
@media screen and (min-width: 768px) {
    .border-item-one {
        border-right: 0.0625rem solid var(--border-color);
    }
}
@media screen and (max-width: 768px) {
    .border-item-one {
        border-bottom: 0.0625rem solid var(--border-color);
        margin-bottom: 1.875rem;
    }
}

/* Badges */
.zBadge {
    display: inline-block;
    padding: 0.375rem 0.625rem;
    border-radius: 5.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    color: var(--text-black);
    background-color: var(--color15);
}
.zBadge-free {
    display: inline-block;
    padding: 0.375rem 0.625rem;
    border-radius: 5.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    color: var(--colorOne);
    background-color: var(--colorEleven);
}
.zBadge-paid {
    display: inline-block;
    padding: 0.375rem 0.625rem;
    border-radius: 5.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    color: var(--text-black);
    background-color: var(--color16);
}
.zBadge-one {
    display: inline-block;
    padding: 0.375rem 0.625rem;
    border-radius: 5.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    color: var(--text-black);
    background-color: var(--color14);
}

/* Payment Item */
.paymentItem {
    padding: 1.0625rem 1rem;
    border: 0.0625rem solid var(--border-color);
    border-radius: 0.75rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
}
.paymentItem input {
    -webkit-transform: scale(1.231);
    -ms-transform: scale(1.231);
    transform: scale(1.231);
    margin-top: 0;
    border-color: var(--color18);
}
.paymentItem label {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: var(--text-black);
}

/* News item */
.zNews-item-one {
    background-color: var(--white);
    border: 0.0625rem solid var(--border-color);
    border-radius: 1.25rem;
    overflow: hidden;
}
.zNews-item-one .img {
    max-height: 10.25rem;
    border: 0.0625rem solid var(--text-black);
    border-radius: 1.25rem;
    overflow: hidden;
    text-align: center;
}
.zNews-item-one .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zNews-item-one .content {
    padding: 0.875rem 1.125rem 1.125rem;
}
.zNews-item-one .content .date {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
    padding-bottom: 0.375rem;
}
.zNews-item-one .content .title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    color: var(--text-black);
    padding-bottom: 0.3125rem;
}
.zNews-item-one .content .info {
    width: 12.5rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
    padding-bottom: 0.9375rem;
}
.zNews-item-one .content .link {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.0625rem;
    color: var(--text-black);
    text-decoration: underline;
}

/* Membership plan */
.membership-plan.active img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.membership-plan.active button {
    background-color: var(--border-color);
}

/* Actice color */
.active-color-one {
    color: var(--primary-color) !important;
}
.active-color-one > * {
    color: var(--primary-color) !important;
}

/* Divider one */
.divider-one {
    position: relative;
}
.divider-one::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-1 * 0.625rem);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.1875rem;
    height: 0.1875rem;
    border-radius: 50%;
    background-color: var(--colorOne);
}

.zBtn-one {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5625rem;
    color: var(--black);
    padding: 0.625rem 1.625rem;
    border: none;
    border-radius: 0.75rem;
    background-color: var(--colorSeven);
    transition: all 0.3s;
}
.zBtn-one.active {
    background-color: var(--primary-color);
}
.zBtn-two {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5625rem;
    color: var(--black);
    padding: 0.625rem 1.625rem;
    border: none;
    border-radius: 0.75rem;
    background-color: var(--primary-color);
    transition: all 0.3s;
}
.zBtn-filter {
    width: 2.8125rem;
    height: 2.8125rem;
    border: 0.0625rem solid var(--black-5);
    border-radius: 50%;
    background-color: var(--colorThree);
    display: flex;
    justify-content: center;
    align-items: center;
}
.zBtn-filter[aria-expanded="true"],
.zBtn-filter:hover {
    background-color: var(--text-black);
    background-color: var(--text-black);
}
.zBtn-filter[aria-expanded="true"] svg ellipse,
.zBtn-filter[aria-expanded="true"] svg path,
.zBtn-filter:hover svg ellipse,
.zBtn-filter:hover svg path {
    stroke: var(--primary-color);
}

.zSidebar-menu > li {
    position: relative;
    padding: 0 0.75rem;
}
.zSidebar-menu > li:not(.zSidebar-menu > li.sidebar-divider) {
    margin-bottom: 0.3125rem;
}
.zSidebar-menu > li:not(.zSidebar-menu > li.sidebar-divider).sidebar-divider {
    border-top: 0.0625rem solid var(--white-10);
    padding-top: 1.875rem;
    margin-top: 1.875rem;
}
.zSidebar-menu > li:first-child.sidebar-divider {
    padding: 0 1.875rem;
}
.zSidebar-menu > li:not(:first-child).sidebar-divider {
    border-top: 0.0625rem solid var(--white-10);
    padding: 1.875rem 1.125rem 0;
    margin: 1.875rem 0.75rem 0;
}
.zSidebar-menu > li:last-child {
    margin-bottom: 0;
}
.zSidebar-menu > li svg {
    max-width: 22px;
    max-height: 22px;
}
.zSidebar-menu > li > a {
    position: relative;
    padding: 0.8125rem 1rem;
    border-radius: 0.75rem;
}
.zSidebar-menu > li > a span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    color: var(--white-70);
}
.zSidebar-menu > li > a::before {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: var(--white-70);
    right: 1em;
    transform: rotate(135deg) translate(0, -50%);
    transform-origin: top;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li {
    padding-bottom: 0.375rem;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li:last-child {
    padding-bottom: 0;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
    position: relative;
    padding-left: 0.75rem;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--white-70);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
    content: "";
    position: absolute;
    top: 0.5625rem;
    left: 0;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: var(--white-70);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover,
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active {
    color: var(--primary-color);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover::before,
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active::before {
    background-color: var(--primary-color);
}
.zSidebar-menu > li > a.has-subMenu-arrow::before {
    opacity: 1;
    visibility: visible;
}
.zSidebar-menu > li > a:has(~ div ul.zSidebar-submenu li)::before {
    opacity: 1;
    visibility: visible;
}
.zSidebar-menu > li > a[aria-expanded="true"]::before {
    transform: rotate(227deg);
}
.zSidebar-menu > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.125rem;
    height: 1.5625rem;
    border-radius: 0 0.625rem 0.625rem 0;
    background-color: var(--primary-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.zSidebar-menu > li > a:hover,
.zSidebar-menu > li > a.active {
    background-color: rgba(255, 255, 255, 0.09);
}
.zSidebar-menu > li > a:hover svg path,
.zSidebar-menu > li > a:hover svg circle,
.zSidebar-menu > li > a:hover svg rect,
.zSidebar-menu > li > a.active svg path,
.zSidebar-menu > li > a.active svg circle,
.zSidebar-menu > li > a.active svg rect {
    stroke: var(--primary-color);
}
.zSidebar-menu > li > a:hover span,
.zSidebar-menu > li > a.active span {
    color: var(--primary-color);
}
.zSidebar-menu > li > a:hover::before,
.zSidebar-menu > li > a.active::before {
    color: var(--primary-color);
}
.zSidebar-menu > li > a:hover::after,
.zSidebar-menu > li > a.active::after {
    left: -12px;
}
.zSidebar-menu > li .zSidebar-submenu {
    padding: 0.625rem 0 0.625rem 2.9375rem;
}

.zSidebar-fixed {
    max-height: calc(100% - 5.3125rem);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: scroll;
    scrollbar-width: none;
}
.zSidebar-fixed::-webkit-scrollbar {
    display: none !important;
}

.zTabHead {
    border-bottom: none;
    flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
    .zTabHead {
        overflow-x: scroll;
    }
}
.zTabHead::-webkit-scrollbar {
    display: none;
}
.zTabHead .nav-link {
    position: relative;
    margin-bottom: 0;
    border: none;
    border-radius: 0 !important;
    padding: 0 1.875rem 0.9375rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--colorOne);
    white-space: nowrap;
}
.zTabHead .nav-link.active {
    color: var(--text-black);
}
.zTabHead .nav-link.active::after {
    width: 100%;
}
.zTabHead .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.0625rem;
    background-color: var(--text-black);
    transition: all 0.3s;
}

.zTab-reset {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
    --bs-nav-link-font-weight: 400;
    --bs-nav-link-color: #fff;
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-color: #fff;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-active-color: #fff;
    --bs-nav-tabs-link-active-bg: #fff;
    flex-wrap: nowrap;
    border-bottom: none;
}
.zTab-three {
    padding: 0.4375rem;
    background-color: var(--white);
    border: 0.0625rem solid var(--stroke-color);
    border-radius: 0.75rem;
}
.zTab-three .nav-link {
    padding: 0.875rem 1.75rem;
    background-color: transparent;
    border-radius: 0.625rem;
    white-space: nowrap;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: var(--text-black);
}
.zTab-three .nav-link.active {
    background-color: var(--primary-color);
    color: var(--text-black);
}

.zTabContent {
    border-top: 0.0625rem solid var(--border-color);
    padding-top: 1.875rem;
}

/* Modal */
.modal-backdrop {
    --bs-backdrop-opacity: 0.37;
    background-color: var(--text-black);
}

.zModalOne .modal-lg {
    --bs-modal-width: 850px;
}
.zModalOne-content {
    border: none;
    border-radius: 1.5625rem;
}
.zModalOne-body {
    padding: 1.875rem 2.5rem;
    display: flex;
    justify-content: space-between;
}
.zModalOne-body .left {
    position: relative;
    flex: 1 1 30rem;
}
.zModalOne-body .left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0625rem;
    height: 100%;
    background-color: var(--border-color);
}
.zModalOne-body .right {
    flex: 1 1 18.125rem;
}

.zModalTwo-content {
    border: none;
    border-radius: 1.5625rem;
}
.zModalTwo-body {
    padding: 1.875rem;
}

.mClose .btn-close {
    width: 2.625rem;
    height: 2.625rem;
    margin-left: auto;
    border: 0.0625rem solid var(--black-5);
    border-radius: 50%;
    background: transparent none center/1em auto no-repeat;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

/* Start Table Styles */
.zTable {
    width: 100% !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: var(--text-black) !important;
    margin-bottom: 0;
    border-color: var(--border-color);
    border-bottom: none !important;
}
.zTable > :not(caption):first-child > * > * {
    border-bottom: none;
    padding: 0 !important;
}
.zTable > :not(caption):first-child > * > * > * {
    background-color: var(--colorNine);
}
.zTable > :not(caption):first-child > * > *:first-child {
    padding-left: 0 !important;
}
.zTable > :not(caption):first-child > * > *:first-child > * {
    border-radius: 0.625rem 0 0 0.625rem;
}
.zTable > :not(caption):first-child > * > *:last-child {
    padding-right: 0 !important;
}
.zTable > :not(caption):first-child > * > *:last-child > * {
    border-radius: 0 0.625rem 0.625rem 0;
}
.zTable > :not(caption):first-child > * > * > * {
    padding: 0.65625rem 1.25rem !important;
}
.zTable > :not(caption) > * {
    position: relative;
}
.zTable > :not(caption) > * > * {
    padding: 1.25rem !important;
    border-bottom-color: var(--border-color) !important;
    vertical-align: middle;
}
.zTable > :not(caption) > * > *:first-child {
    padding-left: 1.5rem !important;
}
.zTable > :not(caption) > * > *:last-child {
    padding-right: 1.5rem !important;
}
.zTable.zTable-2 > :not(caption):first-child > * > * {
    border-bottom: none;
    border-top: none !important;
}
.zTable.zTable-2 > :not(caption) > * > * {
    padding: 1.25rem !important;
    border-bottom: none !important;
    border-top: 0.0625rem solid var(--border-color);
    vertical-align: middle;
    background-color: transparent !important;
}
.zTable.zTable-2 > :not(caption) > * > *:first-child {
    padding-left: 0 !important;
}
.zTable.zTable-2 > :not(caption) > * > *:last-child {
    padding-right: 0 !important;
    text-align: right;
}
.zTable.zTable-3 > :not(caption) > * > *:first-child {
    padding-left: 1.25rem !important;
}
.zTable.zTable-3 > :not(caption) > * > *:last-child {
    padding-right: 1.25rem !important;
}
.zTable thead tr th {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.5rem;
    color: var(--text-black);
}
.zTable tbody tr td {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.125rem;
    color: var(--colorOne);
}
.zTable > tbody > tr > * {
    transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
    .zTable-responsive {
        overflow: hidden;
    }
}
@media screen and (max-width: 1023px) {
    .zTable-responsive {
        padding-bottom: 1.25rem;
    }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left: 2.5rem !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    top: 50%;
    left: 0.25rem;
    transform: translateY(-50%);
    height: 1rem;
    width: 1rem;
    display: block;
    position: absolute;
    color: var(--white);
    border: 0.125rem solid var(--white);
    border-radius: 50%;
    text-align: center;
    line-height: 0.875rem;
    box-shadow: 0 0 0.1875rem var(--black);
    box-sizing: content-box;
    content: "+";
    background-color: var(--colorOne);
    transition: all 0.3s;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th.dtr-control:before {
    content: "-";
}

/* End Table Styles */
.home-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
}
.home-section .home-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 43.375rem;
    flex: 1 1 43.375rem;
}
.home-section .home-rightSide {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25.375rem;
    flex: 1 1 25.375rem;
}
@media screen and (max-width: 767px) {
    .home-section .home-rightSide {
        display: none;
    }
}
.home-item-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.0625rem;
}
.home-item-one .img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    width: 7.875rem;
    height: 8.25rem;
    border: 0.0625rem solid var(--text-black);
    border-radius: 0.9375rem;
    overflow: hidden;
}
.home-item-one .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-item-one .img .tag {
    position: absolute;
    top: 0.5625rem;
    left: 0.5625rem;
    right: 0.5625rem;
}
.home-item-one .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 13.5rem;
    flex: 1 0 13.5rem;
}
.home-item-one .content > * {
    padding-bottom: 0.375rem;
}
.home-item-one .content > *:last-child {
    padding-bottom: 0;
}
.home-item-one .content .title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    color: var(--text-black);
}

.postLike svg path {
    fill: transparent;
}
.postLike:hover svg path,
.postLike.active svg path {
    fill: var(--color22);
    stroke: var(--color22);
}

.postInput {
    border: none;
    border-radius: 0.75rem;
    padding: 0.9375rem;
    background-color: var(--colorNine);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    overflow-y: auto;
    min-height: 11.25rem !important;
    resize: none;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--text-black) !important;
}
.postInput::-webkit-scrollbar {
    width: 0.375rem;
}
.postInput::-webkit-scrollbar-track {
    background: var(--scroll-track);
    border-radius: 3.125rem;
}
.postInput::-webkit-scrollbar-thumb {
    background: var(--scroll-thumb);
    border-radius: 3.125rem;
}
.postInput:focus {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--text-black) !important;
    background-color: var(--colorNine) !important;
}
.postInput::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}
.postInput::-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}
.postInput:-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}
.postInput::-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}
.postInput::placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}

.postCommentInput {
    border: none;
    border-radius: 0.75rem;
    padding: 0.6875rem 1.125rem 0.625rem;
    background-color: var(--colorNine);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--text-black) !important;
}
.postCommentInput:focus {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--text-black) !important;
    background-color: var(--colorNine) !important;
}
.postCommentInput::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}
.postCommentInput::-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}
.postCommentInput:-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}
.postCommentInput::-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}
.postCommentInput::placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--colorOne) !important;
}

.postComments > li {
    padding-bottom: 0.6875rem;
}
.postComments > li:last-child {
    padding-bottom: 0;
}

.postCommentReply {
    max-width: 37.1875rem;
    padding-left: 3.0625rem;
    padding-top: 0.6875rem;
}
.postCommentReply:not(.postCommentReply:has(ul li)) .postCommentReplyInput {
    display: none !important;
}
.postCommentReply > ul ~ .postCommentReplyInput {
    padding-top: 0.6875rem;
    display: block;
}

.postPhotoItems {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 22.1875rem;
    gap: 0.9375rem;
    max-height: 22.1875rem;
}
@media screen and (max-width: 991px) {
    .postPhotoItems {
        grid-template-rows: 10.625rem;
    }
}
.postPhotoItems:has(:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
}
.postPhotoItems:has(:nth-child(3)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 6.25rem 6.25rem;
}
.postPhotoItems:has(:nth-child(3)) li:first-child {
    grid-row: 1/3;
}
.postPhotoItems.postPhotoItems-two {
    grid-template-columns: repeat(2, 1fr);
}
.postPhotoItems.postPhotoItems-three,
.postPhotoItems.postPhotoItems-multi {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 10.625rem 10.625rem;
}
.postPhotoItems.postPhotoItems-three li:first-child,
.postPhotoItems.postPhotoItems-multi li:first-child {
    grid-row: 1/3;
}
.postPhotoItems li {
    position: relative;
    border: 0.0625rem solid var(--primary-color);
    border-radius: 0.75rem;
    overflow: hidden;
}
.postPhotoItems li:nth-child(n + 4) {
    display: none;
}
.postPhotoItems li .video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text-black-50);
}
.postPhotoItems li img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.postPhotoItems li .morePhotos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text-black-50);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    color: var(--white);
}
.postPhotoItems li video {
    width: 100%;
    height: 100%;
}
.postPhotoItems li .vidPly-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
}
.postPhotoItems li .vidPly-btn img {
    max-width: 1.125rem;
    max-height: 1.3125rem;
}

@media screen and (max-width: 575px) {
    .offcanvas.offcanvas-end {
        max-width: 18.75rem;
    }
}

.content-chat {
    display: flex;
    gap: 1.875rem;
}
@media screen and (max-width: 991px) {
    .content-chat {
        gap: 0.625rem;
    }
}
@media screen and (max-width: 767px) {
    .content-chat {
        flex-direction: column;
    }
}
.content-chat .content-chat-user {
    background-color: var(--white);
    border: 0.0625rem solid var(--border-color);
    border-radius: 1.25rem;
    max-width: 21.875rem;
    width: 100%;
    padding: 1.5625rem 0 0.625rem;
}
@media screen and (max-width: 991px) {
    .content-chat .content-chat-user {
        max-width: 300px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .content-chat .content-chat-user {
        padding: 0.625rem 0;
        max-width: 100%;
    }
}
.content-chat .content-chat-user .head-chat {
    padding: 0 1.5rem 0.75rem;
}
@media screen and (max-width: 767px) {
    .content-chat .content-chat-user .head-chat {
        display: none;
    }
}
.content-chat .content-chat-user .head-chat .title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875rem;
    color: var(--text-black);
}
.content-chat .content-chat-user .search-two {
    margin: 0 1.5rem 0.625rem;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .content-chat .content-chat-user .search-two {
        display: none;
    }
}
.content-chat .content-chat-user .list-search-user-chat {
    max-height: 38.75rem;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
}
.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar {
    width: 0.375rem;
}
.content-chat
    .content-chat-user
    .list-search-user-chat::-webkit-scrollbar-track {
    background: var(--scroll-track);
    border-radius: 3.125rem;
}
.content-chat
    .content-chat-user
    .list-search-user-chat::-webkit-scrollbar-thumb {
    background: var(--scroll-thumb);
    border-radius: 3.125rem;
}
.content-chat .content-chat-user .list-search-user-chat .user-chat {
    display: flex;
    gap: 0.875rem;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}
.content-chat .content-chat-user .list-search-user-chat .user-chat:hover,
.content-chat .content-chat-user .list-search-user-chat .user-chat.active {
    background-color: var(--colorSeven);
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-img {
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-img
    img {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    object-fit: cover;
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-img
    .online {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--green);
    border-radius: 50%;
    border: 0.125rem solid var(--white);
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-img
    .offline {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--colorOne);
    border-radius: 50%;
    border: 0.125rem solid var(--white);
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-text-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    gap: 0.3125rem;
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-text-time
    .time {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
    padding-bottom: 0.375rem;
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-text-time
    .notify {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 0.8125rem;
    color: var(--text-black);
    margin-left: auto !important;
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-text
    .name {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--text-black);
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-text
    small {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.content-chat
    .content-chat-user
    .list-search-user-chat
    .user-chat
    .user-chat-time {
    flex-shrink: 0;
}
.content-chat .content-chat-message-user-wrap {
    max-width: 100%;
    width: 100%;
    border: 0.0625rem solid var(--colorTwo);
    border-radius: 1.25rem;
    overflow: hidden;
}
.content-chat .content-chat-message-user-wrap .content-chat-message-user {
    display: none;
    background-color: var(--white);
    border-bottom: none;
    overflow: hidden;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user.active {
    display: block;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .head-chat-message-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.875rem 1.875rem 1.3125rem;
    background-color: var(--white);
    border-bottom: 0.0625rem solid var(--colorTwo);
}
@media screen and (max-width: 767px) {
    .content-chat
        .content-chat-message-user-wrap
        .content-chat-message-user
        .head-chat-message-user {
        padding: 0.9375rem;
    }
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .head-chat-message-user
    .message-user-img {
    position: relative;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .head-chat-message-user
    .message-user-img
    img {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    object-fit: cover;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .head-chat-message-user
    .message-user-img
    .online {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--green);
    border-radius: 50%;
    border: 0.125rem solid var(--white);
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .head-chat-message-user
    .message-user-img
    .offline {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--colorOne);
    border-radius: 50%;
    border: 0.125rem solid var(--white);
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .head-chat-message-user
    .message-user-text
    .title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--text-black);
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .head-chat-message-user
    .message-user-text
    .status {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    box-sizing: border-box;
    padding: 0.9375rem 1.875rem;
    height: 580px;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    background-color: var(--white);
}
@media screen and (max-width: 767px) {
    .content-chat
        .content-chat-message-user-wrap
        .content-chat-message-user
        .body-chat-message-user {
        padding: 0.9375rem;
    }
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user::-webkit-scrollbar {
    width: 6px;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user::-webkit-scrollbar-track {
    background: var(--scroll-track);
    border-radius: 3.125rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user::-webkit-scrollbar-thumb {
    background: var(--scroll-thumb);
    border-radius: 3.125rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left
    .message-user-left-text {
    position: relative;
    max-width: calc(31.75rem + 12px + 35px);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
@media screen and (max-width: 575px) {
    .content-chat
        .content-chat-message-user-wrap
        .content-chat-message-user
        .body-chat-message-user
        .message-user-left
        .message-user-left-text {
        gap: 0.3125rem;
    }
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left
    .message-user-left-text
    .text {
    padding: 0.375rem 0.75rem;
    background-color: var(--colorNine);
    border: 0.0625rem solid var(--border-color);
    border-radius: 0.9375rem;
    color: var(--text-black);
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left
    .message-user-left-text
    .text
    > p {
    padding-bottom: 0.5rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left
    .message-user-left-text
    .text
    .time-read {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.25rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left
    .message-user-left-text
    .text
    .time-read
    .time {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1rem;
    color: var(--text-black);
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left
    .message-user-left-text
    .share-icon {
    opacity: 0;
    visibility: hidden;
    flex-shrink: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    border: none;
    border-radius: 50%;
    padding: 0;
    background-color: var(--colorEleven);
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left
    .message-user-left-text
    .share-icon
    img {
    max-width: 0.9375rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-left
    .message-user-left-text:hover
    .share-icon {
    opacity: 1;
    visibility: visible;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.25rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right
    .share-icon {
    opacity: 0;
    visibility: hidden;
    flex-shrink: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    border: none;
    border-radius: 50%;
    padding: 0;
    background-color: var(--colorEleven);
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right
    .share-icon
    img {
    max-width: 0.9375rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right
    .message-user-right-text {
    position: relative;
    max-width: calc(31.75rem + 0.75rem + 2.1875rem);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.75rem;
}
@media screen and (max-width: 575px) {
    .content-chat
        .content-chat-message-user-wrap
        .content-chat-message-user
        .body-chat-message-user
        .message-user-right
        .message-user-right-text {
        gap: 0.3125rem;
    }
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right
    .message-user-right-text
    .text {
    padding: 0.375rem 0.75rem;
    background-color: var(--color24);
    border: 0.0625rem solid var(--color24);
    border-radius: 0.9375rem;
    color: var(--text-black);
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right
    .message-user-right-text
    .text
    > p {
    padding-bottom: 0.5rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right
    .message-user-right-text
    .text
    .time-read {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.25rem;
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right
    .message-user-right-text
    .text
    .time-read
    .time {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1rem;
    color: var(--text-black);
}
.content-chat
    .content-chat-message-user-wrap
    .content-chat-message-user
    .body-chat-message-user
    .message-user-right
    .message-user-right-text:hover
    .share-icon {
    opacity: 1;
    visibility: visible;
}
.content-chat .content-chat-message-user-wrap .footer-chat-message-user {
    background-color: var(--white);
    border-top: 0.0625rem solid var(--colorTwo);
    padding: 0.9375rem 1.875rem 1.875rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
@media screen and (max-width: 767px) {
    .content-chat
        .content-chat-message-user-wrap
        .footer-chat-message-user
        .footer-inputs {
        position: relative;
        gap: 0;
        height: 3.125rem;
        background-color: var(--colorSeven);
        border-radius: 3.125rem;
    }
}
@media screen and (max-width: 767px) {
    .content-chat .content-chat-message-user-wrap .footer-chat-message-user {
        padding: 0.9375rem 0.9375rem 1.875rem;
    }
}
.content-chat
    .content-chat-message-user-wrap
    .footer-chat-message-user
    .message-user-send {
    flex: 1 1 auto;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .content-chat
        .content-chat-message-user-wrap
        .footer-chat-message-user
        .message-user-send {
        order: 1;
    }
}
.content-chat
    .content-chat-message-user-wrap
    .footer-chat-message-user
    .message-user-send
    input {
    box-sizing: border-box;
    width: 100%;
    padding: 0.8125rem 1.25rem;
    border-radius: 3.125rem;
    outline: none;
    border: none;
    background-color: var(--colorSeven);
}
@media screen and (max-width: 767px) {
    .content-chat
        .content-chat-message-user-wrap
        .footer-chat-message-user
        .message-user-send
        input {
        padding: 0.8125rem 2.8125rem;
    }
}
.content-chat .content-chat-message-user-wrap .footer-chat-message-user button {
    flex: 0 0 auto;
    border: none;
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-chat
    .content-chat-message-user-wrap
    .footer-chat-message-user
    button.emoji-btn,
.content-chat
    .content-chat-message-user-wrap
    .footer-chat-message-user
    button.send-btn {
    flex: 0 0 auto;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    border: none;
    background-color: var(--colorSeven);
    cursor: pointer;
}
.content-chat
    .content-chat-message-user-wrap
    .footer-chat-message-user
    button.emoji-btn:hover,
.content-chat
    .content-chat-message-user-wrap
    .footer-chat-message-user
    button.send-btn:hover {
    background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
    .content-chat
        .content-chat-message-user-wrap
        .footer-chat-message-user
        button.emoji-btn,
    .content-chat
        .content-chat-message-user-wrap
        .footer-chat-message-user
        button.send-btn {
        z-index: 1;
        order: 2;
        width: 1.9375rem;
        height: 1.9375rem;
        background-color: var(--primary-color);
        position: absolute;
        top: 50%;
        right: 0.8125rem;
        transform: translateY(-50%);
    }
    .content-chat
        .content-chat-message-user-wrap
        .footer-chat-message-user
        button.emoji-btn
        img,
    .content-chat
        .content-chat-message-user-wrap
        .footer-chat-message-user
        button.send-btn
        img {
        max-width: 0.8125rem;
    }
}

.atta-btn label {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    border: none;
    background-color: var(--colorSeven);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.atta-btn label:hover {
    background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
    .atta-btn label {
        z-index: 1;
        width: 1.9375rem;
        height: 1.9375rem;
        position: absolute;
        top: 50%;
        left: 0.8125rem;
        transform: translateY(-50%);
    }
    .atta-btn label img {
        max-width: 0.8125rem;
    }
}

.messagePhoto {
    margin-bottom: 0.375rem;
    gap: 0.1875rem;
    grid-template-rows: 200px;
    margin-top: 0;
    max-height: 200px;
}
.messagePhoto.postPhotoItems-three,
.messagePhoto.postPhotoItems-multi {
    grid-template-rows: 6.25rem 6.25rem;
}
.messagePhoto li {
    border-color: var(--text-black);
}

@media (max-width: 767px) {
    .content-chat .content-chat-user .list-search-user-chat {
        box-sizing: border-box;
        max-width: -moz-fit-content;
        max-width: fit-content;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        overflow-x: auto;
        max-height: -moz-fit-content;
        max-height: fit-content;
        margin: 0 0.9375rem;
        padding: 0.625rem 0;
        gap: 0.625rem;
    }
    .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .content-chat
        .content-chat-user
        .list-search-user-chat::-webkit-scrollbar:vertical {
        width: 0.625rem;
    }
    .content-chat
        .content-chat-user
        .list-search-user-chat::-webkit-scrollbar-button:increment,
    .content-chat
        .content-chat-user
        .list-search-user-chat::-webkit-scrollbar-button {
        display: none;
    }
    .content-chat
        .content-chat-user
        .list-search-user-chat::-webkit-scrollbar:horizontal {
        height: 0.375rem;
    }
    .content-chat
        .content-chat-user
        .list-search-user-chat::-webkit-scrollbar-thumb {
        border-radius: 3.125rem;
    }
    .content-chat
        .content-chat-user
        .list-search-user-chat::-webkit-scrollbar-track {
        border-radius: 3.125rem;
    }
    .content-chat .content-chat-user .list-search-user-chat .user-chat {
        padding: 0;
    }
    .content-chat .content-chat-user .list-search-user-chat .user-chat.active,
    .content-chat .content-chat-user .list-search-user-chat .user-chat:hover {
        background-color: transparent;
    }
    .content-chat
        .content-chat-user
        .list-search-user-chat
        .user-chat
        .user-chat-text-time {
        display: none;
    }
}
#files-names,
#files-names2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
#files-names .file-block,
#files-names2 .file-block {
    flex: 0 0 auto;
    padding: 0.3125rem;
    border: 0.0625rem solid var(--border-color);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
#files-names .file-block .file-icon,
#files-names2 .file-block .file-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--black-10);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
#files-names .file-block .name,
#files-names2 .file-block .name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--text-black);
}
#files-names .file-block .file-delete,
#files-names2 .file-block .file-delete {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--black-10);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.sf-select-without-search {
    background-color: #fff !important;
    border-radius: 0.5rem !important;
    border: 1px solid var(--border-color) !important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--text-black) !important;
    outline: none;
    padding: 1.75rem 1.0625rem !important;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100% !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
}
.sf-select-without-search.empty {
    color: var(--text-black) !important;
}
.sf-select-without-search:hover {
    border-color: var(--border-color) !important;
}
.sf-select-without-search .option.selected {
    font-weight: normal !important;
}
.sf-select-without-search::after {
    border-color: var(--colorOne);
    width: 9px;
    height: 9px;
    right: 15px;
    border-width: 1px;
}
.sf-select-without-search:active,
.sf-select-without-search.open,
.sf-select-without-search:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-without-search .list {
    width: 100% !important;
}
.sf-select-without-search.open .list {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    border-radius: 0.75rem;
    border: 0.0625rem solid var(--border-color);
    box-shadow: 0 0 0.625rem rgba(76, 76, 76, 0.12);
    background-color: #fff;
    padding: 0.5625rem;
    max-height: 12.5rem;
    overflow-y: auto;
    z-index: 10001;
}
.sf-select-without-search.open .list li {
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1rem;
    color: var(--text-black);
    min-height: inherit;
    transition: all 0.3s;
}
.sf-select-without-search.open .list li.focus,
.sf-select-without-search.open .list li.selected,
.sf-select-without-search.open .list li:hover {
    background-color: var(--colorSeven) !important;
}
.sf-select-without-search.open::after {
    transform: rotate(45deg);
}

html,
body {
    height: 100%;
    font-family: "Inter Tight", sans-serif;
    background-color: var(--body-bg);
    color: var(--bColor);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow-x: hidden;
}

* {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

p {
    margin: 0 !important;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
    -moz-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
    -moz-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

:focus {
    outline: none;
}

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

button:focus {
    -moz-outline: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.zScrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.zScrollbar-hidden::-webkit-scrollbar {
    display: none;
}

.section-space {
    padding: 12rem 0;
}

.section-space-top {
    padding: 12rem 0 0;
}

.section-space-bottom {
    padding: 0 0 12rem 0;
}

.btn.focus,
.btn:focus {
    border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus {
    outline: 0px solid;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 24px;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
    color: var(--hover-color);
}

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

.clear {
    clear: both;
}

::-moz-selection {
    background: var(--primary-color);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    text-shadow: none;
    color: #ffffff;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
    background: #000000;
    bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 1000;
    border-radius: 5px;
}
#scrollUp:hover {
    background: var(--hover-color);
}

.section-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.section-bg-gradient {
    background: var(--primary-gradient);
}

.slick-slider {
    margin: 0 -12px;
}

.slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

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

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #161414;
    background: var(--primary-gradient);
    z-index: 9999;
}

.preloader img {
    max-width: 22rem;
    -webkit-animation: zoomIn 1s ease-in-out infinite;
    animation: zoomIn 1s ease-in-out infinite;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Main content */
.zSidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    background-color: var(--text-black);
    z-index: 1001;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.zSidebar[data-background] {
    background-position: center top;
}
@media screen and (max-width: 1023px) {
    .zSidebar {
        left: -240px;
    }
}

.zMainContent {
    position: relative;
    left: 240px;
    width: calc(100% - 240px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
    .zMainContent {
        left: 0;
        width: 100%;
    }
}

.filterOptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem 0.5625rem;
}
@media screen and (max-width: 1024px) {
    .filterOptions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.filterOptions .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 28.75rem;
    min-width: 10.9375rem;
}

.mobileMenu {
    display: none;
}
@media screen and (max-width: 1023px) {
    .mobileMenu {
        display: block;
    }
}

.zSidebar .zSidebar-overlay {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
@media screen and (max-width: 1023px) {
    .zSidebar.menuClose {
        left: 0;
    }
}
.zSidebar.menuClose .zSidebar-overlay {
    opacity: 1;
    visibility: visible;
}

.showDropdown .dropdown-menu {
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background-color: transparent;
    padding: 0;
}
.showDropdown .dropdown-menu li > a {
    display: block;
    padding: 0.8125rem 1rem;
    border-radius: 0.75rem;
}
.showDropdown .dropdown-menu li:hover > a {
    background-color: rgba(255, 255, 255, 0.09);
}
.showDropdown.showMenu > a::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.showDropdown.showMenu .dropdown-menu {
    display: block;
    position: relative;
}

.select2-container {
    width: 100% !important;
}
.select2-container:focus-visible {
    outline: none;
}
.select2-container .selection:focus-visible {
    outline: none;
}
.select2-container .selection .select2-selection:focus-visible {
    outline: none;
}
.select2-container
    .selection
    .select2-selection
    .select2-selection__rendered:focus-visible {
    outline: none;
}

.select2-selection {
    outline: none !important;
}

.sf-select-section {
    height: 58px;
    border-radius: 8px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}
.sf-select-section.select2-selection--single {
    border: 1px solid #dadee7 !important;
    border-radius: 8px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    min-height: 58px;
}
.sf-select-section.select2-selection--single:focus,
.sf-select-section.select2-selection--single:hover {
    border: 1px solid #dadee7;
}
.sf-select-section.select2-selection--single .select2-selection__rendered {
    color: var(--colorOne);
    line-height: 58px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 17px;
}
.sf-select-section.select2-selection--single .select2-selection__arrow {
    height: 58px !important;
    top: 0 !important;
    right: 11px !important;
}
.sf-select-section.select2-selection--single .select2-selection__arrow b {
    border-width: 0 !important;
    background-image: url(../images/icon/angle-down.svg);
    width: 12px !important;
    height: 7px !important;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sf-select-section.select2-selection--multiple {
    border: 1px solid #dadee7 !important;
}
.sf-select-section.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    margin-top: 9px;
    background-color: var(--color14) !important;
    border-color: var(--color14) !important;
    color: var(--text-black) !important;
}
.sf-select-section.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice:not(:first-child) {
    margin-left: 0.625rem;
}
.sf-select-section.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    .select2-selection__choice__remove {
    border-color: var(--color14) !important;
    color: var(--text-black);
}

.sf-select-dropdown {
    border-color: var(--border-color) !important;
    border-radius: 0.75rem !important;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 0.625rem rgba(76, 76, 76, 0.12);
    box-shadow: 0 0 0.625rem rgba(76, 76, 76, 0.12);
    padding: 0.5625rem;
    z-index: 1057;
}
.sf-select-dropdown .select2-search--dropdown {
    padding: 0;
    margin-bottom: 0.625rem;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field {
    border-color: var(--border-color);
    border-radius: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    color: var(--text-black);
    padding: 0.625rem;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field:focus {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    color: var(--text-black);
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar {
    width: 6px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 50px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background: #dadada;
    border-radius: 50px;
}
.sf-select-dropdown .select2-results__options .select2-results__option {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: var(--colorOne);
    border-radius: 4px;
}
.sf-select-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--highlighted,
.sf-select-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--selected {
    background-color: var(--colorSeven);
    color: var(--text-black);
}

.tableTop {
    padding-bottom: 1.25rem;
}

.tableBottom {
    padding-top: 1.25rem;
}

@media screen and (max-width: 575px) {
    .tableLengthInput {
        float: none !important;
    }
}
.tableLengthInput label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
}
@media screen and (max-width: 575px) {
    .tableLengthInput label {
        justify-content: center;
    }
}
.tableLengthInput select {
    border: 0.0625rem solid var(--black-5) !important;
    border-radius: 0.5rem !important;
    background-color: var(--colorThree) !important;
    padding: 0.6875rem 0.9375rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: var(--text-black) !important;
    text-align: center;
}

.tableInfo .dataTables_info {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne);
    padding-top: 0;
}

.tablePagi .paginate_button {
    padding: 0.375rem 0.625rem !important;
    color: var(--colorOne) !important;
    border: 0.0625rem solid var(--colorOne) !important;
    border-radius: 0.5rem !important;
    background: var(--white) !important;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 0.5rem !important;
}
.tablePagi .paginate_button.current,
.tablePagi .paginate_button:hover {
    color: var(--text-black) !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--colorOne) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-size: 0.625rem !important;
    color: var(--colorOne) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: var(--text-black) !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/*-------------------------------------------
    Preloader Area Start
-------------------------------------------*/
/*-------------------------------------------
    Preloader Area Start
-------------------------------------------*/
#ticketViewModal .modal-xl {
    max-width: 60.875rem !important;
}

@media screen and (min-width: 992px) {
    .ticket-view {
        height: 29.125rem;
    }
}
@media screen and (max-width: 991px) {
    .ticket-view {
        overflow-x: auto;
        flex-direction: row !important;
    }
}
.ticket-view > * {
    min-height: 100%;
}
@media screen and (max-width: 991px) {
    .ticket-view > * {
        flex: 0 0 auto;
    }
}
.ticket-view .left {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 17.5rem;
    width: 100%;
    padding: 0 1.125rem;
}
.ticket-view .middle {
    max-width: 26.3125rem;
    width: 100%;
    padding: 3.125rem 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-width: 0 0.0625rem 0 0.0625rem;
    border-style: dashed;
    border-color: var(--red);
}
.ticket-view .middle .title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1rem;
    color: var(--text-black);
    padding-bottom: 1.75rem;
}
.ticket-view .middle .order {
    padding-bottom: 0.6875rem;
}
.ticket-view .middle .order h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.125rem;
    color: var(--text-black);
    padding-bottom: 0.25rem;
}
.ticket-view .middle .order p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0.875rem;
    color: var(--colorOne);
}
.ticket-view .middle .music {
    padding-bottom: 1rem;
}
.ticket-view .middle .music h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 2.125rem;
    color: var(--text-black);
    padding-bottom: 0.125rem;
}
.ticket-view .middle .music p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0.875rem;
    color: var(--colorOne);
    padding-bottom: 0.5rem;
}
.ticket-view .middle .music p:last-child {
    padding-bottom: 0;
}
.ticket-view .middle .host h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2.125rem;
    color: var(--text-black);
}
.ticket-view .right {
    max-width: 17.0625rem;
    width: 100%;
    padding: 1.625rem 1.125rem 1.0625rem;
}
.ticket-view .right .qr {
    text-align: center;
    margin-bottom: 1.875rem;
}
.ticket-view .right .qr img {
    max-height: 9.5rem;
}
.ticket-view .right .tPrint {
    padding-bottom: 1.25rem;
}
.ticket-view .right .tPrint h4 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.875rem;
    color: var(--text-black);
    padding-bottom: 0.8125rem;
}
.ticket-view .right .tPrint p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0.875rem;
    color: var(--colorOne);
    padding-bottom: 0.5rem;
}
.ticket-view .right .tPrint p:last-child {
    padding-bottom: 0;
}
.ticket-view .right .info {
    height: 4.125rem;
    display: flex;
    justify-content: space-between;
}
.ticket-view .right .info .item {
    width: 4.25rem;
    height: 4.125rem;
    border: 0.0625rem solid var(--red);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ticket-view .right .info .item p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.875rem;
    color: var(--text-black);
}
.ticket-view .right .info .item span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.125rem;
    color: var(--text-black);
}
.ticket-view .right .bar-code {
    margin-top: 1.875rem;
}

@media screen and (min-width: 807px) {
    .z-filter-block {
        max-height: 7.875rem;
    }
}
@media screen and (max-width: 806px) {
    .z-filter-block {
        max-height: 12rem;
    }
}
@media screen and (max-width: 664px) {
    .z-filter-block {
        max-height: 12.4375rem;
    }
}
@media screen and (max-width: 480px) {
    .z-filter-block {
        max-height: 17rem;
    }
}
@media screen and (max-width: 438px) {
    .z-filter-block {
        max-height: 21.125rem;
    }
}

.cookie-consent-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    transition: all 0.5s ease;
}

/*===============================
 #.header-area
=================================*/
.header-area {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 3rem 0;
    z-index: 99;
    transition: padding 0.2s ease-in-out;
}
.header-area.stick {
    background: #161414;
    padding: 1rem 0;
    position: fixed;
    top: 0;
}
.header-area .navbar-brand img {
    max-width: 19rem;
}
.header-area .navbar-nav {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
}
.header-area .navbar-nav .nav-item .nav-link {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 500;
    transition: all 0.3s linear;
    padding: 0;
}
.header-area .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
}
.header-area .navbar-nav .nav-item .nav-link.current-menu-items {
    color: var(--primary-color);
}
.header-area .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    border: none;
    content: "\f107";
    vertical-align: middle;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
}
.header-area .navbar-nav .dropdown-menu {
    background: #212121;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.7rem;
    padding: 2rem;
    min-width: 18rem;
    margin-top: 1.5rem;
}
.header-area .navbar-nav .dropdown-menu li {
    margin-bottom: 1.2rem;
}
.header-area .navbar-nav .dropdown-menu li:last-child {
    margin-bottom: 0;
}
.header-area .navbar-nav .dropdown-menu li a {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--white);
    transition: all 0.3s linear;
}
.header-area .navbar-nav .dropdown-menu li a:hover {
    color: var(--primary-color);
}
.header-area .header-right {
    grid-column-gap: 2rem;
}
.header-area .header-right .cart-btn {
    position: relative;
}
.header-area .header-right .cart-btn .cart-count {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--white);
    text-align: center;
}
.header-area .user-profile-dropdown {
    line-height: 0;
}
.header-area .user-profile-dropdown .user-profile {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
}
.header-area .user-profile-dropdown .user-profile img {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    object-fit: cover;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu {
    background-color: #2c332f;
    border-radius: 4px;
    padding: 0;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li {
    border-bottom: 1px solid #414442;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li:last-child {
    border-bottom: none;
}
.header-area
    .user-profile-dropdown
    .user-profile-dropdown-menu
    li
    .dropdown-item {
    display: flex;
    align-items: center;
    grid-column-gap: 1rem;
    padding: 1rem 1.5rem;
    background-color: transparent;
    font-weight: 1.6rem;
    font-weight: 400;
    color: var(--white);
    transition: all 0.3s linear;
}
.header-area
    .user-profile-dropdown
    .user-profile-dropdown-menu
    li
    .dropdown-item:hover {
    color: var(--primary-color);
}
.header-area .languages-dropdown {
    line-height: 0;
}
.header-area .languages-dropdown .languages-item {
    display: inline-flex;
    border: none;
    background-color: transparent;
    padding: 0;
    align-items: center;
    grid-column-gap: 0.5rem;
    color: var(--white);
}
.header-area .languages-dropdown .languages-item .flag-image {
    width: 3.6rem;
    height: 3.6rem;
}
.header-area .languages-dropdown .languages-item .flag-image img {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e8ec;
    background-color: var(--white);
}
.header-area .languages-dropdown .languages-dropdown-menu {
    background-color: #2c332f;
    border-radius: 4px;
    padding: 0;
}
.header-area .languages-dropdown .languages-dropdown-menu li {
    border-bottom: 1px solid #414442;
}
.header-area .languages-dropdown .languages-dropdown-menu li:last-child {
    border-bottom: none;
}
.header-area .languages-dropdown .languages-dropdown-menu li .dropdown-item {
    display: flex;
    align-items: center;
    grid-column-gap: 1rem;
    padding: 1rem 1.5rem;
    background-color: transparent;
    font-weight: 1.6rem;
    font-weight: 400;
    color: var(--white);
    transition: all 0.3s linear;
}
.header-area
    .languages-dropdown
    .languages-dropdown-menu
    li
    .dropdown-item
    .flag-image {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e8ec;
}
.header-area
    .languages-dropdown
    .languages-dropdown-menu
    li
    .dropdown-item:hover {
    color: var(--primary-color);
}
.header-area .notifications-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    border: 1px solid #e5e8ec;
    background-color: var(--white);
}
.header-area .notifications-btn .count {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
}
.header-area .notifications-dropdown .notifications-dropdown-menu {
    background: #2c302e;
    width: 360px;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-top
    p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--white);
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-top
    .read-btn {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--primary-color);
    transition: all 0.3s linear;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-top
    .read-btn:hover {
    color: var(--hover-color);
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification {
    border-top: 1px solid #3c3a3a;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification
    a {
    display: flex;
    grid-gap: 2rem;
    padding: 1.5rem 0;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification
    .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 1.6rem;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification
    .notification-content {
    flex: 1;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification
    .notification-content
    h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--white);
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification
    .notification-content
    span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #969595;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification.successful
    .icon {
    background-color: var(--primary-color);
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification.pending
    .icon {
    background-color: #ffa043;
}
.header-area
    .notifications-dropdown
    .notifications-dropdown-menu
    .notifications-list
    .single-notification.successful
    .icon {
    background-color: #ff3a3a;
}

.responsive-btn {
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #777777;
    color: var(--white);
    font-size: 2rem;
    transition: all 0.3s linear;
}
.responsive-btn:hover {
    color: var(--white);
    background: var(--hover-color);
}

.responsive-cart {
    position: relative;
}
.responsive-cart img {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: cover;
}
.responsive-cart .cart-count {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--white);
    text-align: center;
}

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

@media (min-width: 1200px) {
    .responsive-btn {
        display: none;
    }
    .mobile-btn {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header-area .navbar-nav {
        background: var(--tColor);
        padding: 3rem;
        margin-top: 2rem;
        border-radius: 1rem;
    }
}
@media (max-width: 560px) {
    .responsive-btn {
        width: 4rem;
        height: 4rem;
    }
    .header-area .navbar-brand img {
        max-width: 15rem;
    }
    .header-area {
        padding: 1.5rem 0;
    }
}
@media (max-width: 470px) {
    .header-area .notifications-dropdown .notifications-dropdown-menu {
        width: 280px;
        padding: 1rem;
        transform: translateX(60px);
    }
}
@media (max-width: 375px) {
    .header-area .navbar-brand img {
        max-width: 13rem;
    }
}
@media (max-width: 360px) {
    .header-area .navbar-brand img {
        max-width: 9rem;
    }
}
/*===============================
#.register-area
=================================*/
.form-wrap-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.9375rem;
    grid-row-gap: 1.25rem;
}
@media screen and (max-width: 575px) {
    .form-wrap-main {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1.5rem;
    }
}

.primary-form-group .primary-form-group-wrap {
    position: relative;
}
.primary-form-group .primary-form-group-wrap .form-label {
    position: absolute;
    display: inline-block;
    padding: 0 0.625rem;
    margin: 0;
    top: 0;
    left: 0.8125rem;
    background-color: var(--white);
    transform: translateY(-50%);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: var(--colorOne);
    z-index: 1;
}
.primary-form-group .primary-form-group-wrap .primary-form-control {
    width: 100%;
    padding: 1rem 1.4375rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border-color);
    font-family: "Inter Tight", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--text-black);
    box-shadow: none;
}
.primary-form-group .primary-form-group-wrap .primary-form-control:focus {
    color: var(--text-black);
}
.primary-form-group .primary-form-group-wrap .primary-form-control:hover,
.primary-form-group .primary-form-group-wrap .primary-form-control:focus {
    border-color: var(--primary-color);
}
.primary-form-group
    .primary-form-group-wrap
    .primary-form-control::placeholder {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--colorOne);
}
.primary-form-group
    .primary-form-group-wrap
    .primary-form-control[type="file"] {
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--black);
}
.primary-form-group
    .primary-form-group-wrap
    .primary-form-control[type="file"]::-webkit-file-upload-button {
    margin-right: 0.75rem;
    padding: 0.125rem 0.625rem;
    border: 0;
    border-radius: 0.375rem;
    background-color: var(--color14);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--black);
}
.primary-form-group
    .primary-form-group-wrap
    .primary-form-control[type="file"]::file-selector-button {
    margin-right: 0.75rem;
    padding: 0.125rem 0.625rem;
    border: 0;
    border-radius: 0.375rem;
    background-color: var(--color14);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--black);
}
.primary-form-group .primary-form-group-wrap select.primary-form-control {
    color: var(--colorOne);
}
.primary-form-group .primary-form-group-wrap .summernoteOne ~ .note-editor {
    border: 0.0625rem solid var(--border-color) !important;
    border-radius: 0.75rem;
    padding: 0.9375rem 1.25rem;
}

.continue-btn-list {
    display: flex;
    align-items: center;
    grid-column-gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
}
.continue-btn-list .continue-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #f9f9f9;
    transition: all 0.3s linear;
    border: none;
    box-shadow: none;
}
.continue-btn-list .continue-btn img {
    max-width: 1.6875rem;
    object-fit: cover;
}
.continue-btn-list .continue-btn:hover {
    background-color: var(--primary-color);
}

.under-border-one::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--border-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
    .sf-sortable-form .form-builder {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 1.25rem;
    }
}
.sf-sortable-form .form-builder ul.stage-wrap {
    width: 70% !important;
    border: 1px solid var(--stroke-color) !important;
    border-radius: 10px;
    background-color: var(--white) !important;
    padding: 30px 25px !important;
}
@media screen and (max-width: 767px) {
    .sf-sortable-form .form-builder ul.stage-wrap {
        width: 68% !important;
    }
}
@media screen and (max-width: 575px) {
    .sf-sortable-form .form-builder ul.stage-wrap {
        width: 100% !important;
    }
}
.sf-sortable-form .form-builder ul.stage-wrap li.hoverDropStyleInverse {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 5px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field {
    border-color: var(--stroke-color) !important;
    margin-bottom: 1.625rem;
    border-radius: 0 !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field:last-child {
    margin-bottom: 0;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .field-actions
    .btn {
    border-color: var(--stroke-color) !important;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .field-actions
    .del-button:hover {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .field-actions
    .copy-button:hover {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .field-actions
    .sort-button:hover {
    color: var(--text-black);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field label.field-label {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--text-black);
    margin-bottom: 0.5rem;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name="label"] {
    width: 100% !important;
    height: auto;
    padding: 0.8125rem 1.25rem 0.9375rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: var(--text-black);
    background-color: var(--white) !important;
    border: 0.0625rem solid var(--stroke-color) !important;
    border-radius: 0.5rem;
    box-shadow: none !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input:focus,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input:hover,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea:focus,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea:hover,
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    div[name="label"]:focus,
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    div[name="label"]:hover {
    border: 0.0625rem solid var(--primary-color);
    color: var(--bColor) !important;
    background-color: var(--white) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input::placeholder,
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    textarea::placeholder,
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    div[name="label"]::placeholder {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--bColor);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea {
    resize: none;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .required-asterisk {
    color: var(--red);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field select {
    border: 0.0625rem solid var(--stroke-color);
    border-radius: 0.5rem;
    padding: 0.875rem 1.25rem;
    width: 100%;
    background-color: var(--white);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: var(--bColor);
    height: auto;
    box-shadow: none;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 2rem;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .checkbox-group
    .formbuilder-checkbox,
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .checkbox-group
    .formbuilder-radio,
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .radio-group
    .formbuilder-checkbox,
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .radio-group
    .formbuilder-radio {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .checkbox-group
    input,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group input {
    width: auto !important;
    margin: 0;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .checkbox-group
    label,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: var(--bColor);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements {
    background: var(--body-bg);
    border-color: var(--stroke-color) !important;
    border-radius: 0.5rem;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .form-elements
    .form-group
    .input-wrap
    input[type="checkbox"] {
    width: auto !important;
    margin-top: 12px !important;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .form-elements
    .form-group
    .sortable-options {
    background: var(--stroke-color);
    border-radius: 0.5rem;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .form-elements
    .form-group
    .sortable-options
    > li:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .form-elements
    .form-group
    .sortable-options
    > li:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .form-elements
    .form-group
    .sortable-options
    > li
    > input {
    width: calc(44.5% - 17px) !important;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .form-elements
    .form-group
    .sortable-options
    > li
    > input:first-child {
    width: 5% !important;
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .form-elements
    .form-group
    .sortable-options-wrap
    .option-actions
    a {
    background: var(--primary-color);
    padding: 0.625rem 1.625rem;
    border: 0.0625rem solid var(--primary-color);
    font-size: 0.9375rem;
    border-radius: 0.5rem;
    color: var(--white);
    font-weight: 600;
    line-height: 1.5625rem;
    margin-top: 0.625rem;
    display: inline-flex;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field
        .form-elements
        .form-group:first-child
        label {
        width: 24%;
        text-align: left;
    }
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field
        .form-elements
        .form-group:first-child
        .input-wrap {
        width: 70%;
    }
}
@media screen and (max-width: 575px) {
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field
        .form-elements
        .form-group:first-child
        label {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field
        .form-elements
        .form-group:not(:first-child)
        .input-wrap,
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field
        .form-elements
        .form-group:not(:first-child)
        label {
        width: 100%;
    }
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field
        .form-elements
        .form-group:not(:first-child)
        .input-wrap {
        margin-left: 0%;
    }
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field
        .form-elements
        .form-group:not(:first-child)
        label {
        text-align: left;
    }
}
.sf-sortable-form
    .form-builder
    ul.stage-wrap
    li.form-field
    .form-elements
    .close-field {
    color: var(--white);
    top: 3.125rem;
    bottom: auto;
    right: 0.9375rem;
    left: auto;
    background: var(--red);
    border: 0.0625rem solid var(--stroke-color);
    padding: 0.3125rem 0.625rem;
    border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field
        .form-elements
        .close-field {
        right: 0;
    }
}
@media screen and (max-width: 330px) {
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field:hover
        .field-actions {
        position: relative;
    }
}
@media screen and (max-width: 481px) {
    .sf-sortable-form
        .form-builder
        ul.stage-wrap
        li.form-field.editing
        .form-elements
        .close-field {
        top: 5rem;
    }
}
.sf-sortable-form .form-builder ul.stage-wrap li.delete {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap.empty::after {
    color: var(--white);
}
.sf-sortable-form .form-builder .cb-wrap {
    width: 27% !important;
}
@media screen and (max-width: 767px) {
    .sf-sortable-form .form-builder .cb-wrap {
        width: 29% !important;
    }
}
@media screen and (max-width: 575px) {
    .sf-sortable-form .form-builder .cb-wrap {
        width: 50% !important;
        margin: auto;
        position: relative !important;
    }
}
@media screen and (max-width: 482px) {
    .sf-sortable-form .form-builder .cb-wrap {
        width: 100% !important;
        inset: unset !important;
    }
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control {
    border-radius: 0.625rem;
    border: 0.0625rem solid var(--stroke-color);
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li {
    box-shadow: none;
    padding: 0.9375rem 1.4375rem;
    margin-bottom: 0 !important;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:first-child {
    border-radius: 0.625rem 0.625rem 0 0;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:last-child {
    border-radius: 0 0 0.625rem 0.625rem;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:hover {
    background-color: var(--primary-color);
}
.sf-sortable-form .rendered-form > div,
.sf-sortable-form .rendered-form .row div {
    position: relative;
}
.sf-sortable-form .rendered-form > div label,
.sf-sortable-form .rendered-form .row div label {
    position: absolute;
    display: inline-block;
    padding: 0 0.625rem;
    margin: 0;
    top: 0;
    left: 0.8125rem;
    background-color: var(--white);
    transform: translateY(-50%);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: var(--colorOne);
    z-index: 1;
}
.sf-sortable-form .rendered-form > div label:has(~ .checkbox-group),
.sf-sortable-form .rendered-form > div label:has(~ .radio-group),
.sf-sortable-form .rendered-form .row div label:has(~ .checkbox-group),
.sf-sortable-form .rendered-form .row div label:has(~ .radio-group) {
    position: relative;
    margin-bottom: 0.5rem;
    left: 0.8125rem;
}
.sf-sortable-form .rendered-form > div input,
.sf-sortable-form .rendered-form > div select,
.sf-sortable-form .rendered-form .row div input,
.sf-sortable-form .rendered-form .row div select {
    width: 100%;
    padding: 1rem 1.4375rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border-color);
    font-family: "Inter Tight", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--text-black);
    box-shadow: none;
}
.sf-sortable-form .rendered-form > div input:focus,
.sf-sortable-form .rendered-form > div select:focus,
.sf-sortable-form .rendered-form .row div input:focus,
.sf-sortable-form .rendered-form .row div select:focus {
    color: var(--text-black);
}
.sf-sortable-form .rendered-form > div input:hover,
.sf-sortable-form .rendered-form > div input:focus,
.sf-sortable-form .rendered-form > div select:hover,
.sf-sortable-form .rendered-form > div select:focus,
.sf-sortable-form .rendered-form .row div input:hover,
.sf-sortable-form .rendered-form .row div input:focus,
.sf-sortable-form .rendered-form .row div select:hover,
.sf-sortable-form .rendered-form .row div select:focus {
    border-color: var(--primary-color);
}
.sf-sortable-form .rendered-form > div input::placeholder,
.sf-sortable-form .rendered-form > div select::placeholder,
.sf-sortable-form .rendered-form .row div input::placeholder,
.sf-sortable-form .rendered-form .row div select::placeholder {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--colorOne);
}
.sf-sortable-form .rendered-form > div input[type="file"],
.sf-sortable-form .rendered-form > div select[type="file"],
.sf-sortable-form .rendered-form .row div input[type="file"],
.sf-sortable-form .rendered-form .row div select[type="file"] {
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--black);
}
.sf-sortable-form
    .rendered-form
    > div
    input[type="file"]::-webkit-file-upload-button,
.sf-sortable-form
    .rendered-form
    > div
    select[type="file"]::-webkit-file-upload-button,
.sf-sortable-form
    .rendered-form
    .row
    div
    input[type="file"]::-webkit-file-upload-button,
.sf-sortable-form
    .rendered-form
    .row
    div
    select[type="file"]::-webkit-file-upload-button {
    margin-right: 0.75rem;
    padding: 0.125rem 0.625rem;
    border: 0;
    border-radius: 0.375rem;
    background-color: var(--color14);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--black);
}
.sf-sortable-form .rendered-form > div input[type="file"]::file-selector-button,
.sf-sortable-form
    .rendered-form
    > div
    select[type="file"]::file-selector-button,
.sf-sortable-form
    .rendered-form
    .row
    div
    input[type="file"]::file-selector-button,
.sf-sortable-form
    .rendered-form
    .row
    div
    select[type="file"]::file-selector-button {
    margin-right: 0.75rem;
    padding: 0.125rem 0.625rem;
    border: 0;
    border-radius: 0.375rem;
    background-color: var(--color14);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--black);
}
.sf-sortable-form .rendered-form > div .formbuilder-checkbox label,
.sf-sortable-form .rendered-form > div .formbuilder-radio label,
.sf-sortable-form .rendered-form .row div .formbuilder-checkbox label,
.sf-sortable-form .rendered-form .row div .formbuilder-radio label {
    position: relative !important;
    transform: initial;
}
.sf-sortable-form .rendered-form > div .formbuilder-checkbox input,
.sf-sortable-form .rendered-form > div .formbuilder-radio input,
.sf-sortable-form .rendered-form .row div .formbuilder-checkbox input,
.sf-sortable-form .rendered-form .row div .formbuilder-radio input {
    width: auto !important;
}
.sf-sortable-form .rendered-form .row {
    row-gap: 20px;
}
.sf-sortable-form .rendered-form .row div label {
    left: 1.3125rem;
}
.sf-sortable-form
    .rendered-form:not(.sf-sortable-form .rendered-form:has(.row)) {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.register-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    min-height: 100vh;
}

.register-wrap {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    max-width: 75.75rem;
    width: 100%;
    background-color: var(--white);
}

.register-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    width: 40.5%;
    height: 52.5625rem;
}
@media screen and (max-width: 767px) {
    .register-left {
        display: none;
    }
}
.register-left .register-left-wrap {
    max-width: 20.1875rem;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .register-left .register-left-wrap {
        padding: 0 0.9375rem;
    }
}

.register-right {
    flex: 1;
    max-width: 35.9375rem;
    margin: 0 auto;
    padding: 1.5rem 0;
}
@media screen and (max-width: 1099px) {
    .register-right {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.otp-input-fields {
    display: flex;
    justify-content: space-between;
    gap: 0.9375rem;
}
.otp-input-fields input {
    flex: 1 1 auto;
    max-width: 8.25rem;
    width: 100%;
    height: 5.5625rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    text-align: center;
}
@media screen and (max-width: 575px) {
    .otp-input-fields input {
        height: 4.375rem;
    }
}
.otp-input-fields input:focus,
.otp-input-fields input:hover {
    border-color: var(--primary-color);
}
.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.dataTables_wrapper .tableSearch {
    position: relative;
    max-width: 22.3125rem;
    width: 100%;
}
@media screen and (max-width: 575px) {
    .dataTables_wrapper .tableSearch {
        max-width: 100%;
    }
}
.dataTables_wrapper .tableSearch .dataTables_filter {
    position: relative;
    width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter label {
    width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter .searchIcon {
    position: absolute;
    top: 50%;
    left: 1.125rem;
    display: flex;
    max-height: 1.125rem;
    transform: translateY(-50%);
}
.dataTables_wrapper .tableSearch .dataTables_filter input {
    width: 100%;
    border: 0.0625rem solid var(--black-5);
    border-radius: 6.875rem !important;
    padding: 0.875rem 1.125rem 0.8125rem 2.8125rem !important;
    background-color: var(--colorThree) !important;
    margin-left: 0 !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne) !important;
}
.dataTables_wrapper
    .tableSearch
    .dataTables_filter
    input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 0.8125rem;
    width: 0.8125rem;
    background-image: url(../images/icon/delete.svg);
    background-size: 0.8125rem 0.8125rem;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:focus {
    border-color: var(--primary-color) !important;
}
.dataTables_wrapper
    .tableSearch
    .dataTables_filter
    input::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne) !important;
}
.dataTables_wrapper
    .tableSearch
    .dataTables_filter
    input:-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne) !important;
}
.dataTables_wrapper
    .tableSearch
    .dataTables_filter
    input::-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: var(--colorOne) !important;
}

.tableTop .row {
    row-gap: 0.625rem;
}

.zCheck.form-switch {
    min-height: 27px;
}
.zCheck.form-switch input.form-check-input {
    width: 53px;
    height: 27px;
    margin-top: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid var(--scroll-track);
    border-radius: 100px;
    background-color: var(--scroll-track);
    background-image: url(../images/icon/switch-circle.svg);
    background-size: 23px;
    background-position-x: 3px;
}
.zCheck.form-switch input.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    background-position-x: 26px;
}
.zCheck label {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
}

.summernoteOne ~ .note-editor {
    border: none !important;
}
.summernoteOne ~ .note-editor .note-toolbar {
    padding: 0 5px;
    background-color: var(--colorNine);
    border-bottom: none !important;
    border-radius: 10px;
}
.summernoteOne ~ .note-editor .note-toolbar > div {
    margin-top: 0;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group {
    position: relative;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color23);
}
.summernoteOne
    ~ .note-editor
    .note-toolbar
    > .note-btn-group:last-child::before {
    display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn {
    color: #666f80;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn::after {
    display: none;
}
.summernoteOne
    ~ .note-editor
    .note-toolbar
    .note-btn-group.note-color
    .note-btn {
    border-radius: 8px 0 0 8px;
    margin-right: 0;
}
.summernoteOne
    ~ .note-editor
    .note-toolbar
    .note-btn-group.note-color
    .note-btn.dropdown-toggle {
    border-radius: 0 8px 8px 0;
}
.summernoteOne ~ .note-editor .note-statusbar {
    display: none;
}

.zImage-upload-details {
    position: relative;
    max-width: 25.5rem;
}
.zImage-upload-details .zImage-inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.zImage-upload-details label {
    z-index: 10 !important;
}
.zImage-upload-details .upload-img-box {
    background-color: var(--colorNine);
    border: 0.125rem dashed var(--colorOne);
    border-radius: 0.75rem;
    height: 11.5625rem;
    position: relative;
    overflow: hidden;
}

.profileImage-upload {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 6.875rem;
    max-width: 7.5rem;
    position: relative;
}
.profileImage-upload > img {
    background-color: var(--colorNine);
    width: 6.875rem;
    height: 6.875rem;
    border: 0.1875rem solid var(--primary-color);
    border-radius: 50%;
}
.profileImage-upload .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: var(--color22);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}
.profileImage-upload .icon img {
    position: relative;
    max-width: 16px;
    max-height: 16px;
    top: auto;
    left: auto;
    transform: translate(0);
}
.profileImage-upload input {
    top: auto !important;
    left: auto !important;
    max-width: 2.375rem;
    height: 2.375rem;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    background-color: var(--color22);
    cursor: pointer;
}

html:has(body.mfp-zoom-out-cur) {
    margin-right: 0 !important;
}

.mfp-content {
    max-width: 90rem !important;
}
.mfp-content .mfp-figure::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
}
.mfp-content .mfp-bottom-bar {
    margin-top: 0.625rem !important;
}
.mfp-content figure img {
    border: 0.0625rem solid var(--primary-color);
    padding: 0;
    border-radius: 0.9375rem;
    overflow: hidden;
}

.mfp-arrow {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background: var(--white) !important;
    opacity: 1;
    margin: 0 !important;
    transform: translateY(-50%);
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
}
@media screen and (max-width: 991px) {
    .mfp-arrow {
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: scale(0.75) translateY(-50%);
    }
}
.mfp-arrow::after,
.mfp-arrow::before {
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1.125rem;
    height: 100%;
    max-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mfp-arrow.mfp-arrow-right::after {
    background-image: url(../images/icon/arrow-right-popup.svg);
}
.mfp-arrow.mfp-arrow-left::after {
    background-image: url(../images/icon/arrow-left-popup.svg);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 9999;
}
#preloader img {
    max-width: 22rem;
}

#preloader-status {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calendarIcon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 1.125rem;
    background-image: url(../images/icon/calendar-icon-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.ld-price-plan {
    max-width: 25.875rem;
    margin: 0 auto;
    background-color: var(--white);
    border: 0.0625rem solid var(--stroke-color);
    border-radius: 1.25rem;
    padding: 2.5rem;
}
.ld-price-plan-wrap {
    position: relative;
    padding-bottom: 6.875rem;
}
.ld-price-plan-wrap .controlBtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8.75rem;
    height: 3.75rem;
}
.ld-price-plan-wrap .swiper-button-prev,
.ld-price-plan-wrap .swiper-button-next {
    top: 0;
    margin-top: 0;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0.0625rem solid var(--stroke-color);
}
.ld-price-plan-wrap .swiper-button-prev svg,
.ld-price-plan-wrap .swiper-button-next svg {
    max-width: 1.375rem;
}
.ld-price-plan-wrap .swiper-button-prev:hover,
.ld-price-plan-wrap .swiper-button-next:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.ld-price-plan-wrap .swiper-button-prev:hover svg path:nth-child(1),
.ld-price-plan-wrap .swiper-button-next:hover svg path:nth-child(1) {
    fill: var(--text-black);
    fill-opacity: 1;
}
.ld-price-plan-wrap .swiper-button-prev:hover svg path:nth-child(2),
.ld-price-plan-wrap .swiper-button-next:hover svg path:nth-child(2) {
    stroke: var(--text-black);
    stroke-opacity: 1;
}
.ld-price-plan-wrap .swiper-button-prev::after,
.ld-price-plan-wrap .swiper-button-next::after {
    display: none;
}
.ld-price-plan-wrap .swiper-button-next {
    right: 0;
}
.ld-price-plan-wrap .swiper-button-prev {
    left: 0;
}
.ld-price-plan .icon {
    max-width: 5.625rem;
    height: 2.8125rem;
    margin-left: auto;
    margin-bottom: 0.875rem;
}
.ld-price-plan .icon img {
    height: 100%;
}
.ld-price-plan .priceAmount {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 4.1875rem;
    color: var(--text-black);
    padding-bottom: 0.25rem;
}
.ld-price-plan .priceAmount-yearly {
    display: none;
}
.ld-price-plan .priceSubscribe {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.125rem;
    background-color: var(--primary-color);
    border-radius: 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375rem;
    color: var(--text-black);
}
.ld-price-plan .priceSubscribe:hover {
    background-color: var(--hover-color);
}
.ld-price-plan .priceSubscribe.active {
    background-color: var(--black-10);
    cursor: no-drop;
}
.ld-price-plan-popular {
    position: relative;
}
.ld-price-plan-popular .mostPopular {
    position: absolute;
    top: 40px;
    left: -6px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    color: var(--white);
    padding: 8px 26px 8px 16px;
    background-image: url(../images/icon/most-popular.svg);
    background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
    .ld-price-plan-popular .mostPopular {
        left: 0;
    }
}

/* RTL */
.direction-rtl {
    direction: rtl;
    /* Sidebar */
    /* Main content */
    /* Header dropdown */
    /* Counter item */
    /* Table */
    /* Action buttons */
    /* Data table */
    /* Profile Image preview */
    /* Photo upload file */
    /* price input */
    /* Version update */
    /* passShowHide */
    /* Select2 */
    /* Nice select */
}
.direction-rtl .zSidebar {
    left: auto;
    right: 0;
}
@media screen and (max-width: 1023px) {
    .direction-rtl .zSidebar {
        right: calc(-1 * 15rem);
    }
}
@media screen and (max-width: 1023px) {
    .direction-rtl .zSidebar.menuClose {
        left: auto;
        right: 0;
    }
}
.direction-rtl .zSidebar-menu > li > a::after {
    left: auto;
    right: -14px;
}
.direction-rtl .zSidebar-menu > li > a::before {
    right: auto;
    left: 1em;
    transform: rotate(315deg) translate(0, -50%);
}
.direction-rtl .zSidebar-menu > li > a[aria-expanded="true"]::before {
    transform: rotate(227deg);
}
.direction-rtl .zSidebar-menu > li > a:hover::after,
.direction-rtl .zSidebar-menu > li > a.active::after {
    right: -8px;
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
    padding-left: 0;
    padding-right: 0.75rem;
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
    top: 0.5625rem;
    left: auto;
    right: 0;
}
.direction-rtl .zSidebar-menu > li > a.has-subMenu-arrow::before {
    opacity: 1;
    visibility: visible;
}
.direction-rtl .zSidebar-menu > li .zSidebar-submenu {
    padding: 0.625rem 2.9375rem 0.625rem 0;
}
.direction-rtl .zMainContent {
    left: 0;
    right: 15rem;
}
@media screen and (max-width: 1023px) {
    .direction-rtl .zMainContent {
        right: 0;
        width: 100%;
    }
}
.direction-rtl .headerUserDropdown .dropdown-menu {
    --bs-position: start;
}
.direction-rtl .count-item-one .item::before {
    left: 0;
    right: -30%;
}
@media screen and (max-width: 1650px) {
    .direction-rtl .count-item-one .item::before {
        right: -20%;
    }
}
@media screen and (max-width: 1350px) {
    .direction-rtl .count-item-one .item::before {
        right: -15%;
    }
}
@media screen and (max-width: 1300px) {
    .direction-rtl .count-item-one .item::before {
        display: none;
    }
}
.direction-rtl .zTable > :not(caption):first-child > * > *:first-child > * {
    border-radius: 0 0.625rem 0.625rem 0;
}
.direction-rtl .zTable > :not(caption):first-child > * > *:last-child > * {
    border-radius: 0.625rem 0 0 0.625rem;
    text-align: center;
}
.direction-rtl .zTable > :not(caption):first-child > * > * > * {
    text-align: right;
}
.direction-rtl
    .zTable-last-item-right
    > :not(caption)
    > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child)
    > *:last-child {
    text-align: left;
}
.direction-rtl
    .zTable-last-item-right
    > :not(caption)
    > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child)
    > *:last-child
    div {
    text-align: left;
}
.direction-rtl .action__buttons button.ms-auto,
.direction-rtl .dropdown.dropdown-one button.ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.direction-rtl button.edit.ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.direction-rtl .rtl-button.ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.direction-rtl .dataTables_wrapper .dataTables_info {
    float: right;
}
.direction-rtl .dataTables_wrapper .dataTables_paginate {
    float: left;
}
.direction-rtl .dataTables_wrapper .tableSearch {
    float: right !important;
}
.direction-rtl .dataTables_wrapper .tableLengthInput {
    float: left !important;
}
.direction-rtl .tablePagi .paginate_button.next,
.direction-rtl .tablePagi .paginate_button.previous {
    transform: rotate(180deg);
}
.direction-rtl .profileImage-upload .icon {
    right: auto;
    left: 0;
}
.direction-rtl .profileImage-upload input {
    left: 0 !important;
    right: auto;
}
.direction-rtl .servicePhotoUpload label p:first-child,
.direction-rtl .file-upload-one label p:first-child {
    border-radius: 0 0.3125rem 0.3125rem 0;
    border-left: 0;
    border-right: 0.0625rem solid var(--stroke-color);
}
@media screen and (max-width: 575px) {
    .direction-rtl .servicePhotoUpload label p:first-child,
    .direction-rtl .file-upload-one label p:first-child {
        border-left: 0.0625rem solid var(--stroke-color);
        border-radius: 0.3125rem 0.3125rem 0 0;
    }
}
.direction-rtl .servicePhotoUpload label p:last-child,
.direction-rtl .file-upload-one label p:last-child {
    border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (max-width: 575px) {
    .direction-rtl .servicePhotoUpload label p:last-child,
    .direction-rtl .file-upload-one label p:last-child {
        border-radius: 0 0 0.3125rem 0.3125rem;
    }
}
.direction-rtl .sf-input-wrap input {
    border-radius: 0 0.5rem 0.5rem 0;
    border-right: 0.0625rem solid var(--stroke-color);
    border-left: 0;
}
.direction-rtl .sf-input-wrap .currency {
    border-radius: 0.5rem 0 0 0.5rem !important;
}
.direction-rtl .rtl-versionUpdate-link.text-end {
    text-align: left !important;
}
.direction-rtl .rtl-versionUpdate-link.text-end a {
    transform: rotate(180deg);
}
.direction-rtl .passShowHide button {
    top: 50%;
    right: auto;
    left: 0.9375rem;
}
.direction-rtl .notify-listView {
    text-align: right;
}
.direction-rtl .primary-form-group .primary-form-group-wrap .form-label {
    left: auto;
    right: 0.8125rem;
}
.direction-rtl .select2-selection.sf-select-section,
.direction-rtl .sf-select-dropdown {
    direction: rtl;
}
.direction-rtl
    .sf-select-section.select2-selection--single
    .select2-selection__arrow {
    right: auto !important;
    left: 11px !important;
}
.direction-rtl .sf-select-without-search {
    float: right;
    text-align: right !important;
}
.direction-rtl .sf-select-without-search::after {
    right: auto;
    left: 15px;
}
.direction-rtl .sf-select-without-search .option {
    text-align: right !important;
}
.direction-rtl .modal-header .btn-close {
    margin: 0;
}
.direction-rtl .form-check-label.ps-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
}
.direction-rtl .calendarIcon::after {
    right: auto;
    left: 0.9375rem;
}
.direction-rtl
    .summernoteOne
    ~ .note-editor
    .note-toolbar
    > .note-btn-group::before {
    right: auto;
    left: 0;
}
.direction-rtl .ld-price-plan .icon {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}
.direction-rtl .ld-price-plan-popular .mostPopular {
    left: auto;
    right: -20px;
}
@media screen and (max-width: 575px) {
    .direction-rtl .ld-price-plan-popular .mostPopular {
        left: auto;
        right: 0;
    }
}
.direction-rtl .form-select {
    text-align: left;
}
.direction-rtl .fa-solid.fa-arrow-right,
.direction-rtl .fa-solid.fa-long-arrow-right,
.direction-rtl .fa-solid.fa-arrow-left {
    transform: rotate(180deg);
}
.direction-rtl .fa-solid.fa-long-arrow-left {
    transform: rotate(180deg);
}
.direction-rtl
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 0;
    margin-right: 5px;
}
.direction-rtl #batchDataTable tbody tr td ul {
    justify-content: center !important;
} /*# sourceMappingURL=style.css.map */
