/*

Template Name: zaialumni  Responsive  HTML5 Template
Template URI: https://zaisub.com/
Description: zaialumni  Responsive  HTML5 Template
Author: Mahmudul Hasan Sohel
Author URI: https://zainiklab.com/
Version: 1.0 

*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --white: #ffffff;
  --white-10: rgb(255 255 255 / 10%);
  --white-12: rgb(255 255 255 / 12%);
  --white-80: rgb(255 255 255 / 80%);
  --black: #000000;
  --body-bg: #f3f5f8;
  --text-black: #2c2e3b;
  --text-black-50: rgb(44 46 59 / 50%);
  --main-color: #0078ae;
  --main-color-20: rgb(127 86 217 / 20%);
  --rcfs-color: #0078ae;
  --para-text: #596680;
  --stroke-color: #e4e6eb;
  --green: #24bb16;
  --yellow: #ffae02;
  --blue: #0084ff;
  --gray: #808080;
  --red: #ff4e4e;
  --bg-color: #f3f5f8;
  --input-color: #fafbfc;
  --cancel-color: #ebedf0;
  --stroke-2-color: #eef0f3;
  --green-light: #e9f8e8;
  --yellow-light: #fff5df;
  --blue-light: #e6f2fd;
  --red-light: #f8e8e8;
  --purple-light: #f3f1ff;
  --secondary-color: #f5f7fa;
  --scroll-track: #efefef;
  --scroll-thumb: #dadada;
  --sidebar-hover: #282f3e;
  --sidebar-shadow: #3e4a64;
  --sidebar-text-color: #929bac;
  --sidebar-hover-icon: #0078ae;
  --header-text: #929bac;
  --header-search-bg: #2e384d;
  --bg-fliter: #3e1597;
  --color1: #1f242e;
  --color2: #1d2840;
  --color3: #e9edf5;
  --color4: #d956cc;
  --color5: #3ab8ff;
  --color6: #0078ae;
  --color7: #56d1d9;
  --color8: #d3d9e5;
  --color9: #eaeaea;
  --color10: #000f30;
  --color11: #0e141f;
  --color12: #b7b8bc;
}

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

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

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

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

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

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

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

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

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

.fs-33 {
  font-size: 2.0625rem;
}

.fs-64 {
  font-size: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-40 {
  line-height: 2.5rem;
}

.lh-44 {
  line-height: 2.75rem;
}

.lh-76 {
  line-height: 4.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* z-index */
.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

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

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

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

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

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

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

