@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --body-bg: #f6f6f6;
  --primary-color: #0d4365;
  --main-color: #01091a;
  --para-text: #5d697a;
  --stroke: #eef1f3;
  --white-200: #f9f9fb;
  --cancel: #ebedf0;
  --secondary: #f5f7fa;
  --red: #f63e04;
  --yellow: #fd8900;
  --positive-yellow: #fff2e2;
  --alert: #fd4c00;
  --positive-alert: rgba(253 76 0 / 0.1);
  --progress: #7a5af8;
  --positive-progress: rgba(122, 90, 248, 0.1);
  --positive-para-text: #e9e9e9;
  --green: #0ba24b;
  --green-2: #11854f;
  --positive-bg: #ddffde;
  --blue: #007aff;
  --positive-blue: #e5f0fb;
  --sidebar-bg: #173446;
  --scroll-track: #efefef;
  --scroll-thumb: #f9f9f9;
  --sf-form-label-margin-bottom: 8px;
  --sf-form-label-font-size: 14px;
  --sf-form-label-font-weight: 500;
  --sf-form-label-line-height: 20px;
  --sf-form-label-font-color: #01091a;
  --sf-form-control-padding-top: 13px;
  --sf-form-control-padding-left: 20px;
  --sf-form-control-padding-bottom: 15px;
  --sf-form-control-padding-right: 20px;
  --sf-form-control-font-size: 14px;
  --sf-form-control-font-weight: 400;
  --sf-form-control-line-height: 22px;
  --sf-form-control-font-color: #01091a;
  --sf-form-control-placeholder-font-color: #5d697a;
  --sf-form-control-background-color: #ffffff;
  --sf-form-control-border-color: #cecece;
  --sf-form-control-hover-border-color: #bcc2bb;
  --sf-form-control-border-radius: 8px;
  --sf-form-control-textarea-background-color: #fff;
  --sf-form-control-textarea-border-color: #eef1f3;
  --sidebar-active-color: #eef1f3;
  --sub-menu-text-color: #8F96B2;
}

body {
  font-family: "Inter Tight", sans-serif;
  background-color: var(--body-bg);
  color: var(--para-text);
  overflow-x: hidden;
}

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;
}

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

