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

.gap-5 {
  gap: 5px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .pb-20 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .pr-20 {
    padding-right: 10px;
  }
}

.pa-12 {
  padding: 12px;
}

.pa-16 {
  padding: 16px;
}

.pa-20 {
  padding: 20px;
}

.pa-24 {
  padding: 24px;
}

.pa-28 {
  padding: 28px;
}

.pa-32 {
  padding: 32px;
}

.pa-40 {
  padding: 40px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.color-white {
  color: #fff;
}
.color-white.no-hover:hover {
  color: #fff;
}

.justify-end {
  justify-content: flex-end;
}

p {
  color: #fff;
}

ul {
  list-style: none;
}

.justify-between {
  justify-content: space-between;
}

.text-10 {
  font-size: 10px;
}

.text-24 {
  font-size: 24px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mw-350 {
  max-width: 350px;
}
@media all and (max-width: 767px) {
  .mw-350 {
    max-width: 100%;
  }
}

.mw-900 {
  max-width: 900px;
}

.yellow-text {
  color: #e0fe67;
}
.yellow-text svg {
  stroke: #e0fe67;
}

.red-text {
  color: #D83636;
}

.common-pagination p {
  color: #979797;
}
.common-pagination p span {
  color: #fff;
}
.common-pagination ul li {
  min-width: 30px;
  text-align: center;
}
.common-pagination ul li.active {
  background: rgba(224, 254, 103, 0.15);
  border-radius: 4px;
}
.common-pagination ul li.disable svg {
  stroke: #606060;
}
.common-pagination a {
  color: #979797;
  display: block;
  padding: 5px 10px;
  font-size: 13px;
}
.common-pagination a:hover {
  background: rgba(224, 254, 103, 0.15);
  border-radius: 4px;
}

button, .common-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  background: none;
}
button.yellow-btn, .common-btn.yellow-btn {
  background: rgba(224, 254, 103, 0.15);
}
button.yellow-btn svg, .common-btn.yellow-btn svg {
  stroke: #e0fe67;
}
button.red-btn, .common-btn.red-btn {
  background: rgba(216, 54, 54, 0.15);
}
button.red-btn svg, .common-btn.red-btn svg {
  stroke: #D83636;
}
button.plain-btn, .common-btn.plain-btn {
  background: transparent;
}
button svg, .common-btn svg {
  width: 14px;
}
button span svg, .common-btn span svg {
  width: 24px;
}

.flex-1 {
  flex: 1;
}

.items-start {
  align-items: flex-start;
}

.text-22 {
  font-size: 22px;
}

.text-18 {
  font-size: 18px;
}
@media all and (max-width: 1399px) {
  .text-18 {
    font-size: 14px;
  }
}

.text-16 {
  font-size: 16px;
}
@media all and (max-width: 1399px) {
  .text-16 {
    font-size: 12px;
  }
}

.text-20 {
  font-size: 20px;
}
@media all and (max-width: 1399px) {
  .text-20 {
    font-size: 14px;
  }
}

.pa-10 {
  padding: 10px;
}

.pl-0 {
  padding-left: 0;
}

.custom-container {
  padding: 40px;
}
@media all and (max-width: 1399px) {
  .custom-container {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .custom-container {
    padding: 15px 20px;
  }
}

.mw-1200 {
  max-width: 1200px;
}

.title-color {
  color: #DEDEDE;
}

.pa-30 {
  padding: 30px;
}

input::-moz-placeholder {
  color: #757573 !important;
}

input::placeholder {
  color: #757573 !important;
}

input,
select {
  font-size: 12px !important;
}

h3 {
  font-size: 22px;
}
@media all and (max-width: 1500px) {
  h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 1399px) {
  h3 {
    font-size: 16px;
  }
}

h2 {
  font-size: 30px;
}

p {
  font-size: 12px;
}
@media all and (max-width: 991px) {
  p {
    font-size: 11px;
  }
}

.text-14 {
  font-size: 14px;
}
@media all and (max-width: 1399px) {
  .text-14 {
    font-size: 12px;
  }
}

.text-12 {
  font-size: 12px;
}

.pa-24 {
  padding: 24px;
}
@media all and (max-width: 1399px) {
  .pa-24 {
    padding: 18px;
  }
}
@media all and (max-width: 767px) {
  .pa-24 {
    padding: 15px;
  }
}

.pa-16 {
  padding: 16px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-24 {
  margin-top: 24px;
}

.date-search {
  min-width: 300px;
}

.form-group {
  margin-bottom: 5px;
}

label,
textarea {
  font-size: 12px !important;
}

.view-more-btn {
  font-size: 12px;
}
.view-more-btn svg {
  width: 12px;
}
.view-more-btn svg path {
  stroke: #e0fe67;
}

.text-yellow {
  color: #e0fe67;
}

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

@media all and (max-width: 1199px) {
  .filter-icon-item span {
    font-size: 12px;
  }
}

#enterPasswordtogglePassword {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 123;
}

.account-cat {
  padding: 16px;
  background: #292929;
  border-radius: 8px;
  gap: 10px;
  min-height: 38px;
}

@media all and (max-width: 1399px) {
  .back-page svg {
    width: 20px;
  }
  .back-page p {
    font-size: 12px;
  }
}

.search-date-item {
  position: relative;
}
.search-date-item input {
  position: relative;
}
.search-date-item .icon-item {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 3;
  pointer-events: none;
  transform: translateY(-50%);
}

.circle-image img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media all and (max-width: 1199px) {
  .circle-image img {
    height: 40px;
    width: 40px;
  }
}

/* Hide the scrollbar track */
::-webkit-scrollbar {
  width: 0.1em;
  background-color: transparent;
}

/* Hide the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background-color: transparent;
}

/* Hide the scrollbar corner */
::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* Hide the scrollbar track when scrollbar is in a "hover" state */
::-webkit-scrollbar-track:hover {
  background-color: transparent;
}

.back-item svg {
  width: 25px;
}

.container-fluid {
  padding: 0px !important;
  margin: 0px !important;
  margin-top: 24px !important;
}
@media all and (max-width: 1399px) {
  .container-fluid {
    margin-top: 15px !important;
  }
}

#addServiceModal {
  z-index: 1051;
}

.no-data {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
  color: #979797;
}
.no-data h3,
.no-data h4 {
  font-size: 20px;
}
@media all and (max-width: 1399px) {
  .no-data h3,
  .no-data h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 1199px) {
  .no-data h3,
  .no-data h4 {
    font-size: 14px;
  }
}

.package-hide {
  /* Rounded sliders */
}
.package-hide .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}
.package-hide .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.package-hide .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.package-hide .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #333333;
  transition: 0.4s;
}
.package-hide input:checked + .slider {
  background-color: #e0fe67;
}
.package-hide input:focus + .slider {
  box-shadow: 0 0 1px #e0fe67;
}
.package-hide input:checked + .slider:before {
  transform: translateX(24px);
}
.package-hide .slider.round {
  border-radius: 34px;
}
.package-hide .slider.round:before {
  border-radius: 50%;
}