/* Padding top & bottom */
.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-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !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-17 {
  padding-top: 1.0625rem !important;
  padding-bottom: 1.0625rem !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-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-38 {
  padding-top: 2.375rem !important;
  padding-bottom: 2.375rem !important;
}

.py-73 {
  padding-top: 4.5625rem !important;
  padding-bottom: 4.5625rem !important;
}

.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

@media screen and (max-width: 991px) {
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

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

.px-5 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !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-13 {
  padding-left: 0.8125rem !important;
  padding-right: 0.8125rem !important;
}

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

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

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

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

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

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

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

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

.px-33 {
  padding-left: 2.0625rem !important;
  padding-right: 2.0625rem !important;
}

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

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

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

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

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

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

.pt-36 {
  padding-top: 2.25rem !important;
}

.pt-101 {
  padding-top: 6.3125rem !important;
}

.pt-114 {
  padding-top: 7.125rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

/* Padding bottom */
.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-22 {
  padding-bottom: 1.375rem !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-30 {
  padding-bottom: 1.875rem !important;
}

.pb-31 {
  padding-bottom: 1.9375rem !important;
}

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

.pb-34 {
  padding-bottom: 2.125rem !important;
}

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

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

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

.pb-45 {
  padding-bottom: 2.8125rem !important;
}

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

.pb-52 {
  padding-bottom: 3.25rem !important;
}

.pb-68 {
  padding-bottom: 4.25rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-124 {
  padding-bottom: 7.75rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

/* Padding Left */
@media screen and (min-width: 1200px) {
  .pl-xl-70 {
    padding-left: 4.375rem !important;
  }
}

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

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

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

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

.mx-30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-31 {
  margin-bottom: 1.9375rem !important;
}

.mb-37 {
  margin-bottom: 2.3125rem !important;
}

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

.mb-50 {
  margin-bottom: 3.125rem !important;
}

/* Margin Start */
@media screen and (min-width: 992px) {
  .ms-lg-auto {
    margin-left: auto;
  }
}

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

.g-8 {
  gap: 8px;
}

.g-9 {
  gap: 9px;
}

.g-10 {
  gap: 10px;
}

.g-11 {
  gap: 11px;
}

.g-12 {
  gap: 12px;
}

.g-20 {
  gap: 20px;
}

.g-24 {
  gap: 24px;
}

.g-30 {
  gap: 30px;
}

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

.rg-10 {
  row-gap: 10px;
}

.rg-20 {
  row-gap: 20px;
}

.rg-24 {
  row-gap: 24px;
}

.rg-25 {
  row-gap: 25px;
}

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

.cg-8 {
  column-gap: 8px;
}

.cg-10 {
  column-gap: 10px;
}

.cg-13 {
  column-gap: 13px;
}

.cg-15 {
  column-gap: 15px;
}

.cg-25 {
  column-gap: 25px;
}

.cg-45 {
  column-gap: 45px;
}

.cg-47 {
  column-gap: 47px;
}

.cg-84 {
  column-gap: 84px;
}

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

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

.min-w-120 {
  min-width: 7.5rem;
}

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

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

.min-w-200 {
  min-width: 12.5rem;
}

.min-w-224 {
  min-width: 14rem;
}

.min-w-1100 {
  min-width: 68.75rem;
}

@media screen and (min-width: 1400px) {
  .min-sm-w-50 {
    min-width: 3.125rem;
  }
}

@media screen and (min-width: 1400px) {
  .min-sm-w-100 {
    min-width: 6.25rem;
  }
}

@media screen and (min-width: 1400px) {
  .min-sm-w-120 {
    min-width: 7.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .min-sm-w-150 {
    min-width: 9.375rem;
  }
}

@media screen and (min-width: 1400px) {
  .min-sm-w-160 {
    min-width: 10rem;
  }
}

@media screen and (min-width: 1400px) {
  .min-sm-w-200 {
    min-width: 12.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .min-sm-w-600 {
    min-width: 37.5rem;
  }
}

/* Maximum width */
.max-w-22 {
  max-width: 1.375rem;
}

.max-w-70 {
  max-width: 4.375rem;
}

.max-w-80 {
  max-width: 5rem;
}

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

.max-w-131 {
  max-width: 8.1875rem;
}

.max-w-163 {
  max-width: 10.1875rem;
}

.max-w-174 {
  max-width: 10.875rem;
}

.max-w-206 {
  max-width: 12.875rem;
}

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

.max-w-241 {
  max-width: 15.0625rem;
}

.max-w-366 {
  max-width: 22.875rem;
}

.max-w-411 {
  max-width: 25.6875rem;
}

.max-w-419 {
  max-width: 26.1875rem;
}

.max-w-445 {
  max-width: 27.8125rem;
}

.max-w-483 {
  max-width: 30.1875rem;
}

.max-w-581 {
  max-width: 36.3125rem;
}

.max-w-634 {
  max-width: 39.625rem;
}

.max-w-680 {
  max-width: 42.5rem;
}

.max-w-874 {
  max-width: 54.625rem;
}

.max-w-1701 {
  max-width: 106.3125rem;
}

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

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

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

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

.w-56 {
  width: 3.5rem !important;
}

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

/* Minimum Vertical Height */
.min-vh-h-88 {
  min-height: 88vh;
}

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

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

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

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

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

.h-56 {
  height: 3.5rem !important;
}

.h-111 {
  height: 6.9375rem !important;
}

/* Top */
.top-10 {
  top: 10px !important;
}

/* Left */
.left-0 {
  left: 0px !important;
}

/* Right */
.right-10 {
  right: 10px !important;
}

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

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

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

/* Border Left */
@media screen and (min-width: 576px) {
  .bd-sm-l-one {
    border-left-width: 0.0625rem !important;
    border-left-style: solid;
  }
}

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

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

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

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

.bd-ra-40 {
  border-radius: 2.5rem !important;
}

.sf-select-without-search {
  background-color: var(--input-color) !important;
  border-radius: 0.5rem !important;
  border: 1px solid var(--stroke-color) !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: var(--text-black) !important;
  outline: none;
  padding: 1.25rem 1.0625rem !important;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100% !important;
  margin-bottom: 0 !important;
  line-height: 0 !important;
}
.sf-select-without-search.empty {
  color: var(--text-black) !important;
}
.sf-select-without-search:hover {
  border-color: var(--stroke-color) !important;
}
.sf-select-without-search .option.selected {
  font-weight: normal !important;
}
.sf-select-without-search::after {
  border-color: var(--text-black);
  width: 9px;
  height: 9px;
  right: 15px;
  border-width: 1px;
}
.sf-select-without-search:active, .sf-select-without-search.open, .sf-select-without-search:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-without-search .list {
  width: 100% !important;
  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-color);
  box-shadow: 0 0 0.625rem rgba(76, 76, 76, 0.12);
  background-color: #fff;
  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;
  line-height: 1rem;
  color: var(--text-black);
  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: var(--purple-light) !important;
  color: var(--rcfs-color) !important;
}
.sf-select-without-search.open::after {
  transform: rotate(45deg);
}

/* Start Table Styles */
.zTable {
  width: 100% !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: var(--text-black) !important;
  margin-bottom: 0;
  border-color: var(--stroke-color);
  border-bottom: none !important;
}
.zTable > :not(caption):first-child > * > * {
  border-bottom: none;
  padding: 0 !important;
}
.zTable > :not(caption):first-child > * > * > * {
  background-color: var(--secondary-color);
}
.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.5rem 1.25rem !important;
}
.zTable > :not(caption) > * {
  position: relative;
}
.zTable > :not(caption) > * > * {
  padding: 0.921875rem 1.25rem !important;
  border-bottom-color: var(--stroke-color) !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 > :not(caption) > *:last-child > * {
  border-bottom: none !important;
}
@media screen and (min-width: 992px) {
  .zTable > :not(caption) > *:last-child > * {
    padding-bottom: 0 !important;
  }
}
.zTable thead tr th {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem;
  color: var(--text-black);
}
.zTable tbody tr td {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem;
  color: var(--para-text);
}
.zTable > tbody > tr > * {
  transition: all 0.3s;
}
.zTable-1 {
  width: 100% !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: var(--text-black) !important;
  margin-bottom: 0;
  border-color: var(--stroke-color);
  border-bottom: none !important;
}
.zTable-1 > :not(caption) > * {
  position: relative;
}
.zTable-1 > :not(caption) > * > * {
  padding: 0.9375rem !important;
  border-bottom-color: var(--stroke-color) !important;
  vertical-align: middle;
}
.zTable-1 > :not(caption) > * > *:first-child {
  padding-left: 0 !important;
}
.zTable-1 > :not(caption) > * > *:last-child {
  padding-right: 0 !important;
  text-align: right;
}
.zTable-1 > :not(caption) > *:first-child > * {
  padding-top: 0 !important;
}
.zTable-1 > :not(caption) > *:last-child > * {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.zTable-1 thead tr th {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem;
  color: var(--text-black);
}
.zTable-1 tbody tr td {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem;
  color: var(--para-text);
}
.zTable-1 > tbody > tr > * {
  transition: all 0.3s;
}
.zTable-invoice > :not(caption) > * {
  position: relative;
}
.zTable-invoice > :not(caption) > * > * {
  padding: 1.578125rem 1.25rem !important;
}
.zTable-invoice > :not(caption) > *:last-child > * {
  border-bottom: 0.0625rem solid var(--stroke-color) !important;
  padding-bottom: 1.25rem !important;
}
.zTable-last-item-right > :not(caption) > * > *:last-child {
  text-align: right;
}
.zTable-last-item-center > :not(caption) > * > *:last-child {
  text-align: center;
}
.zTable-last-item-border > :not(caption):last-child > *:last-child > * {
  border-bottom: 0.0625rem solid var(--stroke-color) !important;
  padding-bottom: 1.25rem !important;
}
.zTable tbody tr.child td {
  text-align: left !important;
}
@media screen and (min-width: 1024px) {
  .zTable-responsive {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .zTable-responsive {
    padding-bottom: 1.25rem;
  }
}

.table-responsive {
  scrollbar-width: thin;
}
.table-responsive::-webkit-scrollbar {
  height: 0.375rem;
}
.table-responsive::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 3.125rem;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 3.125rem;
}

@media screen and (min-width: 992px) {
  table.dataTable.dtr-inline.collapsed > tbody > tr:last-child > td.dtr-control::before,
  table.dataTable.dtr-inline.collapsed > tbody > tr:last-child > th.dtr-control::before {
    transform: translateY(calc(-1 * 0.125rem));
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 2.5rem !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  display: block;
  position: absolute;
  color: var(--white);
  border: 0.125rem solid var(--white);
  border-radius: 50%;
  text-align: center;
  line-height: 0.875rem;
  box-shadow: 0 0 0.1875rem var(--black);
  box-sizing: content-box;
  content: "+";
  background-color: var(--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: "-";
}

/* End Table Styles */
.zForm-wrap {
  position: relative;
}

.zForm-label {
  margin-bottom: 0.6875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--text-black);
}

.zForm-control {
  display: block;
  width: 100%;
  padding: 0.65625rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--para-text);
  background-color: var(--input-color);
  background-clip: padding-box;
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.5rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control:focus, .zForm-control:hover {
  border: 0.0625rem solid var(--rcfs-color);
  color: var(--para-text) !important;
  background-color: var(--input-color) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control::placeholder {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--para-text);
}

textarea.zForm-control {
  resize: none;
}

.zForm-password .icon {
  display: none;
}

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

/* Items */
.item-one {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background-color: var(--white);
}
.item-one .notify_no {
  position: absolute;
  top: calc(-1 * 0.5625rem);
  right: calc(-1 * 0.1875rem);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: var(--rcfs-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: var(--white);
}
.item-one.dropdown-toggle::after {
  display: none;
}

/* Dropdown */
.notifyDropdown .dropdown-menu {
  min-width: 21.5625rem;
  max-width: 21.5625rem;
  padding: 1.25rem 0;
  background-color: var(--white);
  border: 0.0625rem solid var(--stroke-2-color);
  border-radius: 0.75rem;
  transform: translate3d(0, 3.75rem, 0);
}
.notifyDropdown .dropdown-menu.show {
  top: 15% !important;
}
.notifyDropdown .dropdown-menu > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 575px) {
  .notifyDropdown .dropdown-menu {
    min-width: 18.125rem;
    max-width: 18.125rem;
    padding: 0.625rem 0 1.25rem;
  }
  .notifyDropdown .dropdown-menu > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 450px) {
  .notifyDropdown .dropdown-menu {
    min-width: 16.875rem;
    max-width: 16.875rem;
  }
}

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

.notify-list-details li {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid var(--stroke-2-color);
}
.notify-list-details li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.headerUserDropdown .dropdown-toggle::after {
  display: none;
}
.headerUserDropdown .dropdown-menu {
  background-color: var(--white);
  border: 0.0625rem solid var(--color3);
  border-radius: 0.75rem;
  transform: translateY(3.75rem);
}
.headerUserDropdown .dropdown-menu.show {
  top: 15% !important;
}
.headerUserDropdown.lanDropdown .dropdown-toggle > div:last-child {
  display: none !important;
}
.headerUserDropdown.lanDropdown .dropdown-toggle::after {
  display: none;
}
.headerUserDropdown.lanDropdown .dropdown-toggle ~ .dropdown-menu {
  --bs-position: end;
}

.dropdownItem-one {
  padding: 0.5rem 0.5625rem !important;
  background-color: var(--white) !important;
  border: 0.0625rem solid var(--stroke-color) !important;
  border-radius: 0.75rem !important;
}
.dropdownItem-one li {
  margin-bottom: 0.3125rem;
}
.dropdownItem-one li:last-child {
  margin-bottom: 0;
}
.dropdownItem-one a {
  padding: 0.4375rem 0.5625rem;
  border-radius: 0.4375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  color: var(--para-text) !important;
}
.dropdownItem-one a:hover, .dropdownItem-one a.active {
  background-color: var(--secondary-color);
}
.dropdownItem-one a:hover p, .dropdownItem-one a.active p {
  color: var(--text-black) !important;
}
.dropdownItem-one a:hover svg path,
.dropdownItem-one a:hover svg circle,
.dropdownItem-one a:hover svg ellipse, .dropdownItem-one a.active svg path,
.dropdownItem-one a.active svg circle,
.dropdownItem-one a.active svg ellipse {
  stroke: var(--text-black);
}

.dropdown-one {
  position: relative;
}
.dropdown-one .dropdown-toggle {
  border: none;
  border-radius: 0.75rem;
  min-width: 7.8125rem;
  padding: 0.8125rem 1.234375rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.dropdown-one .dropdown-toggle::after {
  content: "\f107";
  font: var(--fa-font-solid);
  border: 0;
}
.dropdown-one .dropdown-menu {
  background-color: var(--white);
  border: 0.0625rem solid var(--color3);
  border-radius: 0.75rem;
  transform: translateY(3.75rem);
  min-width: 7.8125rem;
  padding: 0.8125rem;
}
.dropdown-one .dropdown-menu.show {
  top: 15% !important;
}
.dropdown-one .dropdown-menu li {
  padding-bottom: 0.4375rem;
}
.dropdown-one .dropdown-menu li:last-child {
  padding-bottom: 0;
}
.dropdown-one .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.415rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--para-text);
}
.dropdown-one .dropdown-menu .dropdown-item:hover {
  color: var(--rcfs-color);
  background-color: transparent;
}

/* Search */
.search-one {
  position: relative;
  flex: 1 1 auto;
  max-width: 17.3125rem;
  display: flex;
}
.search-one input {
  width: 100%;
  height: 2.5rem;
  border: 0;
  border-radius: 3.125rem;
  background-color: var(--header-search-bg);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--white);
  padding: 0.6875rem 2.25rem 0.75rem 1.125rem;
}
.search-one input:focus {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--white);
  border-color: var(--primary-color);
}
.search-one input::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--white);
}
.search-one .icon {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  display: flex;
  max-width: 0.9375rem;
  height: 100%;
  max-height: 1rem;
  border: none;
  padding: 0;
  background-color: transparent;
}
.search-two {
  position: relative;
  flex: 1 1 auto;
  max-width: 17.3125rem;
  display: flex;
}
.search-two input {
  width: 100%;
  height: 2.5rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: var(--secondary-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--text-black);
  padding: 0.6875rem 2.25rem 0.75rem 1.125rem;
}
.search-two input:focus {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--text-black);
  border-color: var(--primary-color);
}
.search-two input::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--text-black);
}
.search-two .icon {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  display: flex;
  max-width: 0.9375rem;
  height: 100%;
  max-height: 1rem;
  border: none;
  padding: 0;
  background-color: transparent;
}

/* Badges */
.zBadge {
  display: inline-block;
  padding: 0.1875rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--text-black);
  background-color: var(--para-text);
}
.zBadge-active {
  background-color: var(--green-light);
  color: var(--green);
}
.zBadge-inactive {
  background-color: var(--cancel-color);
  color: var(--para-text);
}
.zBadge-success {
  background-color: var(--green-light);
  color: var(--green);
}
.zBadge-fuilure {
  background-color: var(--red-light);
  color: var(--red);
}
.zBadge-pending {
  background-color: var(--yellow-light);
  color: var(--yellow);
}