button,
button:hover,
button:focus,
button:active {
  outline: 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 {
  outline: none;
  box-shadow: none !important;
}

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

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

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

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

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

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

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

.fs-11 {
  font-size: 0.6875rem !important;
}

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

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

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

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

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

.fs-17 {
  font-size: 1.0625rem !important;
}

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

.fs-19 {
  font-size: 1.1875rem !important;
}

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

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

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

.fs-25 {
  font-size: 1.5625rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-27 {
  font-size: 1.6875rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-29 {
  font-size: 1.8125rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

@media screen and (min-width: 1400px) {
  .fs-xxl-0 {
    font-size: 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .fs-xl-0 {
    font-size: 0rem;
  }
}

@media screen and (min-width: 992px) {
  .fs-lg-0 {
    font-size: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .fs-md-0 {
    font-size: 0rem;
  }
}

@media screen and (min-width: 576px) {
  .fs-sm-0 {
    font-size: 0rem;
  }
}

/* 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-48 {
  line-height: 3rem;
}

.lh-10 {
  line-height: 0.625rem !important;
}

.lh-11 {
  line-height: 0.6875rem !important;
}

.lh-12 {
  line-height: 0.75rem !important;
}

.lh-13 {
  line-height: 0.8125rem !important;
}

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

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

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

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

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

.lh-19 {
  line-height: 1.1875rem !important;
}

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

.lh-21 {
  line-height: 1.3125rem !important;
}

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

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

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

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

.lh-26 {
  line-height: 1.625rem !important;
}

.lh-27 {
  line-height: 1.6875rem !important;
}

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

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

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

@media screen and (min-width: 1400px) {
  .lh-xxl-0 {
    line-height: 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .lh-xl-0 {
    line-height: 0rem;
  }
}

@media screen and (min-width: 992px) {
  .lh-lg-0 {
    line-height: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .lh-md-0 {
    line-height: 0rem;
  }
}

@media screen and (min-width: 576px) {
  .lh-sm-0 {
    line-height: 0rem;
  }
}

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

.ls-2 {
  letter-spacing: 0.125rem;
}

.ls-3 {
  letter-spacing: 0.1875rem;
}

.ls-4 {
  letter-spacing: 0.25rem;
}

.ls-5 {
  letter-spacing: 0.3125rem;
}

.ls-6 {
  letter-spacing: 0.375rem;
}

.ls-7 {
  letter-spacing: 0.4375rem;
}

.ls-8 {
  letter-spacing: 0.5rem;
}

.ls-9 {
  letter-spacing: 0.5625rem;
}

.ls-10 {
  letter-spacing: 0.625rem;
}

/* text justify */
.text-justify {
  text-align: justify;
}

/* Text color */
.text-white {
  color: var(--white) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-positive-yellow {
  color: var(--positive-yellow) !important;
}

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

.text-positive-alert {
  color: var(--positive-alert) !important;
}

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

.text-pogress-alert {
  color: var(--pogress-alert) !important;
}

.text-positive-para-text {
  color: var(--positive-para-text) !important;
}

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

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

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

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

.text-positive-blue {
  color: var(--positive-blue) !important;
}

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

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

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

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

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

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

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

.bg-para-text {
  background-color: var(--para-text) !important;
}

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

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

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

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

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

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

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

.bg-positive-yellow {
  background-color: var(--positive-yellow) !important;
}

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

.bg-positive-alert {
  background-color: var(--positive-alert) !important;
}

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

.bg-pogress-alert {
  background-color: var(--pogress-alert) !important;
}

.bg-positive-para-text {
  background-color: var(--positive-para-text) !important;
}

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

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

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

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

.bg-positive-blue {
  background-color: var(--positive-blue) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bd-c-positive-yellow {
  border-color: var(--positive-yellow) !important;
}

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

.bd-c-positive-alert {
  border-color: var(--positive-alert) !important;
}

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

.bd-c-pogress-alert {
  border-color: var(--pogress-alert) !important;
}

.bd-c-positive-para-text {
  border-color: var(--positive-para-text) !important;
}

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

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

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

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

.bd-c-positive-blue {
  border-color: var(--positive-blue) !important;
}

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

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

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

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

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

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

.p-1 {
  padding: 0.0625rem !important;
}

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

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

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

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

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

.p-7 {
  padding: 0.4375rem !important;
}

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

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

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

.p-11 {
  padding: 0.6875rem !important;
}

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

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

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

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

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

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

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

.p-19 {
  padding: 1.1875rem !important;
}

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

.p-21 {
  padding: 1.3125rem !important;
}

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

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

.p-24 {
  padding: 1.5rem !important;
}

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

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

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

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

.p-29 {
  padding: 1.8125rem !important;
}

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

@media screen and (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-30 {
    padding: 1.875rem !important;
  }
}

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

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

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

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

.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !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-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-9 {
  padding-top: 0.5625rem !important;
  padding-bottom: 0.5625rem !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-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !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-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

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

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

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

.py-19 {
  padding-top: 1.1875rem !important;
  padding-bottom: 1.1875rem !important;
}

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

.py-21 {
  padding-top: 1.3125rem !important;
  padding-bottom: 1.3125rem !important;
}

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

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

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

.py-29 {
  padding-top: 1.8125rem !important;
  padding-bottom: 1.8125rem !important;
}

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

@media screen and (min-width: 1400px) {
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

/* Padding left & right */
.px-33 {
  padding-left: 2.0625rem !important;
  padding-right: 2.0625rem !important;
}

.px-1 {
  padding-left: 0.0625rem !important;
  padding-right: 0.0625rem !important;
}

.px-2 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-3 {
  padding-left: 0.1875rem !important;
  padding-right: 0.1875rem !important;
}

.px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.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-7 {
  padding-left: 0.4375rem !important;
  padding-right: 0.4375rem !important;
}

.px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !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-11 {
  padding-left: 0.6875rem !important;
  padding-right: 0.6875rem !important;
}

.px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-13 {
  padding-left: 0.8125rem !important;
  padding-right: 0.8125rem !important;
}

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

.px-15 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

.px-18 {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

.px-19 {
  padding-left: 1.1875rem !important;
  padding-right: 1.1875rem !important;
}

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

.px-21 {
  padding-left: 1.3125rem !important;
  padding-right: 1.3125rem !important;
}

.px-22 {
  padding-left: 1.375rem !important;
  padding-right: 1.375rem !important;
}

.px-23 {
  padding-left: 1.4375rem !important;
  padding-right: 1.4375rem !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-27 {
  padding-left: 1.6875rem !important;
  padding-right: 1.6875rem !important;
}

.px-28 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !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;
}

@media screen and (min-width: 1400px) {
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .px-sm-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

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

.pt-1 {
  padding-top: 0.0625rem !important;
}

.pt-2 {
  padding-top: 0.125rem !important;
}

.pt-3 {
  padding-top: 0.1875rem !important;
}

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

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

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

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

.pt-8 {
  padding-top: 0.5rem !important;
}

.pt-9 {
  padding-top: 0.5625rem !important;
}

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

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

.pt-12 {
  padding-top: 0.75rem !important;
}

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

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

.pt-15 {
  padding-top: 0.9375rem !important;
}

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

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

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

.pt-19 {
  padding-top: 1.1875rem !important;
}

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

.pt-21 {
  padding-top: 1.3125rem !important;
}

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

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

.pt-24 {
  padding-top: 1.5rem !important;
}

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

.pt-26 {
  padding-top: 1.625rem !important;
}

.pt-27 {
  padding-top: 1.6875rem !important;
}

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

.pt-29 {
  padding-top: 1.8125rem !important;
}

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

@media screen and (min-width: 1400px) {
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
}

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

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

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

.pb-37 {
  padding-bottom: 2.3125rem !important;
}

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

.pb-41 {
  padding-bottom: 2.5625rem !important;
}

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

.pb-55 {
  padding-bottom: 3.4375rem !important;
}

.pb-1 {
  padding-bottom: 0.0625rem !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-7 {
  padding-bottom: 0.4375rem !important;
}

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

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

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

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

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

.pb-13 {
  padding-bottom: 0.8125rem !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-19 {
  padding-bottom: 1.1875rem !important;
}

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

.pb-21 {
  padding-bottom: 1.3125rem !important;
}

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

.pb-23 {
  padding-bottom: 1.4375rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

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

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

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

.pb-28 {
  padding-bottom: 1.75rem !important;
}

.pb-29 {
  padding-bottom: 1.8125rem !important;
}

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

@media screen and (min-width: 1400px) {
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
}

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

.pl-1 {
  padding-left: 0.0625rem !important;
}

.pl-2 {
  padding-left: 0.125rem !important;
}

.pl-3 {
  padding-left: 0.1875rem !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.pl-5 {
  padding-left: 0.3125rem !important;
}

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

.pl-7 {
  padding-left: 0.4375rem !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

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

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

.pl-11 {
  padding-left: 0.6875rem !important;
}

.pl-12 {
  padding-left: 0.75rem !important;
}

.pl-13 {
  padding-left: 0.8125rem !important;
}

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

.pl-15 {
  padding-left: 0.9375rem !important;
}

.pl-16 {
  padding-left: 1rem !important;
}

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

.pl-18 {
  padding-left: 1.125rem !important;
}

.pl-19 {
  padding-left: 1.1875rem !important;
}

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

.pl-21 {
  padding-left: 1.3125rem !important;
}

.pl-22 {
  padding-left: 1.375rem !important;
}

.pl-23 {
  padding-left: 1.4375rem !important;
}

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

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

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

.pl-27 {
  padding-left: 1.6875rem !important;
}

.pl-28 {
  padding-left: 1.75rem !important;
}

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

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

@media screen and (min-width: 1400px) {
  .pl-xxl-0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-20 {
    padding-left: 1.25rem !important;
  }
}

/* Padding Right */
.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.0625rem !important;
}

.pr-2 {
  padding-right: 0.125rem !important;
}

.pr-3 {
  padding-right: 0.1875rem !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.pr-5 {
  padding-right: 0.3125rem !important;
}

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

.pr-7 {
  padding-right: 0.4375rem !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

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

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

.pr-11 {
  padding-right: 0.6875rem !important;
}

.pr-12 {
  padding-right: 0.75rem !important;
}

.pr-13 {
  padding-right: 0.8125rem !important;
}

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

.pr-15 {
  padding-right: 0.9375rem !important;
}

.pr-16 {
  padding-right: 1rem !important;
}

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

.pr-18 {
  padding-right: 1.125rem !important;
}

.pr-19 {
  padding-right: 1.1875rem !important;
}

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

.pr-21 {
  padding-right: 1.3125rem !important;
}

.pr-22 {
  padding-right: 1.375rem !important;
}

.pr-23 {
  padding-right: 1.4375rem !important;
}

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

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

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

.pr-27 {
  padding-right: 1.6875rem !important;
}

.pr-28 {
  padding-right: 1.75rem !important;
}

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

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

@media screen and (min-width: 1400px) {
  .pr-xxl-0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
}

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

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

.mt-1 {
  margin-top: 0.0625rem !important;
}

.mt-2 {
  margin-top: 0.125rem !important;
}

.mt-3 {
  margin-top: 0.1875rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mt-5 {
  margin-top: 0.3125rem !important;
}

.mt-6 {
  margin-top: 0.375rem !important;
}

.mt-7 {
  margin-top: 0.4375rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-9 {
  margin-top: 0.5625rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-11 {
  margin-top: 0.6875rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mt-13 {
  margin-top: 0.8125rem !important;
}

.mt-14 {
  margin-top: 0.875rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

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

.mt-18 {
  margin-top: 1.125rem !important;
}

.mt-19 {
  margin-top: 1.1875rem !important;
}

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

.mt-21 {
  margin-top: 1.3125rem !important;
}

.mt-22 {
  margin-top: 1.375rem !important;
}

.mt-23 {
  margin-top: 1.4375rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mt-25 {
  margin-top: 1.5625rem !important;
}

.mt-26 {
  margin-top: 1.625rem !important;
}

.mt-27 {
  margin-top: 1.6875rem !important;
}

.mt-28 {
  margin-top: 1.75rem !important;
}

.mt-29 {
  margin-top: 1.8125rem !important;
}

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

/* Margin right */
.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.0625rem !important;
}

.mr-2 {
  margin-right: 0.125rem !important;
}

.mr-3 {
  margin-right: 0.1875rem !important;
}

.mr-4 {
  margin-right: 0.25rem !important;
}

.mr-5 {
  margin-right: 0.3125rem !important;
}

.mr-6 {
  margin-right: 0.375rem !important;
}

.mr-7 {
  margin-right: 0.4375rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.mr-9 {
  margin-right: 0.5625rem !important;
}

.mr-10 {
  margin-right: 0.625rem !important;
}

.mr-11 {
  margin-right: 0.6875rem !important;
}

.mr-12 {
  margin-right: 0.75rem !important;
}

.mr-13 {
  margin-right: 0.8125rem !important;
}

.mr-14 {
  margin-right: 0.875rem !important;
}

.mr-15 {
  margin-right: 0.9375rem !important;
}

.mr-16 {
  margin-right: 1rem !important;
}

.mr-17 {
  margin-right: 1.0625rem !important;
}

.mr-18 {
  margin-right: 1.125rem !important;
}

.mr-19 {
  margin-right: 1.1875rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

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

.mb-1 {
  margin-bottom: 0.0625rem !important;
}

.mb-2 {
  margin-bottom: 0.125rem !important;
}

.mb-3 {
  margin-bottom: 0.1875rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 0.3125rem !important;
}

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

.mb-7 {
  margin-bottom: 0.4375rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-9 {
  margin-bottom: 0.5625rem !important;
}

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

.mb-11 {
  margin-bottom: 0.6875rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.mb-13 {
  margin-bottom: 0.8125rem !important;
}

.mb-14 {
  margin-bottom: 0.875rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-17 {
  margin-bottom: 1.0625rem !important;
}

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

.mb-19 {
  margin-bottom: 1.1875rem !important;
}

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

.mb-21 {
  margin-bottom: 1.3125rem !important;
}

.mb-22 {
  margin-bottom: 1.375rem !important;
}

.mb-23 {
  margin-bottom: 1.4375rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

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

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

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

.mb-28 {
  margin-bottom: 1.75rem !important;
}

.mb-29 {
  margin-bottom: 1.8125rem !important;
}

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

/* Margin left */
.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 0.0625rem !important;
}

.ml-2 {
  margin-left: 0.125rem !important;
}

.ml-3 {
  margin-left: 0.1875rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.ml-5 {
  margin-left: 0.3125rem !important;
}

.ml-6 {
  margin-left: 0.375rem !important;
}

.ml-7 {
  margin-left: 0.4375rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.ml-9 {
  margin-left: 0.5625rem !important;
}

.ml-10 {
  margin-left: 0.625rem !important;
}

.ml-11 {
  margin-left: 0.6875rem !important;
}

.ml-12 {
  margin-left: 0.75rem !important;
}

.ml-13 {
  margin-left: 0.8125rem !important;
}

.ml-14 {
  margin-left: 0.875rem !important;
}

.ml-15 {
  margin-left: 0.9375rem !important;
}

.ml-16 {
  margin-left: 1rem !important;
}

.ml-17 {
  margin-left: 1.0625rem !important;
}

.ml-18 {
  margin-left: 1.125rem !important;
}

.ml-19 {
  margin-left: 1.1875rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

/* Gap */
.g-0 {
  gap: 0px;
}

.g-1 {
  gap: 0.0625rem !important;
}

.g-2 {
  gap: 0.125rem !important;
}

.g-3 {
  gap: 0.1875rem !important;
}

.g-4 {
  gap: 0.25rem !important;
}

.g-5 {
  gap: 0.3125rem !important;
}

.g-6 {
  gap: 0.375rem !important;
}

.g-7 {
  gap: 0.4375rem !important;
}

.g-8 {
  gap: 0.5rem !important;
}

.g-9 {
  gap: 0.5625rem !important;
}

.g-10 {
  gap: 0.625rem !important;
}

.g-11 {
  gap: 0.6875rem !important;
}

.g-12 {
  gap: 0.75rem !important;
}

.g-13 {
  gap: 0.8125rem !important;
}

.g-14 {
  gap: 0.875rem !important;
}

.g-15 {
  gap: 0.9375rem !important;
}

.g-16 {
  gap: 1rem !important;
}

.g-17 {
  gap: 1.0625rem !important;
}

.g-18 {
  gap: 1.125rem !important;
}

.g-19 {
  gap: 1.1875rem !important;
}

.g-20 {
  gap: 1.25rem !important;
}

.g-21 {
  gap: 1.3125rem !important;
}

.g-22 {
  gap: 1.375rem !important;
}

.g-23 {
  gap: 1.4375rem !important;
}

.g-24 {
  gap: 1.5rem !important;
}

.g-25 {
  gap: 1.5625rem !important;
}

.g-26 {
  gap: 1.625rem !important;
}

.g-27 {
  gap: 1.6875rem !important;
}

.g-28 {
  gap: 1.75rem !important;
}

.g-29 {
  gap: 1.8125rem !important;
}

.g-30 {
  gap: 1.875rem !important;
}

/* Row Gap */
.rg-0 {
  row-gap: 0px;
}

.rg-1 {
  row-gap: 0.0625rem !important;
}

.rg-2 {
  row-gap: 0.125rem !important;
}

.rg-3 {
  row-gap: 0.1875rem !important;
}

.rg-4 {
  row-gap: 0.25rem !important;
}

.rg-5 {
  row-gap: 0.3125rem !important;
}

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

.rg-7 {
  row-gap: 0.4375rem !important;
}

.rg-8 {
  row-gap: 0.5rem !important;
}

.rg-9 {
  row-gap: 0.5625rem !important;
}

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

.rg-11 {
  row-gap: 0.6875rem !important;
}

.rg-12 {
  row-gap: 0.75rem !important;
}

.rg-13 {
  row-gap: 0.8125rem !important;
}

.rg-14 {
  row-gap: 0.875rem !important;
}

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

.rg-16 {
  row-gap: 1rem !important;
}

.rg-17 {
  row-gap: 1.0625rem !important;
}

.rg-18 {
  row-gap: 1.125rem !important;
}

.rg-19 {
  row-gap: 1.1875rem !important;
}

.rg-20 {
  row-gap: 1.25rem !important;
}

.rg-21 {
  row-gap: 1.3125rem !important;
}

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

.rg-23 {
  row-gap: 1.4375rem !important;
}

.rg-24 {
  row-gap: 1.5rem !important;
}

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

.rg-26 {
  row-gap: 1.625rem !important;
}

.rg-27 {
  row-gap: 1.6875rem !important;
}

.rg-28 {
  row-gap: 1.75rem !important;
}

.rg-29 {
  row-gap: 1.8125rem !important;
}

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

/* Column gap */
.cg-47 {
  -moz-column-gap: 47px;
       column-gap: 47px;
}

.cg-1 {
  -moz-column-gap: 0.0625rem !important;
       column-gap: 0.0625rem !important;
}

.cg-2 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.cg-3 {
  -moz-column-gap: 0.1875rem !important;
       column-gap: 0.1875rem !important;
}

.cg-4 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

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

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

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

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

.cg-9 {
  -moz-column-gap: 0.5625rem !important;
       column-gap: 0.5625rem !important;
}

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

.cg-11 {
  -moz-column-gap: 0.6875rem !important;
       column-gap: 0.6875rem !important;
}

.cg-12 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

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

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

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

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

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

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

.cg-19 {
  -moz-column-gap: 1.1875rem !important;
       column-gap: 1.1875rem !important;
}

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

.cg-21 {
  -moz-column-gap: 1.3125rem !important;
       column-gap: 1.3125rem !important;
}

.cg-22 {
  -moz-column-gap: 1.375rem !important;
       column-gap: 1.375rem !important;
}

.cg-23 {
  -moz-column-gap: 1.4375rem !important;
       column-gap: 1.4375rem !important;
}

.cg-24 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.cg-25 {
  -moz-column-gap: 1.5625rem !important;
       column-gap: 1.5625rem !important;
}

.cg-26 {
  -moz-column-gap: 1.625rem !important;
       column-gap: 1.625rem !important;
}

.cg-27 {
  -moz-column-gap: 1.6875rem !important;
       column-gap: 1.6875rem !important;
}

.cg-28 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.cg-29 {
  -moz-column-gap: 1.8125rem !important;
       column-gap: 1.8125rem !important;
}

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

.end-10{
    right: 10px !important;
}

/* Minimum width */
.min-w-auto {
  min-width: auto !important;
}

.min-w-0 {
  min-width: 0rem;
}

/* Maximum width */
.max-w-18 {
  max-width: 1.125rem;
}

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

.max-w-161 {
  max-width: 10.0625rem;
}

.max-w-190 {
  max-width: 11.875rem;
}

@media screen and (min-width: 576px) {
    .max-w-sm-190 {
        max-width: 11.875rem;
    }
}

.max-w-300 {
    max-width: 300px;
}

.max-w-383 {
  max-width: 23.9375rem;
}

.max-w-614 {
  max-width: 38.375rem;
}

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

.w-41 {
  width: 2.5625rem !important;
}

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

.w-5 {
  width: 0.3125rem !important;
}

.w-6 {
  width: 0.375rem !important;
}

.w-7 {
  width: 0.4375rem !important;
}

.w-8 {
  width: 0.5rem !important;
}

.w-9 {
  width: 0.5625rem !important;
}

.w-10 {
  width: 0.625rem !important;
}

.w-11 {
  width: 0.6875rem !important;
}

.w-12 {
  width: 0.75rem !important;
}

.w-13 {
  width: 0.8125rem !important;
}

.w-14 {
  width: 0.875rem !important;
}

.w-15 {
  width: 0.9375rem !important;
}

.w-16 {
  width: 1rem !important;
}

.w-17 {
  width: 1.0625rem !important;
}

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

.w-19 {
  width: 1.1875rem !important;
}

.w-20 {
  width: 1.25rem !important;
}

.w-21 {
  width: 1.3125rem !important;
}

.w-22 {
  width: 1.375rem !important;
}

.w-23 {
  width: 1.4375rem !important;
}

.w-24 {
  width: 1.5rem !important;
}

.w-25 {
  width: 1.5625rem !important;
}

.w-26 {
  width: 1.625rem !important;
}

.w-27 {
  width: 1.6875rem !important;
}

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

.w-29 {
  width: 1.8125rem !important;
}

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

/* Minimum Height */
.min-h-200 {
  min-height: 12.5rem !important;
}

.min-h-220 {
  min-height: 13.75rem !important;
}

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

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

.h-41 {
  height: 2.5625rem !important;
}

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

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

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

.h-5 {
  height: 0.3125rem !important;
}

.h-6 {
  height: 0.375rem !important;
}

.h-7 {
  height: 0.4375rem !important;
}

.h-8 {
  height: 0.5rem !important;
}

.h-9 {
  height: 0.5625rem !important;
}

.h-10 {
  height: 0.625rem !important;
}

.h-11 {
  height: 0.6875rem !important;
}

.h-12 {
  height: 0.75rem !important;
}

.h-13 {
  height: 0.8125rem !important;
}

.h-14 {
  height: 0.875rem !important;
}

.h-15 {
  height: 0.9375rem !important;
}

.h-16 {
  height: 1rem !important;
}

.h-17 {
  height: 1.0625rem !important;
}

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

.h-19 {
  height: 1.1875rem !important;
}

.h-20 {
  height: 1.25rem !important;
}

.h-21 {
  height: 1.3125rem !important;
}

.h-22 {
  height: 1.375rem !important;
}

.h-23 {
  height: 1.4375rem !important;
}

.h-24 {
  height: 1.5rem !important;
}

.h-25 {
  height: 1.5625rem !important;
}

.h-26 {
  height: 1.625rem !important;
}

.h-27 {
  height: 1.6875rem !important;
}

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

.h-29 {
  height: 1.8125rem !important;
}

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

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

.bd-two {
  border-width: 0.125rem !important;
  border-style: solid;
}

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

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

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

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

/* Border right */
.bd-r-zero {
  border-right-width: 0rem !important;
  border-right-style: solid;
}

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

/* Border left */
.bd-l-zero {
  border-left-width: 0rem !important;
  border-left-style: solid;
}

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

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

.bd-ra-1 {
  border-radius: 0.0625rem !important;
}

.bd-ra-2 {
  border-radius: 0.125rem !important;
}

.bd-ra-3 {
  border-radius: 0.1875rem !important;
}

.bd-ra-4 {
  border-radius: 0.25rem !important;
}

.bd-ra-5 {
  border-radius: 0.3125rem !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-9 {
  border-radius: 0.5625rem !important;
}

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

.bd-ra-11 {
  border-radius: 0.6875rem !important;
}

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

.bd-ra-13 {
  border-radius: 0.8125rem !important;
}

.bd-ra-14 {
  border-radius: 0.875rem !important;
}

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

.bd-ra-16 {
  border-radius: 1rem !important;
}

.bd-ra-17 {
  border-radius: 1.0625rem !important;
}

.bd-ra-18 {
  border-radius: 1.125rem !important;
}

.bd-ra-19 {
  border-radius: 1.1875rem !important;
}

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

/* Border Top left Radius */
.bd-tl-ra-0 {
  border-top-left-radius: 0rem !important;
}

/* Border Top right Radius */
.bd-tr-ra-0 {
  border-top-right-radius: 0rem !important;
}

/* Border bottom left Radius */
.bd-bl-ra-0 {
  border-bottom-left-radius: 0rem !important;
}

/* Border bottom right Radius */
.bd-br-ra-0 {
  border-bottom-right-radius: 0rem !important;
}

/* Dropdown */
.notifyDropdown .dropdown-toggle .notify_no {
  position: absolute;
  top: calc(-1 * 0.1875rem);
  right: calc(-1 * 0.1875rem);
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background-color: #ff9900;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifyDropdown .dropdown-toggle::after {
  display: none;
}
.notifyDropdown .dropdown-menu {
  min-width: 21.5625rem;
  max-width: 21.5625rem;
  padding: 1.25rem 0;
  background-color: var(--white);
  border: 0.03125rem solid var(--stroke);
  border-radius: 0.9375rem;
  transform: translate3d(0, 3.75rem, 0);
}
@media screen and (max-width: 575px) {
  .notifyDropdown .dropdown-menu {
    min-width: 15rem;
    max-width: 15rem;
  }
}
.notifyDropdown .dropdown-menu.show {
  top: 10% !important;
}
.notifyDropdown .dropdown-menu > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.dropdown-after-hide::after {
  display: none !important;
}

.dropdownItem-one {
  min-width: 7.8125rem !important;
  padding: 0.875rem !important;
  border: 0.0625rem solid var(--body-bg) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-one li {
  padding-bottom: 0.5rem;
}
.dropdownItem-one li:last-child {
  padding-bottom: 0;
}
.dropdownItem-one a {
  border-radius: 0.4375rem;
}
.dropdownItem-one a:hover p, .dropdownItem-one a.active p {
  color: var(--primary-color) !important;
}
.dropdownItem-one a:hover svg path, .dropdownItem-one a.active svg path {
  fill: var(--primary-color);
}
.dropdownItem-one a.deleteBtn:hover p, .dropdownItem-one a.deleteBtn.active p {
  color: var(--red) !important;
}
.dropdownItem-one a.deleteBtn:hover svg path, .dropdownItem-one a.deleteBtn.active svg path {
  fill: var(--red);
}
.dropdownItem-one a.headerUserLogout:hover p, .dropdownItem-one a.headerUserLogout.active p {
  color: var(--primary-color) !important;
}
.dropdownItem-one a.headerUserLogout:hover svg path, .dropdownItem-one a.headerUserLogout.active svg path {
  stroke: var(--primary-color);
}
.dropdownItem-two {
  min-width: 8.75rem !important;
  padding: 1rem 0.875rem !important;
  border: 0.0625rem solid var(--stroke) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-two li {
  padding-bottom: 0.625rem;
}
.dropdownItem-two li:last-child {
  padding-bottom: 0;
}
.dropdownItem-two a > div,
.dropdownItem-two button > div {
  flex: 0 0 auto;
  max-width: 0.9375rem;
  width: 100%;
}
.dropdownItem-two a:hover p, .dropdownItem-two a.active p,
.dropdownItem-two button:hover p,
.dropdownItem-two button.active p {
  color: var(--blue) !important;
}
.dropdownItem-two a:hover svg path, .dropdownItem-two a.active svg path,
.dropdownItem-two button:hover svg path,
.dropdownItem-two button.active svg path {
  fill: var(--blue);
}
.dropdownItem-two a.deleteBtn:hover p,
.dropdownItem-two button.deleteBtn:hover p {
  color: var(--red) !important;
}
.dropdownItem-two a.deleteBtn:hover svg path,
.dropdownItem-two button.deleteBtn:hover svg path {
  fill: var(--red);
}
.dropdownItem-three {
  min-width: 13.3125rem !important;
  padding: 1rem !important;
  border: 0.0625rem solid var(--black) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-three li {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 0.0625rem solid var(--black);
}
.dropdownItem-three li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.dropdownItem-three a > div {
  flex: 0 0 auto;
  max-width: 0.9375rem;
  width: 100%;
}
.dropdownItem-three a:hover p, .dropdownItem-three a.active p {
  color: var(--main-color) !important;
}
.dropdownItem-three a:hover svg path, .dropdownItem-three a.active svg path {
  fill: var(--main-color);
}
.dropdownItem-four {
  min-width: 8.75rem !important;
  padding: 0.75rem 0.875rem !important;
  border: 0.0625rem solid var(--black) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-four li {
  padding-bottom: 0.625rem;
}
.dropdownItem-four li:last-child {
  padding-bottom: 0;
}
.dropdownItem-four button {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--para-text);
}
.dropdownItem-four button:hover, .dropdownItem-four button.active {
  color: var(--main-color) !important;
}

/* Lists */
.zList-pb-10 li {
  padding-top: 0.625rem;
}
.zList-pb-10 li:first-child {
  padding-top: 0;
}
.zList-pb-15 li {
  padding-top: 0.9375rem;
}
.zList-pb-15 li:first-child {
  padding-top: 0;
}
.zList-pb-16 li {
  padding-bottom: 1rem;
}
.zList-pb-16 li:last-child {
  padding-bottom: 0;
}
.zList-pb-17 li {
  padding-bottom: 1.0625rem;
}
.zList-pb-17 li:last-child {
  padding-bottom: 0;
}
.zList-pb-top-15 li {
  padding-top: 0.9375rem;
}
.zList-pb-top-15 li:first-child {
  padding-top: 0;
}
.zList-pb-top-20 li {
  padding-top: 1.25rem;
}
.zList-pb-top-20 li:first-child {
  padding-top: 0;
}
.zList-pb-bottom-20 li {
  padding-bottom: 1.25rem;
}
.zList-pb-bottom-20 li:last-child {
  padding-bottom: 0;
}
.zList-border-1 li {
  border-bottom: 0.0625rem solid var(--stroke);
}
.zList-border-1 li:last-child {
  border-bottom: none;
}
.zList-one li a {
  border-bottom: 0.125rem solid transparent;
  border-radius: 0 !important;
}
.zList-one li a.active, .zList-one li a:hover {
  background-color: transparent !important;
  border-bottom: 0.125rem solid var(--primary-color) !important;
}
.zList-one li a.active svg circle, .zList-one li a:hover svg circle {
  stroke: var(--primary-color) !important;
}
.zList-one li a.active svg path, .zList-one li a:hover svg path {
  fill: var(--primary-color) !important;
}
.zList-one li a.active span, .zList-one li a:hover span {
  color: var(--primary-color) !important;
}
.zList-two li {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid var(--stroke);
}
.zList-two li:first-child {
  padding-top: 0;
}
.zList-two li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Search */
.search-one {
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.search-one input {
  width: 100%;
  height: 2.625rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.5rem;
  background-color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--main-color);
  padding: 0.875rem 1.125rem 0.8125rem 2.9375rem;
}
.search-one input:focus, .search-one input:hover {
  border-color: var(--primary-color);
}
.search-one input::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--para-text);
}
.search-one input::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--para-text);
}
.search-one .icon {
  position: absolute;
  top: 50%;
  left: 1.125rem;
  transform: translateY(-50%);
  display: flex;
  max-width: 1.125rem;
  border: none;
  padding: 0;
  background-color: transparent;
}

.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(--stroke);
}
.notify-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Badges */
.zBadge {
  position: relative;
  display: inline-block;
  padding: 0.1875rem 0.375rem 0.1875rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: var(--main-color);
  background-color: var(--body-bg);
  white-space: nowrap;
}
.zBadge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.375rem;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--main-color);
}
.zBadge-active, .zBadge-done {
    color: #3e3c43;
    background-color: #eaf5eb;
}
.zBadge-active::before, .zBadge-done::before {
  background-color: var(--green);
}
.zBadge-deactivate {
  color: var(--para-text);
  background-color: var(--positive-para-text);
}
.zBadge-deactivate::before {
  background-color: var(--para-text);
}
.zBadge-toDo {
  color: var(--alert);
  background-color: var(--positive-alert);
}
.zBadge-toDo::before {
  background-color: var(--alert);
}
.zBadge-pending {
  color: var(--yellow);
  background-color: var(--positive-yellow);
}
.zBadge-pending::before {
  background-color: var(--yellow);
}
.zBadge-progress {
  color: var(--progress);
  background-color: var(--positive-progress);
}
.zBadge-progress::before {
  background-color: var(--progress);
}
.zBadge-alt {
  display: inline-block;
  padding: 0.125rem 0.75rem;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--main-color);
  background-color: var(--body-bg);
  white-space: nowrap;
}
.zBadge-alt-pending {
  color: var(--yellow);
  background-color: var(--positive-yellow);
}
.zBadge-alt-active, .zBadge-alt-done {
  color: var(--green);
  background-color: var(--positive-bg);
}
.zBadge-alt-deactivate {
  color: var(--para-text);
  background-color: var(--positive-para-text);
}
.zBadge-alt-blue {
  color: var(--blue);
  background-color: var(--positive-blue);
}

/* Priority */
.zPriority {
  position: relative;
  display: inline-block;
  padding-left: 0.6875rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: var(--para-text);
}
.zPriority::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--yellow);
}
.zPriority-high::before {
  background-color: var(--green);
}
.zPriority-low::before {
  background-color: var(--progress);
}

/* Switch */
.zCheck.form-switch {
  min-height: 1.6875rem;
}
.zCheck.form-switch input.form-check-input {
  width: 3.3125rem;
  height: 1.6875rem;
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0.0625rem solid var(--stroke);
  border-radius: 6.25rem;
  background-color: var(--stroke);
  background-image: url(../images/icon/switch-circle.svg);
  background-size: 1.4375rem;
  background-position-x: 0.125rem;
}
.zCheck.form-switch input.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  background-position-x: 1.625rem;
}

/* Multi Images */
.multiImages {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.multiImages img {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.multiImages img:not(:first-child) {
  margin-left: calc(-1 * 0.6875rem);
}
.multiImages img:not(:nth-child(1)) {
  display: none;
}
.multiImages .iconPlus {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #e8eaed;
  border-radius: 50%;
  margin-left: calc(-1 * 0.6875rem);
  background-color: #f9f9fb;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: var(--main-color);
}
.multiImages-third {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.multiImages-third img {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.multiImages-third img:not(:first-child) {
  margin-left: calc(-1 * 0.6875rem);
}
.multiImages-third img:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
  display: none;
}
.multiImages-third .iconPlus {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #e8eaed;
  border-radius: 50%;
  margin-left: calc(-1 * 0.6875rem);
  background-color: #f9f9fb;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: var(--main-color);
}

.dashboard-card-wrap {
  border-radius: 15px;
  padding: 1px;
  background: white;
  /*background-image: linear-gradient(white, white), linear-gradient(140deg, #e5e5e5 53.13%, #d6d6e0 80%);*/
  background-image: linear-gradient(white, white), linear-gradient(140deg, #e5e5e5 53.13%, #030dff 80%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.dashboard-card-content {
  padding: 22px;
  position: relative;
}
.dashboard-card-content .icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 37px;
  height: 35px;
  border-radius: 12px;
  background-color: #d6f2ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-card-content .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--main-color);
  padding-bottom: 23px;
}
.dashboard-card-content .info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  color: var(--para-text);
}

/* Document List */
.document-items-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 575px) {
  .document-items-wrap {
    gap: 10px;
  }
}
.document-item {
  flex: 1 0 auto;
  position: relative;
  background-color: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 16px;
  max-width: 225px;
  width: 100%;
  min-height: 152px;
  max-height: 152px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .document-item {
    max-width: 184px;
  }
}
@media screen and (max-width: 991px) {
  .document-item {
    max-width: 182px;
  }
}
@media screen and (max-width: 575px) {
  .document-item {
    max-width: 136px;
  }
}
.document-item .actionBtn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.document-item .actionBtn button {
  color: var(--para-text);
  width: 10px;
  height: auto;
}
.document-item .title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--para-text);
}

/* Price Plan */
@media screen and (min-width: 576px) {
  .pricePlan:not(:has(.pricePopular)) {
    margin-top: 50px;
  }
}
.pricePlan-wrap {
  padding: 2.5rem 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 1.25rem;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .pricePlan-wrap {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .pricePlan-wrap {
    padding: 0.9375rem;
  }
}
.pricePlan-wrap .title {
  text-align: left;
  font-size: clamp(1.125rem, 1.45vw, 1.875rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--main-color);
}
.pricePlan-wrap .info {
  font-size: clamp(1rem, 0.94vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--para-text);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem !important;
  border-bottom: 0.0625rem solid var(--stroke);
}
.pricePlan-wrap .price {
  font-size: clamp(1.5625rem, 2.5vw, 3.125rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-color);
  padding-bottom: 0.3125rem;
}
.pricePlan-wrap .subprice {
  font-size: clamp(0.875rem, 0.83vw, 1.125rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--para-text);
  padding-bottom: 1.625rem;
}
.pricePlan-wrap .pBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.125rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: var(--main-color);
}
.pricePlan-wrap .pBtn:has(~ .zList-checkbox) {
  margin-bottom: 2.375rem;
}
.pricePlan-wrap .pBtn:hover {
  background-color: var(--primary-color);
  color: var(--white) !important;
}
.pricePlan-wrap .zList-checkbox {
  padding-bottom: 25px;
}
.pricePlan-wrap .zList-checkbox li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 1.0625rem;
}
.pricePlan-wrap .zList-checkbox li span {
  color: var(--para-text);
}
.pricePlan-wrap .zList-checkbox li:last-child {
  padding-bottom: 0;
}
.pricePlan-popular {
  position: relative;
}
.pricePlan-popular .pricePopular {
  max-width: 50%;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: var(--primary-color);
  padding: 0.875rem 0.625rem 0.8125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .pricePlan-popular .pricePopular {
    max-width: 60%;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.zForm-all-checkbox {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  border: 1px solid var(--stroke);
  border-radius: 50% !important;
}
.zForm-all-checkbox:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.task-progress-wrap {
  position: relative;
}
.task-progress-wrap .no {
  padding-bottom: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  color: var(--main-color);
}
.task-progress-wrap .progress {
  height: 0.625rem;
  background-color: var(--stroke);
  border-radius: 6.25rem;
}
.task-progress-wrap .progress-bar {
  width: var(--progress-bar-ps);
  background-color: var(--blue);
  border-radius: 6.25rem;
}
.task-chat-wrap {
  padding-top: 45px;
}
@media screen and (min-width: 576px) {
  .task-chat-tab {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .task-chat-tab {
    justify-content: center;
  }
}
.task-chat-tab .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: var(--para-text);
  padding: 0 1.875rem 0.8125rem;
  border-bottom: 0.125rem solid var(--white);
}
.task-chat-tab .nav-link.active {
  color: var(--blue) !important;
  border-bottom-color: var(--blue);
}
.task-chat-tab .nav-link:hover {
  border-color: var(--blue);
  color: var(--blue) !important;
}

.content-chat-message-user-wrap {
  max-width: 100%;
  width: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.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.5625rem;
  height: 580px;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  background-color: #f9fafb;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user {
    padding: 0.9375rem;
  }
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user::-webkit-scrollbar {
  width: 6px;
}
.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-message-user-wrap .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 3.125rem;
}
.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-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-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text {
    gap: 0.3125rem;
  }
}
.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(--white);
  border-radius: 0.9375rem;
  color: var(--main-color);
}
.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-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-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(--main-color);
}
.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(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.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-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-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-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(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.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-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-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text {
    gap: 0.3125rem;
  }
}
.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(--progress);
  border-radius: 0.9375rem;
  color: var(--white);
}
.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-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-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(--white);
}
.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-message-user-wrap .footer-chat-message-user {
  background-color: #f9fafb;
  border-top: 0.0625rem solid var(--stroke);
  padding: 0.9375rem 1.5625rem 1.5625rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user .footer-inputs {
    position: relative;
    gap: 0;
    height: 3.125rem;
    background-color: var(--positive-blue);
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
.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-message-user-wrap .footer-chat-message-user .message-user-send {
    order: 1;
  }
}
.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: #f0f3f6;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user .message-user-send input {
    padding: 0.8125rem 2.8125rem;
  }
}
.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-message-user-wrap .footer-chat-message-user button.emoji-btn,
.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(--blue);
  cursor: pointer;
}
.content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn:hover,
.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-message-user-wrap .footer-chat-message-user button.emoji-btn,
  .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-message-user-wrap .footer-chat-message-user button.emoji-btn img,
  .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: 0.0625rem solid var(--stroke);
  background-color: var(--white);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@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(--main-color);
}

@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(--stroke);
  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(--positive-alert);
  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(--main-color);
}
#files-names .file-block .file-delete,
#files-names2 .file-block .file-delete {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--positive-alert);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.zSidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 15.625rem;
  background-color: var(--sidebar-bg);
  z-index: 1001;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zSidebar {
    left: calc(-1 * 15.625rem);
  }
}

.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;
}
.zSidebar .zSidebar-leftBar {
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--black);
}
@media screen and (max-width: 1023px) {
  .zSidebar.menuClose {
    left: 0;
  }
}
.zSidebar.menuClose .zSidebar-overlay {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 15.625rem);
}

.zSidebar-logo {
  padding: 1.5625rem 0.9375rem 3rem;
  display: inline-block;
  max-width: 10.4375rem;
}
.zSidebar-menu > li {
  position: relative;
  padding: 0 0.75rem 0 0.875rem;
}
.zSidebar-menu > li.sidebar-divider {
  border-top: 0.0625rem solid var(--black);
  padding: 0.625rem 0.6875rem 0.5625rem 1.4375rem;
  margin: 0 0.8125rem 0 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zSidebar-menu > li:not(.zSidebar-menu > li.sidebar-divider) {
  margin-bottom: 0.3125rem;
}
.zSidebar-menu > li:first-child.sidebar-divider {
  padding-top: 0;
  border-top: none;
}
.zSidebar-menu > li:last-child {
  margin-bottom: 0;
}
.zSidebar-menu > li svg {
  max-width: 20px;
  max-height: 20px;
}
.zSidebar-menu > li > a {
  position: relative;
  padding: 0.8125rem 0.9375rem;
}
.zSidebar-menu > li > a span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.875rem;
  color: #8f96b2;
}
.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(--para-text);
  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:hover::before{
    border-color: var(--white);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu {
  padding: 0.625rem 0 0.625rem 2.5rem;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li {
  padding-bottom: 1.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: 0.9375rem;
  color: var(--sub-menu-text-color);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.125rem;
  background-color: var(--para-text);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover, .zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active {
  color: var(--sidebar-active-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: -16px;
  transform: translateY(-50%);
  width: 0.125rem;
  height: 100%;
  background-color: var(--primary-color);
  transition: all 0.3s;
}
.zSidebar-menu > li > a:hover, .zSidebar-menu > li > a.active {
  background-color: rgba(74, 90, 78, 0.23);
}
.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 {
  fill: var(--sidebar-active-color);
}
.zSidebar-menu > li > a:hover.stroke-icon-1 svg path, .zSidebar-menu > li > a.active.stroke-icon-1 svg path {
  fill: transparent !important;
  stroke: var(--primary-color);
}
.zSidebar-menu > li > a:hover.stroke-icon-2 svg path:last-child, .zSidebar-menu > li > a.active.stroke-icon-2 svg path:last-child {
  fill: transparent !important;
  stroke: var(--primary-color);
}
.zSidebar-menu > li > a:hover span, .zSidebar-menu > li > a.active span {
  color: var(--white);
}
.zSidebar-menu > li > a:hover::before, .zSidebar-menu > li > a.active::before {
  border-color: var(--white);
}
.zSidebar-menu > li > a:hover::after, .zSidebar-menu > li > a.active::after {
  left: -12px;
}
.zSidebar-fixed {
  max-height: calc(100% - 5.3125rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  scrollbar-width: none;
}
.zSidebar-fixed::-webkit-scrollbar {
  display: none !important;
}

.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-one {
  padding: 0.4375rem;
  background-color: var(--white);
  border-radius: 0.625rem;
}
.zTab-one .nav-link {
  padding: 0.625rem 1.625rem;
  background-color: transparent;
  border-radius: 0.625rem;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--main-color);
}
.zTab-one .nav-link.active {
  background-color: var(--positive-bg);
  color: var(--primary-color) !important;
}
.zTab-two {
  flex-direction: column;
  gap: 1.25rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .zTab-two {
    flex-direction: row;
  }
}
.zTab-two .nav-item {
  display: flex;
}
.zTab-two .nav-link {
  width: 100%;
  text-align: left;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--main-color);
}
.zTab-two .nav-link .icon svg path {
  transition: all 0.3s;
}
.zTab-two .nav-link ~ span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .zTab-two .nav-link ~ span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .zTab-two .nav-link {
    padding: 0.5rem 1.5rem;
    background-color: var(--body-bg);
    border-radius: 0.5rem;
    color: var(--main-color);
  }
}
.zTab-two .nav-link:hover, .zTab-two .nav-link.active {
  background-color: transparent;
  color: var(--primary-color);
}
.zTab-two .nav-link:hover .icon svg path, .zTab-two .nav-link.active .icon svg path {
  fill: var(--primary-color);
}
.zTab-two .nav-link:hover ~ span, .zTab-two .nav-link.active ~ span {
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .zTab-two .nav-link:hover, .zTab-two .nav-link.active {
    background-color: var(--primary-color);
    color: var(--white);
  }
  .zTab-two .nav-link:hover .icon svg path, .zTab-two .nav-link.active .icon svg path {
    fill: var(--white);
  }
}
.zTab-three {
  border-bottom: 0.0625rem solid var(--stroke);
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 575px) {
  .zTab-three {
    justify-content: center;
    gap: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.zTab-three .nav-link {
  position: relative;
  padding: 0rem 0.9375rem 1.25rem;
  background-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--para-text);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 575px) {
  .zTab-three .nav-link {
    padding: 0.625rem;
    background-color: var(--white);
    border-radius: 0.3125rem;
  }
}
.zTab-three .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0.0625rem;
  left: 0;
  width: 0%;
  height: 0.125rem;
  background-color: var(--primary-color);
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .zTab-three .nav-link::before {
    display: none;
  }
}
.zTab-three .nav-link.active {
  background-color: transparent;
  color: var(--primary-color);
}
@media screen and (max-width: 575px) {
  .zTab-three .nav-link.active {
    background-color: var(--primary-color) !important;
    color: var(--white);
  }
}
.zTab-three .nav-link.active::before {
  width: 100%;
}
.zTab-three .nav-link.active svg circle {
  stroke: var(--main-color);
}
.zTab-three .nav-link.active svg path {
  fill: var(--main-color);
}

.zTab-two-alt {
    flex-direction: column;
    /*gap: 1.25rem 0.625rem;*/
}
@media screen and (max-width: 767px) {
    .zTab-two-alt {
        flex-direction: row;
    }
}
.zTab-two-alt .nav-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.zTab-two-alt .nav-item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .zTab-two-alt .nav-item{
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}
.zTab-two-alt .nav-link {
    width: 100%;
    text-align: left;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.0625rem;
    color: var(--main-color);
}
.zTab-two-alt .nav-link .icon svg path {
    transition: all 0.3s;
}
.zTab-two-alt .nav-link ~ span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.0625rem;
    color: var(--main-color);
}
@media screen and (max-width: 767px) {
    .zTab-two-alt .nav-link ~ span {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .zTab-two-alt .nav-link {
        padding: 0.5rem 1.5rem;
        background-color: var(--body-bg);
        border-radius: 0.5rem;
        color: var(--main-color);
    }
}
.zTab-two-alt .nav-link:hover, .zTab-two-alt .nav-link.active {
    background-color: transparent;
    color: var(--primary-color);
}
.zTab-two-alt .nav-link:hover .icon svg path, .zTab-two-alt .nav-link.active .icon svg path {
    fill: var(--primary-color);
}
.zTab-two-alt .nav-link:hover ~ span, .zTab-two-alt .nav-link.active ~ span {
    color: var(--primary-color);
}
@media screen and (max-width: 767px) {
    .zTab-two-alt .nav-link:hover, .zTab-two-alt .nav-link.active {
        background-color: var(--primary-color);
        color: var(--white);
    }
    .zTab-two-alt .nav-link:hover .icon svg path, .zTab-two-alt .nav-link.active .icon svg path {
        fill: var(--white);
    }
}

.zTab-vertical-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.625rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .zTab-vertical-wrap {
    flex-wrap: wrap;
  }
}
.zTab-vertical-wrap .left {
  flex: 1 0 auto;
  max-width: 15.875rem;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  background-color: var(--secondary);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .zTab-vertical-wrap .left {
    max-width: 100%;
    overflow-x: auto;
  }
}
.zTab-vertical-wrap .right {
  flex: 1 1 auto;
}

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

/* Start Table Styles */
.zTable {
  width: 100% !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: var(--primary-color) !important;
  margin-bottom: 0;
  border-color: var(--black);
  border-bottom: none !important;
}
.zTable > :not(caption):first-child > * > * {
  border-bottom: none;
  padding: 0 !important;
}
.zTable > :not(caption):first-child > * > * > * {
  background-color: var(--white-200);
}
.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.71875rem 1.25rem !important;
}
.zTable > :not(caption):last-child > *:last-child > td {
  padding-bottom: 0 !important;
  border-bottom-color: transparent !important;
}
.zTable > :not(caption) > * {
  position: relative;
}
.zTable > :not(caption) > * > * {
  padding: 1.375rem 1.25rem !important;
  border-bottom-color: var(--stroke) !important;
  vertical-align: middle;
}
.zTable > :not(caption) > * > *:first-child {
  padding-left: 1.25rem !important;
}
.zTable > :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.0625rem;
  color: var(--main-color);
}
.zTable tbody tr td {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 0.9375rem;
  color: var(--para-text);
}
.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;
  }
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > * {
  position: relative;
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: right;
}
.zTable-last-item-border > :not(caption):last-child > *:last-child > td {
  padding-bottom: 1.375rem !important;
  border-bottom-color: var(--stroke) !important;
}
.zTable .sf-select-without-search {
  min-width: 135px;
  padding-left: 0.625rem !important;
}
.zTable .sf-select-without-search::after {
  right: 5px;
}
.zTable .sf-select-without-search.open .list li {
  white-space: normal !important;
}

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(--para-text);
  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(--para-text);
  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: "-";
}

table.dataTable.dtr-inline.collapsed > tbody > tr:last-child > td.dtr-control::before {
  transform: translateY(0px);
}

.dtr-details {
  display: block !important;
}
.dtr-details li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}

table.dataTable td.dataTables_empty {
  text-align: center !important;
}

/* End Table Styles */
.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(--primary-color);
  border-radius: 6.875rem !important;
  padding: 0.875rem 1.125rem 0.8125rem 2.8125rem !important;
  background-color: var(--primary-color) !important;
  margin-left: 0 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--primary-color) !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::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--primary-color) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--primary-color) !important;
}

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

.tableTop {
  padding-bottom: 1.25rem;
}

.tableBottom {
  padding-top: 1.25rem;
}

@media screen and (max-width: 575px) {
  .tableLengthInput {
    float: none !important;
  }
}
.tableLengthInput label {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--primary-color);
}
@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(--primary-color) !important;
  text-align: center;
}

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

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

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

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

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

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: var(--white) !important;
}