.view-change {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 991px) {
  .view-change {
    display: none;
  }
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-120 {
  top: 70px;
}

.min-h-auto {
  min-height: auto !important;
}

.sort-item select {
  margin: 0;
}
.sort-item select option {
  background-color: var(--tertiary);
  margin: 0;
}
@media all and (max-width: 991px) {
  .sort-item {
    flex: 1;
    padding-right: 10px;
    padding-left: 5px;
  }
}

.filter-item {
  width: 60%;
  margin-left: auto;
}
@media all and (max-width: 1499px) {
  .filter-item {
    width: 100%;
  }
}
@media all and (max-width: 1199px) {
  .filter-item {
    width: 80%;
  }
}
@media all and (max-width: 991px) {
  .filter-item {
    width: auto;
  }
}

#custom__ripple_Loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 123123123;
  background: rgba(0, 0, 0, 0.7294117647);
}
#custom__ripple_Loader .ripple__rounds {
  border: 0 solid transparent;
  border-radius: 50%;
  position: relative;
}
#custom__ripple_Loader .ripple__rounds img {
  width: 100px;
}
#custom__ripple_Loader .ripple__rounds:before,
#custom__ripple_Loader .ripple__rounds:after {
  content: "";
  border: 0.5em solid #e0fe67;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: ripple__rounds 1s linear infinite;
  opacity: 0;
}
#custom__ripple_Loader .ripple__rounds:before {
  animation-delay: 0.5s;
}
#custom__ripple_Loader .ripple__rounds:after {
  animation-delay: 0;
}
@keyframes ripple__rounds {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
#custom__ripple_Loader [class*=ripple__rounds] {
  display: inline-flex;
  width: 15em;
  height: 15em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  justify-content: center;
}
#custom__ripple_Loader .box {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #e9e9e987; */
  position: fixed;
  top: 0;
  left: 0;
}
#custom__ripple_Loader .not-show {
  display: none;
}
#custom__ripple_Loader body {
  background-color: black;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 69px);
}
@media all and (max-width: 1399px) {
  .page-wrapper {
    height: calc(100vh - 60px);
  }
}
@media all and (max-width: 1199px) {
  .page-wrapper {
    height: calc(100vh - 64px);
  }
}

