@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
.welcome-message {
    height: calc(100vh - 250px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.custom-tabs {
  border-radius: 5px !important;
  background-color: white !important;
  border: 1px solid #e1e1e3;
  font-family: Helvetica, sans-serif;
}

::v-deep .daterangepicker {
  min-width: 500px;
}

button {
  height: 38px;
  line-height: 22px;
  min-width: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #3f4254;
}

button.btn-primary {
  color: #2979ff !important;
  font-weight: bold !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
 .table-responsive {
  overflow-x: auto;
  position: relative;
}

.sticky-col {
  position: sticky;
  background: #fff;
  z-index: 2;
}

.sticky-col-left {
  left: 0;
  z-index: 3;  
  box-shadow: 2px 0 5px -2px #ccc;
}

.sticky-col-right {
  right: 0;
  z-index: 3;
  box-shadow: -2px 0 5px -2px #ccc;
}
 .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background-color: #f8f9fa;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);

}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: grid;
  place-items: center;
}

.chart-area {
  position: relative;
  height: 25rem;
  width: 100%;
}

@media (max-width: 768px) {
  .chart-area {
    height: 20rem;
  }
}
.dropdown__menu {
    position: absolute;
    margin-top: 8px;
    width: 150px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    z-index: 50;
    background-color: #ffffff;
}

.dropdown__item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 125%;
    color: #40404D;

}

.dropdown__item:hover {
    background-color: #000;
    cursor: pointer;
    color: #ffffff;
}

.dropdown__button {
    position: relative;
    border-radius: 10px;
    border: 1px solid #C4C4CC;
    background-color: white;
    padding: 5px 20px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 125%;
    color: #40404D;
}
.graph__container{
    border: 1px solid #EAF0F7;
    border-radius: 16px;
    background-color: white;
    padding: 24px;
}
.graph__title{
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #040404;
}