@import url(https://fonts.googleapis.com/css?family=Noto+Sans&display=swap);@charset "UTF-8";

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

* {
  font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noto Sans", sans-serif;
}

/* Width */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Thumb */

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.disabled {
  opacity: 0.5;
}

table:not(.table-responsive table, .nepali-date-picker table,
.table, .dashboard-table table) {
  border-collapse: collapse !important;
  width: 100%;
  min-width: 800px;
}

table:not(.table-responsive table, .nepali-date-picker table,
.table, .dashboard-table table) th {
  padding: 5px 8px;
  color: #8d8c8c;
  white-space: nowrap;
}

table:not(.table-responsive table, .nepali-date-picker table,
.table, .dashboard-table table) td {
  padding: 8px;
}

table:not(.table-responsive table, .nepali-date-picker table,
.table, .dashboard-table table) th,
table:not(.table-responsive table, .nepali-date-picker table,
.table, .dashboard-table table) td {
  border: 1px solid #d0d0d0;
  font-weight: 500;
}

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

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 20px;
}

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

.mt-7 {
  margin-top: 28px;
}

.mt-8 {
  margin-top: 32px;
}

.grid {
  display: grid;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.gap-7 {
  gap: 28px;
}

.gap-8 {
  gap: 32px;
}

.flex {
  display: flex;
}

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

.justify-center {
  justify-content: center;
}

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

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

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

.no-warp {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: "Loading\2026";
  text-align: center;
}

.required:after {
  content: " *";
  color: red;
}

.dashboard-content {
  background: #fff;
  padding: 17px 32px 32px;
}

.dashboard-content .nav-tabs {
  border: 0;
}

.dashboard-content .nav.nav-tabs a {
  color: #a8a8a8;
  font-size: 16px;
  padding: 8px 16px;
  border: 0;
  margin: 0;
  transition: 0.3s;
}

.dashboard-content .nav-tabs > li {
  margin-bottom: -2px;
}

.dashboard-content .nav.nav-tabs > li > a:hover {
  background-color: transparent;
  color: #3c8dbc;
}

.dashboard-content .nav.nav-tabs li.active a {
  cursor: pointer;
  border: 0;
  color: #3c8dbc;
  background: transparent;
  border-bottom: 2px solid #3c8dbc;
}

.dashboard-content .content {
  padding-top: 0;
}

.dashboard-content .stat-card {
  transition: 0.1s background;
}

.dashboard-content .stat-card--aqua {
  background: rgba(0, 192, 238, 0.9);
}

.dashboard-content .stat-card--aqua:hover {
  background: #00c0ee;
}

.dashboard-content .stat-card--red {
  background: rgba(221, 75, 57, 0.9);
}

.dashboard-content .stat-card--red:hover {
  background: #dd4b39;
}

.dashboard-content .stat-card--yellow {
  background: rgba(243, 156, 18, 0.9);
}

.dashboard-content .stat-card--yellow:hover {
  background: #f39c12;
}

.dashboard-content .tab-content .box {
  border-top: 0;
  padding: 16px;
}

.dashboard-content .content-header,
.dashboard-content .content {
  margin: 0;
  padding: 0 !important;
}

.dashboard-content h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card-value {
  font-size: 24px;
  font-weight: 500px;
}

.card-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}

.card-content {
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 24px;
}

.card-content a {
  color: inherit;
}

.card-content p {
  margin-bottom: 8px;
}

.card-content h2,
.card-content h3 {
  margin: 0;
}

.card-content h3 {
  color: #949494;
  font-size: 16px;
  font-weight: 600;
}

.card-content .svg-icon {
  height: 24px;
  width: 24px;
}

.card-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.grid-layout,
.grid-column {
  display: grid;
  gap: 24px;
}

@media screen and (min-width: 1225px) {
  .grid-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1281px) {
  .grid-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.leaflet-container {
  background-color: #fff;
}

.stats-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tabs-wrapper {
  display: flex;
  float: left;
  border-bottom: 2px solid #a8a8a8;
  margin-top: -8px;
  position: relative;
  z-index: 10;
}

.overflow-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.group-chart,
.member-chart {
  min-width: 481px;
}

.text-info {
  padding-left: 10px;
  margin-top: 8px;
}

.apexcharts-title-text {
  font-weight: 600;
}

.card,
.card-container,
.card-content,
.flex-1 {
  flex: 1;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  cursor: pointer;
  margin-bottom: -4px;
}

.toggle-switch input[type=checkbox] {
  display: none;
}

.toggle-switch-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #ccc;
  transition: background-color 0.3s ease-in-out;
}