/* Form */
.sf-form-label {
  margin-bottom: var(--sf-form-label-margin-bottom);
  font-size: var(--sf-form-label-font-size);
  font-weight: var(--sf-form-label-font-weight);
  line-height: var(--sf-form-label-line-height);
  color: var(--sf-form-label-font-color);
}

.sf-form-control {
  display: block;
  width: 100%;
  padding: var(--sf-form-control-padding-top) var(--sf-form-control-padding-left) var(--sf-form-control-padding-bottom) var(--sf-form-control-padding-right);
  font-size: var(--sf-form-control-font-size);
  font-weight: var(--sf-form-control-font-weight);
  line-height: var(--sf-form-control-line-height);
  color: var(--sf-form-control-font-color);
  background-color: var(--sf-form-control-background-color);
  background-clip: padding-box;
  border: 0.0625rem solid var(--sf-form-control-border-color);
  border-radius: var(--sf-form-control-border-radius);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sf-form-control:focus, .sf-form-control:hover {
  border: 0.0625rem solid var(--sf-form-control-hover-border-color);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: var(--sf-form-control-background-color);
}
.sf-form-control::-moz-placeholder {
  font-size: var(--sf-form-control-font-size);
  font-weight: var(--sf-form-control-font-weight);
  color: var(--sf-form-control-placeholder-font-color);
}
.sf-form-control::placeholder {
  font-size: var(--sf-form-control-font-size);
  font-weight: var(--sf-form-control-font-weight);
  color: var(--sf-form-control-placeholder-font-color);
}
.sf-form-control:not(:-moz-placeholder-shown) {
  border-color: var(--sf-form-control-hover-border-color);
}
.sf-form-control:not(:placeholder-shown) {
  border-color: var(--sf-form-control-hover-border-color);
}
.sf-form-control-2 {
  --sf-form-control-background-color: #ffffff;
}

textarea.sf-form-control {
  resize: none;
}
textarea.sf-form-control-textarea-2 {
  background-color: var(--sf-form-control-textarea-background-color);
  border-color: var(--sf-form-control-textarea-border-color);
}

/* Checkbox */
.sf-form-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sf-form-checkbox input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  border: 1px solid var(--para-text);
  border-radius: 0.25rem;
  background-color: var(--white);
}
.sf-form-checkbox input.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.sf-form-checkbox label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--para-text);
}

