@font-face {
  font-family: "SF Pro Text Bold";
  src: url("../fonts/sf-pro-text-bold.otf") format("otf"), url("../fonts/SFProText-Bold.woff") format("woff"), url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.ttf") format("truetype"), url("../fonts/SFProText-Bold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text Semibold";
  src: url("../fonts/sf-pro-text-semibold.otf") format("otf"), url("../fonts/SFProText-Semibold.woff") format("woff"), url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.ttf") format("truetype"), url("../fonts/SFProText-Semibold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text Medium";
  src: url("../fonts/sf-pro-text-medium.otf") format("otf"), url("../fonts/SFProText-Medium.woff") format("woff"), url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.ttf") format("truetype"), url("../fonts/SFProText-Medium.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text Regular";
  src: url("../fonts/sf-pro-text-regular.otf") format("otf"), url("../fonts/SFProText-Regular.woff") format("woff"), url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Semibold.ttf") format("truetype"), url("../fonts/SFProText-Semibold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.custom-dashboard-section {
  background-color: var(--bg-color-2, #ffffff);
  border: 1px solid var(--border-color-5, #E6E6E6);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  border-radius: 11px;
}

.dashboard-table thead th {
  font-family: "SF Pro Text Bold";
  background-color: var(--prompt-badge-bg, #f0f0f0);
  font-size: 12px;
  color: var(--text-color-9, #535353);
  padding: 12px 24px;
}
.dashboard-table tbody tr td {
  font-family: "SF Pro Text Medium";
  font-size: 12px;
  color: var(--text-color-9, #535353);
  padding: 15px 24px;
}

.cust-visitor-widget-scroll {
  min-height: 130px;
  max-height: 260px;
}
.cust-visitor-widget-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.cust-visitor-widget-scroll::-webkit-scrollbar-thumb {
  background-color: var(--custom-scroll-color, #D9D9D9);
  border-radius: 5px;
}

.dashboard-table-scroll {
  height: 223px;
  overflow-y: scroll;
}
.dashboard-table-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.dashboard-table-scroll::-webkit-scrollbar-thumb {
  background-color: var(--custom-scroll-color, #D9D9D9);
  border-radius: 5px;
}

.w-65 {
  width: 65px;
}

.cust-prompt-badge {
  background-color: var(--prompt-badge-bg, #f0f0f0);
  border-radius: 16px;
}

.cust-prompt-badge {
  position: relative;
}

.cust-prompt-badge:after {
  content: "";
  width: 1px;
  height: 23px;
  background-color: var(--border-color-6, #D3D3D3);
  position: absolute;
  right: -26px;
}

.cust-prompt-scroll {
  height: 350px;
  overflow-y: scroll;
}
.cust-prompt-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.cust-prompt-scroll::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 5px;
}

.asami-usage-scroll {
  min-width: 200px;
}

@media (max-width: 767px) {
  .cust-prompt-scroll {
    overflow-x: scroll;
  }
  .li-width {
    width: 900px;
  }
}
.visitor-badge {
  background-color: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 8px;
}

.visitor-number {
  font-family: "SF Pro Text Semibold";
  font-size: 10px;
  color: #7C67EA;
  background-color: #EEEBFC;
  padding: 3px;
  border-radius: 3px;
}

.asami-usage-chart-box {
  width: 39px;
  height: 128px;
  background-color: #BEB1FF;
  border-radius: 5px;
}/*# sourceMappingURL=dashboard.css.map */