a, a.nav-link, a.language-switcher:hover, a.language-switcher:focus {
    color: var(--bs-secondary-color);
}

a:hover, a:focus, .nav-link:hover {
    color: var(--bs-danger);
}

a.nav-link:focus {
    color: var(--bs-secondary-color);
}

a.active, a.nav-link.active {
    color: var(--bs-emphasis-color-rgb);
}

a.not-logged-in {
    /*font-size: 1.3rem;*/
    line-height: 2rem;
}

/*Test menu tabs*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-danger);
    background-color: #FFF;
    border: 1px solid var(--bs-danger);
}

.nav-pills .nav-link:hover {
    color: var(--bs-danger);
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.accordion-button:focus {
    background-color: var(--bs-danger-bg-subtle); /* your color */
    color: var(--bs-danger); /* text color */
    box-shadow: none; /* optional: remove Bootstrap's blue outline */
    border-color: var(--bs-danger); /* optional: match border */
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-danger);
    background-color: var(--bs-danger-bg-subtle);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

@media (min-width: 1200px) {
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

.login_disclaimer {
    font-size: 0.7rem;
}

.circle-icon-container {
    font-size: 1.5rem;
    line-height: 1rem;
}

.avatar-circle {
    display: inline;
    width: 2rem;
    height: 2rem;
    border-radius: 20%; /* Makes the image circular */
    object-fit: cover; /* Ensures the image covers the circle without distortion */
}

.avatar.dropdown-toggle:after {
    content: none;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.mt-4_5 {
    margin-top: 4.5rem;
}

sup {
    top: -1em;
    font-size: .65em;
    padding-left: .1em;
}

.table-responsive {
    scrollbar-gutter: stable;
}

.hover-underline {
    text-decoration: none;
}

.hover-underline:hover {
    text-decoration: underline;
}

.bg-rzs {
    background-image: url("../img/bg_rzs-mQt9eVs.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-rtp {
    background-image: url("../img/bg_rtp-auGpRBO.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-pg {
    background-image: url("../img/bg_pg-DavVLuX.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-pisanie {
    background-image: url("../img/bg_pisanie-tJs727n.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.badge-in-progress {
    border: 1px solid var(--bs-warning);
    color: var(--bs-warning);
}

.badge-my-attempts {
    border: 1px solid var(--bs-secondary);
    color: var(--bs-secondary);
}

.badge-premium {
    background: #fff6d6;
    color: #a47d00;
}

.badge-test-unlocked {
    background-color: #079d68 !important;
    color: #FFF !important;
}

.badge-test-release-date {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    color: #1e3a8a;
}


#cookie-banner {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

#cookie-preferences .form-switch {
    padding-left: 0;
}

#cookie-preferences .form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
}

#cookie-preferences .form-check .form-check-input {
    margin-left: 0;
    margin-top: 0;
}

.single-pricing {
    background: #fff;
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    /*z-index:2;*/
    border: 1px solid #eee;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .09);
    transition: 0.3s;
}

@media only screen and (max-width: 480px) {
    .single-pricing {
        margin-bottom: 30px;
    }
}

.single-pricing:hover {
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    /*z-index:100;*/
    transform: translate(0, -10px);
}

.price-head h2 {
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 26px;
}

.price-head span {
    display: inline-block;
    background: #ffaa17;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.price {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0px;
}

.single-pricing {
    overflow: hidden;

    h5 {
        font-size: 14px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    ul {
        list-style: none;
        margin-bottom: 20px;
        margin-top: 30px;

        li {
            line-height: 35px;
        }
    }

    a {
        padding: 10px 45px;
        border: 2px solid #ffaa17;
        color: #ffaa17;
        text-transform: capitalize;
    }

    a:hover, a:focus {
        background: #ffaa17;
        color: #fff;
        border: 2px solid #ffaa17;
    }
}

.single-pricing-white {
    background: #232434
}

.single-pricing-white ul li {
    color: #fff;
}

.single-pricing-white h2 {
    color: #fff;
}

.single-pricing-white h1 {
    color: #fff;
}

.single-pricing-white h5 {
    color: #fff;
}


.header-audio {
    width: 100%;
}

@media (min-width: 992px) {
    .w-900px, .header-audio {
        width: 900px;
    }
}

.progress {
    height: 0.5rem;
}

td.min-width {
    white-space: nowrap;
    width: 1%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.locked-content {
    filter: blur(3px);
    pointer-events: none;
}

.available-with-premium {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}

.available-with-premium .btn {
    background-color: rgba(0, 0, 0, 0.7);
}

.category-progress-card {
    min-height: 9.5rem;
}