/* Lists */
.zList-pb-12 li {
  padding-bottom: 0.75rem;
}
.zList-pb-12 li:last-child {
  padding-bottom: 0;
}
.zList-pb-13 li {
  padding-bottom: 0.8125rem;
}
.zList-pb-13 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-20 li {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid var(--stroke-2-color);
}
.zList-pb-20 li:first-child {
  padding-top: 0;
}
.zList-pb-20 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.zList-pb-21 li {
  padding-bottom: 1.3125rem;
}
.zList-pb-21 li:last-child {
  padding-bottom: 0;
}
.zList-one > li {
  display: flex;
  align-items: center;
}
.zList-one > li > *:first-child {
  flex: 0 0 7.5rem;
}

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

.zSidebar-menu > li {
  position: relative;
  padding: 0 0.75rem;
  margin-bottom: 0.375rem;
}
.zSidebar-menu > li:last-child {
  margin-bottom: 0;
}
.zSidebar-menu > li svg {
  max-width: 22px;
  max-height: 22px;
}
.zSidebar-menu > li > a {
  position: relative;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
}
.zSidebar-menu > li > a span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--sidebar-text-color);
}
.zSidebar-menu > li > a::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--white);
  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.has-subMenu-arrow::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a[aria-expanded=true]::before {
  transform: rotate(227deg);
}
.zSidebar-menu > li > a:hover, .zSidebar-menu > li > a.active {
  background-color: var(--sidebar-hover);
  box-shadow: 0 0.125rem 0 var(--sidebar-shadow);
}
.zSidebar-menu > li > a:hover svg path, .zSidebar-menu > li > a.active svg path {
  fill: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover svg path:not(:first-child), .zSidebar-menu > li > a.active svg path:not(:first-child) {
  fill-opacity: 0.4;
}
.zSidebar-menu > li > a:hover.menu-bell svg path, .zSidebar-menu > li > a.active.menu-bell svg path {
  fill: inherit;
}
.zSidebar-menu > li > a:hover.menu-bell svg path:not(:first-child), .zSidebar-menu > li > a.active.menu-bell svg path:not(:first-child) {
  fill-opacity: inherit;
}
.zSidebar-menu > li > a:hover.menu-bell svg path:first-child, .zSidebar-menu > li > a.active.menu-bell svg path:first-child {
  stroke: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-bell svg path:nth-child(2), .zSidebar-menu > li > a.active.menu-bell svg path:nth-child(2) {
  fill: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-bell svg path:nth-child(3), .zSidebar-menu > li > a:hover.menu-bell svg path:nth-child(4), .zSidebar-menu > li > a:hover.menu-bell svg path:nth-child(5), .zSidebar-menu > li > a.active.menu-bell svg path:nth-child(3), .zSidebar-menu > li > a.active.menu-bell svg path:nth-child(4), .zSidebar-menu > li > a.active.menu-bell svg path:nth-child(5) {
  stroke: var(--sidebar-hover-icon);
  stroke-opacity: 0.4;
}
.zSidebar-menu > li > a:hover.menu-customer svg path, .zSidebar-menu > li > a.active.menu-customer svg path {
  fill: inherit;
}
.zSidebar-menu > li > a:hover.menu-customer svg path:not(:first-child), .zSidebar-menu > li > a.active.menu-customer svg path:not(:first-child) {
  fill-opacity: inherit;
}
.zSidebar-menu > li > a:hover.menu-customer svg path:first-child, .zSidebar-menu > li > a:hover.menu-customer svg path:nth-child(2), .zSidebar-menu > li > a:hover.menu-customer svg path:last-child, .zSidebar-menu > li > a.active.menu-customer svg path:first-child, .zSidebar-menu > li > a.active.menu-customer svg path:nth-child(2), .zSidebar-menu > li > a.active.menu-customer svg path:last-child {
  fill: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-customer svg path:last-child, .zSidebar-menu > li > a.active.menu-customer svg path:last-child {
  fill-opacity: 0.4;
}
.zSidebar-menu > li > a:hover.menu-sales svg path, .zSidebar-menu > li > a.active.menu-sales svg path {
  fill: inherit;
}
.zSidebar-menu > li > a:hover.menu-sales svg path:not(:first-child), .zSidebar-menu > li > a.active.menu-sales svg path:not(:first-child) {
  fill-opacity: inherit;
}
.zSidebar-menu > li > a:hover.menu-sales svg path:first-child, .zSidebar-menu > li > a.active.menu-sales svg path:first-child {
  fill: var(--sidebar-hover-icon);
  fill-opacity: 0.4;
}
.zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(2), .zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(3), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(2), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(3) {
  fill: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(4), .zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(5), .zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(6), .zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(7), .zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(8), .zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(9), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(4), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(5), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(6), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(7), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(8), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(9) {
  stroke: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(7), .zSidebar-menu > li > a:hover.menu-sales svg path:nth-child(8), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(7), .zSidebar-menu > li > a.active.menu-sales svg path:nth-child(8) {
  stroke-opacity: 0.4;
}
.zSidebar-menu > li > a:hover.menu-invoice svg path, .zSidebar-menu > li > a.active.menu-invoice svg path {
  fill: inherit;
}
.zSidebar-menu > li > a:hover.menu-invoice svg path:not(:first-child), .zSidebar-menu > li > a.active.menu-invoice svg path:not(:first-child) {
  fill-opacity: inherit;
}
.zSidebar-menu > li > a:hover.menu-invoice svg path:first-child, .zSidebar-menu > li > a.active.menu-invoice svg path:first-child {
  fill: var(--sidebar-hover-icon);
  fill-opacity: 0.4;
}
.zSidebar-menu > li > a:hover.menu-invoice svg path:nth-child(2), .zSidebar-menu > li > a.active.menu-invoice svg path:nth-child(2) {
  fill: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-webhook svg path, .zSidebar-menu > li > a.active.menu-webhook svg path {
  fill: inherit;
}
.zSidebar-menu > li > a:hover.menu-webhook svg path:not(:first-child), .zSidebar-menu > li > a.active.menu-webhook svg path:not(:first-child) {
  fill-opacity: inherit;
}
.zSidebar-menu > li > a:hover.menu-webhook svg path:first-child, .zSidebar-menu > li > a:hover.menu-webhook svg path:nth-child(2), .zSidebar-menu > li > a.active.menu-webhook svg path:first-child, .zSidebar-menu > li > a.active.menu-webhook svg path:nth-child(2) {
  fill: var(--sidebar-hover-icon);
  fill-opacity: 0.4 !important;
}
.zSidebar-menu > li > a:hover.menu-webhook svg path:last-child, .zSidebar-menu > li > a:hover.menu-webhook svg path:nth-child(7), .zSidebar-menu > li > a.active.menu-webhook svg path:last-child, .zSidebar-menu > li > a.active.menu-webhook svg path:nth-child(7) {
  stroke: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-webhook svg rect, .zSidebar-menu > li > a.active.menu-webhook svg rect {
  fill: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-setting svg path, .zSidebar-menu > li > a.active.menu-setting svg path {
  fill: inherit;
}
.zSidebar-menu > li > a:hover.menu-setting svg path:not(:first-child), .zSidebar-menu > li > a.active.menu-setting svg path:not(:first-child) {
  fill-opacity: inherit;
}
.zSidebar-menu > li > a:hover.menu-setting svg path:nth-child(2), .zSidebar-menu > li > a.active.menu-setting svg path:nth-child(2) {
  fill: var(--sidebar-hover-icon);
  fill-opacity: 0.4 !important;
}
.zSidebar-menu > li > a:hover.menu-setting svg path:nth-child(3), .zSidebar-menu > li > a.active.menu-setting svg path:nth-child(3) {
  stroke: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-setting svg circle, .zSidebar-menu > li > a.active.menu-setting svg circle {
  stroke: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-multiCheck svg path, .zSidebar-menu > li > a.active.menu-multiCheck svg path {
  fill: inherit;
}
.zSidebar-menu > li > a:hover.menu-multiCheck svg path:not(:first-child), .zSidebar-menu > li > a.active.menu-multiCheck svg path:not(:first-child) {
  fill-opacity: inherit;
}
.zSidebar-menu > li > a:hover.menu-multiCheck svg path:first-child, .zSidebar-menu > li > a.active.menu-multiCheck svg path:first-child {
  fill: var(--sidebar-hover-icon);
  fill-opacity: 0.4 !important;
}
.zSidebar-menu > li > a:hover.menu-multiCheck svg path:last-child, .zSidebar-menu > li > a.active.menu-multiCheck svg path:last-child {
  stroke: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-affiliate svg path, .zSidebar-menu > li > a.active.menu-affiliate svg path {
  fill: inherit;
}
.zSidebar-menu > li > a:hover.menu-affiliate svg path:not(:first-child), .zSidebar-menu > li > a.active.menu-affiliate svg path:not(:first-child) {
  fill-opacity: inherit;
}
.zSidebar-menu > li > a:hover.menu-affiliate svg path:first-child, .zSidebar-menu > li > a:hover.menu-affiliate svg path:nth-child(4), .zSidebar-menu > li > a:hover.menu-affiliate svg path:last-child, .zSidebar-menu > li > a.active.menu-affiliate svg path:first-child, .zSidebar-menu > li > a.active.menu-affiliate svg path:nth-child(4), .zSidebar-menu > li > a.active.menu-affiliate svg path:last-child {
  fill: var(--sidebar-hover-icon);
}
.zSidebar-menu > li > a:hover.menu-affiliate svg path:nth-child(2), .zSidebar-menu > li > a:hover.menu-affiliate svg path:nth-child(3), .zSidebar-menu > li > a.active.menu-affiliate svg path:nth-child(2), .zSidebar-menu > li > a.active.menu-affiliate svg path:nth-child(3) {
  stroke: var(--sidebar-hover-icon);
  stroke-opacity: 0.4;
}
.zSidebar-menu > li > a:hover span, .zSidebar-menu > li > a.active span {
  color: var(--white);
}

.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-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-color);
  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;
}
.zTab-one {
  gap: 0.625rem;
  overflow-x: auto;
  border-bottom: 0.0625rem solid var(--stroke-color);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.zTab-one .nav-link {
  padding: 0.5rem 1.5rem;
  background-color: var(--purple-light);
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--rcfs-color);
}
.zTab-one .nav-link.active {
  background-color: var(--rcfs-color);
  color: var(--white);
}
.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(--text-black);
}
.zTab-two .nav-link ~ span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--text-black);
}
@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(--purple-light);
    border-radius: 0.5rem;
    color: var(--rcfs-color);
  }
}
.zTab-two .nav-link:hover, .zTab-two .nav-link.active {
  background-color: transparent;
  color: var(--rcfs-color);
}
.zTab-two .nav-link:hover ~ span, .zTab-two .nav-link.active ~ span {
  color: var(--rcfs-color);
}
@media screen and (max-width: 767px) {
  .zTab-two .nav-link:hover, .zTab-two .nav-link.active {
    background-color: var(--rcfs-color);
    color: var(--white);
  }
}
.zTab-three {
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem 1.5625rem;
}
.zTab-three .nav-link {
  position: relative;
  padding: 0.75rem 2.125rem;
  border-radius: 0.75rem;
  background-color: var(--color11);
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.125rem;
  color: var(--color12);
}
@media screen and (max-width: 400px) {
  .zTab-three .nav-link {
    padding: 0.75rem;
  }
}
.zTab-three .nav-link.active {
  background-color: var(--rcfs-color);
  color: var(--white) !important;
}
.zTab-three ~ .tab-content {
  position: relative;
  padding-top: 1.3125rem;
}
.zTab-four {
  gap: 0.8125rem;
  flex-wrap: wrap;
  padding: 1.0625rem 1.25rem;
  background-color: var(--purple-light);
  border-radius: 0.75rem;
  margin-bottom: 1.125rem;
}
.zTab-four .nav-item {
  flex: 1 0 auto;
}
.zTab-four .nav-link {
  width: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
}
.zTab-four .nav-link label {
  cursor: pointer;
  width: 100%;
  padding: 1.25rem;
  background-color: var(--white);
  border: 0.0625rem solid var(--stroke-2-color);
  border-radius: 0.75rem;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--rcfs-color);
}
.zTab-four .nav-link.active label {
  border-color: var(--rcfs-color);
}
.zTab-four .nav-link input {
  display: none;
}

.ld-container-1320 .container {
  max-width: 82.5rem;
}
.ld-container-1335 .container {
  max-width: 83.4375rem;
}
.ld-testi-contain {
  position: relative;
}
.ld-testi-contain::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 2;
}
.ld-testi-contain .swiper {
  overflow: visible;
}
.ld-testi-contain .testiSlider {
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 1400px) {
  .ld-testi-contain {
    max-width: 111.75rem;
    margin-left: auto;
    right: -168px;
  }
}
.ld-testi-arrow-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 8.75rem;
  height: 3.75rem;
}
@media screen and (max-width: 1399px) {
  .ld-testi-arrow-btn {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ld-testi-arrow-btn .swiper-button-next,
.ld-testi-arrow-btn .swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  color: var(--rcfs-color);
}
.ld-testi-arrow-btn .swiper-button-next::after,
.ld-testi-arrow-btn .swiper-button-prev::after {
  display: none;
}
.ld-testi-arrow-btn .swiper-button-next:hover,
.ld-testi-arrow-btn .swiper-button-prev:hover {
  background-color: var(--rcfs-color);
  border-color: var(--rcfs-color);
  color: var(--white);
}
.ld-testi-arrow-btn .swiper-button-next {
  right: 0;
}
.ld-testi-arrow-btn .swiper-button-prev {
  left: 0;
}
.ld-testi-wrap {
  overflow: hidden;
  max-width: 57.5rem;
  margin: 0 auto;
}
.ld-testi-img {
  display: flex;
  align-items: end;
  height: 100%;
}
.ld-testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ld-testi-content {
  padding: 2.25rem 1.875rem 2.5rem;
  background: var(--white);
  border-radius: 0.625rem;
}

.best-features {
  position: relative;
}
.best-features-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 59.5rem;
}
.best-features-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .best-features-tabContent .best-features-content .max-w-483 {
    text-align: center;
    margin: 0 auto;
  }
}
.best-features-tabContent .best-features-content .max-w-680.ms-auto {
  margin: 0 auto !important;
}
.best-features-content {
  background-color: var(--color11);
  border-radius: 0.9375rem;
  padding: 3.75rem 4.375rem;
}
@media screen and (max-width: 991px) {
  .best-features-content {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .best-features-content {
    padding: 1.25rem;
  }
}

.footer-social li a {
  background-color: transparent;
  transition: all 0.1s;
}
.footer-social li a:hover {
  color: var(--rcfs-color) !important;
  background-color: var(--white);
  border-color: var(--white);
}

html,
body {
  height: 100%;
  font-family: "Inter Tight", sans-serif;
  background-color: var(--body-bg);
  color: var(--para-text);
  transition: all 0.3s;
  scroll-behavior: smooth;
}

* {
  transition: all 0.3s;
}

iframe {
  border: none;
}

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

p {
  margin: 0 !important;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

a:focus {
  outline: 0px solid;
}

a {
  text-decoration: none;
}

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

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

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

.clear {
  clear: both;
}

.rotate-n-45 {
  transform: rotate(-45deg);
}

/* Data Background */
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

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

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

.sf-select-section {
  height: 40px;
  border-radius: 8px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.sf-select-section.select2-selection--single {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color) !important;
  border-radius: 8px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  min-height: 40px;
}
.sf-select-section.select2-selection--single:focus, .sf-select-section.select2-selection--single:hover {
  border: 1px solid #dadee7;
}
.sf-select-section.select2-selection--single .select2-selection__rendered {
  color: var(--text-black);
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 30px;
}
.sf-select-section.select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  top: 0 !important;
  right: 5px !important;
}
.sf-select-section.select2-selection--single .select2-selection__arrow b {
  border-width: 0 !important;
  background-image: url(../images/icon/angle-down.svg);
  width: 12px !important;
  height: 7px !important;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sf-select-section.select2-selection--multiple {
  border: 1px solid #dadee7 !important;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 9px;
  background-color: red !important;
  border-color: red !important;
  color: red !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: red !important;
  color: red;
}

.sf-select-dropdown {
  border-color: var(--color3) !important;
  border-radius: 0.375rem !important;
  background-color: var(--white);
  box-shadow: 0px 10px 20px -5px rgba(163, 177, 204, 0.2), 0px 0px 10px 0px rgba(163, 177, 204, 0.12);
  padding: 0.625rem 0 0;
  z-index: 1057;
  min-width: 6.25rem;
}
.sf-select-dropdown .select2-search--dropdown {
  padding: 0;
  margin-bottom: 0.625rem;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field {
  border-color: red;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: red;
  padding: 0.625rem;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field:focus {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: red;
}
.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: 0 0.9375rem;
  margin-bottom: 0.4375rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: var(--para-text);
  border-radius: 0;
}
.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(--purple-light);
  color: var(--rcfs-color);
}

.cs-select-1 ~ .select2-container .sf-select-section.select2-selection--single {
  min-height: 29px;
}
.cs-select-1 ~ .select2-container .sf-select-section.select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  line-height: 29px;
  padding-left: 9px;
  padding-right: 32px;
}
.cs-select-1 ~ .select2-container .sf-select-section.select2-selection--single .select2-selection__arrow {
  height: 29px !important;
  right: 9px !important;
}
.cs-select-form ~ .select2-container .sf-select-section.select2-selection--single {
  background-color: var(--input-color);
  border-color: var(--stroke-color) !important;
}

/* Datatable */
.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(--para-text);
}
@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(--input-color) !important;
  padding: 0.6875rem 0.9375rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: var(--text-black) !important;
  text-align: center;
}

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

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

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: red !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,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: var(--white) !important;
}

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

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

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