.content-wrapper {
  overflow-y: scroll;
  flex: 1;
}
@media all and (max-width: 991px) {
  .content-wrapper {
    margin-left: 60px !important;
  }
}
@media all and (max-width: 767px) {
  .content-wrapper {
    margin-left: 0 !important;
  }
}

.pr-150 {
  padding-right: 150px;
}
@media all and (max-width: 991px) {
  .pr-150 {
    padding-right: 70px;
  }
}
@media all and (max-width: 767px) {
  .pr-150 {
    padding-right: 20px;
  }
}

.sidebar-inner {
  height: 100%;
}

@media all and (max-width: 991px) {
  .main-sidebar {
    max-width: 60px !important;
  }
}
.main-sidebar.close-tab {
  max-width: 60px;
  transition: all 0.6s ease;
}
@media all and (max-width: 991px) {
  .main-sidebar.close-tab {
    max-width: 175px !important;
    position: fixed !important;
    height: calc(100vh - 59px);
  }
  .main-sidebar.close-tab .navigation-container ul li.hasChildren > a:before {
    display: block;
  }
}
.main-sidebar.close-tab .collapse-btn {
  padding-left: 10px;
}
.main-sidebar.close-tab .collapse-btn #collapseBtn svg {
  transform: rotate(180deg);
}
@media all and (max-width: 991px) {
  .main-sidebar.close-tab .collapse-btn #collapseBtn svg {
    transform: rotate(0deg);
  }
}
.main-sidebar.close-tab .collapse-btn #collapseBtn p {
  display: none;
}
.main-sidebar.close-tab .sideMenuOptions span {
  display: none;
}
@media all and (max-width: 991px) {
  .main-sidebar.close-tab .sideMenuOptions span {
    display: block;
  }
}
.main-sidebar.close-tab .sidebar-inner .logo-item {
  padding-left: 0;
  justify-content: center;
}
.main-sidebar.close-tab .sidebar-inner .logo-item .logo-1 {
  display: none;
}
@media all and (max-width: 991px) {
  .main-sidebar.close-tab .sidebar-inner .logo-item .logo-1 {
    display: block;
  }
}
.main-sidebar.close-tab .sidebar-inner .logo-item .on-menu-close {
  display: block;
}
@media all and (max-width: 991px) {
  .main-sidebar.close-tab .sidebar-inner .logo-item .on-menu-close {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  .main-sidebar #collapseBtn svg {
    transform: rotate(180deg);
  }
}
.main-sidebar .sideMenuOptions svg {
  width: 20px;
  height: 20px;
}
@media all and (max-width: 991px) {
  .main-sidebar .sideMenuOptions span {
    display: none;
  }
}
.main-sidebar .sidebar-inner .logo-item .logo-1 {
  display: block;
}
@media all and (max-width: 991px) {
  .main-sidebar .sidebar-inner .logo-item .logo-1 {
    display: none;
  }
}
.main-sidebar .sidebar-inner .logo-item .on-menu-close {
  display: none;
}
@media all and (max-width: 991px) {
  .main-sidebar .sidebar-inner .logo-item .on-menu-close {
    display: none !important;
  }
}
.main-sidebar .sidebar-inner .logo-item .on-menu-close img {
  width: 30px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hold-transition .sidebar-inner {
  transition: all 0.6s ease !important;
}

.red-dot {
  background: #cb2929;
  border-radius: 100%;
  position: absolute;
  right: 70px;
  padding: 5px;
  width: 9px;
  line-height: 0.4;
  height: 9px;
  color: #fff;
  display: inline-table;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1399px) {
  .red-dot {
    right: 55px;
  }
}
@media all and (max-width: 767px) {
  .red-dot {
    right: unset;
    left: 115px;
  }
}

@media all and (max-width: 1199px) {
  .caption1 {
    font-size: 12px;
  }
}

.invalid-feedback {
  color: #e64453;
  font-size: 11px;
  padding-bottom: 8px;
}

.staff-search .col-11 {
  max-width: 100% !important;
  flex: 1;
}

.ma-m-15 {
  margin: -15px;
}
@media all and (max-width: 767px) {
  .ma-m-15 {
    margin: 0;
  }
}

@media all and (max-width: 991px) {
  .input-group input,
  .input-group select {
    font-size: 12px !important;
  }
}

table {
  width: 100%;
}
table thead tr th {
  color: #979797;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 24px;
}
@media all and (max-width: 1399px) {
  table thead tr th {
    font-size: 10px;
  }
}
@media all and (max-width: 767px) {
  table thead tr th {
    display: none;
  }
}
table tbody tr:nth-of-type(odd) {
  background: #292929;
}
table tbody tr td {
  padding: 12px 24px !important;
}
table tbody tr td p {
  font-size: 12px;
  font-weight: 400;
}
table tbody tr td a {
  font-size: 12px;
}
table tbody tr td .image-item img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
table tbody tr td.text-red p {
  color: #D83636;
}
@media all and (max-width: 767px) {
  table tbody tr td {
    display: flex;
    align-items: center;
  }
  table tbody tr td:before {
    content: attr(data-cell);
    color: #fff;
    font-size: 12px;
    min-width: 130px;
    text-transform: uppercase;
  }
  table tbody tr td .flex {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  table tbody tr td .flex .ml-3 {
    margin-left: 0 !important;
  }
  table tbody tr td a {
    padding-left: 10px;
  }
}
@media all and (max-width: 767px) {
  table.normal-table thead tr th {
    display: table-cell;
  }
}
table.normal-table tbody tr td {
  display: table-cell;
}
@media all and (max-width: 767px) {
  table.normal-table tbody tr td:before {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .attendance-title {
    padding-bottom: 15px;
  }
}

.login-page {
  min-height: 100vh;
  height: auto;
}
@media all and (max-width: 767px) {
  .login-page {
    padding: 15px;
  }
}

@media all and (max-width: 767px) {
  .burger-nav {
    padding-left: 10px;
  }
  .burger-nav span {
    display: block;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  .burger-nav span:last-of-type {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .main-sidebar {
    max-width: 100% !important;
    width: 0 !important;
    position: absolute !important;
    margin-left: 0;
    bottom: 0;
  }
  .main-sidebar.close-tab {
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 61px);
    position: absolute !important;
  }
}

@media all and (max-width: 767px) {
  .collapse-btn {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .page-wrapper {
    height: calc(100vh - 61px);
  }
}

.w-80 {
  width: 80%;
}

.rate-list.scroll {
  overflow: auto;
  padding-right: 10px;
  max-height: 230px;
}
.rate-list.scroll1::-webkit-scrollbar {
  width: 5px;
}
.rate-list.scroll1::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.rate-list.scroll1::-webkit-scrollbar-thumb {
  background: #666;
}

.dropdown-userMenu {
  border-top: 2px solid #e0fe67;
  position: absolute;
  top: 69px;
  min-width: 250px;
  background: #1e1e1e;
  right: 10px;
  display: none;
}
.dropdown-userMenu ul {
  margin-bottom: 0;
}
.dropdown-userMenu ul li:hover {
  background: rgba(224, 254, 103, 0.04);
  transition: all 0.6s ease;
}
.dropdown-userMenu ul li:hover a {
  color: #e0fe67;
}
.dropdown-userMenu ul li a {
  font-size: 12px;
  color: #DEDEDE;
  display: block;
  padding: 10px 15px;
}
@media all and (max-width: 1445px) {
  .dropdown-userMenu {
    top: 64px;
  }
}
@media all and (max-width: 767px) {
  .dropdown-userMenu {
    top: 59px;
    right: 0;
  }
}

.side-user-container {
  padding: 12px 15px;
  cursor: pointer;
}
@media all and (max-width: 1399px) {
  .side-user-container {
    padding-right: 0;
  }
}

#profileSetting {
  margin-bottom: 24px;
  border-bottom: 1px solid var(--stroke);
}
#profileSetting.nav-tabs .nav-link {
  min-width: 130px;
  padding: 8px 10px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #979797;
  background: #292929;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
  border: 0;
}
#profileSetting.nav-tabs .nav-link.active {
  background: rgba(30, 30, 30, 0.5);
  border-bottom: 2px solid #e0fe67;
  color: white;
}
#profileSetting.nav-tabs .nav-link:hover {
  color: white;
  background-color: var(--neutral-900);
}
#profileSetting.nav-tabs .nav-item:first-of-type .nav-link {
  border-top-left-radius: 0.25rem;
}
#profileSetting.nav-tabs .nav-item:last-of-type .nav-link {
  border-top-right-radius: 0.25rem;
}

