.display-6 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.red {
    color: red;
}

a {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.btn-link {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

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

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

tfoot td {
    border: none;
}

.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 a {
    color: #000;
}

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

.dropdown-item {
    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;
    font-size: 13px;
}

.navbar-parent, .custom-dropdown {

    text-transform: uppercase;

    color: #000;
}


.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%);
}

.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);
}

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

#languageSwitcher{
   z-index: 9999;
}

/* MEGA MENU */



.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:5%; right:0; width:60%; margin-top:0;  }

}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}
/* ============ mobile view .end// ============ */

.navbar .megamenu {
    max-height: 80vh;
    overflow-y: auto;
}

.navbar-toggler:focus-visible{
    outline: none!important;
    box-shadow: none!important;
}
.navbar-toggler:focus {
    box-shadow: none!important;
}
