body {
    font-size: 12px;
}

/*
Fonts
 */
.display-6 {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.red {
    color: red;
}

a {
    text-decoration: none;
}

/*
Buttons
 */
.btn-link {
    color: #000;
    text-decoration: none;
}

.btn-link:hover {
    color: #000;
    text-decoration: none;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/*
Tables
 */

tfoot td {
    border: none;
}

/*
Utillities
 */
.uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #6a11cb;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}

/*
Breadcrumb
 */

.breadcrumb a {
    color: #000;
}

/*
Navbar
 */

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropdown-item {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 25vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%);
}

#quicorder.offcanvas-body {
    flex-grow: 1;
    padding: 0.5rem 0.5rem;
    overflow-y: auto;
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 50vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%);
}

.live-video video {
    width: 100%;
    height: 40rem;
    border-radius: 8px;
}

li.live-btn-holder {
    padding: 8px 0px;
}

.nav-live-btn {
    background-color: rgba(255, 255, 255, .5);
    font-weight: 400 !important;
    border: none !important;
    width: 60px;
    height: 25px;
    border-radius: 3px !important;
    padding: 0px 3px !important;
}

.nav-live-btn:hover {
    background-color: rgba(255, 255, 255, .75);
}

.live-items {

    padding-bottom: 5%;
}

.spinner-grow {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