.no-record-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.5625rem 1.25rem;
}
.no-record-block .icon {
  width: clamp(3.125rem, 9.25rem, 9.25rem);
  height: clamp(3.125rem, 9.25rem, 9.25rem);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--para-text);
  margin-bottom: 1.5rem;
}
.no-record-block .title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--text-black);
  padding-bottom: 0.3125rem;
}
.no-record-block .info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--para-text);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .monthlyAffPay {
    flex-direction: column;
  }
}
.monthlyAffPay .left {
  border-right: 0.0625rem solid var(--stroke-color);
  padding: 3.6875rem 0;
  padding-right: 4rem;
}
@media screen and (max-width: 991px) {
  .monthlyAffPay .left {
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .monthlyAffPay .left {
    padding-right: 0;
    border-right: 0;
    border-bottom: 0.0625rem solid var(--stroke-color);
    padding: 1.875rem;
    width: 100%;
    text-align: center;
  }
}

.paymentMethod-one {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.paymentMethod-one .item {
  flex: 1 1 auto;
  padding: 0;
  max-width: 9.4375rem;
  width: 100%;
  height: 6.25rem;
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.625rem;
  background-color: var(--input-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.paymentMethod-one .item.active {
  border-color: var(--rcfs-color);
}
@media screen and (max-width: 575px) {
  .paymentMethod-one .item {
    max-width: 8.5625rem;
  }
}
.paymentMethod-two {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.1875rem;
}
.paymentMethod-two .item {
  flex: 1 0 auto;
  max-width: 11.6875rem;
  min-width: 11.6875rem;
  height: 11.375rem;
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.5625rem;
  padding: 1.5rem 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .paymentMethod-two .item {
    max-width: 100%;
    min-width: 11.25rem;
  }
}
.paymentMethod-two .item .img {
  max-width: 7.75rem;
  max-height: 4.3125rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paymentMethod-two .item .link {
  display: inline-block;
  padding: 0.8125rem 1.5625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: var(--rcfs-color);
  border: 0.0625rem solid var(--rcfs-color);
  border-radius: 0.75rem;
  white-space: nowrap;
}
.paymentMethod-two .item .link:hover {
  background-color: var(--rcfs-color);
  color: var(--white);
}

.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(--stroke-color);
  border-radius: 6.875rem !important;
  padding: 0.875rem 1.125rem 0.8125rem 2.8125rem !important;
  background-color: var(--input-color) !important;
  margin-left: 0 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--text-black) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:focus {
  border-color: var(--rcfs-color) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--para-text) !important;
}

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

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

.summernoteOne ~ .note-editor {
  border: 0.0625rem solid var(--stroke-color) !important;
  border-radius: 0.625rem;
}
.summernoteOne ~ .note-editor .note-toolbar {
  padding: 0 0.3125rem;
  background-color: var(--cancel-color);
  border-bottom: none !important;
  border-radius: 0.625rem 0.625rem 0 0;
}
.summernoteOne ~ .note-editor .note-toolbar > div {
  margin-top: 0;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group {
  padding: 0.3125rem 0;
  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(--color8);
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group:last-child::before {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn {
  color: #666f80;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn::after {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn {
  border-radius: 8px 0 0 8px;
  margin-right: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn.dropdown-toggle {
  border-radius: 0 8px 8px 0;
}
.summernoteOne ~ .note-editor .note-statusbar {
  display: none;
}

.zImage-upload-details {
  position: relative;
  max-width: 39.625rem;
}
.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 {
  position: relative;
  z-index: 10 !important;
}
.zImage-upload-details .upload-img-box {
  background-color: var(--input-color);
  border: 0.125rem dashed var(--stroke-2-color);
  border-radius: 0.75rem;
  height: 11.5625rem;
  position: relative;
  overflow: hidden;
}

.profileImage-upload {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 5rem;
  max-width: 5rem;
  position: relative;
}
.profileImage-upload > img {
  background-color: var(--para-text);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.profileImage-upload .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: var(--rcfs-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.profileImage-upload .icon img {
  position: relative;
  max-width: 0.866875rem;
  max-height: 0.733125rem;
  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(--input-color);
  cursor: pointer;
}

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

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

.zMain-signLog {
  position: relative;
  background-color: var(--color1);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zMain-signLog::before {
  content: "";
  position: absolute;
  top: -64px;
  left: -210px;
  width: 955px;
  height: 100%;
  border-radius: 50%;
  background-color: var(--bg-fliter);
  filter: blur(783px);
}
.zMain-signLog::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -144px;
  width: 955px;
  height: 100%;
  border-radius: 50%;
  background-color: var(--bg-fliter);
  filter: blur(783px);
}
.zMain-signLog-wrap {
  position: relative;
  z-index: 1;
  max-width: 33.75rem;
  width: 100%;
  background-color: var(--white);
  padding: 3.25rem 3.75rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 575px) {
  .zMain-signLog-wrap {
    padding: 0.625rem 0.625rem;
    margin: 0 0.3125rem;
  }
}
.zMain-thank {
  position: relative;
  max-width: 71.375rem;
  max-height: 100vh;
  width: 100%;
  padding: 3.875rem;
  background-color: var(--secondary-color);
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .zMain-thank {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .zMain-thank {
    padding: 0.9375rem;
  }
}
.zMain-thank-wrap {
  max-width: 50rem;
  margin: 0 auto;
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(163, 177, 204, 0.1);
  padding: 3.6875rem 4.6875rem;
}
@media screen and (max-width: 767px) {
  .zMain-thank-wrap {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 575px) {
  .zMain-thank-wrap {
    padding: 1.875rem 0.9375rem;
  }
}
.zMain-thank-wrap .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.375rem;
  color: var(--text-black);
}
@media screen and (max-width: 575px) {
  .zMain-thank-wrap .title {
    font-size: 1.6875rem;
  }
}

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

.zMain-header-before-1 {
  position: relative;
}
.zMain-header-before-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 11.5rem;
  min-height: 11.5rem;
  background-color: var(--color2);
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.zMain-header-before-2 {
  position: relative;
}
.zMain-header-before-2::before {
  max-height: 15.75rem;
  min-height: 15.75rem;
}

.zMain-checkout {
  position: relative;
  padding: 4.25rem 0 9.75rem;
  background-color: var(--color1);
  min-height: 100vh;
}
@media screen and (max-width: 575px) {
  .zMain-checkout {
    padding: 1.875rem 0;
  }
}
.zMain-checkout::before {
  content: "";
  position: absolute;
  top: 539px;
  left: -287px;
  width: 955px;
  height: 955px;
  border-radius: 50%;
  background-color: var(--bg-fliter);
  filter: blur(783px);
}
.zMain-checkout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 27.5rem;
  background-color: var(--rcfs-color);
}
@media screen and (max-width: 575px) {
  .zMain-checkout::after {
    max-height: 21.25rem;
  }
}
.zMain-checkout-wrap {
  position: relative;
  z-index: 1;
}
.zMain-checkout-wrap::before {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -67px;
  width: 955px;
  height: 955px;
  border-radius: 50%;
  background-color: var(--bg-fliter);
  filter: blur(783px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .zMain-checkout-wrap::before {
    bottom: 0;
  }
}
.zMain-checkout-wrap::after {
  content: "";
  position: absolute;
  top: 372px;
  right: -144px;
  width: 955px;
  height: 955px;
  border-radius: 50%;
  background-color: var(--bg-fliter);
  filter: blur(783px);
  z-index: -1;
}
.zMain-checkout-wrap .container {
  max-width: 71.375rem;
}
.zMain-checkout-content .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.625rem;
  color: var(--white);
  padding-bottom: 2.25rem;
  text-align: center;
  max-width: 36.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .zMain-checkout-content .title {
    font-size: 1.5625rem;
  }
}

.zForm-wrap-checkbox {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.zForm-wrap-checkbox input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid var(--rcfs-color);
  border-radius: 0.1875rem;
  background-color: transparent;
}
.zForm-wrap-checkbox input.form-check-input:checked {
  background-color: var(--rcfs-color);
  border-color: var(--rcfs-color);
  background-image: url(../images/icon/check.svg);
  background-size: 0.625rem;
}
.zForm-wrap-checkbox label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--para-text);
}
.zForm-wrap-radio {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.zForm-wrap-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: transparent;
}
.zForm-wrap-radio input.form-check-input:checked {
  background-color: var(--white);
  border-color: var(--rcfs-color);
  background-image: url(../images/icon/radio-circle.svg);
  background-size: 0.625rem;
}
.zForm-wrap-radio label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--para-text);
}

.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-color);
  border-radius: 6.25rem;
  background-color: var(--stroke-color);
  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(--green);
  border-color: var(--green);
  background-position-x: 1.625rem;
}
.zCheck.zPrice-plan-switch input.form-check-input {
  width: 5.625rem;
  height: 2.75rem;
  border-color: var(--color10);
  background-color: var(--color10);
  background-size: 1.875rem;
  background-position-x: 0.5rem;
}
.zCheck.zPrice-plan-switch input.form-check-input:checked {
  background-color: var(--color10);
  border-color: var(--color10);
  background-position-x: 3.125rem;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.5;
  background-color: var(--text-black);
}

.sub-menu {
  padding-left: 2.9375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.sub-menu li {
  padding-bottom: 0.75rem;
}
.sub-menu li:last-child {
  padding-bottom: 0;
}
.sub-menu li a {
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: var(--para-text);
  padding-left: 0.8125rem;
}
.sub-menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--para-text);
}
.sub-menu li a:hover, .sub-menu li a.active {
  color: var(--rcfs-color);
}
.sub-menu li a:hover:before, .sub-menu li a.active:before {
  background-color: var(--rcfs-color);
}

.calendarIcon::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.daterangepicker {
  border-color: var(--stroke-color);
  border-radius: 0.75rem;
  overflow: hidden;
}
.daterangepicker::before, .daterangepicker::after {
  display: none;
}
.daterangepicker .drp-calendar.left {
  padding: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
  padding: 0.625rem;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  min-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: var(--para-text);
  border-radius: 50% !important;
  padding: 0;
}
.daterangepicker .calendar-table th {
  font-weight: 600;
}
.daterangepicker .calendar-table th.month {
  color: var(--text-black);
}
.daterangepicker td.off {
  opacity: 0.5;
}
.daterangepicker td.available:hover, .daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--rcfs-color) !important;
  color: var(--white) !important;
}
.daterangepicker .drp-buttons {
  display: none !important;
}

