@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.ttf") format("truetype"); }
/* width */
.font-inter {
  font-family: Inter,sans-serif;
  color: #333335; }

p, span, button, a, h1, label, h2, h3, h4, h5 {
  font-family: "Poppins" !important; }

.font-poppins {
  font-family: 'Poppins'; }

.small-scrollbar::-webkit-scrollbar {
  width: 2px; }

/* Track */
.small-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.small-scrollbar::-webkit-scrollbar-thumb {
  background: #ccc; }

/* Handle on hover */
.small-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #888; }

.side-bar {
  position: fixed;
  background-color: #FDFDFD;
  color: black;
  min-height: 100vh;
  padding-top: 1.5rem;
  border-right: 1px solid #e5e5e5; }

.side-bar ul {
  width: 88%;
  margin: auto;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0.5rem; }

.sidebar-gap-x {
  column-gap: 0.9rem; }

.sidebar-img {
  width: 1.25rem; }

.side-bar ul li a, .side-bar ul li button {
  padding: 0.7rem 1rem;
  margin: 0.35rem 0rem;
  display: flex;
  position: relative;
  font-size: 14px;
  color: #6b7280;
  font-family: 'Poppins'; }

.side-bar ul li a.active-link {
  color: #5d87ff !important;
  border-radius: 6px; }

.side-bar ul li a:not(.active-link):hover {
  color: #5d87ff;
  background-color: #5d87ff1a;
  border-radius: 6px; }

.side-bar ul li a i {
  width: 1.5rem;
  font-size: 18px;
  line-height: 18px;
  text-align: center; }

.main-container {
  background-color: #f0f8ff;
  min-height: 100vh;
  display: flex; }

.main-content {
  margin-left: auto;
  width: calc(100% - 336px);
  margin-inline-start: 336px;
  display: inline-block; }

.inner-container {
  padding: 2.5rem 1.5rem; }

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
  background-color: white;
  border-bottom: 1px solid #e5e7eb; }

.primary-btn {
  padding: 0.5rem 2rem;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  background-color: #0BA348; }

.add-btn {
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #009ef7 !important;
  color: white; }

.cancel-btn {
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 3px;
  background-color: #f3f6f8 !important; }

.label-form {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Poppins'; }

.input-ui {
  font-size: 0.875rem !important;
  line-height: 1.15rem !important;
  border: 1px solid #d1d5db !important;
  padding: 8px 6px !important;
  width: 100% !important;
  background: transparent !important;
  border-radius: 0.35rem !important;
  font-family: 'Poppins'; }

.input-ui:focus {
  outline: none !important;
  box-shadow: none !important; }

.primary-input {
  padding: 0.5rem;
  color: black; }

.multi-select .multiselect__placeholder {
  margin-bottom: 8px;
  padding-top: 2px; }

.multi-select .multiselect__tags {
  min-height: 30px;
  padding-top: 4px; }

.multi-select .multiselect__select {
  height: 20px; }

.multi-select .multiselect {
  min-height: fit-content; }

.page-title {
  padding-left: 1rem;
  padding-top: 1rem;
  font-family: 'Poppins'; }

label {
  font-family: 'Poppins'; }

.box-container-table {
  border-radius: 3px;
  box-shadow: rgba(145, 158, 171, 0.5) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
  background-color: white; }

.card-shadow {
  box-shadow: rgba(145, 158, 171, 0.5) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
  border: 1px solid #f3f4f6;
  margin-bottom: 1.5rem;
  border-radius: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: white; }

.table-container {
  position: relative; }

.primary-table {
  min-width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: 300; }

.primary-table thead {
  font-weight: 500; }

.primary-table thead tr th {
  padding: 0.75rem;
  font-family: 'Poppins';
  color: #333335; }

.primary-table tbody tr {
  border-top-width: 1px; }
  .primary-table tbody tr td {
    padding: 1rem;
    font-family: 'Poppins';
    color: #333335;
    font-weight: 500; }

.primary-table tbody tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.primary-table tbody tr td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

#start_date input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

#end_date input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

.search-input {
  position: relative;
  border: 1px solid #c7c9cd;
  height: 2rem;
  border-radius: 0.25rem;
  background-color: white; }

.search-input input {
  border: none;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: Inter, sans-serif;
  padding-left: 32px;
  background: none;
  padding-top: 8px;
  text-align: left;
  padding-bottom: 0; }

.search-input input:focus {
  outline: none;
  box-shadow: none; }

.search-input i {
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 8px);
  color: #95979b; }

.active-link {
  background-color: #fff2; }

.pos-side-bar {
  position: fixed;
  width: fit-content;
  background-color: white;
  color: white;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0rem;
  border-right: 1px solid #e5e5e5; }
  .pos-side-bar ul {
    padding-top: 0.5rem; }
    .pos-side-bar ul li a {
      padding: 0.75rem 2rem;
      padding: 0.75rem 0;
      margin: 0.25rem 0rem;
      display: flex;
      position: relative;
      font-size: 14px;
      color: black;
      font-family: 'Lato'; }
      .pos-side-bar ul li a i {
        width: 2rem;
        text-align: center; }

.pos-side-bar ul li a.active-link {
  color: white;
  background-color: #fff3;
  border-radius: 8px;
  border-radius: 0 !important; }

.pos-main-container {
  background-color: #f3f4f6;
  min-height: 100vh;
  display: flex; }

.pos-main-content {
  margin-left: auto;
  width: 89%;
  display: inline-block; }

.pos-inner-container {
  padding-top: 0;
  padding-right: 0;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem; }

.right-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28%;
  height: 100vh;
  background: white; }

.right-sidebar .padding-section {
  padding: 1.25rem; }

.right-sidebar-2 .padding-section {
  padding: 1.25rem; }

.pos-active-link {
  background: #FEEFDC;
  color: #D67816 !important; }

.pos-add-btn {
  font-size: 14px;
  padding: 6px 16px;
  background-color: #fb923c;
  border-radius: 4rem;
  color: white; }

.datepicker-toggle {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 33px; }

.datepicker-toggle-button {
  position: absolute;
  left: 0;
  top: 0;
  width: fit-content;
  height: fit-content; }

.datepicker-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box; }

.datepicker-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.after-coma::after {
  content: ','; }

.after-coma:last-child::after {
  content: "" !important; }

.select-custom div input {
  font-size: 14px;
  line-height: 1.7rem; }

.select-custom2 div input {
  font-size: 14px;
  line-height: 1.9rem; }

.hidden-scrollbar::-webkit-scrollbar {
  display: none;
  /* Hides the scrollbar */ }

/* For Firefox */
.hidden-scrollbar {
  scrollbar-width: 0;
  /* Hides the scrollbar */ }

/* For IE and Edge */
.hidden-scrollbar {
  -ms-overflow-style: none;
  /* Hides the scrollbar */ }

.select-ui div div input {
  padding-top: 0.45rem !important;
  padding-bottom: 0.45rem !important; }

.custom-shadow-tab {
  box-shadow: 3px 0px 3px #0004; }

.multiselect-fontsize div div input {
  font-size: 14px; }

.capitalize .multiselect__option {
  text-transform: capitalize; }

#sidebar_admin {
  transition: all 0.3s ease; }

.tab-content {
  display: none;
  transition: opacity 0.5s ease; }

.tab-content.show {
  display: block; }

/* Loader container */
#global-loader {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s; }

#global-loader.hide {
  opacity: 0;
  visibility: hidden; }

/* Wrapper to center image + ring */
.spinner-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* The ring that spins around the image */
.spinner-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  border-top-color: #3498db;
  border-right-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
/* Optional pulse animation on logo */
img.animate-pulse {
  animation: pulse 1.5s ease-in-out infinite; }

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.7;
    transform: scale(0.95); } }

/*# sourceMappingURL=style_web.css.map */
