:root {
    --dashboard-white: #FFFFFF;
    --dashboard-dark-black: #000000;
    --dashboard-black: #040404;
    --dashboard-green: #69BB55;
    --dashboard-red: #DC3545;
    --dashboard-blue: #001C27;
    --dashboard-grey: #565666;
    --dashboard-grey-20: #4E4B66;
    --dashboard-grey-40: #565666;
    --dashboard-grey-70: #A6A6B3;
    --dashboard-gray-300: #D0D5DD;
    --dashboard-border-light-gray: #EAF0F7;
    --dashboard-border-gray: #C4C4C4;
    --dashboard-button-shadow-color: #1018280D;
    --dashboard-business-earning-bg: #DAE9F5;
    --dashboard-private-earning-bg: #FFF6DB;
    --dashboard-completed-business-bg: #FFE7E9;
    --dashboard-completed-private-bg: #DAFFE2;
    --global-loader-bg: #ffffffcc;
}

@font-face {
    font-family: 'Figtree-Semi-Bold', sans-serif;
    src: url('../../fonts/Figtree/Figtree-SemiBold.ttf');
}

@font-face {
    font-family: 'Satoshi-Medium', sans-serif;
    src: url('../../fonts/satoshi/Satoshi-Medium.otf');
}

@font-face {
    font-family: 'Satoshi-Bold', sans-serif;
    src: url('../../fonts/satoshi/Satoshi-Bold.otf');
}

@font-face {
    font-family: 'Satoshi-Regular', sans-serif;
    src: url('../../fonts/satoshi/Satoshi-Regular.otf');
}

.global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--global-loader-bg);
    z-index: 9999;
    display: grid;
    place-items: center;
}

.filter__date-range {
    width: 270px;
}

.dashboard-wrapper {
    margin-top: 28px;
}

.dasboard__page-title {
    font-family: "Satoshi-Bold", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: var(--dashboard-black) !important;
}

.filter__date-range .reportrange-text {
    border-radius: 14px !important;
    border: 1px solid var(--dashboard-gray-300) !important;
    font-family: "Satoshi-Medium", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: var(--dashboard-black) !important;
    background-color: var(--dashboard-white) !important;
    /* padding: 10px 14px !important; */
    min-height: 55px !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.daterangepicker {
    min-width: 500px !important;
}

.filter__select-days {
    max-width: 200px;
    border-radius: 14px !important;
    border: 1px solid var(--dashboard-gray-300) !important;
    font-family: "Satoshi-Medium", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: var(--dashboard-black) !important;
    background-color: var(--dashboard-white) !important;
    padding: 10px 14px !important;
    width: 100% !important;
    /* min-height: 44px !important; */
    min-height: 55px !important;
    box-shadow: 0px 1px 2px 0px var(--dashboard-button-shadow-color) !important;
    -webkit-box-shadow: 0px 1px 2px 0px var(--dashboard-button-shadow-color) !important;
    -moz-box-shadow: 0px 1px 2px 0px var(--dashboard-button-shadow-color) !important;
}

.filter__select-days:disabled {
    background-color: var(--dashboard-border-light-gray) !important;
    color: var(--dashboard-grey-40) !important;
}

.filter__select-days:focus-visible {
    outline: none;
    border: 1px solid var(--dashboard-blue);
    box-shadow: 0px 1px 2px 0px var(--dashboard-button-shadow-color);
    -webkit-box-shadow: 0px 1px 2px 0px var(--dashboard-button-shadow-color);
    -moz-box-shadow: 0px 1px 2px 0px var(--dashboard-button-shadow-color);
}

select.filter__select-days {
    appearance: none !important;
    background-image: url('../../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 16px;
    padding-right: 40px !important;
    min-height: 55px !important;
}

input[type="date"] {
    min-height: 55px;
    padding: 10px 14px;
    border-radius: 14px;
    background: var(--dashboard-white);
    border: 1px solid var(--dashboard-gray-300);
}

.dashboard__earning--status-wrapper {
    margin: 24px 0;
}

.dashboard__earning--wrapper {
    /* max-width: 336px; */
    border-radius: 16px;
    padding: 16px 24px;
    margin: 0 12px;
}

.dashboard__earning--business {
    background-color: var(--dashboard-business-earning-bg);
}

.dashboard__earning--private {
    background-color: var(--dashboard-private-earning-bg);
}

.dashboard__earning--completed-business {
    background-color: var(--dashboard-completed-business-bg);
}

.dashboard__earning--completed-private {
    background-color: var(--dashboard-completed-private-bg);
}

.dashboard__earning--icon {
    width: 24px;
    height: 24px;
}

.dashboard__earning--stats {
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--dashboard-dark-black);
}

.dashboard__earning--title {
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--dashboard-dark-black);
    letter-spacing: -2%;
    margin: 12px 0;
}

.dashboard__earning--count {
    font-family: 'Satoshi-Bold', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: var(--dashboard-dark-black);
}

.dasboard__graph-wrapper {
    background-color: var(--dashboard-white);
    border: 1px solid var(--dashboard-border-light-gray);
    border-radius: 16px;
    padding: 24px;
    margin: 0 12px;
}

.dasboard__graph--title {
    font-family: 'Satoshi-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--dashboard-black);
}

.dashboard__chart-checkbox {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--dashboard-grey-20);
}

.dashboard__chart-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.dashboard__chart-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.dashboard__chart-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #9893A1;
  background-color: #F9FAFB;
}

/* On mouse-over, add a grey background color */
.dashboard__chart-checkbox:hover input ~ .checkmark {}

/* When the checkbox is checked, add a blue background */
.dashboard__chart-checkbox input:checked ~ .checkmark {
  border-color: var(--dashboard-dark-black);
  background-color: var(--dashboard-dark-black);
}

/* Create the checkmark/indicator (hidden when not checked) */
.dashboard__chart-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.dashboard__chart-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.dashboard__chart-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--dashboard-white);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