.mr-min-15 {
  margin: -15px;
}

.width-600 {
  width: 600px;
}
@media all and (max-width: 767px) {
  .width-600 {
    width: 100%;
  }
}

.card-container {
  width: 100%;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid var(--stroke);
}
.card-container .card-details {
  min-width: 130px;
  padding: 8px 10px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #979797;
  background: #292929;
  cursor: pointer;
  font-size: 12px;
}
.card-container .card-details.card-details-active {
  background: rgba(30, 30, 30, 0.5);
  border-bottom: 2px solid #e0fe67;
  color: white;
}
.card-container .card-details:first-of-type {
  border-top-left-radius: 8px;
}
.card-container .card-details:last-of-type {
  border-top-right-radius: 8px;
}
@media all and (max-width: 1600px) {
  .card-container {
    margin-top: 20px;
  }
}
@media all and (max-width: 1399px) {
  .card-container {
    margin-top: 15px;
  }
}

.mw-600 {
  max-width: 600px;
}
@media all and (max-width: 1300px) {
  .mw-600 {
    max-width: 290px;
  }
}
@media all and (max-width: 767px) {
  .mw-600 {
    max-width: 200px;
  }
}

.pl-32 {
  padding-left: 32px;
}
@media all and (max-width: 991px) {
  .pl-32 {
    padding-left: 20px;
  }
}