/* Radio */
.sf-form-radio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sf-form-radio input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid var(--para-text);
  background-color: var(--white);
}
.sf-form-radio input.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.sf-form-radio label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--para-text);
}

.sf-switch.form-switch {
  min-height: 27px;
}
.sf-switch.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;
}
.sf-switch.form-switch input.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
  background-position-x: 26px;
}
.sf-switch label {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
}

.summernoteOne ~ .note-editor {
  border: 1px solid var(--stroke) !important;
  border-radius: 10px;
}
.summernoteOne ~ .note-editor .note-toolbar {
  padding: 0 5px;
  background-color: var(--body-bg);
  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(--primary-color);
}
.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;
}

/* passShowHide */
.passShowHide {
  position: relative;
}
.passShowHide button {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  color: var(--para-text);
  font-weight: 400;
}

.sf-select-without-search {
  background-color: var(--white) !important;
  border-radius: 0.5rem !important;
  border: 0.0625rem solid var(--sf-form-control-border-color) !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: var(--para-text) !important;
  outline: none;
  padding: 0.9375rem 1.25rem !important;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100% !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  height: 3.125rem;
}
.sf-select-without-search.empty {
  color: var(--black) !important;
}
.sf-select-without-search:hover {
  border-color: var(--sf-form-control-border-color) !important;
}
.sf-select-without-search .option.selected {
  font-weight: normal !important;
}
.sf-select-without-search::after {
  width: 10px;
  height: 6px;
  right: 20px;
  border: none;
  background-image: url(../images/icon/arrow-fill-down.svg);
  transform: translateY(-50%) rotate(0deg);
  background-repeat: no-repeat;
  margin-top: 0;
}
.sf-select-without-search.open::after {
  transform: rotate(0deg) !important;
}
.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;
  scrollbar-width: thin;
}
.sf-select-without-search .list::-webkit-scrollbar {
  width: 0.375rem;
}
.sf-select-without-search .list::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 3.125rem;
}
.sf-select-without-search .list::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 3.125rem;
}
.sf-select-without-search.open .list {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  border-radius: 0.75rem;
  border: 0.0625rem solid var(--stroke);
  box-shadow: 0 0 0.625rem rgba(76, 76, 76, 0.12);
  background-color: var(--white);
  padding: 0.625rem 0;
  max-height: 12.5rem;
  overflow-y: auto;
  z-index: 10001;
}
.sf-select-without-search.open .list li {
  padding: 0.3125rem 0.9375rem;
  margin-bottom: 0.4375rem;
  border-radius: 0;
  font-size: 0.8125rem;
  font-weight: 500 !important;
  line-height: 1rem;
  color: var(--main-color);
  min-height: inherit;
  transition: all 0.3s;
}
.sf-select-without-search.open .list li:last-child {
  margin-bottom: 0;
}
.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: transparent !important;
  color: var(--primary-color) !important;
}
.sf-select-without-search.open::after {
  transform: rotate(45deg);
}

