﻿
@import url("app.min.801.css?v=5");
@import url("app.max.800.css?v=5");

@font-face {
    font-family: 'BebasNeue';
    src: url('../../Fonts/BebasNeue-Regular.ttf') format('truetype');
    font-display: swap;
}

.App-Name {
    font-family: 'BebasNeue', sans-serif;
    color: #019CDF;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    display: inline-block;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    position: relative;
    top: 2px;
}

.custom-header {
    height: 102px;
    background-color: #ffffff;
}

.custom-card-header {
    background-color: #3890B8 !important;
    color: #ffffff;
}

.custom-header-spacer {

}

.custom-toolbar {
    background-color: #ececec;
    height: 54px;
    border-bottom: solid 1px #cccccc;
}

.custom-toolbar-button-primary {
    background-color: #3890B8 !important;
    color: #ffffff !important;
}

.custom-button {
    background-color: #3890B8 !important;
    color: #ffffff !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width: 150px !important;
}

.btn {
    padding: 3px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.material-icons {
    position: relative;
    top: 2px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    padding: 5px !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #3890B8 !important;
    color: #ffffff !important;
}

.tooltip-inner {
    font-size: 0.8rem;
}

input[type=radio] {
    accent-color: #3890B8 !important;
    margin-right: 6px;
    padding: 4px;
}