.font-10 {
  font-size: 10px;
}

.resume-package {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3EAF3F;
  background: rgba(62, 175, 63, 0.1);
  border: 0;
  position: relative;
  z-index: 1;
}
.resume-package:hover {
  background: rgba(62, 175, 63, 0.1);
  color: #3EAF3F;
}
.resume-package svg {
  fill: #3EAF3F;
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.hold-package {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0fe67;
  background: rgba(170, 191, 85, 0.3098039216);
  border: 0;
  z-index: 123;
  position: relative;
}
.hold-package:hover {
  background: rgba(170, 191, 85, 0.3098039216);
  color: #e0fe67;
}
.hold-package:active {
  background: #e0fe67 !important;
}
.hold-package svg {
  fill: #e0fe67;
  width: 15px;
  height: auto;
}

.edit-hold-package {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0fe67;
  background: rgba(170, 191, 85, 0.3098039216);
  border: 0;
}
.edit-hold-package:hover {
  background: rgba(170, 191, 85, 0.3098039216);
  color: #e0fe67;
}
.edit-hold-package:active {
  background: #e0fe67 !important;
}
.edit-hold-package svg {
  fill: #e0fe67;
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.cancel-btn {
  background: #D83636;
  border: 0;
  color: #e5e5e5;
  border-radius: 0.25rem;
}
@media all and (max-width: 1450px) {
  .cancel-btn {
    font-size: 12px !important;
  }
}
.cancel-btn:hover {
  background: #D83636;
  border: 0;
  color: #e5e5e5;
}
.cancel-btn:active {
  background: #D83636 !important;
}

@media all and (max-width: 767px) {
  .member-buttons-group {
    flex-wrap: wrap;
    gap: 0 !important;
    width: 100%;
    justify-content: center;
  }
  .member-buttons-group .button-item {
    width: 50%;
    padding: 5px;
  }
  .member-buttons-group .button-item button {
    width: 100%;
  }
}

.alert-success {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 10px;
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 12;
}
.alert-success button {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
  font-size: 30px;
}

.assign-nfc svg,
.view-nfc-btn svg {
  stroke: #e0fe67;
  width: 18px;
}
.assign-nfc:hover,
.view-nfc-btn:hover {
  color: #e0fe67;
}

.unassign-nfc-btn svg {
  stroke: #D83636;
  width: 18px;
}

#staff-search-results,
#member-search-results {
  background: #292929;
  border-radius: 5px;
  margin-top: 10px;
}
#staff-search-results p,
#member-search-results p {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
}
#staff-search-results p:hover,
#member-search-results p:hover {
  color: #e0fe67 !important;
  background-color: #3c3c3c;
}