.dashboard-select {
  max-width: 4.5625rem;
  padding: 0.4375rem 0.75rem !important;
  height: 1.8125rem !important;
  border-radius: 0.375rem !important;
}
.dashboard-select .current {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--black);
}
.dashboard-select::after {
  right: 0.625rem;
}
.dashboard-select .list {
  border-radius: 0.375rem !important;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  transition: none !important;
}

.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 {
  min-height: 52px !important;
  border-radius: 8px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.sf-select-section.select2-selection--single {
  background-color: var(--white);
  border: 1px solid var(--black) !important;
  border-radius: 8px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  min-height: 52px;
}
.sf-select-section.select2-selection--single:focus, .sf-select-section.select2-selection--single:hover {
  border: 1px solid var(--main-color) !important;
}
.sf-select-section.select2-selection--single .select2-selection__rendered {
  color: var(--para-text);
  line-height: 52px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 17px;
}
.sf-select-section.select2-selection--single .select2-selection__arrow {
  height: 52px !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/arrow-fill-down.svg);
  width: 12px !important;
  height: 7px !important;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.sf-select-section.select2-selection--multiple {
  border: 1px solid #dadee7 !important;
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 0;
  height: 3.125rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.125rem;
  color: var(--para-text);
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--para-text);
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--para-text);
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered {
  padding-left: 0.625rem;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 9px;
  margin-bottom: 5px;
  background-color: var(--black) !important;
  border: 0;
  border-color: var(--black) !important;
  border-radius: 24px;
  color: var(--main-color) !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(--black) !important;
  color: var(--main-color);
}

