body {
    font-family: 'Nunito', 'Inter', sans-serif;
    color: rgba(64, 81, 102, .96);
}

.header {
    padding-bottom: 5px;
    margin-bottom: 25px;
}

nav.navbar .badge-info {
    right: 50%;
    top: 0;
}

nav.navbar .navbar-nav .nav-link {
    padding: 0.8rem !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-tabs li a {
    color: #ffffff;
}

nav.navbar .navbar-nav .nav-item {
    white-space: nowrap;
}

nav.navbar .navbar-nav .nav-item.active {
    background: #f3f3f3;
}

nav.navbar .navbar-nav .nav-item.active>a {
    color: #000000 !important;
}

nav.navbar .navbar-nav .show .dropdown-menu>a {
    color: #000000 !important;
}

.section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.section.product {
    background-image: linear-gradient(0deg, #f5f9fc, #f5f9fc);
    background-repeat: no-repeat;
}

.section.notice {
    background-color: #fff3cd;
}

.article .image-style-side {
    float: right;
    margin-left: 1.5em;
    max-width: 50%;
}

.article .image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

.article .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.article .image-style-align-right {
    float: right;
    margin-left: 1.5em;
}

.article .image.image_resized img {
    width: 100%;
}

.article .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}

.footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #fff;
    background-color: #3b474e;
}

.gateways .custom-control-label {
    font-size: 1.2em;
}

.btn-lg {
    font-size: 1.25rem;
}

.nav-item .img-thumbnail {
    max-width: 5rem;
    border: none;
}

.table-responsive .table.received thead {
    display: table-header-group;
}

.table-responsive .table.received tbody th {
    display: none;
}

#background_tv {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
}
#background_tv img{
    width: 100%;
    aspect-ratio: 16/9;
}

@media screen and (max-width: 600px) {
    #add-playlist .nav-tabs {
        display: block;
    }

    #add-playlist .nav-tabs li a.active {
        border-color: #dee2e6 #dee2e6 #dee2e6;
        background-color: #ccc;
    }

    .table-responsive .table.received thead {
        display: none;
    }

    .table-responsive .table.received tbody td, .table-responsive .table.received tbody th {
        display: block;
    }

    .table-responsive .table.received tbody th {
        border-bottom: none;
        font-size: 12px;
        font-weight: 700;
        color: #5a6268;
        background: #f8f9fa;
        position: relative;
    }

    /* Force table to not be like tables anymore */
    .table-mobile-view table,
    .table-mobile-view thead,
    .table-mobile-view tbody,
    .table-mobile-view th,
    .table-mobile-view td,
    .table-mobile-view tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-mobile-view thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-mobile-view tr {
        border: 1px solid #ccc;
    }

    .table-mobile-view td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40% !important;
        white-space: normal;
        text-align: left;
    }

    .table-mobile-view td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 40% !important;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /* Label the data */
    .table-mobile-view td:before {
        content: attr(data-title);
    }
}

@media only screen and (max-width: 800px) {}