body {
    background-color: #181A2A;
    font-family: Prompt;
}

.body-home-test {
    background-image: url('/wp-content/themes/kubx/images/bg-new.png');
}

.header-button-login {
    font-family: Prompt;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.border-green-bottom {
    border-bottom: 1px solid #19ECA1;
}

.border-green {
    border: 1px solid #19ECA1;
}

.border-green:hover {
    border: 1px solid #ffffff;
}

.border-template-white {
    border: 1px solid #ffffff;
}

.border-template-white:hover {
    border: 1px solid #19ECA1;
}

/* text */
.text-color-green {
    color: #19ECA1;
}

/*header*/
.template-header-login input {
    font-family: Prompt;
}

.feather-nav {
    color: #19ECA1;
}

.tem-password input[type="password"],
.tem-id input[type="username"] {
    border: 0px solid #ccc;
    border-radius: 10px;
    padding: 5px;
}

button.header-button-login {
    border-radius: 0px;
}

/* nav-icon */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #3D4750;
    /* border-radius: 26px; */
}

.menu-icon ul li a {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    color: #19ECA1;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    padding: 0.5rem 2rem;
}

.menu-icon ul li a:hover {
    opacity: .8;
    background: rgba(0, 0, 0, 0.4);
}

.menu-icon ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
}

.menu-icon ul li img {
    margin-bottom: 0.25rem;
    max-width: 20px;
    max-height: 32px;
}

ul#tabs-nav li.active a {
    background-color: #3D4750;
    color: white;
}

ul#tabs-nav li a {
    color: #707070
}

#707070 .entry-content {
    margin: 0em 0 0;
}

.mobile-tab-menu ul li a {
    color: #707070;
}

.mobile-tab-menu ul {
    font-size: small;
}

.mobile-tab-menu a {

    transition: all 0.3s ease 0s;
}

/*bg */
.bg-black {
    background-color: #181A2A;
}

.bg-black-drop {
    background-color: #3D4750;
}

.bg-black-drop-2 {
    background-color: #11111D;
}

.bg-black-drop {
    background-color: #171717;
}

.bg-yellow {
    background-color: #F8FE01
}

/* templat-on-pix */

.index-badge .badge {
    position: relative;
    bottom: 92px;
    left: 0px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0.5rem;
    color: white;
    text-align: center;
}

.index-badge.promotion .badge {
    font-size: 1.5rem;
}

/* text */
.text-grey {
    color: #9A9A9A;
}

/* footer */

.footer__menufooter {
    margin: 0px 0px 1rem;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer__menufooter li:not(:last-child)::after {
    content: "|";
    margin: 0px 1rem;
}

.footer__menufooter li a {
    text-decoration: none;
}

/*border */

.border-26 {
    border: 2px solid;
    border-radius: 26px;
}

/* list */
.list ul li .tab1.active {
    color: white;
}

/* font */

@font-face {
    font-family: 'pk_maehongson';
    src: url('https://365kubx.com/wp-content/themes/kubx/assets/font/pk_maehongson-medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'psl-empireextra';
    src: url('https://365kubx.com/wp-content/themes/kubx/assets/font/psl-50-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

.font-Prompt {
    font-family: Prompt;
}


.bg-\[\#050531\] {
    --tw-bg-opacity: 1;
    background-color: #050531;
}

.bg-\[\#0d1236\] {
    --tw-bg-opacity: 1;
    background-color: #0d1236;
}

.bg-\[\#19ECA1\] {
    --tw-bg-opacity: 1;
    background-color: #19ECA1;
}

.footer {
    font-family: sans-serif;
    background: rgb(36, 36, 36);
    padding: 1rem;
    font-weight: 300;
}

/*page*/
.page,
.entry-content {
    margin: 0 0 0em;
}

/* blink */
.blink-bg {
    color: #000;
    animation: blinkingText 1s infinite;
}

/* button */
.template-button-green,
.template-tag a {
    border-radius: 8px;
    background-color: #19ECA1;
    color: black;
    padding: 4px 8px;
    text-decoration-line: none;
    font-size: 15px;
}

.template-button-green:hover,
.template-tag a:hover {
    opacity: 0.6;
}

/* template-pagination */
.template-pagination a.page-numbers {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(255 255 255 / 50%);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-text-opacity: 1;
    color: #19ECA1;
    --tw-space-x-reverse: 0;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    padding: 10px 10px;
    text-decoration-line: none;
    font-size: 17px;
}

.template-pagination .page-numbers.current {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(84 239 205 / 50%);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-text-opacity: 1;
    --tw-space-x-reverse: 0;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    padding: 10px 10px;
    background: white;
    color: black;
    font-size: 17px;
}

.template-pagination a.page-numbers:hover {
    background-color: #19ECA1;
    color: white;
}

.n2-ss-slider-wrapper-inside {
    overflow: hidden;
    border-radius: 12px;
}

.login-button {
    background: rgb(24, 24, 41);
    box-shadow: inset 0px 3px 10px 2px rgb(255 255 255/ 10%);
    cursor: pointer;
    border: 1px solid #999;
}

.register-button {
    background: #faff00;
    box-shadow: inset 0px 2px 6px 2px rgb(0 0 0/ 30%);
    cursor: pointer;
    border-color: #000;
}

.register-button .button-text {
    animation: scaleToggle 1.5s ease-in-out infinite;
}

.card-image-container {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.card-image-container>.img-post {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.program-live .time,
.list-vs {
    width: 10%;
}

.program-live .home,
.away,
.league-match {
    width: 30%;
}

.program-live .link {
    width: 20%;
}

.my-iframe {
    position: relative;
    padding-bottom: 58.25%;
    height: 0;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
    border: none;
}

.my-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.program-live .tem-mobile {
    width: 70%;
}

.program-live .my-iframe {
    display: none;
}

/* header */
@keyframes scaleToggle {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}


@keyframes blinkingText {
    0% {
        background-color: #10c018;
    }

    25% {
        background-color: #9A9A9A;
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.tab-content {
    font-family: 'Roboto';
}

:root {
    --hamburger: linear-gradient(180deg, rgb(37 225 158) 0%, rgb(11 195 136) 35%, rgb(15 169 115) 56%, rgb(25 163 113) 74%, rgb(8 129 86) 100%) !important;
}

.hamburger div {
    align-self: flex-start;
    height: 6px;
    width: 100%;
    background: var(--hamburger) !important;
}

.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 35px;
    padding: 5px;
    cursor: pointer;
}

.hamburger .top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
    animation: burger-hover 1s infinite ease-in-out alternate;
}

.hamburger .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards .2s;
    animation: burger-hover 1s infinite ease-in-out alternate forwards .2s;
}

.hamburger .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards .4s;
    animation: burger-hover 1s infinite ease-in-out alternate forwards .4s;
}

#masthead .main-logo img {
    animation: heartbeat 1.5s ease-in-out infinite both
}

/* end-header */


@media screen and (max-width: 768px) {
    /* .index-badge .badge {
        /* font-size: small; }*/

    .program-live .time,
    .list-vs {
        width: 14%;
    }

    .footer__menufooter {
        padding-left: 10px;
        margin-left: 10px;
    }

    .footer__menufooter li:not(:last-child)::after {
        margin: 0px 0rem;
        padding: 2px;
    }

    .hamburger div {
        height: 6px;
    }
}

@media screen and (max-width: 400px) {
    .menu-item-container span {
        font-size: 12px
    }
}

@media screen and (min-width: 1024px) {
    .hilight-video iframe {
        width: 960px;
        height: auto;
        aspect-ratio: 16/9;
    }
}