.nfc-card-item .flip-card {
  position: relative;
}
.nfc-card-item .flip-card .nfc-card-inner {
  border-radius: 6px;
  min-height: 190px;
  border: 1px solid rgba(224, 254, 103, 0.3019607843);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.nfc-card-item .flip-card .nfc-card-inner .nfc-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 16px;
  height: auto;
}
.nfc-card-item .flip-card .nfc-card-inner .org-logo img {
  width: 85px;
}
.nfc-card-item .flip-card .nfc-card-inner.front {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(0deg);
  transition: 0.6s;
}
.nfc-card-item .flip-card .nfc-card-inner.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(-180deg);
  transition: 0.6s;
}
.nfc-card-item .flip-card .nfc-card-inner.back img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nfc-card-item .flip-card:hover .front {
  transform: perspective(1000px) rotateY(180deg);
}
.nfc-card-item .flip-card:hover .back {
  transform: perspective(1000px) rotateY(0deg);
}

.action-btn {
  max-width: 115px;
}
.action-btn .flex {
  flex-direction: row;
}

.package-dropdown {
  position: absolute;
  right: 0;
  top: 55px;
  max-width: 350px;
  background: #3C3C3C;
  border-radius: 8px;
  opacity: 0;
  display: none;
}
@media all and (max-width: 767px) {
  .package-dropdown {
    top: 105px;
  }
}
.package-dropdown ul {
  margin: 0;
}
.package-dropdown ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.package-dropdown ul li a {
  color: #e0fe67 !important;
  font-size: 14px;
  padding: 15px;
  display: block;
  cursor: pointer;
}
@media all and (max-width: 1399px) {
  .package-dropdown ul li a {
    font-size: 12px;
  }
}
.package-dropdown ul li a svg {
  width: 20px;
  height: 22px;
}
.package-dropdown ul li a:hover {
  background: rgba(238, 238, 238, 0.0784313725);
  transition: all 0.6s ease;
}
.package-dropdown.open {
  opacity: 1;
  display: block;
}

.custom-circle-image {
  width: 140px;
  height: 140px;
  background: #DADADA;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.close-item {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .organization-table .normal-table-content {
    max-width: 100% !important;
  }
}

.background-grey {
  background: #1e1e1e;
  border-radius: 5px;
}

#organization-lock-page .inner-wrapper .form-item {
  padding-bottom: 15px;
}
#organization-lock-page .inner-wrapper .form-item select {
  width: 100%;
  margin-right: 0;
}
#organization-lock-page .inner-wrapper .form-item label {
  color: #B7B8B5;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
#organization-lock-page .inner-wrapper .form-item .input-item {
  width: 20%;
}
@media all and (max-width: 767px) {
  #organization-lock-page .inner-wrapper .form-item .input-item {
    width: 50%;
  }
}
#organization-lock-page .inner-wrapper .form-item .input-item label {
  margin-bottom: 0;
  font-weight: 500;
  width: auto;
  margin-right: 10px;
}
#organization-lock-page .inner-wrapper .form-item .input-item input {
  width: auto !important;
}
#organization-lock-page .inner-wrapper .form-item textarea {
  min-height: 150px;
}