.sf-select-dropdown {
  border-color: var(--black) !important;
  border-radius: 0.75rem !important;
  background-color: var(--white);
  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: 0.625rem;
  margin-top: 0;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field {
  border-color: var(--black);
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: var(--para-text);
  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(--main-color);
}
.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(--para-text);
  border-radius: 4px;
}
.sf-select-dropdown .select2-results__options .select2-results__option:last-child {
  margin-bottom: 0;
}
.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(--black);
  color: var(--main-color);
}

#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: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.zImage-upload-details {
  position: relative;
}
.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(--white);
  border: 0.125rem solid var(--stroke);
  border-radius: 0.75rem;
  height: 13.75rem;
  position: relative;
  overflow: hidden;
}
.zImage-upload-details .upload-img-box img {
  background-color: var(--white);
}

.profileImage-upload {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 5rem;
  max-width: 5rem;
  position: relative;
}
.profileImage-upload > img {
  background-color: var(--black);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.profileImage-upload .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.profileImage-upload .icon img {
  position: relative;
  max-width: 0.8125rem;
  max-height: 0.6875rem;
  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(--primary-color);
  cursor: pointer;
}

.servicePhotoUpload label {
  max-width: 24.125rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .servicePhotoUpload label {
    width: 100%;
    flex: 1 0 auto;
  }
}
.servicePhotoUpload label p:first-child {
  flex: 1 1 auto;
  border: 0.0625rem solid var(--black);
  border-right: 0;
  padding: 0.9375rem 0.9375rem 0.875rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:first-child {
    flex: 0 0 auto;
    border-radius: 0.3125rem 0.3125rem 0 0;
    border-bottom: 0;
    border-right: 0.0625rem solid var(--black);
    width: 100%;
    text-align: center;
  }
}
.servicePhotoUpload label p:last-child {
  border-radius: 0 0.3125rem 0.3125rem 0;
  background-color: var(--black);
  padding: 0.9375rem 2.375rem 0.875rem;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:last-child {
    border-radius: 0 0 0.3125rem 0.3125rem;
    width: 100%;
    text-align: center;
  }
}

.file-upload-one label {
  max-width: 24.125rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .file-upload-one label {
    width: 100%;
    flex: 1 0 auto;
  }
}
.file-upload-one label p:first-child {
  flex: 1 1 auto;
  border: 0.0625rem solid var(--black);
  border-right: 0;
  padding: 0.9375rem 0.9375rem 0.875rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:first-child {
    flex: 0 0 auto;
    border-radius: 0.3125rem 0.3125rem 0 0;
    border-bottom: 0;
    border-right: 0.0625rem solid var(--black);
    width: 100%;
    text-align: center;
  }
}
.file-upload-one label p:last-child {
  border-radius: 0 0.3125rem 0.3125rem 0;
  background-color: var(--black);
  padding: 0.9375rem 2.375rem 0.875rem;
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:last-child {
    border-radius: 0 0 0.3125rem 0.3125rem;
    width: 100%;
    text-align: center;
  }
}

#files-names {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 0.625rem;
}
#files-names .file-block {
  position: relative;
  margin-top: 0.625rem;
  flex: 0 0 auto;
  min-width: 4.375rem;
  max-width: 9.375rem;
  padding: 0.625rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.625rem;
}
#files-names .file-block .file-icon {
  display: inline-flex;
  font-size: 1rem;
  color: var(--para-text);
}
#files-names .file-block .name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--black);
}
#files-names .file-block .file-delete {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  flex: 0 0 auto;
  width: 0.84375rem;
  height: 0.84375rem;
  border: 1px solid var(--para-text);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  color: var(--para-text);
  cursor: pointer;
}

