* {
  padding: 0;
  margin: 0;
}

body {
  --montserrat: "Montserrat", sans-serif;
  overflow: hidden !important;
}

.mitra-dashboard-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  height: 100vh;
}

.dashboard-pane-left {
  width: 30%;
  padding: 32px 28px;
}

.dashboard-pane-left-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
}
.account-information {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  font-family: var(--montserrat);
}

.pfp-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.pfp-wrap img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.information-wrap {
  display: flex;
  flex-direction: column;
}
.information-wrap .top-text {
  color: #000;
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.information-wrap .bottom-text {
  color: var(--Neutral-09, #404040);
  font-family: var(--montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.dashboard-pane-left-header {
  text-align: center;
}
.dashboard-pane-right {
  width: 70%;
}

.referall-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 12px;
  background: var(--Neutral-10, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  gap: 12px;
}

span.referall-title {
  color: #0a0a0a;
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

span.referall-code {
  color: var(--Neutral-10, #0a0a0a);
  font-family: var(--montserrat);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

button.referall-button {
  border-radius: 100px;
  border: 1px solid var(--Primary-Border, #f8bac8);
  background: var(--Neutral-01, #fff);
  padding: 12px 16px;
  color: #eb2f59;
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

button.referall-button:hover {
  border: 1px solid #eb2f59;
  background: #eb2f59;
  padding: 12px 16px;
  color: #fff;
}

.mitra-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
ol.sidebar-top {
  display: flex;
  flex-direction: column;
}

li.sidebar-button {
  list-style: none;
  padding: 16px;
  cursor: pointer;
  font-size: 14px;
  font-family: var(--montserrat);
}
li.sidebar-button.active {
  color: var(--Primary-Main, #eb2f59);
}
li.sidebar-button:hover {
  color: var(--Primary-Main, #eb2f59);
}

a.loguot-btn {
  padding: 16px;
  text-decoration: none;
  color: #cb3a31;
  font-size: 14px;
  font-family: var(--montserrat);
}
/* .date-filter-text{
    font-size: 14px;
} */
.history-filter-wrap {
  width: 100%;
  max-width: 320px;
  border: 1px solid var(--primary-border);
  padding: 16px;
  border-radius: 8px;
  position: absolute;
  background: var(--Base-White);
  display: flex;
  flex-direction: column;
  right: 20px;
  top: 120px;
  z-index: 999;
  gap: 12px;
}
.history-filter-wrap.hide {
  display: none;
}

.history-filter-header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.history-filter-text {
  color: var(--Neutral-100);
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.history-filter-reset-btn {
  color: var(--Neutral-08);
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
}
.history-filter-col {
  display: flex;
  flex-direction: row;
  gap: 8px;
  position: relative;
  flex-wrap: wrap;
}
.history-filter-submit {
  border: none;
  padding: 8px 12px;
  background-color: var(--Background-Primary);
  border-radius: 6px;
  width: calc(50% - 4px);
  text-align: center;
  cursor: pointer;
}

.history-filter-submit.active {
  background-color: var(--Primary-Surface);
  font-weight: 600;
  display: flex;
  color: var(--katui-text-primary);
  border: 1px transparent;
  justify-content: center;
}
.history-filter-submit:hover {
  background-color: var(--Primary-Surface);
  font-weight: 600;
  border: 1px transparent;

  color: var(--katui-text-primary);
}

.input-selected-display {
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid var(--Neutral-05);
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: var(--Neutral-07);
  font-size: 16px;
  font-weight: 500;
}

.katui-input-selected-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.katui-selection-wrapper {
  width: 100%;
  position: relative;
}

.katui-selecton-card {
  list-style: none;
  border: 1px solid var(--Neutral-05);
  padding: 12px 16px;
  display: none;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  width: -webkit-fill-available;
  z-index: 999;
  background: var(--Base-White);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.katui-selecton-card.open {
  display: flex;
  height: 120px;
  overflow: auto;
}

.katui-selecton-card.open::-webkit-scrollbar {
  display: none;
}

.katui-selecton-card.open::-webkit-scrollbar-track {
  background-color: transparent;
}

.katui-selecton-card.open::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.katui-selection-content {
  color: var(--Neutral-07);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.katui-selection-content.selected {
  color: var(--katui-text-primary);
}

.katui-selection-content:hover {
  color: var(--katui-text-primary);
}

/* ========================================
        Switch
======================================== */
.kat__switch-labelled {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.kat__switch {
  display: inline-block;
}
.kat__switch > input {
  display: none;
}
.kat__switch-slider {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 24px;
  border-radius: 20px;
  padding: 4px 8px 4px 24px;
  background: var(--Neutral-05);
  cursor: pointer;
  transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.kat__switch-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(4px, -50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--Base-White);
  transition: left 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.kat__switch-slider__text {
  font-family: var(--montserrat);
  font-size: 16px;
  font-weight: 500;
  color: var(--Base-White);
}

/* Active */
.kat__switch > input:checked + .kat__switch-slider {
  background-color: var(--katui-text-primary);
  padding: 4px 24px 4px 8px;
}
.kat__switch > input:checked + .kat__switch-slider::before {
  left: 100%;
  transform: translate(-20px, -50%);
}

/* Media query for devices with a maximum width of 767px (e.g., smartphones) */
@media only screen and (max-width: 767px) {
  .history-filter-col {
    flex-direction: column;
  }
  .history-filter-text,
  .history-filter-reset-btn {
    font-size: 12px;
  }
  .history-filter-wrap {
    max-width: none;
    width: fit-content;
    right: 15px;
    top: 100px;
    font-size: 12px;
  }
  .history-filter-submit {
    width: 140px;
    font-size: 12px;
  }
  .katui-dark-button {
    padding: 12px;
  }
}

/* Media query for devices with a minimum width of 768px and a maximum width of 991px (e.g., tablets) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Styles for tablets */
}

/* Media query for devices with a minimum width of 992px and a maximum width of 1199px (e.g., small laptops and desktops) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Styles for small laptops and desktops */
}

/* Media query for devices with a minimum width of 1200px (e.g., large laptops and desktops) */
@media only screen and (min-width: 1200px) {
  /* Styles for large laptops and desktops */
}
