.tab-pane {
    display: none;
    /* Hidden by default */
}

.tab-pane.active {
    display: block;
    /* Show active tab */
}

.hide {
    display: none !important;
}

.blur-button {
    opacity: 0.2;
    pointer-events: none;
}

.answer-wrong {
    background: #FF0055E0 !important;
    /* font-weight: 800; */
}

.answer-right {
    background: #00F3BAE0 !important;
}

.tab-scroll {
    overflow: scroll;
    height: calc(100vh - 250px);
}

.error-box-content {
    color: red;
    text-align: center;
}

.font-small {
    font-size: 11px;
}

.btn-bg {
    background-color: #11529D;
}

.bg-container {
    background: var(--main-color);
}

.level-btn {
    text-align: left;
    padding: 0px 20px;
    background-color: #F02554;
    position: relative;
}

.play-btn {
    display: inline-block;
}

.right-icon {
    text-align: right;
    position: fixed;
    right: 20px;
}

.linear-play-btn {
    background: linear-gradient(to right, #009F9D, #00D6D3);
    border-radius: 20px;
    /* border: 2px solid white; */
}

.linear-play-btn {
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(to bottom, #45c4c1, #16979e);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3),
        0 0 10px white inset;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    outline: none;
    position: relative;
}

.linear-play-btn::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50px;
    /* border: 2px solid white; */
    border-bottom: 3px solid black;
    opacity: 0.5;
}

.icon {
    width: 20px;
    height: 20px;
    /* background: white;
    mask-image: url('~/assets/images/music.png');
    mask-size: cover; */
}

.nav-container {
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 0px;
    margin-bottom: 10px;
    background: #FF6201;
}

.nav-active {
    border-radius: 50px;
    padding: 10px;
    background: white;
}

.nav-icon-active {
    color: #FF6201;
}

.nav-icon-inactive {
    color: white;
}

.nav-inactive {
    border-radius: 50px;
    padding: 10px;
}

.subscriber-btn {
    background: red;
    border: 1px solid white;
}

.turn-btn {
    background: linear-gradient(to right, #0AD1CE, #6EFEFC);
    border: 1px solid white;
    color: #004B6B;
}

.sub-btn {
    background-image: url('/assets/images/btn_blink.svg');
    color: white;
    display: inline-block;
}

.sub-btn img {
    margin-left: 5px;
    display: inline-block;
}
