html, body {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
    font-weight: 300 !important;
    height: 100%;
    letter-spacing: 0.8px !important;
}

body {
    position: relative;
    /* min-width: 768px; */
    height: fit-content;
    overflow: auto;
}

h1, h2, h3, h4 {
    font-weight: 300 !important;
}

h3 {
    font-size: 1.5rem !important;
}

h4 {
    font-size: 1rem !important;
}

.btn {
    font-size: 14px !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.select-arrow {
    font-size: 9px !important;
    color: #4a4a4a !important;
    top: 0px !important;
    right: 0px !important;
    position: relative !important;
    margin-right: 0.5rem !important;
}

.select-arrow:before {
    content: "\25BE" !important;
    font-size: 15px;
}

.chip {
    width: fit-content;
    cursor: default !important;
    margin-right: 0.5rem !important;
}

.filter-select {
    border: 1px solid #bdbdbd;
    border-left: none;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.feedback-alert {
    position: fixed !important;
    display: block;
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 66px;
    opacity: 0.9;
    text-align: center;
}

.not-found-oops {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4rem;
}

/***** Tooltips *****/
.arrow-container {
    width: 100%;
    margin-top: -10px;
}

.arrow-up {
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #333333;
}

.arrow-down {
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #333333;
}

.tooltip-inner {
    letter-spacing: 0.5px !important;
    color: #e4e4e4 !important;
    background-color: #333333 !important;
    font-size: 12px !important;
    font-weight: lighter !important;
    padding: 10px !important;
    margin-top: -5px !important;
}

/***** Modals *****/
.warning-icon {
    font-size: 1.5rem;
    color: #d7262b;
    margin-right: 0.5rem;
}

.modal-header {
    align-items: flex-start !important;
    border: none !important;
}

.modal-footer {
    border: none !important;
    justify-content: flex-start !important;
}

.modal-timer {
    font-weight: bold;
    font-size: 2rem;
}

.hide-component {
    display: none !important;
}

.fail {
    color: #FF0000;
    font-weight: 700!important;
}

.submitted {
    color: #0d6efd;
}

.started {
    color: #0d6efd;
    font-weight: 700!important;
}

.canceled {
    color: #fd8d0d;
}

.success {
    color: #6fb672;
    font-weight: 700!important;
}