.spinner-border { display: none; }
.table-disabled { position: absolute; z-index: 10; background-color: rgba(255, 255, 255, .70); left: 0; top: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center;  }
.table-disabled .spinner-border { display: block; width: 50px; height: 50px; }
.table-disabled.none { display: none; }
.m-sortable .item-sortable { cursor: ns-resize !important; }
.m-sortable .sortable-highlight { background-color: #efefef !important; height: 100px; }
.table-hover tbody tr:hover { background-color: #f8f9fa; }
.header .nav-link{
    text-decoration: none;
    color:white !important;
    font-size:0.8rem;
}

.header.scrolled .nav-link{
    text-decoration: none;
    color:cornflowerblue !important;
}
.video-text h1{
    font-family: "Poppins", sans-serif;
    font-size: 2.3em;
    font-weight: lighter;
}
.video-text{
    font-family: "Poppins", sans-serif;
    position: absolute;
    top:30%;
    left:20%;
    font-size: 2em;
    color: white;
}

.header .navbar-nav .dropdown-menu.hs-mega-menu {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 250px;
}
.navbar-banner {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom-left-radius: 0.3125rem;
    background-size: contain;
    min-height:250px;
}

@media (max-width: 991.98px) {
    .header .nav-link{
        color:cornflowerblue !important;
    }
    .video-text{
        max-width: 95% !important;
        font-size: 100.1%;
        top: 52%;
        left: 2%;
    }
    .video-text h1{
        font-size:1.5em;
    }
}
