html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: var(--font-family);
    padding-bottom: 60px;
    background-color: rgb(243, 247, 250) !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

nav .navbar-nav li a {
    color: white !important;
}

nav .navbar-nav li a:hover, nav.navbar .navbar-brand:hover {
    color: rgb(90, 176, 255) !important;
}

nav .navbar-nav li a.nav-tem-active {
    color: rgb(90, 176, 255) !important;
    font-weight: 600;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.bg-main {
    background-color: rgb(29, 32, 42)!important;
}

.cursor-pointer {
    cursor: pointer;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 50%;
    right: 5px;
    border-top: 2px solid;
    border-color: black;
}

footer.footer {
    z-index: 1;
}

.form-control::-moz-placeholder {
    color: rgba(33,37,41,.3) !important;
    opacity: 1
}

.form-control::placeholder {
    color: rgba(33,37,41,.3) !important;
    opacity: 1
}