.toggle-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -35px;
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  text-shadow: 1px 1px #fff;
  transition: color 0.3s ease-in-out;
}

.toggle-switch input[type=checkbox]:checked + .toggle-switch-handle {
  transform: translateX(45px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
}

.toggle-switch input[type=checkbox]:checked + .toggle-switch-background {
  background-color: #05c46b;
  box-shadow: inset 0 0 0 2px #04b360;
}

.toggle-switch input[type=checkbox]:checked + .toggle-switch:before {
  content: "On";
  color: #05c46b;
  right: -15px;
}

.toggle-switch input[type=checkbox]:checked + .toggle-switch-background .toggle-switch-handle {
  transform: translateX(15px);
}

.map-label {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: large;
  color: white;
}

.form-wrapper,
.table-wrapper {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
}

.table-wrapper {
  margin-top: 24px;
}

.table-wrapper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.table-wrapper-header h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.table-wrapper-filters {
  display: flex;
  gap: 34px;
}

.table-wrapper .btn-ghost {
  color: #528bb8;
  font-size: 14px;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.table-wrapper .reset-btn {
  display: flex;
  align-items: flex-end;
}

.form-actions-btn {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.content-header {
  padding: 15px 0 9px;
}

.content {
  padding: 0;
}

.form-grid-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(calc(min(22rem, 100%)), 1fr));
}

.btn-primary:hover {
  border-color: transparent;
}

.btn-default {
  background-color: #fff;
  border-color: #bdbdbd;
}

.input-group-addon {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

input:not(.input-group input),
textarea,
select {
  border-radius: 4px !important;
}

.input-group input {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.form-control {
  height: 36px;
}

textarea.form-control {
  min-height: 36px;
}

.form-control[readonly] {
  background-color: #fff;
}

select.form-control:not(.fiscal-year-content select),
.select2-selection {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23999' stroke-width='1'%3e%3cpath d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 6px top 45%;
  background-size: 16px;
}

.select2 {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border-radius: 4px !important;
  height: 36px !important;
}

.btn-ghost,
.btn-delete {
  background: transparent;
  padding: 0;
}

.btn-ghost:active,
.btn-delete:active {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-ghost {
  color: #1755aa;
}

.btn-delete {
  background: transparent;
  color: #aa1717;
}

.content-wrapper {
  padding: 50px 24px 24px;
}

.w-full {
  width: 100%;
}

.select2-selection__arrow {
  display: none;
}

.fiscal-year-calendar select {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.alert {
  border: 1px solid;
  position: absolute;
  right: 24px;
  top: 62px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000;
}

.alert-success {
  background-color: #f1f9f3 !important;
  border-color: #51db6e;
  color: #333 !important;
}

.alert-error {
  background-color: #fdeeea !important;
  border-color: #fb5756;
  color: #333 !important;
}

select.input-sm {
  line-height: 0;
}

.sidebar .svg-icon {
  height: 24px;
  width: 24px;
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  padding: 4px 8px;
}

.btn-outline {
  border-radius: 4px;
  border: 1px solid #1755aa;
  color: #1755aa;
  min-width: 32px;
}

.btn-outline:hover {
  color: initial;
  border-color: initial;
}

.delete-confirmation {
  border-radius: 4px;
  border: 1px solid #e3342f;
  color: #e3342f;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  border-radius: 50px;
  font-size: 12px;
  height: 21px;
  white-space: nowrap;
}

.status-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.status-badge--new {
  background-color: #38c172;
  color: #e1f0ff;
}

.status-badge--new .status-badge__dot {
  background-color: #e1f0ff;
}

.status-badge--renewed {
  background-color: #e1f0ff;
  color: #3aa0ff;
}

.status-badge--renewed .status-badge__dot {
  background-color: #3aa0ff;
}

.status-badge--expired {
  background-color: #e3342f;
  color: #e9e9e9;
}

.status-badge--expired .status-badge__dot {
  background-color: #e9e9e9;
}

.status-badge--expiring-soon {
  background-color: #f6993f;
  color: #fff;
}

.status-badge--expiring-soon .status-badge__dot {
  background-color: #fff;
}

.modal.fade .modal-dialog {
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.login-page {
  min-height: 100vh !important;
}

.modal form {
  height: 100%;
}

.navbar-nav > li > a {
  padding-right: 24px;
}