.select-arrow {
  position: relative;
  width: 100%;
}
.select-arrow:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 123;
  width: 16px;
  height: 16px;
  background: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDlMMTIgMTZMNSA5IiBzdHJva2U9IiNCN0I4QjUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.new-user-menu .nav-item {
  border-bottom: 1px solid #292929;
}
.new-user-menu .user-image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.new-user-menu .user-image img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navigation-container ul li.hasChildren > a {
  position: relative;
}
.navigation-container ul li.hasChildren > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../image/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  z-index: 1;
  right: 20px;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navigation-container ul li.hasChildren ul {
  display: none;
}
.navigation-container ul li.hasChildren ul li {
  display: flex;
  align-items: center;
}
.navigation-container ul li.hasChildren ul li a {
  font-size: 14px;
  padding: 6px;
  padding-left: 50px;
  display: block;
  color: #fff;
  width: 100%;
}
.navigation-container ul li.hasChildren.open > a:before {
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.navigation-container ul li.hasChildren.open ul {
  display: block;
}

.box-yellow-bg {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b3e2f;
  border-radius: 5px;
}

.whats-new-item {
  color: #e0fe67;
  text-shadow: 2px 0px 9px #e0fe67;
  font-size: 14px;
}

.notification-poper {
  width: 450px;
  position: absolute;
  top: 75px;
  right: 15px;
  min-height: 450px;
  background: #292929;
  border-radius: 15px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.notification-poper .title-item {
  border-bottom: 1px solid #4e4e4e;
  margin-bottom: 10px;
}
.notification-poper .notification-list {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}
.notification-poper .notification-list .notification-item {
  padding: 10px;
}
.notification-poper .notification-list .notification-item:hover {
  transition: all 0.5s ease;
  border-radius: 8px;
  background-color: #1a1a1a;
}
.notification-poper .notification-list .image-item img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-poper .notification-list .text-item {
  padding-left: 15px;
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
}
.custom-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(29, 28, 28, 0.486);
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

@media all and (max-width: 767px) {
  .pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .pagination-wrapper .caption1 {
    padding-bottom: 10px;
  }
}

#choose-organization-page .welcome-title h1 {
  font-size: 2.5vw;
}
@media all and (max-width: 767px) {
  #choose-organization-page .welcome-title h1 {
    font-size: 6.5vw;
  }
}
#choose-organization-page .card-body .flex {
  gap: 10px;
  padding: 1.5vw 0 1.5vw 0;
  justify-content: center;
}
@media all and (max-width: 767px) {
  #choose-organization-page .card-body .flex {
    gap: unset;
  }
}
#choose-organization-page .card-body .flex-item {
  margin: 0 1.5vw 0 0;
}
@media all and (max-width: 767px) {
  #choose-organization-page .card-body .flex-item {
    margin: 0;
    width: 50%;
    padding: 5px;
  }
}
#choose-organization-page .card-body .flex-item:hover .image-item img {
  border-color: #fff;
  transition: 1ll 0.3s ease-in;
}
#choose-organization-page .card-body .flex-item .image-item {
  text-align: center;
  border-radius: 10px;
}
#choose-organization-page .card-body .flex-item .image-item img {
  border: 3px solid #000;
  width: 13vw;
  height: 10vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  #choose-organization-page .card-body .flex-item .image-item img {
    width: 100%;
    height: 160px;
  }
}

.footer-text {
  font-size: 0.8vw;
}
@media all and (max-width: 767px) {
  .footer-text {
    font-size: 2.5vw;
  }
}

.signup-container {
  max-width: 700px;
  width: 100%;
}
.signup-container .group-item {
  padding-bottom: 14px;
}

.custom-file-input-item {
  border: 1px dashed #666;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 140px;
  flex-direction: column;
  cursor: pointer;
}
.custom-file-input-item input {
  display: none;
}
.custom-file-input-item label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-file-input-item label img {
  width: 100%;
}
.custom-file-input-item svg {
  width: 50px;
  height: auto;
}

.file-preview-item {
  border: 1px dashed #666;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 140px;
  flex-direction: column;
  position: relative;
}
.file-preview-item img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-preview-item .clear-item {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.fv-plugins-bootstrap5-row-invalid .input-group input {
  border: 1px solid #e64453;
}
.fv-plugins-bootstrap5-row-invalid .input-group input::-moz-placeholder {
  color: #e64453;
}
.fv-plugins-bootstrap5-row-invalid .input-group input::placeholder {
  color: #e64453;
}

.opt-section .package-container .otp-item input {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #e0fe67;
  border-radius: 5px;
  font-size: 14px !important;
  text-align: center;
  color: #fff;
}

#reset-password-page .eyeToggleBtn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.no-svg-width svg {
  width: auto;
}