.headerUserDropdown {
  background-color: var(--white);
  padding: 0.25rem 1.25rem 0.25rem 0.25rem;
  border-radius: 3.5rem;
}
@media screen and (max-width: 767px) {
  .headerUserDropdown {
    padding: 0.25rem;
  }
}
.headerUserDropdown .dropdown-toggle .user-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.headerUserDropdown .dropdown-toggle .user-content .wrap {
  position: relative;
}
.headerUserDropdown .dropdown-toggle .user-content .img {
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  overflow: hidden;
}
.headerUserDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-fill-down.svg);
  width: 0.625rem;
  height: 0.375rem;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 0.3125rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .headerUserDropdown .dropdown-toggle::after {
    display: none;
  }
}
.headerUserDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 3.75rem, 0);
  max-width: 100%;
  transition: all 0.3s;
}
.headerUserDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 2.5rem, 0) !important;
  transition: all 0.3s;
}

.lanDropdown {
  width: 2.5625rem;
  height: 2.5625rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 50%;
  background-color: var(--white-200);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lanDropdown .dropdown-toggle img {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.lanDropdown .dropdown-toggle::after {
  display: none;
}
.lanDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 2.5rem, 0);
}
.lanDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 2.5rem, 0) !important;
}

.dropdown-selectService .dropdown-toggle {
  border: 0.0625rem solid var(--black);
  border-radius: 0.5rem;
  padding: 0.875rem 1.25rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--para-text);
}
.dropdown-selectService .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-fill-down.svg);
  width: 0.625rem;
  height: 0.375rem;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 0.3125rem);
  position: relative;
}
.dropdown-selectService .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 3.75rem, 0);
  width: 100%;
  transition: all 0.3s;
  padding: 1.25rem 0;
  background-color: var(--white);
  border: 0.0625rem solid var(--black);
  border-radius: 0.375rem;
  box-shadow: 0px 20px 90px 10px rgba(163, 177, 204, 0.0705882353);
}
.dropdown-selectService .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 2.5rem, 0) !important;
  transition: all 0.3s;
}
.dropdown-selectService .dropdown-menu li {
  padding-left: 1.3125rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 0.0625rem solid var(--black);
}
.dropdown-selectService .dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.dropdown-one .dropdown-toggle::after {
  display: none;
}
.dropdown-one .dropdown-menu {
  transform: translate3d(0, 2.5rem, 0);
}
.dropdown-one .dropdown-menu.show {
  top: 0% !important;
}
.dropdown-two .dropdown-toggle {
  width: 100%;
  min-width: 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images img {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.dropdown-two .dropdown-toggle .images img:not(:first-child) {
  margin-left: calc(-1 * 0.6875rem);
}
.dropdown-two .dropdown-toggle .images img:not(:nth-child(1), :nth-child(2)) {
  display: none;
}
.dropdown-two .dropdown-toggle .images .iconPlus {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  margin-left: calc(-1 * 0.6875rem);
  background-color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
}
.dropdown-two .dropdown-toggle::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  margin: 0;
  vertical-align: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/icon/angle-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem;
  transition: all 0.3s;
}
.dropdown-two .dropdown-menu {
  transform: translate3d(0, 2.5rem, 0);
}
.dropdown-two .dropdown-menu.show {
  top: 0% !important;
}
.dropdown-three .dropdown-toggle {
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.5rem;
  padding: 0.5625rem 1.25rem;
  width: 100%;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 0.8125rem;
  color: var(--para-text);
}
.dropdown-three .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-fill-down.svg);
  width: 0.8125rem;
  height: 0.4375rem;
  background-repeat: no-repeat;
  margin: 0;
  right: 0;
  position: relative;
}
.dropdown-three .dropdown-menu {
  min-width: 100% !important;
  transform: translate3d(0, 3.4375rem, 0);
  padding: 1rem 0;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.375rem;
  box-shadow: 0.3125rem 0.3125rem 1.5625rem 0 rgba(57, 64, 72, 0.1019607843);
}
.dropdown-three .dropdown-menu.show {
  top: 0% !important;
}
.dropdown-three .dropdown-menu li {
  border-bottom: 0.0625rem solid var(--stroke);
}
.dropdown-three .dropdown-menu li .dropdown-item {
  padding: 0.625rem 1rem;
  cursor: pointer;
  background-color: transparent;
}
.dropdown-three .dropdown-menu li:first-child .dropdown-item {
  padding-top: 0;
}
.dropdown-three .dropdown-menu li:last-child {
  border-bottom: 0;
}
.dropdown-three .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 0;
}

