* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}
:root {
    /* --primary-color: #0c1139; */
    --primary-color: #213551;
    --primary-color-diabled: #152235;
    --tempo-secondary: #32aed8;
    --legacy-primary: #0c1139;
    --secondary-color: #e91f25;
    --secondary-color-disabled: #961418;
    --background-color: #eaf3fe;
    --recruiter-color: #404a9c;
    --sales-color: #36799a;
    --human-resources-color: #a98936;
    --called-out-color: #FFCC00;
    --called-out-font-color: #213551;
    --no-show-color: #e91f25;
    --workers-comp-color: #6f559c;
    --level-one-color: #9febf4;
    --level-two-color: #007dbc;
    --level-three-five-color: #37ae6b;
    --level-six-color: var(--secondary-color);
    --cont-border: #aaa;
}
flex-select {
    border: 1px solid #aaa;
    /* border-radius: 15px;
  overflow: hidden; */
}

.flex-select-error {
    border: 1px solid red !important;
}

flex-select option {
    display: none;
}
flex-date {
    border: 1px solid #aaa;
}
a {
    text-decoration: none;
    color: inherit;
    height: max-content;
    margin-bottom: 5px;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 10px;
}
::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background: #e1e1e1;
    border-radius: 10px;
    background-clip: content-box;
}

.btn {
    color: white;
    background-color: var(--primary-color);
    border-radius: 10px;
    height: 32px;
    min-width: 100px;
    width: fit-content;
    border: none;
    cursor: pointer;
    padding: 0px 4px;
}

.btn:disabled {
    color: rgb(223, 223, 223);
    background-color: var(--primary-color-diabled);
    cursor: default;
}

.btn-danger {
    color: white;
    background-color: var(--secondary-color) !important;
}

.btn-danger:disabled {
    color: rgb(223, 223, 223);
    background-color: var(--secondary-color-disabled) !important;
    cursor: default;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    cursor: pointer;
}

img {
    object-fit: contain;
}

.perm-disable {
    display: none !important;
}

.bottom-nav-numbers .active {
    background-color: var(--background-color) !important;
}

.perm-display-cont {
    margin-left: 10px;
    margin-bottom: 60px;
    align-self: end;
    border: 1px solid #000;
    padding: 5px;
}

.perm-cont {
    margin-left: 10px;
}

.loading {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.filter-search-cont {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.filter-banner {
    display: flex;
}

.dash-btn-cont {
    display: grid;
    width: 540px;
    height: 530px;
    grid-template-columns: 250px 250px;
    gap: 20px;
    grid-area: btnCont;
    overflow-y: auto;
}
.notification-icon {
    width: 20px;
}

.side-menu img {
    max-width: 25px;
    filter: brightness(10);
}

#logo-anchor {
    width: inherit;
    display: flex;
    justify-content: center;
}

.dash-banner-btn {
    grid-area: banner;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove-button {
    background-color: var(--secondary-color);
    border: var(--secondary-color);
}

.hide-vis {
    visibility: hidden;
}

.bar-spacer {
    border-bottom: #c1c1c1 solid 2px;
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    grid-area: barSpacer;
}

.footer-cont {
    display: flex;
    justify-content: center;
    margin: 32px 0px;
}

.footer-links {
    width: fit-content;
}

.text-underline {
    text-decoration: underline;
}

.letter-space-1 {
    letter-spacing: 1px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.jc-space-between {
    justify-content: space-between;
}

.container {
    border-radius: 16px;
    background-color: #f1f1f1;
    border: 1px solid #c3c3c3;
    transition: opacity 0.25s ease-in;
}

.container-title-div {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid gray;
}

.container-title-div p {
    color: black;
}

.container-content-div {
    background-color: lightgray;
    border-radius: 0px 0px 14px 14px;
}
