@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

* {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #FCFCFC;
    font-size: 13px;
}

html, body {
    height: 100%;
}

main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.site-footer {
    margin-top: auto !important;
}

.header-logo {
    width: 115px;
}

.h-header {
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #944379;
}

.home-header .nav.nav-pills {
    gap: 32px;
}

@media (max-width: 767.98px) {
    .home-header.navbar {
        gap: 12px;
    }

    .home-header .navbar-toggler {
        border: 0;
        padding: 8px;
    }

    .home-header .navbar-toggler-icon {
        display: inline-block;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(148,67,121,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 28px;
    }

    .home-header .navbar-toggler:focus {
        box-shadow: none;
    }

    .home-header .navbar-collapse {
        padding-top: 8px;
    }

    .home-header .nav.nav-pills {
        gap: 12px;
        align-items: flex-start;
    }

    .home-header .nav.nav-pills .nav-link {
        padding: 6px 0;
    }
}

.home-header .nav.nav-pills .nav-link {
    padding: 0;
    background: transparent;
}

.home-header .nav.nav-pills .nav-link.active {
    background: transparent;
}

.home-header .nav.nav-pills .nav-link:hover,
.home-header .nav.nav-pills .nav-link:focus,
.home-header .nav.nav-pills .nav-link:active {
    background: transparent;
}

.home-header .nav.nav-pills .h-header {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #944379;
}

.ff-roboto {
    font-family: "Roboto Slab", sans-serif;
}

.btn-menu {
    font-family: "Roboto Slab", sans-serif;
    padding: 0 20px;
    height: 32px;
    background: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #944379;
}

.btn-menu {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.btn-menu:hover {
    text-decoration: none;
}

.btn-menu.active, .btn-menu:hover {
    background: #944379;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.pm-card-row {
    height: 32px;
    padding: 0 16px !important;
    border-radius: 18px;
    display: flex;
    align-items: center;
}

.pm-method-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pm-method-pill {
    height: 32px;
    flex: 1 1 auto;
    padding: 0 16px;
    border-radius: 18px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.pm-method-pill--default {
    justify-content: space-between;
}

.pm-method-label {
    font-weight: 700;
    color: #2D0520;
}

.pm-card-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.pm-card-actions > * {
    flex: 0 0 auto;
}

.pm-card-actions form {
    display: flex;
    align-items: center;
    margin: 0;
}

.pm-card-default {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #944379;
}

.pm-card-action {
    height: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    color: #944379;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pm-card-action:hover {
    color: #680B48;
}

.pm-card-action i {
    font-size: 10px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .pm-card-actions {
        width: auto;
        flex: 1 1 auto;
        justify-content: flex-start;
        flex-wrap: wrap;
        white-space: normal;
    }
}

.pm-invoice-action-btn {
    height: 26px;
    min-width: 132px;
    border-radius: 18px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #944379;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
}

.pm-invoice-action-btn:hover {
    color: #680B48;
    text-decoration: none;
}

.pm-invoice-action-btn--disabled {
    color: rgba(148, 67, 121, 0.45);
}

.pm-invoices-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pm-invoice-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pm-invoice-pill {
    height: 32px;
    flex: 1 1 auto;
    padding: 0 16px;
    border-radius: 18px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #2D0520;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-invoice-download-btn {
    height: 32px;
    padding: 0 24px;
    min-width: 124px;
    border-radius: 16px;
    background: #FBFBFB;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #944379;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.pm-invoice-download-btn i {
    font-size: 14px;
    line-height: 1;
}

.pm-invoice-download-btn:hover {
    color: #680B48;
    text-decoration: none;
}

.pm-invoice-download-btn--disabled {
    color: rgba(148, 67, 121, 0.45);
}

.pm-download-all-btn {
    width: 100%;
    height: 32px;
    border-radius: 24px;
    padding: 0 18px;
    background: #944379;
    border: 1px solid #944379;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pm-download-all-btn:hover {
    color: #FFFFFF;
    background: #680B48;
    border-color: #680B48;
}

@media (max-width: 575.98px) {
    .profile-layout .profile-action-btn {
        width: auto !important;
        flex: 0 0 auto;
    }
}

.pm-default-label {
    font-weight: 700;
    color: #944379;
}

.pm-next-payment-values {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    min-width: 200px;
}

.pm-next-payment-date {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #680B48;
}

.pm-next-payment-amount {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #680B48;
}

.pm-remove-link {
    color: #944379;
    background: transparent;
    border: 0;
    padding: 0;
}

.pm-remove-link:hover {
    color: #680B48;
}

.pm-remove-btn {
    height: 32px;
    border-radius: 16px;
    padding: 0 24px;
    background: #FBFBFB;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #944379;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pm-remove-btn i {
    font-size: 14px;
    line-height: 1;
}

.pm-remove-btn:hover {
    color: #680B48;
}

.pm-make-default-btn {
    height: 32px;
    border-radius: 16px;
    padding: 0 24px;
    background: #944379;
    border: 1px solid #944379;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pm-make-default-btn:hover {
    color: #FFFFFF;
    background: #680B48;
    border-color: #680B48;
}

.pm-add-btn {
    height: 32px;
    border-radius: 16px;
    padding: 0 16px;
    flex: 1 1 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.pm-billing-btn {
    height: 32px;
    border-radius: 16px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    white-space: nowrap;
}

.pm-remove-all-btn {
    height: 26px;
    border-radius: 20px;
    padding: 0 16px;
    color: #E15B5B;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.pm-warning {
    background: rgba(255, 210, 30, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    color: #2D0520;
    font-size: 12px;
    line-height: 16px;
}

.payment-pay-btn {
    min-height: 32px;
    height: auto;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    min-width: 140px;
}

@media (max-width: 575.98px) {
    .payment-pay-btn {
        min-width: 120px;
        padding: 10px 14px;
        font-size: 11px;
    }
}

.course-payment-page .custom-form-control {
    border: 1px solid #e9e9e9;
}

.chat-thread {
    max-height: 420px;
    overflow: auto;
    padding: 6px 2px;
}

.chat-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.chat-row--me {
    align-items: flex-end;
}

.chat-row--them {
    align-items: flex-start;
}

.chat-meta {
    font-size: 14px;
    color: #7A7A7A;
    margin-bottom: 8px;
}

.chat-bubble {
    max-width: 75%;
    border-radius: 18px;
    padding: 12px;
    background: #F5F5F5;
    border: 1px solid #0000000D;
    font-size: 16px;
    line-height: 22px;
    color: #2D0520;
}

.chat-input {
    border-radius: 999px !important;
    padding: 10px 16px;
    height: 44px;
    background: #F5F5F5;
    border: 1px solid #E9E9E9;
    flex: 1 1 auto;
}

.chat-send-btn {
    height: 32px;
    min-width: 140px;
    padding: 0 28px;
    border-radius: 24px;
    font-weight: 700;
}

.profile-layout .chat-send-btn,
.profile-layout .chat-start-send-btn {
    height: 32px !important;
    border-radius: 24px !important;
    line-height: 20px;
}

.chat-inputbar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-input--with-btn {
    padding-right: 96px;
}

.chat-send-btn--inside {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    padding: 0 18px;
    border-radius: 999px;
}

.chat-ticket {
    margin-bottom: 16px;
}

.profile-layout .chat-ticket {
    padding: 24px;
}

.chat-start-card {
    padding: 24px;
}

.profile-layout .chat-start-card .form-label {
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #2D0520;
    margin-bottom: 10px;
}

.profile-layout .chat-start-card textarea.form-control {
    min-height: 140px;
    height: 140px;
}

.chat-start-send-btn {
    width: 100%;
}

.chat-ticket-header {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
}

.courses-acc-header {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.courses-acc-toggle {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.courses-acc-toggle i {
    transition: transform 0.2s ease;
}

.courses-acc-header[aria-expanded="true"] .courses-acc-toggle i {
    transform: rotate(180deg);
}

.courses-acc-toggle svg {
    transition: transform 0.2s ease;
}

.courses-acc-header[aria-expanded="true"] .courses-acc-toggle svg {
    transform: rotate(180deg);
}

.profile-layout .courses-card {
    padding: 24px;
}

.courses-card-title {
    font-size: 32px;
    line-height: 36px;
}

.courses-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 56px;
}

.courses-field-label {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2D0520;
}

.courses-field-value {
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #2D0520;
}

.courses-field--right {
    text-align: right;
}

.courses-payment-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    text-align: left;
}

.courses-payment-amount {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: right;
}

.courses-payment-next {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    text-align: left;
}

.courses-payment-next-label {
    font-weight: 700;
}

.courses-payment-next-date {
    font-weight: 700;
    text-align: right;
}

.courses-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.courses-actions form {
    margin: 0;
}

.courses-open-btn {
    flex: 1 1 auto;
    height: 32px;
    border-radius: 24px;
    padding: 0 28px;
    background: #944379;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.courses-open-btn:hover {
    color: #FFFFFF;
    background: #680B48;
    text-decoration: none;
}

.courses-cancel-btn {
    height: 32px;
    border-radius: 24px;
    padding: 0 28px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #E15B5B;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.courses-cancel-btn:hover {
    color: #E15B5B;
}

@media (max-width: 767.98px) {
    .courses-details-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .courses-field--right {
        text-align: left;
    }

    .courses-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.profile-layout {
    position: relative;
}

.profile-sidebar {
    position: absolute;
    top: 0;
    left: -150px;
    width: 120px;
}

@media (max-width: 991.98px) {
    .profile-sidebar {
        position: static;
        width: 100%;
        left: auto;
        top: auto;
        margin-bottom: 16px;
    }
}

.custom-card {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}

.home-hero-actions {
    width: 100%;
    max-width: 416px;
}

.home-hero-actions .btn-cherry-lg {
    width: 100%;
}

.home-featured-card__bottom {
    margin-top: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.home-featured-card__bottom-left {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-featured-card__price {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
}

.home-featured-card__cta {
    margin-top: 0;
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 999px;
    white-space: nowrap;
}

.home-featured-card__bottom-right {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.home-featured-card__brand-inline {
    display: block;
    width: 88px;
    height: auto;
    pointer-events: none;
}

.home-featured-card__brand {
    display: block;
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 88px;
    height: auto;
    pointer-events: none;
}

@media (max-width: 576px) {
    .home-featured-card__bottom {
        align-items: flex-end;
        gap: 12px;
    }

    .home-featured-card__bottom-left {
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        gap: 14px;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .home-featured-card__bottom-right {
        align-items: center;
    }

    .home-featured-card__brand-inline {
        width: 76px;
        opacity: 0.95;
        flex: 0 0 auto;
    }

    .home-featured-card__cta {
        width: auto;
        margin-top: 0;
        padding-left: 22px;
        padding-right: 22px;
        border-radius: 999px;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .home-featured-card__price {
        margin: 0;
        max-width: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .home-featured-card__price > div:last-child {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    .featured-course-img {
        display: none;
    }
}

.custom-card .home-card-btn-full {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.profile-layout .custom-card {
    padding: 16px;
    box-shadow: none;
}

.profile-layout .form-label.ff-roboto {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #2D0520;
}

.profile-layout .form-control.custom-form-control,
.profile-layout .form-control-lg.custom-form-control {
    height: 32px;
    padding: 8px 12px !important;
    font-size: 12px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    color: #2D0520;
    border-radius: 12px;
}

.profile-layout .custom-badge-light {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    padding: 0 16px;
    border-radius: 18px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-layout .custom-badge-light .fw-bold {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #2D0520;
}

.profile-layout .custom-badge-light form {
    margin: 0;
}

.profile-layout .custom-badge-light .btn {
    height: 32px;
    padding: 0 24px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #F5F5F5;
    color: #944379;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.profile-layout .custom-badge-light .btn:hover {
    color: #944379;
    background: #9443791A;
}

.profile-layout .profile-device-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-layout .profile-device-pill {
    height: 32px;
    flex: 0 0 200px;
    width: 200px;
    padding: 0 10px;
    border-radius: 18px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #2D0520;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .profile-layout .profile-device-pill {
        flex: 1 1 auto;
        width: auto;
    }
}

.profile-layout .profile-action-btn {
    height: 32px;
    padding: 0 12px !important;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    background: #F5F5F5 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
}

.profile-layout .profile-action-btn i {
    font-size: 10px;
    line-height: 1;
}

.profile-layout .profile-action-btn--cherry {
    color: #944379;
}

.profile-layout .profile-action-btn--cherry i {
    color: #944379;
}

.profile-layout .profile-action-btn--muted {
    font-size: 12px;
    color: #666666;
    font-weight: 600;
}

.profile-layout .profile-action-btn--muted i {
    font-size: 12px;
    color: #2D0520 !important;
}

.h-card {
    font-family: "Roboto Slab", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #680B48;
}

.h2-card {
    font-size: 20px;
}

.p-card {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #2D0520;
}

.search-input {
    width: 225px;
    height: 35px;
    max-width: 300px;
    padding: 8px 18px 8px 18px;
    border-radius: 18px !important;
    background: #F5F5F5;
}

.btn-search {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 0 11px;
    margin-left: 5px !important;
    margin-top: 5px !important;
    width: 62px;
    height: 26px;
    background: #944379;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px !important;
}

.btn-search:hover {
    color: #ffffff;
}

.form-select-sm {
    font-size: .75rem;
}

.custom-page-item {
    text-align: center;
    width: 28px;
    height: 28px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 32px;
}

.custom-page-link {
    font-size: 11px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: #944379;
    display: block;
    border-radius: 50%;
}

.custom-page-item.dots .custom-page-link {
    letter-spacing: 2px;
    padding: 8px 12px;
    border-radius: 999px;
}

.custom-page-item.dots {
    width: auto;
    min-width: 40px;
    height: 20px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

/* не перекрашивать dots в фиолетовый при hover/active */
.custom-page-item.dots,
.custom-page-item.dots .custom-page-link {
    color: #944379 !important;
}

.custom-page-item.dots .custom-page-link svg circle {
    transition: fill 0.15s ease-in-out;
}

.custom-page-item.dots .custom-page-link:hover svg circle {
    fill: #ffffff;
}

.custom-page-item.active, .custom-page-item:hover, .custom-page-item:hover .custom-page-link, .custom-page-item.active .custom-page-link {
    background: #944379;
    color: #ffffff !important;
}

.custom-page-control {
    width: 20px;
    height: 20px;
    margin: 5px 0;
}

.custom-page-control .custom-page-link {
    font-size: 9px;
    line-height: 17px;
}

.btn-cherry {
    padding: 0 12px;
    height: 32px;
    background: #944379;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
}

a.btn-cherry {
    line-height: 30px;
}

a.btn-cherry.btn-cherry-lg {
    line-height: 30px;
}

.btn-cherry-lg {
    padding: 0 18px;
    width: 95px;
    height: 34px;
    background: #944379;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
}

.btn-cherry-shadow {
    box-shadow: 4px -4px 16px rgba(67, 232, 29, 0.1), 4px 4px 12px rgba(240, 26, 169, 0.35), -4px 4px 16px rgba(136, 200, 96, 0.1);
}

.btn-cherry:hover {
    color: #ffffff;
}

.btn-grey {
    padding: 0 12px;
    height: 32px;
    background: #F5F5F5;
    color: #944379;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    font-size: 11px;
    font-weight: normal;
}

.btn-grey:hover {
    color: #944379;
}

a.btn-grey {
    line-height: 30px;
}

.btn-grey-lg {
    max-width: 306px;
    height: 34px;
    padding: 0 18px;
    background: #F5F5F5;
    color: #944379;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
}

.btn-grey-lg:hover {
    color: #944379;
    background: #9443791A;
}

.btn-custom-danger {
    padding: 0 12px;
    height: 26px;
    background: #944343;
    color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    font-size: 11px;
    font-weight: normal;
}

.btn-custom-danger:hover {
    background: #944343;
    color: #F5F5F5;
}

.table {
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #680B48;
}

.table-new {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #FFFFFF;
}

.table-new thead {
    background: transparent;
}

.table-new thead th {
    font-size: 14px;
    font-weight: bold;
    padding: 6px !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-new tbody tr:hover {
    border-left-color: #944379;
}

.table-new tbody td {
    padding: 12px 10px !important;
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
    border-left: 1px solid #0000001A;
    vertical-align: middle;
}

.table-new tbody {
    display: table-row-group;
}

/* stronger outer left/right borders for body */
.table-new tbody tr td:first-child {
    border-left: 1px solid #0000001A;
}

.table-new tbody tr td:last-child {
    border-right: 1px solid #0000001A;
}

/* rounded outer corners for body only */
.table-new tbody tr:first-child td:first-child {
    border-top-left-radius: 16px;
}

.table-new tbody tr:first-child td:last-child {
    border-top-right-radius: 16px;
}

.table-new tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

.table-new tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}

.table-filter-icon {
    cursor: pointer;
}

.table-filter-wrapper {
    position: relative;
}

.table-filter-menu {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 50;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    min-width: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.table-filter-menu .dropdown-item.active {
    background-color: #944379;
    color: #ffffff;
}

.table-new thead,
.table-new thead tr,
.table-new thead th {
    position: relative;
    z-index: 20;
    overflow: visible;
}

thead {
    background: #9443791A;
}

th {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px !important;
}

.search-inline-wrapper {
    position: relative;
}

.search-inline-input {
    padding-right: 70px;
    border-radius: 18px !important;
    border: 1px solid #0000001A !important;
}

.search-inline-btn {
    position: absolute;
    top: 13px;
    right: 4px;
    transform: translateY(-50%);
    border-radius: 20px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.fa-sort-down {
    position: relative;
    top: -3px;
}

.fa-sort-up {
    position: relative;
    top: 3px;
}

.sort-pill {
    padding: 4px 8px;
    cursor: pointer;
}

.sort-pill-active {
    background-color: #F9F0F7;
    border-radius: 999px;
    border: 1px solid #E0D3E0;
}

.sort-pill-active span,
.sort-pill-active i {
    color: #680B48;
}

.more-actions-wrapper .more-actions-dropdown {
    position: absolute;
    top: 130%;
    right: 0;
    z-index: 60;
    background: #F5F5F5;
    border-radius: 18px;
    border: 1px solid #0000001A;
    padding: 8px 12px;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.more-actions-dropdown .dropdown-item {
    border-radius: 18px;
    padding: 6px 10px;
    font-size: 13px;
}

.status-dropdown-wrapper .status-dropdown-toggle {
    display: inline-grid;
    grid-template-columns: 18px 1fr 18px;
    align-items: center;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
    border-radius: 18px;
    padding: 3px;
    font-size: 12px;
    line-height: 1;
}

.status-dropdown-wrapper .status-dropdown-toggle .status-dropdown-label {
    justify-self: center;
    text-align: center;
    padding: 0 10px;
}

.status-dropdown-wrapper .status-dropdown-caret {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0.8;
}

.status-dropdown-wrapper .status-dropdown-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.06);
}

.status-dropdown-wrapper .status-dropdown-icon.is-empty {
    background: transparent;
    visibility: hidden;
}

.status-dropdown-wrapper .status-dropdown-menu {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 60;
    background: #F5F5F5;
    border-radius: 18px;
    border: 1px solid #0000001A;
    padding: 6px 6px;
    min-width: 130px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.status-dropdown-wrapper .status-dropdown-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 4px;
    border-radius: 18px;
    text-align: left;
    font-size: 12px;
    min-height: 30px;
}

.status-dropdown-wrapper .status-dropdown-menu .status-dropdown-icon {
    width: 18px;
    height: 18px;
}

.status-dropdown-wrapper .status-dropdown-item .status-dropdown-label {
    text-align: left;
    padding: 0;
}

.status-dropdown-wrapper .status-dropdown-item.is-active {
    background: rgba(0, 0, 0, 0.04);
}

.status-dropdown-wrapper .status-dropdown-item:hover {
    background: rgba(0, 0, 0, 0.04);
}

.admin-breadcrumbs {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.admin-breadcrumbs-ellipsis {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #0000001A;
    background: #F5F5F5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #944379;
    line-height: 1;
    flex: 0 0 auto;
}

.admin-breadcrumbs-ellipsis:hover {
    background: #F9F0F7;
}

.admin-breadcrumbs-ellipsis-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.admin-breadcrumbs-ellipsis-dots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #944379;
    display: inline-block;
}

.admin-breadcrumbs .admin-breadcrumbs-sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-breadcrumb-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #0000001A;
    background: #F5F5F5;
    border-radius: 999px;
    padding: 6px 12px;
    color: #944379;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
}

.admin-breadcrumb-pill:hover {
    background: #F9F0F7;
    color: #944379;
}

.admin-breadcrumb-pill.is-current {
    background: #944379;
    border-color: #944379;
    color: #FFFFFF;
}

.admin-breadcrumb-pill-text {
    display: inline-flex;
    align-items: center;
}

.admin-breadcrumb-pill-arrow {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #0000001A;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #944379;
    flex: 0 0 auto;
}

.admin-breadcrumb-pill.is-current .admin-breadcrumb-pill-arrow {
    display: none;
}

.admin-breadcrumbs-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 70;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.admin-breadcrumbs-panel {
    min-width: 250px;
    max-width: 350px;
    max-height: 250px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #F5F5F5;
    border-radius: 18px;
    border: 1px solid #0000001A;
    padding: 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.admin-breadcrumbs-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px;
    border-radius: 999px;
    color: #944379;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.1;
}

.admin-breadcrumbs-item:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #680B48;
}

.admin-breadcrumbs-item.is-active {
    background: rgba(0, 0, 0, 0.04);
}

.admin-breadcrumbs-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-breadcrumbs-item-arrow {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid #0000001A;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.admin-breadcrumbs-item-arrow i {
    font-size: 8px;
}

.status-tone-published {
    color: #499F14;
}

.status-tone-draft {
    color: #AB5E2E;
}

.status-tone-unpublished {
    color: #666666;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-form-control {
    background-color: #F5F5F5;
    border-radius: 12px;
    border: unset;
}

.custom-border {
    border: 1px solid #e9e9e9;
}

.custom-form-control:focus {
    background-color: #F5F5F5 !important;
}

.custom-bg-light {
    background: #FCFCFC;
}

.text-cherry {
    color: #944379 !important;
}

.text-cherry-dark {
    color: #680B48 !important;
}

input::placeholder {
    font-weight: normal;
}

.highlight-row {
    background-color: #FFD21E1A;
}

a.btn-menu.active i.text-danger {
    color: white !important;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 10px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 0;
    max-width: 308px;
}

.msg-body ul li.sender p {
    color: #2D0520;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    display: inline-block;
    margin-bottom: 0;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 5px 0;
    max-width: 308px;
    float: right;
    clear: both;
}

.msg-body ul li.repaly p {
    color: #2D0520;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    display: inline-block;
    margin-bottom: 0;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #666666;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.msg-input {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
}

.msg-input span {
    background-color: #F5F5F5 !important;
    border: unset !important;
    border-radius: 24px;
}

.msg-input textarea {
    background-color: #F5F5F5 !important;
    border: unset !important;
    resize: none;
    height: 40px;
    border-radius: 24px
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 10% !important;
}

.custom-progress {
    background-color: #DBDBDB;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 0.5rem;
}

.custom-progress-bar {
    background-color: #944379;
    border-radius: 8px;
}

.custom-progress span {
    position: absolute;
    left: -20px;
    color: black;
}

.custom-form-file {
    border-radius: 12px;
    background: #F5F5F5;
    padding: 5px;
}

.custom-form-file span {
    border: unset !important;
    background: #F5F5F5 !important;
}

.audio-player {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.audio-player .play-pause-btn {
    color: #944379;
}

.audio-player.audio-player-mini {
    width: 56px;
    height: 32px;
    padding: 0;
    border-radius: 999px;
    background: #944379;
    justify-content: center;
    gap: 0 !important;
}

.audio-player.audio-player-mini .play-pause-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
}

.audio-player.audio-player-mini .time-remaining {
    display: none;
}

.audio-player.audio-player-mini .custom-progress,
.audio-player.audio-player-mini .progress {
    display: none;
}

.time-remaining {
    color: #2D0520;
    font-weight: bold;
}

.audio-player-mini .progress,
.audio-player-mini .time-remaining {
    display: none;
}


.no-resize {
    resize: none;
}

.featured-image {
    background: #f5f5f5;
    height: 204px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check-input:checked {
    background-color: #944379 !important;
    border-color: #944379 !important;
}

.input-group-price {
    width: 8rem;
}

.input-group-price .input-group-text {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    padding-left: 0 !important;
    border-radius: 0 0.75rem 0.75rem 0;
}

.input-group-price .form-control {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    padding-right: 0 !important;
    border-radius: 0.75rem 0 0 0.75rem;
}

.form-min-height {
    min-height: 92px;
}

.width-15 {
    width: 15% !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.custom-select {
    height: 36px !important;
    background: #FCFCFC !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    padding: 5px;
    position: relative;
}

.select2-container:has(.custom-select) {
    display: block !important;
    width: 100% !important;
    background: #FCFCFC;
    /*border: 1px solid rgba(0, 0, 0, 0.05);*/
    border-radius: 12px;
}

.custom-select .select2-selection__arrow b::before,
.custom-select .select2-selection__arrow b::after {
    content: none !important;
}

.custom-select .select2-selection__arrow {
    position: absolute;
    transform: translateY(-50%);
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-select .select2-selection__arrow b {
    display: block !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
    border-right: 2px solid #873571 !important;
    border-bottom: 2px solid #873571 !important;
    transform: rotate(45deg) !important;
    margin-bottom: 0.1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 1.5rem !important;
    height: 1.5rem !important;
    top: 50% !important;
    right: 0.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #873571 !important;
    /*border-style: unset !important;*/
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: unset !important;
    border-top-style: unset !important;
    border-left-style: unset !important;
}

.media-block {
    background: #f5f5f5;
    border-radius: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-block-sm {
    height: 48px;
}

.media-block-md {
    height: 108px;
}

.media-block-lg {
    height: 220px;
}

.media-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.media-thumb {
    flex: 0 0 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.options-list .input-group {
    width: auto !important;
}

.media-block-sm span:not(.play-icon),
.media-block-sm br:not(.play-icon) {
    display: none;
}

.dynamic-width-input {
    width: 50px !important;
    max-width: 275px;
    box-sizing: content-box;
}

.option-row .input-group-text {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 12px;
}

.option-row .dynamic-width-input {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.media-tab.active {
    display: flex !important;
}

.custom-pills .nav-link.active {
    background-color: #873571;
}

.custom-pills .nav-link {
    color: #873571;
}

.bg-cherry {
    background: #944379;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.container {
    width: 800px;
}

.rounded-8 {
    border-radius: 0.8rem !important;
}

.table td,
.table th {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
}

.input-group .input-group-text {
    height: 18px;
    background: #e1e1e1;
    padding: 0;
    position: inherit;
    top: 8px;
}


.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.form-control-lg.custom-form-control {
    padding: 0.5rem !important;
}

.home-continue-card {
    padding: 24px 36px 24px 24px;
}

.home-continue-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
}

.home-continue-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.home-continue-card__left {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.home-continue-card__title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #944379;
}

.home-continue-card__course {
    margin-top: 18px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #944379;
}

.home-continue-card__desc {
    margin-top: 6px;
    margin-bottom: 0;
    max-width: 520px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
}

.home-continue-progress {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.home-continue-progress__pct {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #680B48;
}

.home-continue-progressbar {
    display: flex;
    align-items: center;
}

.home-continue-progressbar .small {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #680B48;
}

.home-continue-progressbar .custom-progress {
    height: 16px !important;
    box-sizing: border-box;
    background: rgba(148, 67, 121, 0.1) !important;
    border: 1px solid rgba(148, 67, 121, 1) !important;
    border-radius: 16px;
    overflow: hidden;
}

.home-continue-progressbar .custom-progress-bar {
    background: rgba(148, 67, 121, 0.2) !important;
    border: 1px solid rgba(148, 67, 121, 0.2);
    border-radius: 999px 4px 4px 999px;
    height: 100%;
}

.home-continue-progressbar .custom-progress-bar[style*="width: 0%"],
.home-continue-progressbar .custom-progress-bar[style*="width:0%"] {
    min-width: 0;
}

.home-continue-progressbar.is-complete .custom-progress {
    background: #944379 !important;
    border-color: #944379 !important;
}

.home-continue-progressbar.is-complete .custom-progress-bar {
    background: #944379 !important;
    border: 0;
    border-radius: 16px;
    min-width: 0;
}

.home-continue-progress__module {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #944379;
}

.home-continue-card__right {
    position: relative;
    flex: 0 0 241px;
    width: 241px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 220px;
}

.home-continue-flag {
    position: static;
    flex: 0 0 auto;
    width: auto;
    height: 40px;
    max-width: 96px;
    object-fit: contain;
}

.home-continue-illustration {
    width: auto;
    height: 220px;
    max-width: 100%;
    object-fit: contain;
}

.home-continue-btn {
    margin-top: 36px;
    width: 419px;
    max-width: 100%;
    height: 32px;
    padding: 0 24px;
    border-radius: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .home-continue-card__right {
        flex-basis: 241px;
        width: 241px;
        min-height: 200px;
    }

    .home-continue-illustration {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .home-continue-card {
        padding: 24px;
    }

    .home-continue-card__top {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .home-continue-card__header {
        align-items: flex-start;
    }

    .home-continue-card__left {
        flex: 1 1 auto;
        width: 100%;
    }

    .home-continue-card__top {
        flex-direction: column;
        gap: 16px;
    }

    .home-continue-card__right {
        width: 100%;
        flex-basis: auto;
        min-height: 160px;
        justify-content: center;
    }

    .home-continue-illustration {
        height: 160px;
    }

    .home-continue-btn {
        width: 100%;
        margin-top: 24px;
    }
}


.custom-card-featured {
    padding: 18px;
    position: relative;
    overflow: hidden;

    background: linear-gradient(100.16deg, rgba(240, 26, 169, 0) 53.93%, rgba(240, 26, 169, 0.07) 127.42%), linear-gradient(283.22deg, rgba(157, 234, 139, 0) 65.25%, rgba(157, 234, 139, 0.105) 137.74%), linear-gradient(0deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.56)), url('../../img/course/featured-course-card-bg.png') round;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: 4px -4px 16px rgba(67, 232, 29, 0.1), 4px 4px 12px rgba(240, 26, 169, 0.35), -4px 4px 16px rgba(136, 200, 96, 0.1);
    border-radius: 24px;
}

.card-header-featured {
    background: url('../../img/course/featured-course-card-bg.png');
    background-size: cover;
    border-top-right-radius: 24px !important;
    border-top-left-radius: 24px !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow: hidden;
}

.card-header-featured-gradient {
    background: linear-gradient(100.16deg, rgba(240, 26, 169, 0) 53.93%, rgba(240, 26, 169, 0.07) 127.42%), linear-gradient(283.22deg, rgba(157, 234, 139, 0) 65.25%, rgba(157, 234, 139, 0.105) 137.74%), linear-gradient(0deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.56)), url('../../img/course/featured-course-card-bg.png');
    background-size: cover;
}

.featured-course-img {
    position: absolute;
    right: -50px;
    width: 310px;
    pointer-events: none;
    transform: rotate(5deg);
}

.card-header-featured .featured-course-img {
    top: 0;
    width: 280px;
}

.custom-card-featured .content {
    padding-right: 30%;
}

.card-header-featured .content {
    padding-right: 30%;
}

.card-shadow {
    box-shadow: 0 4px 12px rgba(153, 24, 110, 0.35);
}

@media (max-width: 576px) {
    .featured-course-img {
        right: 0;
        bottom: 0;
        width: 50%;
        opacity: .9;
    }

    .custom-card-featured .content {
        padding-right: 8%;
    }
}

.select2-container--open .select2-dropdown--below {
    top: 5px;
    background-color: #fcfcfc;
    border: 1px solid #efefef !important;
    border-radius: 4px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #944379 !important;
}

.custom-badge-light {
    display: inline;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 12px;
}

.custom-badge-cherry {
    display: inline;
    padding: 10px;
    background: #94437933;
    border-radius: 12px;
}

.line-height-0 {
    line-height: unset !important;
}

.border-cherry {
    border-color: #944379 !important;
}

.answer-option {
    line-height: 18px;
    width: 80px;
    max-width: 300px;
    height: 32px;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 13px;
}


.exercise-options--listening {
    gap: 14px;
}

.answer-option.success {
    background: #88C860 !important;
    color: #fff !important;
}

.answer-option.fail {
    background: #F5E4E4 !important;
    color: #CA0000 !important;
}

.exercise-explanation {
    padding: 16px;
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

.min-vh-50 {
    min-height: 50vh !important;
}


.btn-grey-lg {
    max-width: 306px;
    height: 34px;
    padding: 0 18px;
    background: #F5F5F5;
    color: #944379;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
}

.btn-grey-lg:hover {
    color: #944379;
    background: #9443791A;
}

.text-grey {
    color: #666666 !important;
}

.home-breadcrumbs {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-home-breadcrumbs-toggle {
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-breadcrumbs-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 70;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.home-breadcrumbs-panel {
    min-width: 250px;
    max-width: 350px;
    max-height: 250px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #F5F5F5;
    border-radius: 18px;
    border: 1px solid #0000001A;
    padding: 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.home-breadcrumbs-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px;
    border-radius: 999px;
    color: #944379;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.1;
}

.home-breadcrumbs-item:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #680B48;
}

.home-breadcrumbs-item.is-active {
    background: rgba(0, 0, 0, 0.04);
}

.home-breadcrumbs-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-breadcrumbs-item-arrow {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid #0000001A;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.home-breadcrumbs-item-arrow i {
    font-size: 8px;
}

.course-page__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.course-page__back {
    height: 34px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #F5F5F5;
    color: #944379;
    font-weight: 700;
}

.course-page__back:hover {
    background: #9443791A;
    color: #944379;
}

.course-page__manage {
    height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.course-page__title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.course-page__progress {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.course-page__pct {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #680B48;
}

.course-page__progressbar {
    display: flex;
    align-items: center;
}

.course-page__progressbar .custom-progress {
    height: 16px !important;
    background: rgba(148, 67, 121, 0.1) !important;
    border: 1px solid rgba(148, 67, 121, 1) !important;
    border-radius: 16px;
    overflow: hidden;
}

.course-page__progressbar .custom-progress-bar {
    background: rgba(148, 67, 121, 0.2) !important;
    border: 1px solid rgba(148, 67, 121, 0.2);
    border-radius: 999px 4px 4px 999px;
    height: 100%;
    min-width: 8px;
}

.course-page__progressbar .custom-progress-bar[style*="width: 0%"],
.course-page__progressbar .custom-progress-bar[style*="width:0%"] {
    min-width: 0;
    border: unset;
}

.course-page__progressbar.is-complete .custom-progress {
    background: #944379 !important;
    border-color: #944379 !important;
}

.course-page__progressbar.is-complete .custom-progress-bar {
    background: #944379 !important;
    border: 0;
    border-radius: 16px;
    min-width: 0;
}

.course-page .course-modules {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.course-module-page {
    margin-top: 20px;
    margin-bottom: 20px;
}

.course-module-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 16px 0 20px;
}

.course-module-page__title {
    margin: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #680B48;
}

.course-module-page__next {
    height: 32px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.course-topic-page__intro {
    border-left: 4px solid #944379;
    padding-left: 12px;
}

.course-topic-page__info-col .btn {
    width: 100%;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.course-topic-page__info-text {
    margin-top: -4px;
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #2D0520;
}

.course-topic-page__info-col {
    padding-right: 24px;
}

.course-topic-page__info-col + .course-topic-page__info-col {
    padding-right: 0;
    padding-left: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.course-topic-page__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.course-topic-page__nav-primary {
    flex: 1 1 360px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.course-topic-page__nav-secondary {
    flex: 0 0 auto;
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .course-topic-page__info-col {
        padding-right: 0;
    }

    .course-topic-page__info-col + .course-topic-page__info-col {
        padding-left: 0;
        border-left: 0;
        margin-top: 16px;
    }
}

@media (max-width: 575.98px) {
    .course-topic-page__nav {
        flex-direction: column;
        width: 100%;
    }

    .course-topic-page__nav-primary,
    .course-topic-page__nav-secondary {
        width: 100%;
    }
}

.course-module-page__sections {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.course-exercise-page {
    margin-top: 20px;
    margin-bottom: 40px;
}

.course-exercise-page__topbar {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
}

.course-exercise-page__exercise-switch {
    border-radius: 48px;
    padding: 16px 16px 16px 24px;
    min-height: 64px;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.course-exercise-page__exercise-switch-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.course-exercise-page__exercise-switch-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #680B48;
    flex: 0 0 auto;
}

.course-exercise-page__exercise-dropdown-toggle {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #F5F5F5;
    color: #944379;
    flex: 0 0 auto;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.course-exercise-page__exercise-dropdown-toggle:hover {
    background-color: #FFFFFF;
}

.course-exercise-page__exercise-dropdown-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(148, 67, 121, 0.15);
}

.course-exercise-page__exercise-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: auto;
    z-index: 80;
    min-width: 220px;
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.course-exercise-page__exercise-dropdown-item {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #2D0520;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.course-exercise-page__exercise-dropdown-item:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #680B48;
}

.course-exercise-page__exercise-dropdown-item.is-active {
    background: rgba(148, 67, 121, 0.10);
    color: #680B48;
}

.course-exercise-page .home-breadcrumbs {
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
}

.course-exercise-page .home-breadcrumbs > i.fa-chevron-right {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #A8A8A8 !important;
    margin: 0 12px;
}

.course-exercise-page .home-breadcrumbs a.btn.btn-grey {
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    background: transparent !important;
    border: 0 !important;
    color: #944379 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.course-exercise-page .home-breadcrumbs a.btn.btn-cherry {
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    background: transparent !important;
    border: 0 !important;
    color: #944379 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.course-exercise-page .home-breadcrumbs a.btn.btn-grey:hover,
.course-exercise-page .home-breadcrumbs a.btn.btn-grey:focus,
.course-exercise-page .home-breadcrumbs a.btn.btn-grey:active,
.course-exercise-page .home-breadcrumbs a.btn.btn-cherry:hover,
.course-exercise-page .home-breadcrumbs a.btn.btn-cherry:focus,
.course-exercise-page .home-breadcrumbs a.btn.btn-cherry:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.course-exercise-page .home-breadcrumbs .btn-home-breadcrumbs-toggle {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 16px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    line-height: 16px !important;
}

.course-exercise-page .home-breadcrumbs .btn-home-breadcrumbs-toggle i {
    color: #944379;
    font-size: 12px;
    line-height: 12px;
}

.course-exercise-page__card {
    border-radius: 24px;
    padding: 24px 16px 16px;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
}

.course-exercise-page__content {
    width: 100%;
    max-width: 544px;
}

.course-exercise-page .reading-continue-btn,
.course-exercise-page .exercise-action-btn,
.course-exercise-page .reading-complete-btn {
    width: 100%;
    height: 32px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

.course-exercise-page__task-nav {
    margin-top: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    height: 24px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 0 12px;
    overflow: visible;
}

.course-exercise-page__task-nav-wrap {
    display: flex;
    justify-content: center;
}

.course-exercise-page__task-nav-item {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #944379;
    text-decoration: none;
    transition: background-color 120ms ease, color 120ms ease, transform 120ms ease;
}

.course-exercise-page__task-nav-item:not(.is-current):hover {
    background: #944379;
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.course-exercise-page__task-nav-item.is-current {
    background: #944379;
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.course-exercise-page .audio-player {
    justify-content: center;
    gap: 10px;
}

.course-exercise-page .audio-player .play-pause-btn {
    width: 128px;
    height: 48px;
    border-radius: 32px;
    background: #944379;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

.audio-player-mini .play-label,
.audio-player-mini .pause-label,
.audio-player-tiny .play-label,
.audio-player-tiny .pause-label {
    display: none !important;
}

.course-exercise-page .audio-player .play-pause-btn svg {
    width: 12px;
    height: 14px;
}

.course-exercise-page .audio-player .custom-progress,
.course-exercise-page .audio-player .time-remaining {
    display: none;
}

.course-exercise-page .answer-option {
    width: 100%;
    max-width: 267px;
    height: 48px;
    border-radius: 16px;
    background: rgba(148, 67, 121, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #944379;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
}

.course-exercise-page label.answer-option:hover {
    background: rgba(148, 67, 121, 0.2);
    border-color: rgba(148, 67, 121, 0.2);
    color: #944379;
}

.course-exercise-page label.answer-option {
    cursor: pointer;
}

.course-exercise-page span.answer-option {
    cursor: default;
}

.course-exercise-page .options .btn-check:checked + .answer-option {
    background: rgba(148, 67, 121, 0.2) !important;
    border-color: rgba(148, 67, 121, 0.2) !important;
    color: #944379 !important;
}

.course-exercise-page .answer-option.is-error {
    background: #F5E4E4;
    border-color: transparent;
    color: #CA0000;
}

.course-exercise-page .answer-option.is-error:hover {
    background: #F5E4E4;
    border-color: transparent;
    color: #CA0000;
}

.course-exercise-page .answer-option.is-correct {
    background: #88C860;
    border-color: transparent;
    color: #FFFFFF;
}

.course-exercise-page .answer-option.is-correct:hover {
    background: #88C860;
    border-color: transparent;
    color: #FFFFFF;
}

.course-exercise-page .answer-option__icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.course-exercise-page .answer-option__icon svg {
    width: 16px;
    height: 16px;
}

.course-exercise-page .options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.course-exercise-page .reading-text {
    background: #fcfcfc;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 24px;
    padding: 18px 28px;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.course-exercise-page .emphasis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    padding: 12px;
    align-items: center;
}

.course-exercise-page .emphasis-word {
    display: inline-flex;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: transparent;
    overflow: hidden;
    height: 26px;
}

.course-exercise-page .emphasis-syllable {
    height: 26px;
    padding: 4px 8px;
    border: 0;
    border-radius: 0;
    background: #F5F5F5;
    box-shadow: none;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #680B48;
}

.course-exercise-page .emphasis:not([data-answered="1"]) .emphasis-syllable-mark {
    display: none;
}

.course-exercise-page .emphasis-syllable + .emphasis-syllable {
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.course-exercise-page .emphasis-syllable.is-selected {
    background: #944379;
    color: #FFFFFF;
    font-weight: 700;
}

.course-exercise-page .emphasis[data-answered="1"] .emphasis-syllable {
    pointer-events: none;
}

.course-exercise-page .exercise-options--listening {
    gap: 8px;
    width: 100%;
}

.course-exercise-page .options .form-check {
    flex: 0 1 calc(50% - 4px);
    width: auto;
    max-width: 267px;
    justify-content: center;
    position: relative;
    margin: 0;
}

.course-exercise-page .options [data-role="result-icon"] {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.course-exercise-page .exercise-explanation {
    border-radius: 12px;
}

@media (max-width: 575.98px) {
    .course-exercise-page .options .form-check {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .course-exercise-page__exercise-switch-title {
        font-size: 28px;
        line-height: 32px;
    }
}

.course-module-section-card {
    padding: 18px 22px;
}

.course-module-section-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.course-module-section-card__head-left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.course-module-section-card__title {
    margin: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #680B48;
}

.course-module-section-card__progress {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.course-module-section-card__pct {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #680B48;
}

.course-module-section-card__progressbar {
    display: flex;
    align-items: center;
}

.course-module-section-card__progressbar .custom-progress {
    height: 16px !important;
    background: rgba(148, 67, 121, 0.1) !important;
    border: 1px solid rgba(148, 67, 121, 1) !important;
    border-radius: 16px;
    overflow: hidden;
}

.course-module-section-card__progressbar .custom-progress-bar {
    background: rgba(148, 67, 121, 0.2) !important;
    border: 1px solid rgba(148, 67, 121, 0.2);
    border-radius: 999px 4px 4px 999px;
    height: 100%;
    min-width: 8px;
}

.course-module-section-card__progressbar .custom-progress-bar[style*="width: 0%"],
.course-module-section-card__progressbar .custom-progress-bar[style*="width:0%"] {
    min-width: 0;
    border: unset;
}

.course-module-section-card__progressbar.is-complete .custom-progress {
    background: #944379 !important;
    border-color: #944379 !important;
}

.course-module-section-card__progressbar.is-complete .custom-progress-bar {
    background: #944379 !important;
    border: 0;
    border-radius: 16px;
    min-width: 0;
}

.course-module-section-card__intro {
    margin-top: 6px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #2D0520;
}

.course-module-section-card__topics {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.course-module-topic-pill {
    height: 32px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(148, 67, 121, 0.1);
    border: 1px solid rgba(148, 67, 121, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #680B48;
}

.course-module-topic-pill.is-complete {
    background: rgba(148, 67, 121, 0.2);
    border: 1px solid rgba(148, 67, 121, 0.1);
}

.course-module-section-card__cta {
    margin-top: 16px;
}

.course-module-section-card__cta-btn {
    width: 100%;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.course-module-page__nav {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.course-module-page__nav-item {
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #F5F5F5;
    color: #680B48;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.course-module-page__nav-item:not(.is-current):hover {
    background: #944379;
    border-color: #944379;
    color: #FFFFFF;
}

.course-module-page__nav-item.is-current {
    background: #944379;
    border-color: #944379;
    color: #FFFFFF;
}

.course-module-page__nav-next {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #F5F5F5;
    color: #944379;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.course-module-page__nav-next:hover {
    background: #944379;
    border-color: #944379;
    color: #FFFFFF;
}

.course-module-card {
    padding: 24px;
}

.course-module-card__header {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.course-module-card__header-left {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.course-module-card__title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #680B48;
}

.course-module-card__header-right {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.course-module-card__chevron.courses-acc-toggle {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background: #F5F5F5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #944379;
}

.course-module-card__header[aria-expanded="true"] .course-module-card__chevron.courses-acc-toggle svg {
    transform: rotate(180deg);
}

.course-module-card__progress {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.course-module-card__pct {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #680B48;
}

.course-module-card__progressbar {
    display: flex;
    align-items: center;
}

.course-module-card__progressbar .custom-progress {
    height: 16px !important;
    background: rgba(148, 67, 121, 0.1) !important;
    border: 1px solid rgba(148, 67, 121, 1) !important;
    border-radius: 16px;
    overflow: hidden;
}

.course-module-card__progressbar .custom-progress-bar {
    background: rgba(148, 67, 121, 0.2) !important;
    border: 1px solid rgba(148, 67, 121, 0.2);
    border-radius: 999px 4px 4px 999px;
    height: 100%;
    min-width: 8px;
}

.course-module-card__progressbar .custom-progress-bar[style*="width: 0%"],
.course-module-card__progressbar .custom-progress-bar[style*="width:0%"] {
    min-width: 0;
    border: unset;
}

.course-module-card__progressbar.is-complete .custom-progress {
    background: #944379 !important;
    border-color: #944379 !important;
}

.course-module-card__progressbar.is-complete .custom-progress-bar {
    background: #944379 !important;
    border: 0;
    border-radius: 16px;
    min-width: 0;
}

.course-module-card__chevron svg {
    display: block;
    transition: transform 0.15s ease;
}

.course-module-card__header[aria-expanded="true"] .course-module-card__chevron svg {
    transform: rotate(180deg);
}

.course-module-card__intro {
    margin-top: 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
}

.course-module-card__body {
    margin-top: 16px;
}

.course-module-sections {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.course-module-section {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 16px;
    align-items: start;
}

.course-module-section + .course-module-section {
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.course-module-section__pill {
    height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 2px solid rgba(148, 67, 121, 1);
    background: rgba(148, 67, 121, 0.06);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #680B48;
    max-width: 100%;
}

.course-module-section__right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.course-module-topic {
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(148, 67, 121, 0.12);
    background: rgba(148, 67, 121, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #680B48;
}

.course-module-card__cta {
    margin-top: 16px;
}

.course-module-card__cta-btn {
    width: 100%;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .course-module-card {
        padding: 16px;
    }

    .course-module-section {
        grid-template-columns: 1fr;
    }

    .course-module-section__right {
        padding-left: 0;
        border-left: 0;
    }
}

.options .btn-check:checked + .answer-option {
    background: #944379;
    color: #ffffff !important;
}

.emphasis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.emphasis-word {
    display: inline-flex;
    flex-wrap: nowrap;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #F5F5F5;
}

.emphasis-syllable {
    border: 0;
    border-radius: 0;
    padding: 4px;
    font-weight: 700;
    color: #944379;
    background: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.emphasis-syllable + .emphasis-syllable {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.emphasis-syllable.is-selected {
    background: #944379;
    color: #ffffff;
}

.emphasis-syllable.is-correct {
    background: #88C860;
    color: #ffffff;
}

.emphasis-syllable.is-incorrect {
    background: #F5E4E4;
    color: #CA0000;
}

.emphasis-syllable.is-correct-answer {
    background: rgba(136, 200, 96, 0.25);
    color: #499F14;
}

.emphasis-syllable-mark {
    min-width: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
}

.emphasis-mark-check {
    color: #ffffff;
}

.emphasis-mark-cross {
    color: #CA0000;
    font-weight: 900;
}

.emphasis-mark-dot {
    color: #499F14;
}

.course-start-page__plan-card {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.course-start-page__plan-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #2D0520;
    margin-bottom: 8px;
}

.course-start-page__plan-meta {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2D0520;
    margin-top: auto;
    margin-bottom: 12px;
}

.course-start-page__plan-cta {
    width: 100%;
    height: 32px;
    min-height: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 16px;
    line-height: 32px;
    white-space: nowrap;
}

.course-start-page__plans .row > [class*="col-"] {
    display: flex;
}

.course-start-page__row-card {
    border-radius: 24px;
}

.course-start-page__row-card-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.course-start-page__row-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #2D0520;
    margin-bottom: 8px;
}

.course-start-page__row-cta {
    height: 32px;
    padding: 0 18px;
    border-radius: 999px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #944379;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
}

.course-start-page__voucher-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.course-start-page__voucher-input-wrap {
    flex: 1 1 auto;
}

.course-start-page__voucher-input-wrap input {
    height: 32px;
    line-height: 32px;
    border-radius: 999px;
}

.course-start-page__voucher-btn {
    height: 32px;
    min-height: 0;
    line-height: 32px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .course-start-page__row-card-inner {
        flex-wrap: wrap;
    }

    .course-start-page__voucher-form {
        flex-wrap: wrap;
    }

    .course-start-page__voucher-input-wrap,
    .course-start-page__voucher-btn {
        width: 100%;
    }
}

.auth-register-page .card.custom-card {
    border-radius: 24px;
}

.auth-register-page .custom-form-control {
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    padding: 0 12px !important;
    border-radius: 12px;
    background: #F5F5F5;
    border: 1px solid #e9e9e9;
}

.auth-register-page .form-control-lg.custom-form-control {
    min-height: 32px;
}

.auth-register-page .custom-form-control:focus {
    border: 1px solid #e9e9e9;
}

.auth-register-page .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.auth-register-page .form-check-input {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 0;
}

.auth-register-page .form-check-input:checked {
    background-color: #944379;
    border-color: #944379;
}

.auth-register-page__actions {
    width: 100%;
}

.auth-register-page__submit {
    height: 32px;
    min-height: 0;
    line-height: 32px;
    border-radius: 999px;
    padding: 0 28px;
    flex: 1 1 auto;
}

.auth-register-page__signin {
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .auth-register-page__actions {
        flex-direction: column;
        align-items: stretch !important;
    }

    .auth-register-page__signin {
        text-align: center;
    }
}

.auth-login-page .card.custom-card {
    border-radius: 24px;
}

.auth-login-page .custom-form-control {
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    padding: 0 12px !important;
    border-radius: 12px;
    background: #F5F5F5;
    border: 1px solid #e9e9e9;
}

.auth-login-page .custom-form-control:focus {
    border: 1px solid #e9e9e9;
}

.auth-login-page__password-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.auth-login-page__password-input {
    flex: 1 1 auto;
}

.auth-login-page__reset {
    white-space: nowrap;
}

.auth-login-page__submit {
    width: 100%;
    height: 32px;
    min-height: 0;
    line-height: 32px;
    border-radius: 999px;
    padding: 0 28px;
}

.auth-forgot-page .card.custom-card,
.auth-verify-email-page .card.custom-card {
    border-radius: 24px;
}

.auth-forgot-page .custom-form-control,
.auth-verify-email-page .custom-form-control {
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    padding: 0 12px !important;
    border-radius: 12px;
    background: #F5F5F5;
    border: 1px solid #e9e9e9;
}

.auth-forgot-page .custom-form-control:focus,
.auth-verify-email-page .custom-form-control:focus {
    border: 1px solid #e9e9e9;
}

.auth-forgot-page__submit,
.auth-verify-email-page__resend {
    height: 32px;
    min-height: 0;
    line-height: 32px;
    border-radius: 999px;
    padding: 0 28px;
    white-space: nowrap;
}

.auth-forgot-page__actions,
.auth-verify-email-page__actions {
    width: 100%;
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    padding: 16px;
    pointer-events: none;
}

.cookie-consent__inner {
    max-width: 720px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    pointer-events: auto;
}

.cookie-consent__text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
    margin-bottom: 12px;
}

.cookie-consent__link {
    color: #944379;
    text-decoration: underline;
}

.cookie-consent__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cookie-consent__actions .cookie-consent__btn {
    width: 224px;
    flex: 0 0 224px;
}

.cookie-consent__btn {
    height: 32px;
    min-height: 0;
    border-radius: 16px;
    padding: 0 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.cookie-consent__btn--primary {
    background: #944379;
    color: #FFFFFF;
}

.cookie-consent__btn--secondary {
    background: #F5F5F5;
    color: #944379;
}

.cookie-consent-modal {
    border-radius: 24px;
}

.cookie-consent-modal .modal-body {
    padding: 16px;
}

.cookie-consent-settings {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.cookie-consent-settings__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.cookie-consent-settings__panel {
    position: relative;
    width: 720px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 24px;
    padding: 16px;
}

.cookie-consent-settings__title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #680B48;
}

.cookie-consent-settings__subtitle {
    margin-top: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
}

.cookie-consent-settings__list {
    margin-top: 16px;
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 12px;
    overflow: hidden;
}

.cookie-consent-settings__entry {
    display: grid;
    grid-template-columns: 115px 1fr 64px;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    align-items: start;
}

.cookie-consent-settings__entry--last {
    border-bottom: 0;
}

.cookie-consent-settings__entry-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #680B48;
}

.cookie-consent-settings__entry-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #680B48;
    white-space: pre-line;
}

.cookie-consent-settings__entry-right {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #680B48;
}

.cookie-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.cookie-toggle__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cookie-toggle__track {
    width: 64px;
    height: 24px;
    border-radius: 16px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
}

.cookie-toggle__thumb {
    width: 24px;
    height: 16px;
    border-radius: 8px;
    background: #A8A8A8;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 160ms ease, background-color 160ms ease;
}

.cookie-toggle__text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.cookie-toggle__input:checked + .cookie-toggle__track {
    background: #944379;
}

.cookie-toggle__input:checked + .cookie-toggle__track .cookie-toggle__thumb {
    transform: translateX(32px);
    background: #FFFFFF;
}

.cookie-toggle__input:checked + .cookie-toggle__track .cookie-toggle__text {
    color: #FFFFFF;
    content: "On";
}

.cookie-consent-settings__section {
    margin-top: 16px;
}

.cookie-consent-settings__section-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #680B48;
}

.cookie-consent-settings__section-text {
    margin-top: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
}

.policy-privacy-page__card,
.policy-terms-page__card,
.policy-refund-page__card,
.policy-cookie-page__card {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 24px;
}

.policy-privacy-page__title,
.policy-terms-page__title,
.policy-refund-page__title,
.policy-cookie-page__title {
    margin: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #680B48;
}

.policy-privacy-page__updated,
.policy-terms-page__updated,
.policy-refund-page__updated,
.policy-cookie-page__updated {
    margin-top: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
}

.policy-privacy-page__content,
.policy-terms-page__content,
.policy-refund-page__content,
.policy-cookie-page__content {
    margin-top: 16px;
}

.policy-privacy-page__content > *,
.policy-terms-page__content > *,
.policy-refund-page__content > *,
.policy-cookie-page__content > * {
    margin: 0;
}

.policy-privacy-page__content > * + *,
.policy-terms-page__content > * + *,
.policy-refund-page__content > * + *,
.policy-cookie-page__content > * + * {
    margin-top: 16px;
}

.policy-privacy-page__h2,
.policy-privacy-page__h3,
.policy-terms-page__h2,
.policy-terms-page__h3,
.policy-refund-page__h2,
.policy-refund-page__h3,
.policy-cookie-page__h2,
.policy-cookie-page__h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
}

.policy-refund-page__h2--big {
    font-size: 20px;
    line-height: 28px;
}

.policy-privacy-page__p,
.policy-privacy-page__ul,
.policy-terms-page__p,
.policy-terms-page__ul,
.policy-refund-page__p,
.policy-refund-page__ul,
.policy-cookie-page__p,
.policy-cookie-page__ul {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2D0520;
}

.policy-privacy-page__p--preline,
.policy-terms-page__p--preline,
.policy-refund-page__p--preline,
.policy-cookie-page__p--preline {
    white-space: pre-line;
}

.policy-privacy-page__ul,
.policy-terms-page__ul,
.policy-refund-page__ul,
.policy-cookie-page__ul {
    list-style: none;
    padding: 0;
}

.policy-privacy-page__p + .policy-privacy-page__ul,
.policy-terms-page__p + .policy-terms-page__ul,
.policy-refund-page__p + .policy-refund-page__ul,
.policy-cookie-page__p + .policy-cookie-page__ul {
    margin-top: 8px;
}

.policy-privacy-page__h3 + .policy-privacy-page__ul,
.policy-privacy-page__h2 + .policy-privacy-page__ul,
.policy-terms-page__h3 + .policy-terms-page__ul,
.policy-terms-page__h2 + .policy-terms-page__ul,
.policy-refund-page__h3 + .policy-refund-page__ul,
.policy-refund-page__h2 + .policy-refund-page__ul,
.policy-cookie-page__h3 + .policy-cookie-page__ul,
.policy-cookie-page__h2 + .policy-cookie-page__ul {
    margin-top: 8px;
}

.policy-privacy-page__ul + .policy-privacy-page__p,
.policy-terms-page__ul + .policy-terms-page__p,
.policy-refund-page__ul + .policy-refund-page__p,
.policy-cookie-page__ul + .policy-cookie-page__p {
    margin-top: 8px;
}

@media (max-width: 575px) {
    .cookie-consent-settings {
        padding: 12px;
    }

    .cookie-consent-settings__panel {
        border-radius: 16px;
    }

    .cookie-consent-settings__entry {
        grid-template-columns: 1fr;
    }

    .cookie-consent-settings__entry-right {
        justify-self: start;
    }
}

@media (max-width: 575px) {
    .cookie-consent {
        padding: 12px;
    }

    .cookie-consent__inner {
        border-radius: 16px;
    }

    .cookie-consent__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent__actions .cookie-consent__btn {
        width: 100% !important;
        flex: 0 0 auto !important;
    }

    .cookie-consent__btn {
        width: 100% !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 16px !important;
        border-radius: 16px !important;
        box-sizing: border-box;
    }
}

@media (max-width: 575px) {
    .auth-forgot-page__actions,
    .auth-verify-email-page__actions {
        flex-direction: column;
        align-items: stretch !important;
    }

    .auth-forgot-page__submit,
    .auth-verify-email-page__resend {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .auth-login-page__password-row {
        flex-direction: column;
        align-items: flex-end;
    }

    .auth-login-page__password-input {
        width: 100%;
    }
}

/* Mobile layout fixes */
html, body {
    overflow-x: hidden;
}

.site-footer {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 575.98px) {
    .container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Footer link pill styles */
.footer-link-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border: 2px solid #e9d5df;
    border-radius: 999px;
    background: transparent;
    color: #7f2a53;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.footer-link-pill:hover {
    background: #f5e9ee;
    color: #680b48;
    border-color: #d4b9c4;
    text-decoration: none;
}

.site-footer .list-unstyled li {
    margin-bottom: 10px;
}