.zMain-signLog-content {
  border: 1px solid #d9d9d9;
  padding: 74px 62px;
  background: linear-gradient(180deg, #fefefe 0%, #ffffff 100%);
}
@media screen and (max-width: 575px) {
  .zMain-signLog-content {
    padding: 30px;
  }
}

.signLog-section {
  min-height: 100vh;
  display: flex;
  background-color: #fff;
  overflow-y: hidden;
}
.signLog-section .left,
.signLog-section .right {
  width: 38.4375rem;
  margin: 0 auto;
}
.signLog-section .left .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .signLog-section .left .wrap {
    padding: 0 10px;
  }
}
.signLog-section .right {
  position: relative;
}
@media screen and (max-width: 991px) {
  .signLog-section .right {
    display: none;
  }
}

/*===============================
 #.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;
  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;
}
.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%;
  -o-object-fit: cover;
     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;
}
.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%;
  -o-object-fit: cover;
     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;
}
.header-area .languages-dropdown .languages-dropdown-menu li .dropdown-item .flag-image {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -o-object-fit: cover;
     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;
}
.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;
}
.responsive-btn:hover {
  color: var(--white);
  background: var(--hover-color);
}

.responsive-cart {
  position: relative;
}
.responsive-cart img {
  width: 2.3rem;
  height: 2.3rem;
  -o-object-fit: cover;
     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;
  }
}
.payment-item {
    position: relative;
  flex: 1 0 auto;
  max-width: 11.6875rem;
  min-width: 11.6875rem;
  /*height: 11.375rem;*/
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.5625rem;
  padding: 1.5rem 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.payment-item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0.5625rem;
    transition: all 0.3s;
}
.payment-item button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: all 0.3s;
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.payment-item:hover button{
    transform: translate(-50%,-50%) scale(1);
}
.payment-item:hover::before{
    background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .payment-item {
    max-width: 11.0625rem;
    min-width: 11.0625rem;
  }
}
@media screen and (max-width: 991px) {
  .payment-item {
    max-width: 100%;
    min-width: 11.25rem;
  }
}
.payment-item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--body-bg);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  max-height: 88px;
  min-height: 88px;
  height: 100%;
}
.payment-item .img img {
  max-width: 7.75rem;
  max-height: 4.3125rem;
}
.payment-item .link {
  display: inline-block;
  padding: 0.8125rem 1.5625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: var(--main-color);
  border: 0.0625rem solid var(--main-color);
  border-radius: 0.75rem;
  white-space: nowrap;
}
.payment-item:hover .link {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.project-item {
  display: block;
  background-color: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 16px;
}
.project-item .titleStatus {
  padding-bottom: 20px;
}
.project-item .startEndDate {
  max-width: 168px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.project-item .startEndDate .item .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--para-text);
  padding-bottom: 7px;
}
.project-item .startEndDate .item .info {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: var(--para-text);
}
.project-item .progress {
  height: 8px;
  background-color: var(--stroke);
  border-radius: 50px;
}
.project-item .progress-bar {
  border-radius: 50px;
  background-color: var(--primary-color);
}

#ctFullCalendar {
  --fc-border-color: var(--stroke);
  --fc-event-bg-color: #f4f8ff;
  --fc-today-bg-color: #f4f8ff;
  --fc-event-border-color: var(--primary-color);
  --fc-event-para-text: var(--para-text);
}
#ctFullCalendar > div:nth-child(2) {
  border-top: 0.0625rem solid var(--stroke);
}
#ctFullCalendar > div:nth-child(2) > div table {
  border: none;
}
#ctFullCalendar > div:nth-child(2) > div table > :not(caption) > * {
  border-bottom-width: 1px;
  border-bottom-color: #dce0e8;
}
#ctFullCalendar > div:nth-child(2) > div table > :not(caption) > * > * {
  border-width: 0 1px 0 0;
  border-color: #dce0e8;
}
#ctFullCalendar > div:nth-child(2) > div table > :not(caption) > * > *:last-child {
  border-right-width: 0;
}
#ctFullCalendar .fc-header-toolbar {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #ctFullCalendar .fc-header-toolbar {
    flex-direction: column;
    justify-content: center;
  }
}
#ctFullCalendar .fc-header-toolbar > div:nth-child(2) > div {
  display: flex;
  align-items: center;
}
#ctFullCalendar .fc-header-toolbar > div:nth-child(2) > div .fc-toolbar-title {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: var(--para-text);
}
#ctFullCalendar .fc-header-toolbar > div:nth-child(2) > div .fc-prev-button,
#ctFullCalendar .fc-header-toolbar > div:nth-child(2) > div .fc-next-button {
  background-color: transparent;
  border-color: transparent;
  color: var(--para-text);
}
#ctFullCalendar .fc-header-toolbar > div .fc-today-button {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--main-color) !important;
  opacity: 1;
}
#ctFullCalendar .fc-header-toolbar > div .fc-button-group:has(.fc-dayGridMonth-button) {
  padding: 0.3125rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.625rem;
}
#ctFullCalendar .fc-header-toolbar > div .fc-button-group:has(.fc-dayGridMonth-button) button {
  background-color: transparent;
  border: none;
  border-radius: 0.5rem;
  margin-left: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: var(--para-text);
  padding: 5px 10px;
  transition: all 0.3s;
}
#ctFullCalendar .fc-header-toolbar > div .fc-button-group:has(.fc-dayGridMonth-button) button.fc-button-active {
  background-color: var(--white);
  color: var(--main-color);
}
#ctFullCalendar .fc-button {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#ctFullCalendar .fc-event {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 15px 6px;
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid var(--primary-color);
  flex-wrap: wrap;
}
#ctFullCalendar .fc-event .fc-event-main {
  color: var(--main-color);
}
#ctFullCalendar .fc-event .fc-event-main-frame .fc-event-title-container {
  min-height: unset;
}
#ctFullCalendar .fc-event-title {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: var(--main-color);
}
#ctFullCalendar .fc-event-time {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: var(--para-text);
}
#ctFullCalendar .fc-col-header-cell-cushion, #ctFullCalendar .fc-daygrid-day-top > a {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.125rem;
  color: var(--para-text);
}
#ctFullCalendar .fc-daygrid-day-top {
  justify-content: flex-end;
  padding-left: 15px;
}
#ctFullCalendar .fc-scrollgrid-section .fc-col-header > thead tr th > div {
  line-height: 58px;
}

/* Main content */
.zMainContent {
  position: relative;
  left: 15.625rem;
  width: calc(100% - 15.625rem);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zMainContent {
    left: 0;
    width: 100%;
  }
}
.zMainContent .main-header {
  position: relative;
  padding: 1.3125rem 1.875rem;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .zMainContent .main-header {
    padding: 0.625rem;
  }
}

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

/* Date icon */
.date-icon {
  position: relative;
}
.date-icon::after {
  content: "";
  position: absolute;
  bottom: 7.5px;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/calendar-datePicker.svg);
  background-repeat: no-repeat;
}

/* Direction rtl */
.direction-rtl {
  direction: rtl;
}
.direction-rtl .zSidebar {
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 15.625rem;
  background-color: var(--body-bg);
  z-index: 1001;
  transition: all 0.5s ease;
  border-right: 0.0625rem solid var(--black);
  padding-left: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar {
    right: calc(-1 * 15.625rem);
  }
}
.direction-rtl .zMainContent {
  position: relative;
  left: auto;
  right: 15.625rem;
  width: calc(100% - 15.625rem);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zMainContent {
    right: 0;
    width: 100%;
  }
}

.certificateColapsed .addArrowIcon{
    transition: all 0.3s;
}
.certificateColapsed.collapsed .addArrowIcon{
    transform: rotate(0deg);
}
.certificateColapsed .addArrowIcon{
    transform: rotate(180deg);
}
.currency-conversation-rate .max-w-300{
    width: 100% !important;
    max-width: calc(100% - 33px);
}
.currency-conversation-rate .firstSpan{
    width: 100% !important;
}
@media screen and (max-width: 575px) {
    .generalReport-select{
        width: 100%;
    }
}
.bg-item-hover li {
    position: relative;
}
.bg-item-hover li:hover {
    background-color: rgb(233 206 206 / 10%);
}
