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

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

@import url("https://fonts.googleapis.com/css2?family=Public+Sans&display=swap");

th.dash-header,
td.dash-cell {
  font-size: 13px !important;
}


:root {
    scroll-behavior: smooth !important;
}

html:focus-within {
    scroll-behavior: smooth;
}

html {
    overflow: hidden;
}

html,
body {
    background-color: var(--rc-white) !important;
    background-image: url(https://www.transparenttextures.com/patterns/grid-noise.png);
}

html,
body,
div,
p,
textarea {
    font-family: "Public Sans", sans-serif;
    color: var(--rc-black);
    font-size: 0.875rem;
}

a {
    color: var(--rc-black);
    text-decoration: none;
    cursor: pointer;
}

h1,
h3,
h5 {
    font-family: "Montserrat", sans-serif;
    text-align: start;
    font-weight: 800;
    color: var(--rc-black);
    margin: 0 !important;
    padding: 0 !important;
}

h2,
h4,
h6 {
    font-family: "Public Sans", sans-serif;
    font-weight: 800;
    color: var(--rc-black);
    margin: 0 !important;
    padding: 0 !important;
}

h1,
h2 {
    font-size: 1.5rem;
}

h3,
h4 {
    font-size: 1rem;
}

h5,
h6 {
    font-size: 0.875rem;
}

.dash_entry_point {
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    padding: 0;
    height: 100vh;
}

.page-content-wrapper {
    padding: 1rem;
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

div.dash-graph {
    font-family: "Public Sans", sans-serif !important;
}

.clean_button {
    all: unset;
    cursor: pointer;
}

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

/* Track */
::-webkit-scrollbar-track {
    background: var(--rc-white);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--rc-navy);
    transition: all 0.1s ease-in-out;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--rc-dark-cyan);
    transition: all 0.1s ease-in-out;
}

.modal {
    z-index: 999999;
}

.hidden {
    display: none !important;
}

.collapse-hidden {
    max-width: 0 !important;
    opacity: 0 !important;
    transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.tooltip {
    border-color: var(--rc-grey) !important;
    z-index: 9999999;
}

.section_wrapper {
    margin: 1rem 0 2rem;
}

.card {
    border-radius: 5px;
}

.Select-control,
.DateRangePickerInput {
    border-radius: 5px;
    border: none !important;
}

.Select-control,
.DateInput_input {
    height: 34px !important;
    font-size: 1rem;
}

.Select-menu-outer {
    z-index: 2147483 !important;
}

/*
Override the default Bootstrap form-check class
*/

.form-switch {
    width: 50px;
}

.form-check-input {
    background-color: rgb(230, 230, 230);
    border: solid rgb(230, 230, 230);
}

.form-check-input:checked {
    background-color: var(--rc-navy);
    border-color: var(--rc-navy);
}

.form-check-input:focus {
    box-shadow: none;
    border: none
}

.dash-fill-width {
    min-width: 100% !important;
    width: 100% !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f8f8ff;
}

.table-hover tbody tr:hover td {
    background: #efedff !important;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th {
    background-color: #f8f8ff;
}
