@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /* Menu */
  --menu-bg: #343434;
  --menu-width: 260px;
  --menu-minimize-width: 80px;
  --menu-transition: max-width 0.3s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  color: var(--white-color);
  background: var(--primary-color);
}

html::-webkit-scrollbar-track,
.theme-scrollbar::-webkit-scrollbar-track,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,
.theme-modal::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

html::-webkit-scrollbar,
.theme-scrollbar::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar,
.theme-modal::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

html::-webkit-scrollbar-thumb,
.theme-scrollbar::-webkit-scrollbar-thumb,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,
.theme-modal::-webkit-scrollbar-thumb {
  background-color: rgb(197 197 197 / 80%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.theme-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0;
}

.theme-scrollbar-horizontal {
  width: 100%;
  overflow-x: auto;
}

.theme-scrollbar-horizontal::-webkit-scrollbar {
  height: 10px;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-track {
  border-radius: 3px;
  -webkit-box-shadow: none;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgb(197 197 197 / 80%);
}

.theme-scrollbar-horizontal::-webkit-scrollbar:vertical {
  display: none;
}

.container-p-y:not([class^="pb-"]):not([class*=" pb-"]) {
  padding-bottom: 1.5rem !important;
}

.container-p-y:not([class^="pt-"]):not([class*=" pt-"]) {
  padding-top: 1.5rem !important;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.btn-primary {
  color: #fff;
  background-color: #a88944;
  border-color: #a88944;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #a88944 !important;
  border-color: #a88944 !important;
}

.fs-1 {
  font-size: calc(1.3625rem + 1.35vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-4 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

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

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

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

.dark-1 {
  color: #343434 !important;
}

.bg-dark-1 {
  background-color: #343434 !important;
}

.dark-2 {
  color: #5b5b5b !important;
}

.bg-dark-2 {
  background-color: #5b5b5b !important;
}

.dark-3 {
  color: #686868 !important;
}

.bg-dark-3 {
  background-color: #686868 !important;
}

.dark-4 {
  color: #7c7c7c !important;
}

.bg-dark-4 {
  background-color: #7c7c7c !important;
}

.dark-5 {
  color: #d9d9d9 !important;
}

.bg-dark-5 {
  background-color: #d9d9d9 !important;
}

.dark-6 {
  color: #eeeeee !important;
}

.bg-dark-6 {
  background-color: #eeeeee !important;
}

.dark-7 {
  color: #f5f5f5 !important;
}

.bg-dark-7 {
  background-color: #f5f5f5 !important;
}



.mt-5 {
  margin-top: 24px !important;
}

.mb-5 {
  margin-bottom: 24px !important;
}

.ml-5 {
  margin-left: 24px !important;
}

.mr-5 {
  margin-right: 24px !important;
}

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

.fw-100 {
  font-weight: 100 !important
}

.fw-200 {
  font-weight: 200 !important
}

.fw-300 {
  font-weight: 300 !important
}

.fw-400 {
  font-weight: 400 !important
}

.fw-500 {
  font-weight: 500 !important
}

.fw-600 {
  font-weight: 600 !important
}

.fw-700 {
  font-weight: 700 !important
}

.fw-800 {
  font-weight: 800 !important
}

.fw-900 {
  font-weight: 900 !important
}

.fw-bold {
  font-weight: 600 !important
}

.card .card-header {
  padding: 16px 24px;
  border-bottom: 0;
  min-height: inherit;
}

.card-title {
  margin: 0 !important;
  display: block;
  font-size: unset;
  line-height: inherit;
}

.card .card-footer {
  padding: 0 24px 24px;
}

.pagination {
  display: flex;
  width: fit-content;
  gap: 6px;
}

.pagination li a {
  background-color: #e9e9e9;
  color: #343434;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.pagination li a:hover,
.pagination li.active a {
  background-color: #a88944;
  color: #ffffff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343434;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

.tag {
  display: flex;
  align-items: center;
  background-color: #f7f0e2;
  color: #a88944;
  padding: 4px 8px;
  border-radius: var(--border-radius);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  width: fit-content;
}

.tag-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tag.tag-small {
  padding: 2px 6px;
  font-size: 11px;
}

.tag-notifications {
  position: absolute;
  top: -3px;
  right: -3px;
  font-weight: 600;
}

.tag.tag-xs {
  font-size: 11px;
  padding: 2px 6px;
  line-height: 14px;
}

.tag-icon {
  border-right: 1px solid;
}

.tag {
  display: flex;
  align-items: center;
  background-color: #f7f0e2;
  color: #a88944;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  width: fit-content;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.tag.disabled {
  filter: grayscale(1);
  opacity: 0.8;
  cursor: not-allowed;
  -webkit-filter: grayscale(1);
}

.tag.tag-small {
  padding: 0.125rem 0.5rem;
  font-size: 10px;
}

.tag.tag-md.rounded {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.tag.tag-small .tag-icon i {
  font-size: 0.85rem;
}

.tag-icon .ti-x {
  cursor: pointer;
}

.tag-with-icon i,
.tag.ribbon-tag i {
  font-size: 1rem;
  line-height: 1rem;
  display: block;
}

.tag .tag-icon {
  border-color: #a8894480;
}

.tag-icon.tag-icon-right {
  border-left: 1px solid;
  border-right: 0;
}

.tag-with-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.tag.rounded {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.tag.rounded.tag-xl {
  width: 50px;
  height: 50px;
}

.tag.rounded i {
  display: block;
  font-size: 1.375rem;
}

.tag.tag-gray {
  background-color: #eeeeee;
  color: #000000;
}

.tag-gray .tag-icon {
  border-color: #7c7c7c80;
}

.tag-warning {
  background-color: #fff2e5 !important;
  color: #ff9f43 !important;
}

.tag-warning .tag-icon {
  border-color: #ff9f4380;
}

.tag-danger {
  background-color: #fbece9 !important;
  color: #e17055 !important;
}

.tag-danger .tag-icon {
  border-color: #e1705580;
}

.tag-success {
  background-color: #D9ECE1 !important;
  color: #00ab41 !important;
}

.tag-success .tag-icon {
  border-color: #00ab4180;
}

.theme-menu-wrapper {
  background-color: var(--menu-bg);
}

.theme-menu-wrapper {
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  max-width: var(--menu-width);
  transition: var(--menu-transition);
  -webkit-transition: var(--menu-transition);
  -moz-transition: var(--menu-transition);
  -ms-transition: var(--menu-transition);
  -o-transition: var(--menu-transition);
}

.theme-menu-toggle {
  position: absolute;
  top: 24px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  z-index: 9;
  opacity: 0;
  color: #ffffff;
  /* border: 1px solid rgb(255 255 255 / 10%); */
  box-shadow: var(--box-shadow);
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.theme-menu-toggle .theme-menu-open-icon {
  position: absolute;
  opacity: 0;
}

.menu-fixed .theme-menu-open-icon,
.menu-fixed .theme-menu-toggle,
.menu-hover .theme-menu-toggle {
  opacity: 1;
}

.theme-menu-toggle:hover {
  color: #ffffff;
}

.menu-inner-accordion .menu-arrow {
  top: 8px;
}

.theme-menu-detail {
  height: calc(100% - 73px);
  display: flex;
  flex-direction: column;
}

.theme-menu-logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
}

.theme-menu-logo-default {
  height: 40px;
  width: auto;
}

.theme-menu-wrapper:not(:hover) {
  max-width: var(--menu-minimize-width);
}

.theme-menu-logo img {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

/*.theme-menu-wrapper:hover .theme-menu-logo-minimize,
.menu-fixed .theme-menu-wrapper .theme-menu-logo-minimize {
    opacity: 0;}
*/

.menu-sub {
  overflow: hidden;
  display: none;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -ms-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
}

.menu-item .menu-sub .menu-link {
  gap: 6px;
}

.menu-link.active {
  background-color: #2e2e2e;
}

.menu-collapsed .menu-sub {
  display: none !important;
}

.menu-item-wrapper {
  padding: 0 13px 20px 13px !important;
  flex: 1;
}

.menu-item .menu-link {
  display: flex;
  border-radius: 6px;
  gap: 12px;
  align-items: center;
  padding: 8px 14px 8px 14px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.menu-link:hover .bullet-dot {
  background-color: #fff;
}

.menu-link:hover {
  opacity: 1;
}

.menu-link .tag {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transition: opacity .3s ease !important;
  -webkit-transition: opacity .3s ease !important;
  -moz-transition: opacity .3s ease !important;
  -ms-transition: opacity .3s ease !important;
  -o-transition: opacity .3s ease !important;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.menu-icon svg {
  color: #ffffff;
  display: block;
}

.menu-item {
  position: relative;
  cursor: pointer;
}

.menu-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity .3s ease !important;
  -webkit-transition: opacity .3s ease !important;
  -moz-transition: opacity .3s ease !important;
  -ms-transition: opacity .3s ease !important;
  -o-transition: opacity .3s ease !important;
}

.menu-title:hover {
  color: #ffffff;
}

.menu-sub .menu-title {
  font-size: 14px;
}

.theme-menu-wrapper:not(:hover) .menu-title,
.theme-menu-wrapper:not(:hover) .menu-arrow,
.theme-menu-wrapper:not(:hover) .menu-bullet,
.theme-menu-wrapper:not(:hover) .tag,
.theme-menu-wrapper:not(:hover) .logout-btn{
  opacity: 0;
  transition: opacity .3s ease !important;
  -webkit-transition: opacity .3s ease !important;
  -moz-transition: opacity .3s ease !important;
  -ms-transition: opacity .3s ease !important;
  -o-transition: opacity .3s ease !important;
}

.menu-arrow svg {
  color: #686868;
  width: 16px;
  height: 16px;
  display: block;
}

.menu-arrow {
  position: absolute;
  top: 12px;
  right: 6px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.menu-item.menu-accordion .menu-link.active .menu-arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.menu-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullet-dot {
  background-color: #bfc0c0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.menu-sub .menu-item {
  margin-bottom: 0 !important;
}

.menu-fixed .theme-menu-wrapper {
  max-width: var(--menu-width);
}

.menu-fixed .theme-menu-wrapper .menu-title, .menu-fixed .theme-menu-wrapper .menu-arrow, .menu-fixed .theme-menu-wrapper .menu-bullet, .menu-fixed .theme-menu-wrapper .tag, .menu-fixed .theme-menu-wrapper .logout-btn{
  opacity: 1;
}

.menu-fixed .theme-menu-wrapper .theme-menu-logo-default {
  opacity: 1;
  visibility: visible;
}

.theme-menu-toggle svg {
  position: relative;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.menu-fixed .theme-menu-wrapper .theme-menu-toggle svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.theme-header {
  position: relative;
  padding: 20px 24px;
  background-color: var(--white-bg);
  box-shadow: var(--box-shadow);
  z-index: 99;
}

.theme-wrapper {
  transition: margin-left .3s ease, margin-right .3s ease;
  margin-left: var(--menu-minimize-width);
  -webkit-transition: margin-left .3s ease, margin-right .3s ease;
  -moz-transition: margin-left .3s ease, margin-right .3s ease;
  -ms-transition: margin-left .3s ease, margin-right .3s ease;
  -o-transition: margin-left .3s ease, margin-right .3s ease;
}

.menu-fixed .theme-wrapper {
  margin-left: var(--menu-width);
}

.menu-fixed footer {
  left: var(--menu-width);
}

.theme-menu-toggle.theme-menu-toggle-res {
  position: static;
  color: var(--gray-800);
  width: 24px;
  height: 24px;
  background-color: transparent;
  box-shadow: none;
}

.theme-menu-toggle.theme-menu-toggle-res svg {
  display: block;
  width: 24px;
  height: 24px;
}

.menu-collapsed .app-brand-text,
html .app-brand-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
}

.menu-fixed .app-brand-text,
.theme-menu-wrapper:hover .app-brand-text {
  opacity: 1;
}

.menu-item .menu-link .menu-icon img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.app-brand-text {
  color: #dbdade;
  text-transform: uppercase;
  font-size: 18px;
  transition: opacity .3s ease !important;
  -webkit-transition: opacity .3s ease !important;
  -moz-transition: opacity .3s ease !important;
  -ms-transition: opacity .3s ease !important;
  -o-transition: opacity .3s ease !important;
}

.menu-item:not(:last-child) {
  margin-bottom: 4px;
}

.menu-item-footer {
  padding: 20px 13px;
}

.menu-item.active .menu-link {
  background-color: #a88944;
  box-shadow: 0px 2px 6px 0px rgb(168 137 68 / 50%);
}

.theme-content {
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
  margin-left: var(--menu-minimize-width);
  -webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  -moz-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  -ms-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  -o-transition: margin-left 0.3s ease, margin-right 0.3s ease;
}

.menu-fixed .theme-content {
  margin-left: var(--menu-width);
}

.card {
  border-radius: 6px;
  box-shadow: 0 0.25rem 1.125rem rgb(33 33 33 / 10%);
}

.card .card-body {
  padding: 0 24px 24px;
}

.col-dashboard-statistics .tag {
  position: relative;
  padding: 24px;
  height: 100%;
  line-height: 1.4;
}

.tag.tag-total-order {
  color: #0984e3;
  background-color: #daedfb;
}

.tag.tag-inprogress {
  color: #00cec9;
  background-color: #d9f8f7;
}

.tag.tag-complete {
  color: #027f3a;
  background-color: #d9ece1;
}

/**Common**/
.zindex-111 {
  z-index: 111 !important;
}

::selection {
  background-color: #a88944;
  color: #ffffff;
}

::-moz-selection {
  background-color: #a88944;
  color: #ffffff;
}

::-o-selection {
  background-color: #a88944;
  color: #ffffff;
}

::-ms-selection {
  background-color: #a88944;
  color: #ffffff;
}

::-webkit-selection {
  background-color: #a88944;
  color: #ffffff;
}

.btn {
  gap: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.43px;
}

.btn.btn-gold {
  color: #fff;
  background-color: #A88944;
  border-color: #A88944;
}

.btn.btn-gold:hover {
  color: #fff;
  background-color: #987b3a;
  border-color: #987b3a;
}

.letter-spacing-1 {
  letter-spacing: 0.5px;
}

.letter-spacing-2 {
  letter-spacing: 1px;
}

.letter-spacing-3 {
  letter-spacing: 1.5px;
}

.letter-spacing-4 {
  letter-spacing: 2px;
}

.letter-spacing-5 {
  letter-spacing: 2.5px;
}

.letter-spacing-6 {
  letter-spacing: 3px;
}

.p-6 {
  padding: 6px !important;
}

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

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

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

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

.ps-6 {
  padding-left: 6px !important;
}

.pe-6 {
  padding-right: 6px !important;
}

.m-6 {
  margin: 6px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

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

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

.ms-6 {
  margin-left: 6px !important;
}

.me-6 {
  margin-right: 6px !important;
}

.text-blue {
  color: #00CFE8;
}

.dark-1 {
  color: #a88944;
}

.dark-2 {
  color: #1e1e1e;
}

.dark-3 {
  color: #333333;
}

.dark-4 {
  color: #666666;
}

.dark-5 {
  color: #808080;
}

.dark-6 {
  color: #cccccc;
}

.dark-7 {
  color: #f5f5f5;
}

a {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

a.disabled {
  color: #cfd2d3;
}

.opacity-04 {
  opacity: 0.4;
}

.pointer-events-none {
  pointer-events: none;
}

.ti {
  font-size: 1.5rem;
}

.ti.ti-md {
  font-size: 1.25rem;
}

.light-style body .noUi-connect {
  background: #a88944 !important;
}

.light-style body .noUi-handle {
  background: #a88944 !important;
}

.rounded-10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.break-word {
  word-break: break-word !important;
}

.ml-auto {
  margin-left: auto;
}

.theme-scrollbar,
.custom-year-select {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-track {
  border-radius: 3px;
  -webkit-box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgb(197 197 197 / 80%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.white-space-normal {
  white-space: normal !important;
}

body::-webkit-scrollbar-track,
.theme-scrollbar::-webkit-scrollbar-track,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-track,
.custom-year-select::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

body::-webkit-scrollbar,
.theme-scrollbar::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar,
.modal::-webkit-scrollbar,
.custom-year-select::-webkit-scrollbar {
  width: 0.475rem;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb,
.theme-scrollbar::-webkit-scrollbar-thumb,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb,
.custom-year-select::-webkit-scrollbar-thumb {
  background-color: rgb(197 197 197 / 80%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.flex-basis-0 {
  flex-basis: 0;
}

.bg-theme-light {
  background-color: #fffaf0 !important;
}

.bg-light-gray {
  background-color: #F1F1F2 !important;
}

.bg-light-yellow {
  background-color: #fffcd9 !important;
}

.bg-primary-light {
  background-color: #fffaf0 !important;
}

.bg-primary-light-1 {
  background-color: #f6f3ec !important;
}

.bg-primary-light-2 {
  background-color: #f2ede2 !important;
}

.bg-primary-light-3 {
  background-color: #f6f3ec !important;
}

.bg-gray-light-1 {
  background-color: #EFF1F1;
}

.bg-primary-dark,
.bg-primary-dark:hover {
  background-color: #977b3d !important;
}

.theme-radius {
  border-radius: 0.375rem;
}

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

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.mh-10 {
  max-height: 10%;
}

.mh-20 {
  max-height: 20%;
}

.mh-30 {
  max-height: 30%;
}

.mh-40 {
  max-height: 40%;
}

.mh-50 {
  max-height: 50%;
}

.mh-60 {
  max-height: 60%;
}

.mh-70 {
  max-height: 70%;
}

.mh-80 {
  max-height: 80%;
}

.mh-90 {
  max-height: 90%;
}

.min-w-40 {
  min-width: 40px;
}

.mw-200 {
  min-width: 200px !important;
}

.mw-300 {
  min-width: 300px !important;
}

.mw-400 {
  min-width: 400px !important;
}

.mh-200 {
  max-height: 200px !important;
}

.mh-400 {
  max-height: 400px !important;
}

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

.bg-menu-theme {
  background-color: #000000 !important;
  color: #ffffff;
}

.bg-menu-theme .menu-text {
  color: #dbdade;
}

.menu-link .badge {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.layout-menu-collapsed .menu-link .badge {
  display: none;
}

.layout-menu-collapsed.layout-menu-hover .menu-link .badge {
  display: block;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #fff;
}

.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

[data-bs-toggle="modal"],
[data-bs-toggle] {
  cursor: pointer;
}

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 32px;
}

.app-brand-logo img {
  width: 100%;
  height: 40px;
  max-width: 100%;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text {
  font-size: 1.125rem;
}

.layout-navbar-fixed .layout-page:before {
  opacity: 0;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  display: none;
}

.layout-navbar.navbar-detached.container-xxl {
  max-width: inherit;
}

.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#343434 41%,
      rgb(52 52 52 / 11%) 95%,
      rgb(55 55 55 / 0%));
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page,
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 0 !important;
}

.content-wrapper .navbar {
  z-index: auto;
}

.nav-item-wrapper {
  display: flex;
  background-color: #a88944;
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 0 0.5rem;
  -webkit-border-radius: 0 0.375rem 0.375rem 0;
  -moz-border-radius: 0 0.375rem 0.375rem 0;
  -ms-border-radius: 0 0.375rem 0.375rem 0;
  -o-border-radius: 0 0.375rem 0.375rem 0;
}

.nav-item-wrapper:first-child {
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}

.nav-item-wrapper .avatar {
  width: 1.625rem;
  height: 1.625rem;
}

.nav-item-wrapper .dropdown-item .avatar {
  width: 2rem;
  height: 2rem;
}

.nav-item-wrapper .nav-link {
  color: #fff !important;
  padding: 0.5rem;
}

.layout-navbar .navbar-dropdown .badge-notifications {
  right: -8px;
}

.nav-item-wrapper .nav-link i {
  display: block;
}

.nav-full .nav-item {
  flex: 1 0 0%;
}

.user-status-dropdown .dropdown-toggle,
.current-status-dropdown .dropdown-toggle {
  /* border-radius: 0.375rem 0 0 0.375rem; */
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  line-height: 1.125rem;
}

.nav-item .btn-group .btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.nav-item:first-child .btn-group .btn {
  border-radius: 0.375rem 0 0 0.375rem;
  -webkit-border-radius: 0.375rem 0 0 0.375rem;
  -moz-border-radius: 0.375rem 0 0 0.375rem;
  -ms-border-radius: 0.375rem 0 0 0.375rem;
  -o-border-radius: 0.375rem 0 0 0.375rem;
}

.btn.btn-primary-light {
  background-color: #e4dac5;
  color: #a88944;
}

.btn.btn-primary-light:hover {
  background-color: #dcd2bc;
  color: #a88944;
}

.btn-icon .ti {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.btn-icon.btn-sm .ti {
  font-size: 19px;
  line-height: 20px;
}

.btn.btn-md {
  line-height: 1;
  padding: 8px 12px;
  font-size: 14px;
}

.light-style .flatpickr-calendar.open {
  z-index: 1112;
}

.theme-date-list {
  display: flex;
  gap: 0.5rem;
}

.theme-date.shine {
  width: 40px;
  height: 55px;
}

.theme-date {
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 0.25rem;
  color: #555555;
  min-width: 40px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.theme-date.theme-date-time .theme-date-content span {
  font-size: 13px;
}

.theme-primary-date {
  background-color: #f7f0e2;
  color: #a88944;
}

.theme-date.theme-date-sv-scheduled {
  background-color: #e6fafa;
  color: #343434;
}

.theme-date.theme-date-sv-done {
  background-color: #b0f0ee;
  color: #343434;
}

.theme-date.theme-date-application-done {
  background-color: #e6f2eb;
  color: #343434;
}

.theme-date.theme-date-booking-done {
  background-color: #b1d7c2;
  color: #343434;
}

.theme-date.theme-date-dark {
  background-color: #7f7f7f;
  color: #fff;
}

.theme-date.theme-date-dark .theme-date-footer {
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.theme-date.theme-date-white {
  background-color: #fff;
}

.theme-date-content {
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.theme-date-content small {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  margin-bottom: 2px;
}

.theme-date-content span {
  font-size: 1rem;
  line-height: 14px;
  font-weight: 700;
  display: block;
}

.theme-date-footer {
  display: block;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.625rem;
  border-top: 1px solid rgb(124 124 124 / 50%);
  padding: 0.25rem 0.5rem;
  text-align: center;
}

.theme-date-footer.theme-date-footer-time {
  font-size: 0.5rem;
  padding: 0.25rem;
  min-width: 46px;
}

.theme-date.theme-date-follow-up {
  background-color: #f7e4d1;
}

.theme-date-footer.theme-date-time {
  font-size: 7px;
  padding: 0.25rem;
}

.theme-date-follow-up .theme-date-content {
  padding: 0.25rem;
}

.theme-date-light-red {
  background-color: #fcf1ee;
}

.user-name-latter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.avatar {
  flex-shrink: 0;
}

.avatar-xxs {
  width: 1.2rem;
  height: 1.2rem;
}

.avatar-xxl {
  width: 6rem;
  height: 6rem;
}

.avatar-group.avatar-group-vertical {
  flex-direction: column;
}

.avatar-group.avatar-group-vertical .avatar:first-child {
  margin: 0;
}

.avatar-group.avatar-group-vertical .avatar {
  margin: -0.5rem 0 0;
}

.avatar-group .avatar img,
.avatar-group .avatar .avatar-initial {
  border: 1px solid #e8e9ea;
}

.avatar-group .avatar .user-name-latter {
  border: 1px solid #ffffff;
}

.avatar-sm .user-name-latter {
  font-size: 1rem;
  line-height: initial;
}

.avatar-group .avatar-sm {
  margin-left: -0.5rem;
}

.avatar-group .avatar-xs {
  margin-left: -0.5rem;
}

.latter-a {
  background-color: #fad3d7;
  color: #e52335;
}

.latter-b {
  background-color: #d1eaf0;
  color: #1a95b6;
}

.latter-c {
  background-color: #f4d2d8;
  color: #c81f3c;
}

.latter-d {
  background-color: #fff7df;
  color: #fdd960;
}

.latter-e {
  background-color: #def3e4;
  color: #5cc17a;
}

.latter-f {
  background-color: #e6d1d2;
  color: #83171d;
}

.latter-g {
  background-color: #f9ecd3;
  color: #e39f23;
}

.latter-h {
  background-color: #dcdded;
  color: #5253a5;
}

.latter-i {
  background-color: #cedae1;
  color: #084469;
}

.latter-j {
  background-color: #d0eee1;
  color: #15a96b;
}

.latter-k {
  background-color: #dbf1db;
  color: #49b94a;
}

.latter-l {
  background-color: #ede6f1;
  color: #a581bb;
}

.latter-m {
  background-color: #f2ddec;
  color: #bc54a1;
}

.latter-n {
  background-color: #d4d4e3;
  color: #262a73;
}

.latter-o {
  background-color: #f5e4d4;
  color: #cf7926;
}

.latter-p {
  background-color: #f6ecee;
  color: #d4a1ab;
}

.latter-q {
  background-color: #e2e1df;
  color: #6f6961;
}

.latter-r {
  background-color: #d7f2f4;
  color: #35c0c6;
}

.latter-s {
  background-color: #fee8e2;
  color: #f98b6e;
}

.latter-t {
  background-color: #f6f0e9;
  color: #d1b38f;
}

.latter-u {
  background-color: #d5d5e6;
  color: #2c2f80;
}

.latter-v {
  background-color: #e2dcec;
  color: #6f4f9e;
}

.latter-w {
  background-color: #e9ddee;
  color: #9155aa;
}

.latter-x {
  background-color: #f9f8dc;
  color: #e0de52;
}

.latter-y {
  background-color: #dbf6e9;
  color: #4ad290;
}

.latter-z {
  background-color: #dcdfd4;
  color: #4e6128;
}

.menu-toggle-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}

.menu-toggle-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/***Form Group***/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px) / 11px no-repeat;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.theme-form-label {
  opacity: 1;
  padding: 0;
  pointer-events: none;
  margin-bottom: 4px;
  z-index: 6;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  position: relative;
  background-color: #e8e9ea;
  color: #343434;
  padding: 4px 6px !important;
  border: 0;
  font-size: 13px !important;
  line-height: 14px;
  font-weight: 600;
  border-radius: 4px !important;
  margin: 2px !important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  color: inherit;
  display: inline-block;
  position: absolute;
  width: 16px !important;
  height: 16px !important;
  margin-right: 0 !important;
  cursor: pointer;
  opacity: 0.5;
  font-size: 0;
  line-height: 26px;
  top: 50%;
  right: 4px;
  font-weight: 600;
  background: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-x%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%206l-12%2012%22%20/%3E%3Cpath%20d=%22M6%206l12%2012%22%20/%3E%3C/svg%3E);
  background-size: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    margin: 0;
    padding-right: 18px;
    font-size: 13px;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #7c7c7c;
}

.form-group.focused  .select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #343434;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-image: none;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    color: #4f4f4f;
    margin: 4px;
    border-radius: 0.375rem;
    padding: 8px 16px;
}

.select2-container--bootstrap5 .select2-dropdown {
    padding: 0;
}

.select2-container .select2-search--inline {
  margin-top: 5px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dfe3e7;
  height: 55px;
}

.select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0.267rem;
  -webkit-border-radius: 0.267rem;
  -moz-border-radius: 0.267rem;
  -ms-border-radius: 0.267rem;
  -o-border-radius: 0.267rem;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.select2-results__option {
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
}

.select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0px 2px 18px rgb(0 0 0 / 16%);
  border: none;
  top: 0;
  border-radius: 6px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.select2-search--dropdown {
  padding: 12px 15px;
  position: relative;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search.select2-search--inline .select2-search__field {
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 3px;
    vertical-align: top;
    height: 20px;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  border: 1px solid #dfe3e7;
  border-radius: 4px;
  color: #757575;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  padding-right: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  min-height: 50px;
  border-radius: 6px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 48px;
  right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236f6b7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: 12px;
  position: absolute;
  height: 18px;
  width: 20px;
  top: 9px;
  background-repeat: no-repeat;
  background-size: 20px 18px;
}

.light-style .select2-container--default .select2-selection {
  border: 1px solid #d9d9d9;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.form-group.focused .select2-selection__rendered:before,
.form-group.focused-active .select2-selection__rendered:before {
  display: none;
}

.col.select-md {
  max-width: 150px;
}

.col.select-lsm {
  max-width: 120px;
}

.form-group-elg .select2-container {
  max-width: 900px !important;
}

.form-control {
  resize: none;
  padding: 0.485rem 0.875rem;
  font-weight: 500;
}

.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.5rem;
}

.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 25%;
}

.custom-file-label {
  display: block;
  width: 100%;
  padding: 0.485rem 0.875rem;
  font-size: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #343434;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}

.custom-file-upload.focused .custom-file-label,
.custom-file-upload.focused-active .custom-file-label {
  font-size: 0.9375rem;
}

.custom-file-upload .form-control {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.input-with-icon .custom-file-label {
  padding-right: 2.125rem !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 22.5px;
}

.form-group-combine {
  border: 1px solid #d9d9d9;
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
  max-width: 776px;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}

.form-group-combine .form-group {
  margin-bottom: 0;
}

.form-group-combine .select2-selection.select2-selection--single,
.form-group-combine .form-control {
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 1.5rem;
}

.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
  border-color: #4f585b !important;
}

.form-group-combine .col.select-md,
.form-group-combine .col {
  position: relative;
}

.form-group-combine .col:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 50%;
  right: 0;
  background-color: #d9d9d9;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.form-group-combine .form-control {
  max-width: initial;
}

.form-group-combine-with-btn .form-group-combine {
  border-radius: 0.375rem 0.375rem 0 0;
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  -ms-border-radius: 0.375rem 0.375rem 0 0;
  -o-border-radius: 0.375rem 0.375rem 0 0;
}

.form-group-combine-with-square-btn {
  display: flex;
  gap: 24px;
}

.form-group-combine-with-square-btn .form-group-combine,
.form-group-combine-with-square-btn .form-group {
  width: 100%;
}

.col-form.col-form-md {
  width: 160px !important;
  flex: 0 0 160px !important;
}

.form-control:disabled {
  cursor: not-allowed;
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f1f0f2;
  /* opacity: 0.2; */
}

.col-form.col-form-full .form-control {
  max-width: 100%;
}

.input-group-text {
  position: relative;
  color: #7c7c7c;
  margin: 0 !important;
}

.input-group-text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #d9d9d9;
  display: none;
}

.input-group> :not(:first-child):before {
  left: 0;
}

.input-group-text:first-child:before {
  right: 1px;
}

.input-group-text:first-child {
  border-right: 0;
  padding-right: 0;
}

.form-group-combine-with-btn .tag {
  border-radius: 0 0 0.375rem 0.375rem;
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  -ms-border-radius: 0 0 0.375rem 0.375rem;
  -o-border-radius: 0 0 0.375rem 0.375rem;
}

.form-group-combine-with-btn .col.select-md .error {
  border-radius: 0 0 4px 0 !important;
  -webkit-border-radius: 0 0 4px 0 !important;
  -moz-border-radius: 0 0 4px 0 !important;
  -ms-border-radius: 0 0 4px 0 !important;
  -o-border-radius: 0 0 4px 0 !important;
}

.form-group-combine-with-btn .col:last-child .error {
  border-radius: 0 0 0 4px !important;
  -webkit-border-radius: 0 0 0 4px !important;
  -moz-border-radius: 0 0 0 4px !important;
  -ms-border-radius: 0 0 0 4px !important;
  -o-border-radius: 0 0 0 4px !important;
}

.input-group .form-control:last-child {
  border-left: 0;
}

.input-group .form-control:first-child {
  border-right: 0;
}

.input-group .input-group-text:last-child {
  /* border-left: 0; */
}

.input-group-with-start-text.input-group-with-end-text .input-group-text:first-child {
  padding-left: 8px;
}

.input-group .theme-form-label {
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.form-group.focused .input-group .theme-form-label,
.form-group.focused-active .input-group .theme-form-label {
  width: initial;
}

.input-group-with-start-text .form-control {
  border-left: 0;
}

.input-group-with-end-text .form-control {
  border-right: 0;
}

.input-group-with-start-text .theme-form-label {
  left: 32px;
}

.input-group-with-start-text .form-control {
  border-radius: 0 6px 6px 0 !important;
  margin: 0 !important;
  -webkit-border-radius: 0 6px 6px 0 !important;
  -moz-border-radius: 0 6px 6px 0 !important;
  -ms-border-radius: 0 6px 6px 0 !important;
  -o-border-radius: 0 6px 6px 0 !important;
}

.input-group-with-start-text.input-group-with-end-text .form-control {
  border-radius: 0 !important;
  margin: 0 !important;
}

.input-group-with-end-text .form-control {
  border-radius: 6px 0 0 6px !important;
  -webkit-border-radius: 6px 0 0 6px !important;
  -moz-border-radius: 6px 0 0 6px !important;
  -ms-border-radius: 6px 0 0 6px !important;
  -o-border-radius: 6px 0 0 6px !important;
}

.col.select-sm {
  max-width: 76px;
}

.form-group-combine .select2-results__option[role="option"] {
  padding: 0.5rem;
}

.form-group.focused.disabled .theme-form-label:before,
.form-group.focused-active.disabled .theme-form-label:before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #f1f0f2;
  left: 0;
  bottom: 0;
}

.form-group.focused.disabled .theme-form-label span,
.form-group.focused-active.disabled .theme-form-label span {
  position: relative;
  z-index: 9;
}

.form-group-combine .input-group-text {
  border: 0;
}

.input-group-text .form-check-input {
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.form-group-combine-with-right-btn .form-group-combine {
  max-width: 300px;
}

.form-group-combine-with-right-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 1rem;
  right: 8px;
}

.select-country .select2-selection__arrow {
  display: none;
}

.select-country .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  padding-right: 0;
}

.select-without-arrow .select2-selection__arrow {
  display: none;
}

.select-without-arrow .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.input-group-with-end-text .input-group-text {
  padding-left: 0;
}

.input-group-with-statr-text .input-group-text {
  padding-right: 0;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed !important;
  pointer-events: auto;
}

.form-group-combine.w-100 {
  max-width: 100% !important;
}

.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above {
  min-width: 260px;
}

body>.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.text-primary .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #a88944 !important;
}

.theme-form-block {
  position: relative;
}

.theme-form-block:before {
  content: "";
  position: absolute;
  width: calc(100% + 64px);
  height: 100%;
  top: 0;
  left: -32px;
  background-color: #fffaf0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.p-4 .theme-form-block:before {
  width: calc(100% + 48px);
  left: -24px;
}

.theme-form-block .form-control,
.theme-form-block .input-group-text,
.light-style .theme-form-block .select2-container--default .select2-selection,
.theme-form-block .form-group.focused .theme-form-label,
.theme-form-block .form-group.focused-active .theme-form-label {
  background-color: #fffaf0;
}

.theme-form-block.theme-form-block-dark:before {
  background-color: #f6f3ec;
}

.theme-form-block.theme-form-block-dark .form-control,
.theme-form-block.theme-form-block-dark .input-group-text,
.light-style .theme-form-block.theme-form-block-dark .select2-container--default .select2-selection,
.theme-form-block.theme-form-block-dark .form-group.focused .theme-form-label,
.theme-form-block.theme-form-block-dark .form-group.focused-active .theme-form-label {
  background-color: #f6f3ec;
}

.theme-form-block .form-group .theme-form-label {
  z-index: 9;
}

.input-group-text {
  line-height: 1.6;
}

.bg-primary-light-1 .form-group.focused .theme-form-label:before,
.bg-primary-light-1 .form-group.focused-active .theme-form-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background-color: #f6f3ec;
}

/***End Form Group***/
/**Upload File**/
.dropzone {
  background-color: #ffffff !important;
  border: 2px dashed #E8E8EA !important;
  padding: 0 !important;
  text-align: center !important;
  max-width: 100px;
  min-width: 100px;
  min-height: 70px;
}

.dropzone.w-100 {
  width: 100% !important;
  min-width: auto !important;
  max-width: 100%;
  padding: 0.5rem !important;
  /*min-height: 140px;*/
}

.dropzone.w-100 .dz-message:before {
  top: 45px !important;
}

.dz-preview {
  margin: 0 !important;
}

.dz-thumbnail {
  width: 100% !important;
  box-sizing: border-box !important;
  height: 6rem !important;
}

.dz-thumbnail>img {
  margin: 0 !important;
  width: 100% !important;
}

.dz-error-mark,
.dz-success-mark {
  margin-left: -1.5rem !important;
  margin-top: -1.5rem !important;
  height: 3rem !important;
  width: 3rem !important;
}

.dz-message:before {
  top: 30px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  height: 40px !important;
  width: 40px !important;
  background-size: 20px !important;
}

.dz-message {
  margin: 6rem 0 2rem !important;
}

.dz-message .note {
  font-size: 1rem !important;
}

.dropzone.dropzone-sm .dz-message {
  margin: 3rem 0 2rem !important;
}

.dropzone.dropzone-sm .dz-message:before {
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.dz-preview {
  width: 100% !important;
}

.dropzone.dropzone-sm .dz-thumbnail {
  height: 5rem !important;
  padding: 0;
  border-bottom: 0;
}

.dropzone.dropzone-xs .dz-message {
  margin: 34px 0 8px !important;
}

.dropzone.dropzone-xs .dz-message:before {
  top: calc(50% - 10px) !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 6px;
  background-size: 16px !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.dropzone.dropzone-xs {
  min-height: 60px;
}

.dropzone.dropzone-xs .dz-message .note {
  margin-top: 0 !important;
}

.dropzone.dropzone-xs .dz-thumbnail {
  height: 3.75rem !important;
  padding: 0.25rem;
}

.dropzone.dropzone-xs .dz-remove {
  padding: 0.125rem 0;
}

.dropzone.dropzone-xs .dz-error-mark,
.dropzone.dropzone-xs .dz-success-mark {
  margin-left: -1rem !important;
  margin-top: -1rem !important;
  height: 2rem !important;
  width: 2rem !important;
  background-size: 1.125rem;
}

.dz-thumbnail img {
  object-fit: cover;
}

.dz-filename,
.dz-size {
  display: none;
}

.dz-thumbnail>img,
.dz-thumbnail .dz-nopreview {
  border-top-right-radius: calc(0.375rem - 1px);
  border-top-left-radius: calc(0.375rem - 1px);
}

.dz-remove {
  border-top: 0 !important;
}

.dropzone-theme {
  min-height: 180px;
}

.dropzone.dropzone-theme .dz-message:before {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.dropzone-theme .dz-message {
  margin: 0 !important;
}

.dropzone-theme .dz-thumbnail {
  padding: 0;
}

.dropzone-theme .dz-thumbnail {
  height: 9.4rem !important;
}

.dz-text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 15px);
  z-index: 999;
  display: block;
  font-size: 12px;
  color: #636e72;
}

.dz-text.text-upload:after {
  content: "Upload";
}

.dropzone.dropzone-sm .dz-message.dz-text:before {
  top: calc(50% - 8px) !important;
}

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

.dropzone-custom img {
  max-width: 100%;
  height: 100%;
}

.dz-text.text-paste:after {
  content: "Paste";
}

.dropzone.dropzone-custom.dropzone-sm .dz-message {
  margin: 0 !important;
}

.light-style .dz-text.text-paste:before {
  content: "\efb2";
  background-image: none !important;
  font-family: "tabler-icons" !important;
}

.dropzone-multiple .dz-preview {
  width: 7rem !important;
  margin: 0.5rem !important;
}

/**End Upload File**/

/***Theme Sidebar***/
.sidebar-active {
  overflow: hidden;
}

.theme-sidebar {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 1111;
  pointer-events: none;
  left: 0;
  background: #000000a1;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.theme-sidebar.active {
  opacity: 1;
  pointer-events: auto;
}

.theme-sidebar-detail>form {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.theme-sidebar.theme-full-sidebar .theme-sidebar-card {
  top: -100%;
  right: 0;
}

.theme-sidebar.theme-full-sidebar.active .theme-sidebar-card {
  top: 0;
}

.theme-full-sidebar .close-sidebar {
  position: absolute;
  top: 10px;
  right: 10px;
}

.theme-sidebar-action {
  display: flex;
}

.theme-sidebar-content {
  position: relative;
  /* height: calc(100vh - 128px); */
  padding: 1.5rem;
  flex: 1;
}

.new-theme-sidebar-content {
  position: relative;
  height: calc(100vh - 200px);
  padding: 2rem;
}

.theme-sidebar-footer {
  padding: 1rem 1.5rem 1rem;
  background-color: #fff;
  border-top: 1px solid #DBDADE;
}

.theme-sidebar-card {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.theme-sidebar.theme-sidebar-lg .theme-sidebar-card {
  width: 79.625rem;
}

.theme-sidebar.theme-sidebar-md .theme-sidebar-card {
  width: 600px;
}

.theme-sidebar.theme-sidebar-sm .theme-sidebar-card {
  width: 22.75rem;
}

.theme-sidebar-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #DBDADE;
  padding: 1rem 1.5rem;
  justify-content: space-between;
  min-height: 56px;
}

.theme-sidebar-title {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.theme-sidebar.active>.theme-sidebar-card {
  right: 0;
}

.theme-sidebar-detail {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.close-sidebar,
.close-dropdown-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #F1F0F2;
  padding: 6px;
  border-radius: 6px;
}

/***End Theme Sidebar***/
.section .view-item,
.section .view-item:last-child {
  margin-bottom: 24px;
}

.view-item-row {
  margin-bottom: -1rem;
}

.view-item {
  display: block;
  margin-bottom: 1rem;
}

.view-item-wrapper {
  margin-bottom: -16px;
}

.view-item-wrapper .view-item:last-child {
  margin-bottom: 1rem;
}

.view-label {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #7c7c7c;
  font-weight: 500;
  margin-bottom: 5px;
}

.view-label.truecaller-label {
  font-size: 13px;
}

.view-value {
  font-size: 12px;
  line-height: 14px;
  color: #343434;
  font-weight: 600;
  display: block;
}

.view-value.truecaller-value {
  font-size: 13px;
}

.view-item-lg .view-label {
  font-size: 13px;
  margin-bottom: 6px;
}

.view-item-lg .view-value {
  font-size: 15px;
  line-height: 20px;
}

.view-item:last-child {
  margin-bottom: 0;
}

[open-sidebar] {
  cursor: pointer;
}

.custom-radio-btn-with-img label {
  background-color: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.custom-radio-btn-with-img input {
  display: none;
}

.custom-radio-btn-with-img img {
  filter: grayscale(1);
  transition: all 0.3s linear;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-filter: grayscale(1);
}

.form-check-input:checked[type="radio"]+img {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.flatpickr-day.today {
  background-color: #f1f1f2;
  border-color: #f1f1f2;
}

.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #343434;
}

.apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
  top: 50% !important;
  bottom: inherit !important;
  right: 15px !important;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.apexcharts-data-labels text {
  fill: #343434;
}

.dropdown button {
  color: #343434;
}

.multiple-dropdown .dropdown-item {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.dropdown.multiple-dropdown .dropdown-menu {
  min-width: 400px;
  background-color: #ffffff;
}

.dropdown-item {
  font-size: 15px;
  font-weight: 500;
  color: #686868;
}

.dropdown-item.link-active {
  color: #a88944;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: #f8f6f0;
  color: #A88944 !important;
  outline: 0;
}

.multiple-dropdown .dropdown-item:first-child {
  margin-top: 0;
}

.multiple-dropdown .dropdown-item:last-child {
  margin-bottom: 0;
}

.layout-navbar .dropdown-menu {
  background-color: #ffffff;
  backdrop-filter: none;
}

.block-loader-wrapper {
  position: relative;
  min-height: 360px;
}

.block-loader-wrapper.block-loader-wrapper-2x {
  min-height: 600px;
}

.block-loader img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  filter: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 95%);
  z-index: 1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

audio {
  width: 100%;
  height: 48px;
  max-width: 300px;
}

.theme-chart {
  height: 360px;
}

.theme-chart.theme-chart-2x {
  height: 600px;
}

.theme-chart.theme-chart-1x {
  height: 400px;
}

.dropdown.dropdown-select .dropdown-menu {
  min-width: 240px;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-release-notes-list {
  max-height: 24.08rem;
}

.card-header,
.card-body,
.card-footer {
  position: relative;
}

.nav-item-wrapper .dropdown-notifications-list .avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.flatpickr-date+svg,
.flatpickr-date+i {
  pointer-events: none;
}

.input-with-icon i,
.input-with-icon svg {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  font-size: 1.5rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-block-modal {
  position: fixed;
  z-index: 9999;
  width: 100%;
  max-width: 340px;
  bottom: 0;
  left: 60px;
  background-color: #fff;
  border-radius: 0.375rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0.25rem 1.125rem rgb(33 33 33 / 10%);
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.theme-block-modal-header>span {
  bottom: -16px;
  right: 16px;
}

.theme-block-modal.active {
  bottom: 60px;
  visibility: visible;
  opacity: 1;
}

.switch-label {
  cursor: pointer;
}

.switch-success.switch .switch-input:focus~.switch-toggle-slider {
  border-color: transparent;
}

.theme-switch {
  font-size: 10px;
  position: relative;
  display: inline-block;
  width: 86px;
  height: 24px;
  overflow: hidden;
}

.theme-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a9afbc;
  transition: 0.4s;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.theme-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  background-color: white;
  transition: 0.4s;
}

.theme-switch input:checked+.theme-switch-slider {
  background-color: #00ab41;
}

.theme-switch input:focus+.theme-switch-slider {
  box-shadow: 0 0 1px #00ab41;
}

.theme-switch input:checked+.theme-switch-slider:before {
  transform: translateX(62px);
  -webkit-transform: translateX(62px);
  -moz-transform: translateX(62px);
  -ms-transform: translateX(62px);
  -o-transform: translateX(62px);
}

.theme-switch .text {
  position: absolute;
  top: 50%;
  pointer-events: none;
  text-transform: uppercase;
  transition: 0.4s;
  font-size: 10px;
  font-weight: 600;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.theme-switch .text.on {
  left: 8px;
  transform: translateX(-76px) translateY(-50%);
  -webkit-transform: translateX(-76px) translateY(-50%);
  -moz-transform: translateX(-76px) translateY(-50%);
  -ms-transform: translateX(-76px) translateY(-50%);
  -o-transform: translateX(-76px) translateY(-50%);
}

.theme-switch .text.off {
  color: #fff;
  right: 6px;
}

.theme-switch input:checked~.text.off {
  transform: translateX(76px) translateY(-50%);
  -webkit-transform: translateX(76px) translateY(-50%);
  -moz-transform: translateX(76px) translateY(-50%);
  -ms-transform: translateX(76px) translateY(-50%);
  -o-transform: translateX(76px) translateY(-50%);
}

.theme-switch input:checked~.text.on {
  color: #fff;
  transform: translateX(-2px) translateY(-50%);
  -webkit-transform: translateX(-2px) translateY(-50%);
  -moz-transform: translateX(-2px) translateY(-50%);
  -ms-transform: translateX(-2px) translateY(-50%);
  -o-transform: translateX(-2px) translateY(-50%);
}

.nav-theme-bg .nav-link {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #636e72;
  background-color: #e8e9ea;
  border: 1px solid #636e72;
  border-radius: 0.375rem;
  padding: 8px 12px;
  transition: all 0.3s linear;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.nav.nav-theme-bg {
  gap: 12px;
  border-bottom: 0;
}

.nav-theme-bg .nav-link i,
.nav-theme-bg .nav-link svg {
  color: #636e72;
  border-right: 1px solid #636e72;
  padding-right: 10px;
}

.nav-theme-bg .nav-link svg path {
  stroke: #636e72;
}

.nav-theme-bg .nav-link.active {
  box-shadow: none;
  background-color: #a88944;
  border: 1px solid #a88944;
  color: #fff;
}

.nav-theme-bg .nav-link.active i {
  color: #fff;
}

.nav-theme-bg .nav-link span {
  font-weight: 500;
}

.nav-theme-bg .nav-link:hover {
  border: 1px solid #636e72;
  color: #636e72 !important;
}

.nav-theme-bg .nav-link.active:hover {
  color: #fff !important;
  border: 1px solid #a88944;
}

.nav-theme-bg .nav-link.active svg path {
  stroke: #fff;
}

.nav-theme-bg .nav-link.active i,
.nav-theme-bg .nav-link.active svg,
.nav-theme-bg .nav-link.active svg path {
  transition: all 0.3s linear;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.theme-sidebar-content .card {
  margin-bottom: 1.5rem;
}

.theme-sidebar-content .card:last-child {
  margin-bottom: 0;
}

.ti-eye-off.ti-eye:before {
  content: "\ea9a";
}

.dropdown-user .user-name-latter {
  font-size: 1rem;
}

.no-data-found {
  font-size: 14px;
  padding: 24px;
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

.data-refresh.active i {
  animation: rotate-animation 1.2s infinite linear;
  -webkit-animation: rotate-animation 1.2s infinite linear;
}

.tooltip.tooltip-xl,
.tooltip.tooltip-xl .tooltip-inner {
  max-width: 300px !important;
  width: 300px !important;
}

.tooltip.tooltip-auto,
.tooltip.tooltip-auto .tooltip-inner {
  max-width: initial !important;
  width: initial !important;
}

.tooltip.tooltip-auto .tooltip-inner {
  padding: 8px;
}

.tooltip {
  visibility: hidden;
}

.tooltip.show {
  visibility: visible;
}

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
  background: rgb(255 255 255 / 20%) !important;
  box-shadow: none;
}

.p-12 {
  padding: 12px !important;
}

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

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

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

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

.ps-12 {
  padding-left: 12px !important;
}

.pe-12 {
  padding-right: 12px !important;
}

.m-12 {
  margin: 12px !important;
}

.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

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

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

.ms-12 {
  margin-left: 12px !important;
}

.me-12 {
  margin-right: 12px !important;
}

/**End Common**/

/**Popover**/
.theme-popover {
  width: 100%;
  max-width: 380px;
  color: #fff;
}

.theme-popover.theme-popover-md {
  max-width: 240px;
}

.theme-popover .popover-header {
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-weight: 600;
}

.theme-popover-footer {
  padding: 0.25rem 0.5rem;
  border-radius: 0 0 0.375rem 0.375rem;
  color: #fff;
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  -ms-border-radius: 0 0 0.375rem 0.375rem;
  -o-border-radius: 0 0 0.375rem 0.375rem;
}

.popover .popover-body {
  padding: 0;
  color: #fff;
}

.theme-popover-body {
  padding: 0.5rem;
}

.popover .popover-body a {
  color: #ffe;
}

/**End Popover**/

/**Table**/
.col-id {
  width: 100px;
}

.theme-table {
  border-spacing: 0;
}

.theme-table th {
  background-color: #e4dac5;
  border-bottom: 1px solid #e0d5c2;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
}

.theme-table th:first-child {
  border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
}

.theme-table th:last-child {
  border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -ms-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
}

.theme-table tr:nth-child(2) th:first-child,
.theme-table tr:nth-child(2) th:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.theme-table tbody tr th,
.theme-table tbody tr td {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}

.theme-table.theme-table-border tr th,
.theme-table.theme-table-border tbody tr td {
  border: 1px solid #cfd2d3 !important;
}

.theme-table-border {
  border: 0;
}

.theme-table.theme-table-border th:first-child,
.theme-table.theme-table-border th:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.theme-table-border-wrapper {
  border: 1px solid #cfd2d3;
  border-radius: 8px;
  overflow: hidden;
}

.theme-table.theme-table-border tr:first-child th {
  border-top: 0 !important;
}

.theme-table.theme-table-border {
  border: 0;
}

.theme-table.theme-table-border tr:first-child {
  border-top: 0;
}

.theme-table.theme-table-border tr th:first-child,
.theme-table.theme-table-border tr td:first-child {
  border-left: 0 !important;
}

.theme-table.theme-table-border tr th:last-child,
.theme-table.theme-table-border tr td:last-child {
  border-right: 0 !important;
}

.theme-table.theme-table-border tbody tr:last-child td,
.theme-table.theme-table-border tfoot tr td {
  border-bottom: 0 !important;
}

.theme-table.theme-table-border tr .bg-primary,
.theme-table.theme-table-border tr .bg-primary-light {
  border-color: #e4dac5 !important;
}

.table-action {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
}

.not-available {
  opacity: 0.3;
  pointer-events: none;
}

.table-action-item i,
.table-action-item.dropdown .btn i {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.table-action .table-action-item,
.table-action .table-action-item .btn {
  color: #5b5b5b;
}

.theme-table tbody tr td {
  border-bottom: 0 !important;
  border-top: 1px solid #d9d9d9;
  padding: 1rem 1.25rem;
}

.theme-table tbody tr.duplicate-leads td {
  position: relative;
  border-top: 0;
  padding-bottom: 1.5rem;
}

.theme-table tbody tr.duplicate-leads td>* {
  position: relative;
  z-index: 3;
}

.table.multi-header-table tr th {
  border-right: 1px solid #e0d5c2 !important;
  vertical-align: middle;
}

.table.multi-header-table tr:first-child th:last-child {
  border-right: 0 !important;
}

table.rounded-corners {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 6px;
  border: 1px solid #e4dac5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.table-inside-card tr td {
  border-top: 1px solid #e4dac5 !important;
}

table.rounded-corners>tbody>tr.duplicate-leads td {
  border-top: 0 !important;
}

.mh-table {
  height: calc(100vh - 150px);
}

.table-filter-detail {
  min-width: 300px;
}

.th-with-dropdown .table-filter button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.th-with-dropdown {
  position: relative;
}

.table-filter-detail .theme-scrollbar {
  max-height: 112px;
}

.table-filter-detail .theme-scrollbar .form-check {
  margin-bottom: 8px;
}

.table-filter-detail .theme-scrollbar .form-check:last-child {
  margin-bottom: 0;
}

.table-filter-sort-btn a {
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.table-filter-sort-btn a.active {
  background-color: #a88944;
  color: #fff;
}

.theme-table-gap-sm.theme-table tbody tr td {
  padding: 0.5rem;
}

.table-inside-card .form-control,
.table-inside-card .form-group,
.table-inside-card .select2-container {
  min-width: 200px;
}

.table-primary-light {
  border: 1px solid #e4dac5 !important;
}

.table-primary-light th {
  background-color: #f6f3ec;
}

.table-border tr th,
.table-border tr td {
  border-right: 1px solid #e4dac5 !important;
  border-top: 1px solid #e4dac5 !important;
  border-bottom: 0 !important;
}

.theme-table tr:first-child th,
.theme-table tr th[rowspan="2"] {
  border-top: 0 !important;
}

.table-border tr th:last-child,
.table-border tr td:last-child {
  border-right: 0 !important;
}

.table-scrolled {
  max-height: 50vh;
}

/**End Table**/
/**Login**/
.authentication-wrapper {
  height: 100vh;
  padding: 0 10rem;
  /*background-image: url(../images/pages/login/login-bg.svg);
  background-repeat: no-repeat;*/
}

.authentication-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  /* filter: grayscale(1); */
}

.authentication-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.authentication-detail {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.authentication-bg video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.otp-input {
  letter-spacing: 1rem;
}

.authentication-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 9;
  opacity: 0.5;
}

.authentication-wrapper>div {
  z-index: 11;
}

.authentication-detail .card {
  position: relative;
  max-width: 420px;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a88943;
  background: rgb(0 0 0 / 70%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.authentication-detail h1 {
  color: #fff;
}

.authentication-detail h1 small {
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 12px;
}

.authentication-detail h1 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.authentication-detail label {
  color: #fff;
  font-size: 0.825rem;
  display: block;
  margin-bottom: 0.5rem;
}

.authentication-detail .form-control {
  background-color: #d9d9d933;
  border-color: #d9d9d933;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: transparent;
}

.authentication-detail .form-group-mobile-with-county-dropdown .form-control {
  background-color: transparent;
  border: 0;
}

.form-control.otp-input {
  max-width: 160px;
  margin: auto;
}

.authentication-detail .form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff;
}

.authentication-detail .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}

.form-group-mobile {
  position: relative;
  background-color: #d9d9d933;
  border-color: #d9d9d933;
  border-radius: 30px;
  display: flex;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.form-group-mobile .form-group-text {
  position: absolute;
  top: 50%;
  left: 14px;
  line-height: 16px;
  padding-right: 12px;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.form-group-mobile .form-control {
  padding-left: 60px;
  max-width: 276px;
  text-align: left;
}

.light-style .form-group-mobile .select2-container--default .select2-selection {
  background-color: transparent;
  border: 0;
}

.light-style .form-group.focused .form-group-mobile .select2-container--default .select2-selection--single .select2-selection__rendered,
.light-style .form-group.focused-active .form-group-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.form-group-mobile.form-group-mobile-with-county-dropdown .form-control {
  padding-left: 14px;
}

.form-group-mobile.form-group-mobile-with-county-dropdown .select {
  max-width: 80px;
}

.form-group-county-dropdown {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}

.form-group-county-dropdown:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 50%;
  right: 0;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.authentication-detail .form-group .select2-results__option {
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/**End Login**/
/**Dashboard**/
.col-dashboard-statistics .tag {}

.col-dashboard-statistics svg {
  width: 86px;
  height: 86px;
}

.col-dashboard-filter i {
  line-height: 1 !important;
}

.chart-and-table-height-same .table-scrolled {
  max-height: 580px;
}

.col-dashboard-filter .form-control {
  padding: 0.36rem 0.875rem;
}

/**End Dashboard**/
.theme-table tbody tr:first-child th {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.theme-table tbody tr th:last-child {
  border-radius: 0 0 0 6px !important;
  -webkit-border-radius: 0 0 0 6px !important;
  -moz-border-radius: 0 0 0 6px !important;
  -ms-border-radius: 0 0 0 6px !important;
  -o-border-radius: 0 0 0 6px !important;
}

.custom-check-detail .form-check-input {
  order: 2;
  float: none;
  margin: inherit;
  margin: 0;
}

.custom-check-detail .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 6px;
}

.custom-check-detail .form-check-label {
  flex-grow: 2;
}

.custom-check-detail .form-check .ti {
  font-size: 18px;
}

.form-check-input {
  margin-top: 0;
}

.tr-disabled {
  pointer-events: none !important;
  background-color: #eeeeee !important;
  opacity: 0.6;
}

.tab-floating-number,
.floating-number {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  padding: 4px 6px;
  font-size: 11px;
  line-height: 10px;
}

.nav-link {
  position: relative;
}

.layout-navbar-fixed .property-survey .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 0 !important;
}

.custom-year-select {
  outline: none;
  vertical-align: middle !important;
  font-weight: 600;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  display: inline-block;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-radius: 0;
  appearance: menulist;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin-left: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.flatpickr-prev-month.flatpickr-prev-month {
  right: 3rem;
}

.tag.tag-with-icon {
  gap: 0;
}

.dropzone.dropzone-multiple-latest {
  background-color: transparent !important;
  border: 1px dashed #000000 !important;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px !important;
  justify-content: center;
}

.light-style .dropzone.dropzone-multiple-latest .dz-message:before {
  background-color: #f6f3ec;
  border: 1px solid #e4dac5;
  color: #a88944;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22%23a88944%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-plus%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M12%205l0%2014%22/%3E%3Cpath%20d=%22M5%2012l14%200%22/%3E%3C/svg%3E) !important;
}

.dropzone.dropzone-multiple-latest .dz-message {
  margin-top: 72px !important;
}

.dropzone-multiple-latest .dz-thumbnail {
  display: none;
}

.dropzone-multiple-latest .dz-filename {
  position: static;
  display: block;
  background-color: transparent;
  padding: 0;
  color: #a88944;
  font-size: 14px;
  font-weight: 600;
  white-space: break-spaces;
}

.dropzone-multiple-latest .dz-preview {
  background-color: #f6f3ec;
  box-shadow: none !important;
  padding: 12px;
  border-radius: 10px !important;
  text-align: left;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.dropzone-multiple-latest .dz-remove {
  position: relative;
  padding: 0;
  flex-shrink: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
}

.dropzone-multiple-latest .dz-remove:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 20px;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22%23E17055%22%20stroke-width=%221.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-x%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%206l-12%2012%22/%3E%3Cpath%20d=%22M6%206l12%2012%22/%3E%3C/svg%3E);
}

img.menu-icon {
  width: 24px !important;
  height: 24px !important;
}

.card.gray-card {
  background-color: #e8e9ea;
  border: 1px solid #dedfe0;
  box-shadow: none;
}

.tag.tag-white {
  background-color: #ffffff;
}

.tag-dark {
  background-color: #333333;
  color: #fff;
}

.lead-id.tag.tag-dark {
  padding: 0.5rem 0.5rem;
  border-radius: 0 0 0.25rem 0.25rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag.tag-dark-gray {
  background-color: #CCCCCC;
}

.card {
  box-shadow: 0 -2px 18.2px 0 rgba(67, 67, 67, 0.17);
}

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

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

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

.border-gray-light {
  border-color: #F1F1F2 !important;
}

.card.gray-card-light {
  border: 1px solid #EBECED;
  background-color: #F8F8F9;
  box-shadow: none;
}

.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.logout-btn {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  color: #fff;
  z-index: 9;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-item.profile-with-logout-btn .menu-link {
  padding-right: 40px;
}
.profile-with-logout-btn .menu-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.menu-bullet svg {
    color: #acacac;
}
.falcons-login-logo {
    width: 100%;
}
.falcons-login-logo-block {
    position: relative;
    max-width: 120px;
    top: -90px;
    margin-bottom: -60px;
    padding: 18px;
    background-color: #a88943;
    border-radius: 50%;
}
.theme-menu-toggle-res {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 888;
    color: #fff;
    background-color: #A88944;
    border-color: #A88944;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.theme-menu-toggle-res:hover {
    color: #ffffff;
}
.label {
    font-size: 14px;
    color: #343434;
    margin-bottom: 4px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-item {
    position: relative;
}

.gallery-item .delete {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-color: #ff5858;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item .delete svg {
    width: 16px;
    height: 16px;
}

.swal2-popup.swal2-toast {
    max-width: 380px;
}

.col-master {
  margin-bottom: 24px;
  width: 20%;
}

.master-detail svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 12px;
  color: #636e72;
}

.master-detail span {
  color: #636e72;
  font-size: 16px;
  font-weight: 500;
}

.master-detail {
  padding: 36px 24px !important;
}

.master-card:hover {
  top: -3px;
}

.master-card {
  top: 0;
  height: 100%;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}