/* L2Valar Custom Styles */

/* Global font - replaces all inline font-family */
body,
.nk-nav a,
.nk-ibox-cont,
.nk-nav-footer,
.nk-sub-title,
.nk-tabs .nav-link,
.tab-content h4,
.tab-content li,
.tab-content p,
.form-login input,
.nk-btn,
.bracket-container {
    font-family: 'Noto Sans Thai', 'Roboto Condensed', sans-serif;
}

/* Bracket / Tournament */
.bracket-container {
    width: 90%;
    margin: 20px auto;
}
.team-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Video backgrounds */
.bgvideodiv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 200px;
    text-align: center;
    overflow: hidden !important;
}
.bgvideo {
    width: 100%;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.scaler {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    transform: scale(1.2);
}
embed, iframe, img, object, video {
    max-width: none;
}

/* Download panel centering (replaces <center>) */
.nk-cart .text-xs-center {
    text-align: center;
}


/* Feature images consistent height */
.nk-popup-gallery img {
    object-fit: cover;
}