/* Multi steps form */
#msform {
  position: relative;
}
#msform fieldset {
  border: 0 none;
  width: 100%;
  margin: 0;
  position: relative;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform .action-button {
  padding: 0.8125rem 1.5625rem;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: var(--white);
  background-color: var(--rcfs-color);
}
#msform .action-button-previous {
  padding: 0.8125rem 1.5625rem;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: var(--text-black);
  background-color: var(--cancel-color);
  margin-right: 0.375rem;
}
#msform .action-button:hover, #msform .action-button:focus {
  background-color: var(--rcfs-color);
}

#progressbar {
  border-bottom: 1px solid var(--stroke-2-color);
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 27px;
}
#progressbar li {
  position: relative;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--para-text);
  background-color: var(--cancel-color);
  border-radius: 8.125rem;
}
#progressbar li.active {
  background-color: var(--purple-light);
  color: var(--rcfs-color);
}
#progressbar li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background-image: url(../images/icon/arrow-right-mf.svg);
}
#progressbar li:last-child::after {
  display: none;
}

/* Payment Form */
.payment-form {
  text-align: center;
  padding: 1.25rem;
  padding-bottom: 0;
  background-color: var(--secondary-color);
  border: 0.0625rem solid var(--stroke-color);
  border-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
.payment-form ~ .payment-form-wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding-top: 1.875rem;
}
.payment-form-wrap {
  background-color: var(--secondary-color);
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.5rem;
  padding: 3rem;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .payment-form-wrap {
    padding: 1.25rem;
    flex-direction: column-reverse;
  }
}
.payment-form-wrap .left {
  flex: 1 1 auto;
  padding: 1.875rem;
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: 0 0.625rem 1.5625rem 0 rgba(163, 177, 204, 0.1);
}
.payment-form-wrap .right {
  align-self: start;
  flex: 1 0 auto;
  max-width: 17.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .payment-form-wrap .right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .payment-form-wrap .right {
    max-width: 100%;
  }
}
.payment-form-wrap .right-wrap {
  padding: 1.25rem;
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: 0 0.625rem 1.5625rem 0 rgba(163, 177, 204, 0.1);
}