@media all and (max-width: 767px) {
  .hide-in-mobile {
    display: none;
  }
}

.gap-2 {
  gap: 5px;
}

.w-max-content {
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-fill-available;
}

.no-packages-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.alert-danger {
  position: sticky;
  top: 0;
  z-index: 123456;
}

.renew-discounted-total p {
  padding-bottom: 10px;
  font-size: 16px;
}

.input-item.fv-plugins-bootstrap5-row-invalid input, .input-item.fv-plugins-bootstrap5-row-invalid textarea {
  border: 1px solid #d44343;
}

.filter-options .filter-single-item {
  width: 50%;
  display: flex;
  padding-bottom: 10px;
}
.filter-options .filter-single-item label {
  margin-bottom: 0;
  padding-left: 10px;
}

.w-210 {
  width: 210px !important;
}

.grey-trans-btn {
  background-color: transparent;
  color: #979797;
  border: 1px solid #979797;
}
.grey-trans-btn:hover {
  color: #979797;
}

.package-expire-modal .modal-lg {
  max-width: 560px;
}
@media all and (max-width: 767px) {
  .package-expire-modal .modal-lg {
    max-width: 100%;
  }
}

#new-invoice-preview-page {
  background-color: #fff;
}
#new-invoice-preview-page .summary-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#new-invoice-preview-page table td,
#new-invoice-preview-page table th {
  padding: 8px !important;
}
#new-invoice-preview-page table td:last-of-type,
#new-invoice-preview-page table th:last-of-type {
  text-align: right;
  padding-right: 5px;
}
#new-invoice-preview-page table td {
  color: #0d0d0d;
  font-size: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 3px !important;
  margin-bottom: 3px;
}
#new-invoice-preview-page table thead tr th {
  font-size: 10px;
  font-weight: 500;
  color: #404040;
}
#new-invoice-preview-page table .highlight-total td {
  padding: 5px;
  border-bottom: 0;
  margin-bottom: 0px;
  color: #333;
}
#new-invoice-preview-page table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
#new-invoice-preview-page .prepaid-invoice-table table {
  border: 1px solid #dbdbdb;
  padding: 10px;
}
#new-invoice-preview-page .prepaid-invoice-table table thead th {
  border-bottom: 1px solid #dbdbdb !important;
}
#new-invoice-preview-page label {
  font-weight: 400;
  margin: 0;
}
#new-invoice-preview-page p {
  color: #333;
}

.text-black {
  color: #000;
}

.text-10-imp {
  font-size: 10px !important;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.min-h-600 {
  min-height: 600px;
}

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

.signup-success-page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.signup-success-page .main-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signup-success-page .main-wrapper .content-inner {
  width: 100%;
  max-width: 550px;
}
.signup-success-page .main-wrapper .content-inner h1 {
  font-size: 40px;
}

.text-center {
  text-align: center;
}

.text-18 {
  font-size: 18px;
}

.wrapper {
  width: 100%;
}

.text-40 {
  font-size: 40px;
}

.days-wrapper {
  padding-top: 10px;
}
.days-wrapper .days-item {
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background: #292929;
  padding: 4px 12px;
  cursor: pointer;
  min-width: 60px;
  text-align: center;
  font-size: 14px;
}
.days-wrapper .days-item:not(:last-of-type) {
  margin-right: 10px;
}
.days-wrapper .days-item.selected {
  border: 1px solid #e0fe67;
  background: #36392a;
}

.mw-500 {
  max-width: 500px;
}

.mw-400 {
  max-width: 400px;
}

.invoice {
  display: none;
}
.invoice.active {
  display: block;
}

.font-500-imp {
  font-weight: 500 !important;
}

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

.nowhitespace {
  white-space: nowrap;
}
.nowhitespace .text-line-thru {
  text-decoration: line-through;
}

.text-ellipsis {
  width: 200px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media all and (max-width: 767px) {
  .d-none-mobile {
    display: none;
  }
}

.device-table td.online {
  color: #00bd6e;
}
.device-table td.offline {
  color: #db2727;
}/*# sourceMappingURL=styles.css.map */