@font-face {
    font-family: SFR;
    src: url("/fonts/SFR-Regular.woff2") format("woff2"), url("/fonts/SFR-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: SFR;
    src: url("/fonts/SFR-Bold.woff2") format("woff2"), url("/fonts/SFR-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

body {
    height: 100%;
    color: #444;
    background: #f1f1f1;
}
.menu {
    background: white;
    -webkit-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.25);
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1030;
}

.footer {
    height: 50px;
    width: 100%;
    background: #333;
}

.m-40 {
    margin: 40px;
}

label {
    margin-right: 16px;
}

.drop-nav-menu.border:focus  {
    background: #f1f1f1;
    outline: none !important;
    border: 1px solid #dee2e6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.no {
    color: #959595;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.02);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}

#logo {
    width: 140px;
    padding: 2px;
    margin-right: 30px
}

#offer-name {
    font-family: SFR, Arial, sans-serif;
    border-left: 1px solid #d2d2d2;
    height: 85%;
    transition: 0.6s;
}

#offer-name:hover {
    color: #0066ff;
}