/* Landing page */
.landing-header {
  position: fixed;
  width: 100%;
  padding: 1.875rem 0 0;
  z-index: 99;
}
.landing-header.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: var(--rcfs-color);
  padding: 0.625rem 0;
}
@media screen and (min-width: 992px) {
  .landing-header.sticky .navbar a {
    color: var(--white);
  }
  .landing-header.sticky .navbar a:hover {
    color: var(--white);
  }
}
.landing-header.sticky .landing-menu-navbar-toggler {
  border-color: var(--white) !important;
  background-color: var(--white);
}
.landing-header.sticky .header-right-btn {
  background-color: var(--white) !important;
  color: var(--rcfs-color) !important;
}
.landing-menu-navbar-collapse {
  background-color: var(--purple-light);
  align-items: flex-start;
  padding: 1.875rem;
}
@media screen and (min-width: 992px) {
  .landing-menu-navbar-collapse {
    padding: 0;
  }
}
.landing-menu-navbar-toggler {
  border-color: var(--rcfs-color);
  color: var(--rcfs-color);
}
.landing-menu-navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/icon/menu-icon.svg);
}
.landing-menu-navbar-nav {
  gap: 0.625rem 2.1875rem;
}
.landing-menu-navbar-nav li a {
  padding: 0 !important;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--para-text);
}
.landing-menu-navbar-nav li a:hover {
  color: var(--rcfs-color);
}
@media screen and (min-width: 992px) {
  .landing-menu-navbar-nav li:hover .dropdown-toggle ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
}
.landing-hero-banner {
  position: relative;
}
.landing-hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 33.5rem;
  background-color: var(--color5);
  background-image: url(../images/landing-page/banner-img-2.png);
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .landing-hero-banner[data-background] {
    background-size: contain;
    background-position: center top;
  }
}
.landing-hero-banner-content {
  max-width: 63.125rem;
  margin: 0 auto;
  padding-top: 13.3125rem;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .landing-hero-banner-content {
    padding-top: 10.625rem;
  }
}
@media screen and (max-width: 1100px) {
  .landing-hero-banner-content {
    padding-top: 10.625rem;
  }
}
@media screen and (max-width: 991px) {
  .landing-hero-banner-content {
    padding-top: 8.125rem;
  }
}
@media screen and (max-width: 767px) {
  .landing-hero-banner-content {
    padding-top: 6.25rem;
  }
}
.landing-hero-banner-content .title {
  font-size: 5rem;
  font-weight: 600;
  line-height: 6rem;
  color: var(--text-black);
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 991px) {
  .landing-hero-banner-content .title {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
@media screen and (max-width: 575px) {
  .landing-hero-banner-content .title {
    font-size: 2.0625rem;
    line-height: 2.75rem;
  }
}
.landing-hero-banner-content .info {
  max-width: 48.375rem;
  margin: 0 auto !important;
  padding-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: var(--para-text);
}
.landing-hero-banner-content .link {
  display: inline-flex;
  padding: 1.0625rem 2.0625rem;
  border: 0.0625rem solid var(--rcfs-color);
  border-radius: 0.75rem;
  background-color: var(--rcfs-color);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: var(--white);
}
.landing-hero-banner-content .link:hover {
  background-color: transparent;
  color: var(--rcfs-color);
}
.landing-banner-img-one {
  position: relative;
  z-index: 1;
  max-width: 85.25rem;
  margin: 0 auto;
  height: 45.125rem;
}
@media screen and (max-width: 1400px) {
  .landing-banner-img-one {
    padding: 0 1.25rem;
  }
}
.landing-banner-img-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-features-one {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.landing-features-one .item {
  row-gap: 1.25rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 1199px) {
  .landing-features-one .item {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .landing-features-one .item {
    margin: 0 0.9375rem;
  }
}
@media screen and (min-width: 1400px) {
  .landing-features-one .item > div:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .landing-features-one .item > div:first-child > div {
    margin: 0 auto !important;
    text-align: center;
  }
  .landing-features-one .item > div:first-child > div > div:first-child {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .landing-features-one .item > div:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .landing-features-one .item > div:last-child > div {
    margin: 0 auto !important;
  }
}
.landing-features-one .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1400px) {
  .landing-features-one .item:nth-child(even) > div:first-child {
    padding-left: 0.9375rem;
    padding-right: 0;
  }
}
.landing-features-one .item:nth-child(even) > div:last-child {
  position: relative;
}
@media screen and (min-width: 1400px) {
  .landing-features-one .item:nth-child(even) > div:last-child {
    padding-left: 0;
    padding-right: inherit;
  }
}
.landing-features-one .item:nth-child(even) > div:last-child > div {
  margin-right: auto !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .landing-features-one .item:nth-child(even) > div:last-child > div {
    margin: 0 auto !important;
  }
}
.landing-footer {
  overflow: hidden;
  position: relative;
}
.landing-footer::before {
  content: "";
  position: absolute;
  bottom: 1.875rem;
  right: calc(-1 * 12.375rem);
  width: 100%;
  max-width: 37.5rem;
  height: 100%;
  max-height: 37.5rem;
  background-image: url(../images/landing-page/landing-footer-img-1.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .landing-footer::before {
    display: none;
  }
}
.landing-footer::after {
  content: "";
  position: absolute;
  top: 4.4375rem;
  left: 0;
  width: 100%;
  max-width: 37.5rem;
  height: 100%;
  max-height: 37.5rem;
  background-image: url(../images/landing-page/landing-footer-img-2.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .landing-footer::after {
    display: none;
  }
}

/* Price plan */
.price-plan-one {
  background-color: var(--body-bg);
  border: 0.0625rem solid var(--color9);
  border-radius: 0.9375rem;
}
.price-plan-one .price-head {
  position: relative;
  margin: calc(-1 * 0.0625rem) calc(-1 * 0.0625rem) 0;
  padding: 2.5rem 2.1875rem 1.6875rem;
  border-radius: 0.9375rem;
  background-color: var(--color10);
}
.price-plan-one .price-head .icon {
  margin-bottom: 1.125rem;
  height: 4.375rem;
}
.price-plan-one .price-head .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 4.375rem;
  max-height: 4.375rem;
}
.price-plan-one .price-head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 20.125rem;
  height: 100%;
  max-height: 28rem;
  background-image: url(../images/landing-page/price-plan-bg.png);
  background-repeat: no-repeat;
}
.price-plan-one .price-body {
  padding: 2.1875rem 2.1875rem 2.5rem;
}
.price-plan-one .price-body .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.0625rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: var(--white);
  background-color: var(--rcfs-color);
}
.price-plan-one:hover, .price-plan-one.active {
  background-color: var(--color6);
  background-color: var(--color6);
}
.price-plan-one:hover .link, .price-plan-one.active .link {
  background-color: var(--white);
  color: var(--text-black);
}
.price-plan-one.active:hover .link {
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.175) !important;
  color: var(--rcfs-color);
}
.price-plan-popular .price-head::after {
  content: "";
  position: absolute;
  top: 1.1875rem;
  right: 1.3125rem;
  width: 7.1875rem;
  height: 5.5rem;
  background-image: url(../images/landing-page/price-popular.png);
  background-repeat: no-repeat;
}

.zPrice-plan-yearly {
  display: none;
}

/* Accordion */
.zAccordion-reset .accordion-item {
  border: none;
  border-radius: 0;
}
.zAccordion-reset .accordion-body {
  padding: 0;
}
.zAccordion-reset .accordion-button {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.zAccordion-one {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.zAccordion-one .row div .accordion-item {
  margin-bottom: 1.5rem;
}
.zAccordion-one .row div .accordion-item:last-child {
  margin-bottom: 0;
}
.zAccordion-one .accordion-item {
  border: 0.0625rem solid var(--stroke-color);
  border-radius: 0.625rem;
}
.zAccordion-one .accordion-body {
  padding: 0rem 1.875rem 1.375rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: var(--para-text);
}
@media screen and (max-width: 767px) {
  .zAccordion-one .accordion-body {
    padding: 0rem 1.25rem 1.25rem !important;
  }
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-body {
    padding: 0rem 0.625rem 0.625rem !important;
    font-size: 1rem;
  }
}
.zAccordion-one .accordion-button {
  padding: 1.75rem 1.875rem !important;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--text-black);
  column-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .zAccordion-one .accordion-button {
    padding: 1.25rem !important;
  }
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-button {
    padding: 0.625rem !important;
    font-size: 1rem;
  }
}
.zAccordion-one .accordion-button.collapsed::after {
  background-image: url(../images/icon/accordion-icon-1.svg);
}
.zAccordion-one .accordion-button::after {
  width: 2.125rem;
  height: 2.125rem;
  background-image: url(../images/icon/accordion-icon-2.svg);
  background-size: 2.125rem;
}

.copy-subscription-link {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.share-copy-btn {
  border-radius: 0.625rem !important;
}

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

/* RTL */
.direction-rtl {
  direction: rtl;
  /* Sidebar */
  /* Main content */
  /* Header dropdown */
  /* Counter item */
  /* Table */
  /* Action buttons */
  /* Data table */
  /* Profile Image preview */
  /* Photo upload file */
  /* price input */
  /* Version update */
  /* passShowHide */
  /* Form */
  /* Frontend */
  /* Input Group */
}
.direction-rtl .zSidebar {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar {
    right: calc(-1 * 15rem);
  }
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar.menuClose {
    left: auto;
    right: 0;
  }
}
.direction-rtl .zSidebar-submenu {
  padding: 0.625rem 2.9375rem 0.625rem 0 !important;
}
.direction-rtl .zSidebar-menu > li > a::after {
  left: auto;
  right: -14px;
}
.direction-rtl .zSidebar-menu > li > a::before {
  right: auto;
  left: 1em;
}
.direction-rtl .zSidebar-menu > li > a:hover::after, .direction-rtl .zSidebar-menu > li > a.active::after {
  right: -8px;
}
.direction-rtl .zSidebar-menu > li > a ~ div .sub-menu {
  padding-left: 0;
  padding-right: 2.9375rem;
}
.direction-rtl .zSidebar-menu > li > a ~ div .sub-menu li a {
  padding-left: 0;
  padding-right: 0.75rem;
}
.direction-rtl .zSidebar-menu > li > a ~ div .sub-menu li a::before {
  top: 0.5625rem;
  left: auto;
  right: 0;
}
.direction-rtl .zSidebar-menu > li > a.has-subMenu-arrow::before {
  opacity: 1;
  visibility: visible;
}
.direction-rtl .zMainContent {
  left: 0;
  right: 15rem;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zMainContent {
    right: 0;
    width: 100%;
  }
}
.direction-rtl .headerUserDropdown .dropdown-menu {
  --bs-position: start;
}
.direction-rtl .count-item-one .item::before {
  left: 0;
  right: -30%;
}
@media screen and (max-width: 1650px) {
  .direction-rtl .count-item-one .item::before {
    right: -20%;
  }
}
@media screen and (max-width: 1350px) {
  .direction-rtl .count-item-one .item::before {
    right: -15%;
  }
}
@media screen and (max-width: 1300px) {
  .direction-rtl .count-item-one .item::before {
    display: none;
  }
}
.direction-rtl .zTable > :not(caption):first-child > * > *:first-child > * {
  border-radius: 0 0.625rem 0.625rem 0;
}
.direction-rtl .zTable > :not(caption):first-child > * > *:last-child > * {
  border-radius: 0.625rem 0 0 0.625rem;
}
.direction-rtl .zTable > :not(caption):first-child > * > * > * {
  text-align: right;
}
.direction-rtl .zTable-last-item-right > :not(caption) > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: left;
}
.direction-rtl .zTable-last-item-right > :not(caption) > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child) > *:last-child div {
  text-align: left;
}
.direction-rtl .action__buttons button.ms-auto,
.direction-rtl .dropdown.dropdown-one button.ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.direction-rtl button.edit.ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.direction-rtl .rtl-button.ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.direction-rtl .dataTables_wrapper .dataTables_info {
  float: right;
}
.direction-rtl .dataTables_wrapper .dataTables_paginate {
  float: left;
}
.direction-rtl .dataTables_wrapper .tableSearch {
  float: right !important;
}
.direction-rtl .dataTables_wrapper .tableLengthInput {
  float: left !important;
}
.direction-rtl .tablePagi .paginate_button.next, .direction-rtl .tablePagi .paginate_button.previous {
  transform: rotate(180deg);
}
.direction-rtl .profileImage-upload .icon {
  right: auto;
  left: 0;
}
.direction-rtl .profileImage-upload input {
  left: 0 !important;
  right: auto;
}
.direction-rtl .servicePhotoUpload label p:first-child,
.direction-rtl .file-upload-one label p:first-child {
  border-radius: 0 0.3125rem 0.3125rem 0;
  border-left: 0;
  border-right: 0.0625rem solid var(--stroke-color);
}
@media screen and (max-width: 575px) {
  .direction-rtl .servicePhotoUpload label p:first-child,
  .direction-rtl .file-upload-one label p:first-child {
    border-left: 0.0625rem solid var(--stroke-color);
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}
.direction-rtl .servicePhotoUpload label p:last-child,
.direction-rtl .file-upload-one label p:last-child {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (max-width: 575px) {
  .direction-rtl .servicePhotoUpload label p:last-child,
  .direction-rtl .file-upload-one label p:last-child {
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}
.direction-rtl .sf-input-wrap input {
  border-radius: 0 0.5rem 0.5rem 0;
  border-right: 0.0625rem solid var(--stroke-color);
  border-left: 0;
}
.direction-rtl .sf-input-wrap .currency {
  border-radius: 0.5rem 0 0 0.5rem !important;
}
.direction-rtl .rtl-versionUpdate-link.text-end {
  text-align: left !important;
}
.direction-rtl .rtl-versionUpdate-link.text-end a {
  transform: rotate(180deg);
}
.direction-rtl .passShowHide button {
  top: 50%;
  right: auto;
  left: 0.9375rem;
}
.direction-rtl .primary-form-group .primary-form-group-wrap {
  position: relative;
}
.direction-rtl .primary-form-group .primary-form-group-wrap .form-label {
  left: auto;
  right: 0.8125rem;
}
.direction-rtl .primary-form-group .primary-form-group-wrap .primary-form-control {
  border-radius: 0.75rem;
}
.direction-rtl .zAccordion-one .accordion-button::after {
  margin-right: auto;
  margin-left: inherit;
}
.direction-rtl .input-group input {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.direction-rtl .input-group .copy-subscription-link {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.direction-rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}/*# sourceMappingURL=style.css.map */