.auth-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.btn-google img {
    height: 20px;
    width: 20px;
}

.btn-google, .btn-apple {
    padding: 0.5rem 1rem;
}

.btn-google {
    background: #fff;
    color: #444;
    border: 1px solid #ccc;
}

.btn-apple {
    background: #000;
    color: #fff;
}

.auth-social-buttons {
    margin-top: 4rem;
}

.auth-footer {
    margin-top: 2rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.auth-footer a {
    color: #4f46e5;
    text-decoration: none;
}

.auth-footer a:hover {
    text-decoration: underline;
}
.button-repeat{
    max-width: 280px;
    text-transform: uppercase;
}
.repeat-block{
    align-items: center;
}

@media (min-width: 768px) {
    .auth-container {
        flex-direction: row;
    }

}
.welcome-title{
    font-family: Unbounded!important;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;

}
@media (min-width: 1880px){
    .welcome-title{
        font-size: 62px;
        line-height: 92px;
    }
}
@media (min-width: 1551px) and (max-width: 1897px){
    .welcome-title{
        font-size: 50px;
        line-height: 75px;
    }
}
@media (min-width: 769px) and (max-width: 1550px){
    .welcome-title{
        font-size: 36px;
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    .dashboard-bg{
        width: 100%;
    }

    .dashboard-layout{
        padding-bottom: 100px;
    }

    .welcome-title{
        font-size: 24px;
        line-height: 32px;
    }

    .left-panel {
        display: none !important;
    }

    .mobile-title-block {
        display: block;
        margin-bottom: 24px;
        text-align: center;
    }

    .mobile-title-block .welcome-title {
        font-size: 24px;
        line-height: 1.3;
    }
    .mobile-center-tool{
        flex-direction: column;
        text-align: center;
    }
    .main-logo{
        height: 90px!important;
        width: 90px!important;
    }
    .mobile-header{
        color: #414141;
        text-align: center;
        font-family: Unbounded;
        font-weight: 600;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 40px;
        letter-spacing: 1px;

    }
    .dashboard{
        /*padding-top: 0!important;*/
        padding-bottom: 0!important;
        max-width: 991px;
    }

    .nav-link.active {
        background-color: transparent!important;
        border-right: none!important;
    }

    .navigation-top-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .navigation-bottom-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        background: #fff;
        box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    }
    .welcome-back-block .card-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome-back-text {
        font-size: 16px !important;
    }

    /*.streak-pro__num{*/
    /*    font-size: 14px!important;*/
    /*}*/
    /*.streak-pro__label{*/
    /*    font-size: 14px!important;*/
    /*}*/
    .welcome-back-text,
    .streak-inline__left {
        display: inline-flex;
        align-items: center;
    }

    .welcome-back-block .card-body > .welcome-back-text,
    .welcome-back-block .card-body > .streak-inline__left {
        margin-bottom: 0.5rem;
    }

    .welcome-back-block .card-body > .welcome-back-text {
        margin-right: 0.75rem;
    }

    .welcome-back-block .top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .topic-mobile {
        max-width: calc(100% - 90px);
        height: 550px !important;
        margin: 0 auto;
    }
    .main-lesson-text{
        /*font-family: Noto Sans!important;*/
        font-weight: 400!important;
        font-style: normal;
        font-size: 16px!important;
        leading-trim: NONE;

        letter-spacing: 0%;
        text-align: justify !important;
        color: #414141 !important;
    }

    .heading-card-text-mobile {
        font-size: 16px !important;
    }

    .progress-bar-mobile-header {
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }
}

.welcome-hero {
    background: #f6f7fb;
    flex-wrap: nowrap;
}

.left-panel {
    flex: 1 1 45%;
    min-width: 0;
    background: #DEC2FF;
    min-height: 30vh;
    color: #414141;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background-image: url('../images/tail-left.png'), url('../images/tail-right.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top 25px right, bottom 175px left;

}

.form-heading {
    margin-bottom: 2.5em;
}

.title-block {
    padding-top: 10em;
}

.forgot-password-block {
    text-align: right;
    font-size: 12px;
}

.forgot-password-block a {
    color: #6849FF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

.link-default {
    color: #9C47FF;
    text-decoration: none;
    font-weight: 400;
}

.auth-footer {
    margin: 10px 0;
}

.right-panel {
    flex: 1 1 55%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.banner-footer {
    width: 162px;
    height: 54px;
}

.form-container {

    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}

.btn-round {
    background-color: #FFFFFF !important;
    color: #9C47FF !important;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    border: 1px solid #9C47FF !important;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.btn-primary {
    background-color: #9C47FF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    border: none;
    color: white;
}

.btn-google {
    background-color: white;
    border: 1px solid #ddd;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    margin: 10px 0;
}

.btn-apple {
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 10px;
    height: 50px;
    width: 100%;
}

.reg-icon {
    height: 25px;
}

.auth-footer {

    font-weight: 400;
    color: #52525B;
    font-size: 12px;
    line-height: 100%;
    text-align: center;

}

.main-form {
    max-width: 656px;
}

.form-control-alt {
    height: 50px;
    margin: 5px 0;
    border-radius: 12px;
    background-color: #0000000D;
    border: none;
}

.form-control-gray {
    background-color: #0000000D !important;
    border: none;
    border-radius: 10px;
    padding-right: 40px;
    height: 50px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

input {
    width: 100%;
    padding: 14px 40px 14px 14px;
    border: none;
    border-radius: 10px;
    background-color: #e5e7eb;
    font-size: 16px;
    outline: none;
    color: #333;
}

.toggle-password {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.toggle-password svg {
    width: 20px;
    height: 20px;
    fill: #777;
}

.main-text-block {
    background-color: white;
    border-radius: 25px;
    padding: 3em;
    height: 100%;
    color: black;
}

.main-logo {
    height: 133px;
    width: 133px;
}

.logo-wrapper {
    padding-left: 1rem;
}

.logo-block {
    display: inline-block;
    height: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: -10px;
}

a .logo-block {
    text-decoration: none;
}

.align-center {
    text-align: center;
}

.menu-icon {
    height: 26px;
    width: 26px;
}

.search-box {
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 5px;
}

.search-box input {
    border: none;
    box-shadow: none;
    background: transparent;
    height: 50px;
    font-size: 16px;
    padding-left: 50px;
    width: 100%;
}

.search-box input:focus {
    outline: none;
    box-shadow: none;
}

.form-search:focus {
    background-color: transparent !important;
}

.search-box .search-icon {
    position: absolute;
    left: 15px;
    color: #555;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.navbar-main {
    margin-left: 2.5rem;
    height: 100vh;

}

.text-sub-title {
    font-family: Unbounded !important;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin[type=number] {
    -moz-appearance: textfield;
}

.sidebar {
    width: 180px;
    height: calc(100vh - 4rem);
    overflow-y: auto;
    margin-left: 25px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 14px;
    box-shadow: 0px 2px 12px 0px #7984A11F;
    flex-shrink: 0;

}

.sidebar .nav-link.active {
    font-weight: bold;
    background-color: #f8f9fa;
}

.terms-block {
    background: #DEC2FF;
    min-height: 30vh;
    color: #414141;
    padding: 3rem;
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background-image: url('../images/tail-left.png'), url('../images/tail-right.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top 25px right, bottom 175px left;
}

.dashboard {
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 991px;
}

.dashboard-lesson-card {
    max-width: 991px;
    padding: 0;
}

.pl-100 {
    padding-left: 100px;
}

.main-wrapper {
    margin-top: 2rem;
}

body {
    background-color: #F7F7F7;
}

.dashboard-row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.btn-back-wrapper {
    flex: 0 0 auto;
}

.d-flex.justify-content-center {
    width: 100%;
}

.dashboard-wrapper {
    width: 967px;
    position: relative;
}

.btn-back-left {
    left: -125px;
    top: 0;
}

.nav-link {
    color: #535353;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease-in-out;
    /*font-family: Noto Sans!important;*/
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.nav-link img {
    filter: grayscale(100%);
    transition: filter 0.2s;
}

.nav-link:hover {
    background-color: #f8f9fa;
    text-decoration: none;
    color: #4a4a4a;
}

.nav-link.active {
    background-color: #F2F2F2;
    border-right: 2px solid #9C47FF;
    color: #414141;
    font-weight: 600;
}

.nav-link.active img {
    filter: none;
}

.topic {
    border-radius: 25px;
    padding: 4rem 8rem;
    height: 550px;
    background-color: #FFFFFF;
    border: 2px solid transparent;
}

.welcome-back-text {
    color: #9C47FF;
    font-family: Unbounded !important;
    font-weight: 600;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
}

.welcome-back-block {
    /*max-height: 78px;*/
    box-shadow: 0px 2px 12px 0px rgba(121, 132, 161, 0.12);
    border-radius: 12px;
    border: none;
}

.store-badge {
    height: 37px;
    width: 111px;
}

.card-tile {
    border-radius: 12px;
    border: none;
    box-shadow: 0px 2px 12px 0px #7984A11F;

}

.card-theme {
    /*width: 180px;*/
    margin-left: 15px;
    margin-right: 15px;
}

.progress-bar-wrapper {
    display: inline-flex;
}

.progress-bar {
    background-color: #9C47FF !important;
}

.card {
    text-decoration: none !important;
    border: none;
    border-radius: 12px;
}

.subject-icon {
    height: 70px;
    width: 70px;
    background-color: #F6F6F8;
    border-radius: 12px;
}

.app-promo {
    box-shadow: 0px 2px 12px 0px #7984A11F;
    border: none;
    border-radius: 12px;
}

.main-content-block {
    border: none;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 5px 20px 20px 20px;
}

.pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background-color: #F6F6F8;
    overflow: hidden;
}

.pill img {
    width: 55px;
    /*height: 100%;*/
}
.tile-title{
    /*font-family: Noto Sans!important;*/
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3B3B3B;
}

.text-muted {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #888888 !important;
}
.lesson-card{
    min-height: 54px;
    border-bottom: 1px solid #EBEBEB;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text-dark-gray {
    color: #414141 !important;
}

.text-light-gray {
    color: #3B3B3B !important;
}

.text-footer-snipped {
    color: #9C47FF;
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    text-transform: uppercase;
}

.text-footer-snipped-bold {
    color: #414141;
    font-weight: 700;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
}

.text-footer-snipped-muted {
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    color: #888888 !important;
}

.chevron-padding {
    padding-bottom: 20px;
}

.spacing-wrapper {
    padding-top: 5px;
}
.section-title{
    /*font-family: Noto Sans!important;*/
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 1rem !important;
}
.heading-card-text{
    /*font-family: Noto Sans!important;*/
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #414141 !important;
}

.topic-text-main{
    /*font-family: Noto Sans!important;*/
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #414141 !important;
}

.prose {
    text-align: center;
    padding: 30px;
}

.prose img {
    display: inline-block;
    margin: 0 auto;
}
.main-lesson-text{
    /*font-family: Noto Sans!important;*/
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #414141 !important;
}

.btn-testing {
    width: 230px;
    height: 50px;
    color: white;
    background-color: #9C47FF;
    border-radius: 12px;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
}

.topic-question {
    padding: 35px !important;
}

.button-test {
    border: 1px solid #0000001A;
    background-color: #FFFFFF;
    width: 100%;
    height: 46px;
    color: #414141;
    font-weight: 500;
    font-style: normal;
    /*font-family: Noto Sans!important;*/
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    border-radius: 12px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.test-task {
    padding-top: 40px;
}

.topic {
    border-radius: 25px;
    padding: 30px;
    min-height: 300px;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    transition: border-color 0.18s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.topic > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topic h3 {
    margin: 0;
    padding: 0;
}

.topic .main-lesson-text {
    margin: 0;
}

.topic .main-lesson-text > :first-child {
    margin-top: 0;
}

.btn-true {
    background: #7BD444;
    color: #fff;
    min-width: 230px;
    height: 50px;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
}

.btn-false {
    background: #FF4F23;
    color: #fff;
    min-width: 230px;
    height: 50px;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
}

#topic-block {
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.progress-block-container {
    display: flex;
    gap: 4px;
    height: 3px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.progress-block {
    flex: 1;
    border-radius: 4px;
    background: #E0E0E0;
    transition: background 0.3s;
}

#topic-block {
    transition: background 0.3s, border-color 0.3s;
}

.btn-back {
    height: 50px;
    width: 72px;
    border: 1px solid #0000001A;
    border-radius: 24px;
    background-color: #FFFFFF;
    padding: 24px;
}

.answer-form {
    width: 100%;
}

.button-test {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.25s, border-color 0.25s;
}

.button-test.correct {
    border-color: #28a745 !important;
    background-color: #d4edda !important;
    color: #155724 !important;
}

.button-test.wrong {
    border-color: #dc3545 !important;
    background-color: #f8d7da !important;
    color: #721c24 !important;
}

.button-test:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.button-test.correct:disabled,
.button-test.wrong:disabled {
    opacity: 1 !important;
}

.main-content-block {
    max-height: calc(100vh - 210px);
    overflow-y: auto;

}

.main-content-block::-webkit-scrollbar {
    width: 6px;
}

.main-content-block::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.footer-mobile-menu .nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 66px;
}

.footer-mobile-menu .nav-item {
    flex: 1 1 auto;
    list-style: none;
    text-align: center;
}

.footer-mobile-menu .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.5rem 0;
    font-size: 0.75rem;
}

.footer-mobile-menu {
    border-radius: 12px;
    margin: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.personal-info-block {
    font-weight: 700;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
}


.avatar-wrapper {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #9C47FF;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



.personal-info-card{
    max-width: 550px!important;
    padding: 0!important;
}

.testing-block-text-heading {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #414141;
    /*font-family: Noto Sans!important;*/
}

.testing-block-text-sub {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #414141;
    padding-top: 1em;
    /*font-family: Noto Sans!important;*/
}
.testing-button{
    width: 280px;
    height: 50px;
    opacity: 1;
    padding-right: 24px;
    padding-left: 24px;
    gap: 10px;
    border-radius: 10px;
    background-color: #9C47FF;
    color: #FFFFFF;
    /*margin-right: 15px;*/
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: Noto Sans!important;*/
    font-style: normal;
}

.testing-fake-button {
    max-width: 465px;
    height: 50px;
    opacity: 1;
    padding-right: 20px;
    padding-left: 20px;
    gap: 10px;
    border-radius: 10px;
    background-color: #F7F7F7;
    color: #414141;
    align-items: center;
    justify-content: center;
    display: flex;
}

.testing-icon {
    width: 26px;
    height: 19px;
    opacity: 1;
}

.testing-block-buttons {
    display: flex;
}

.dashboard-layout {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    /*padding-bottom: 100px;*/
}

.layouts-navigation {
    flex-shrink: 0;
    height: 100%;
    overflow-y: auto;
}

.dashboard-bg {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /*height: 100vh;*/
    /*overflow: hidden;*/
}


.container-wrapper {
    flex-grow: 1;
    overflow-y: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.container-wrapper::-webkit-scrollbar {
    width: 8px;
}

.container-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.container-wrapper::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.button-arrow-profile {
    height: 48px;
    width: 48px;
    padding: 0 20px;

}

.btn-danger {
    background-color: #dc3545 !important;
}

.round-input-field {
    border-radius: 12px !important;
}

.text-reset {
    text-decoration: none !important;
}


.streak-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 16px;*/
    flex-grow: inherit;
}

.streak-inline__left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
    justify-content: center;
}

.streak-pro__week {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: 0;
}


@media (max-width: 925px) {
    .streak-container {
        flex-wrap: wrap;
    }

    .welcome-back-text {
        order: 1;
        flex-grow: 0;

    }

    .streak-inline__left {
        order: 2;
        margin-left: auto;
        flex-grow: 0;
        justify-content: flex-end;
    }

    .streak-pro__week {
        order: 3;
        width: 100%;
        justify-content: center;
    }
}

.d-grid.grid-3 {
    display: grid;
    grid-template-columns:1fr auto auto;
    grid-gap: 16px;
    align-items: center
}

.week-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #E2E4EA;
    background: #fff;
    display: inline-block;
}

.week-dot.visited {
    background: #6c63ff;
    border-color: #6c63ff;
}

.week-dot.active {
    box-shadow: 0 0 0 6px rgba(108, 99, 255, .2);
}

.week .week-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e7eb;
    margin-left: 8px
}

.week .week-dot.active {
    background: #6c63ff
}

/*.gutters-16 > [class^="col"] {*/
/*    padding-left: 8px;*/
/*    padding-right: 8px*/
/*}*/

.streak-pro__num {
    display: inline-block;
    color: #9C47FF;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.streak-pro__label {
    font-size: 16px;
    color: #414141;
    font-weight: 600;
    font-style: normal;
    leading-trim: NONE;
    letter-spacing: 0%;
    line-height: 1;
}

.streak-pro__day {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 6px;*/
    flex: 0 0 auto;
    margin: 0 5px;
}

.streak-pro__dow {
    font-size: 14px;
    color: #414141;
    line-height: 1;
    /*font-family: Noto Sans!important;*/
    font-weight: 400;
    font-style: normal;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
}

.header-mobile-menu {
    padding-top: 2rem;
}

.nm {
    margin: 0 !important;
}

.np {
    padding: 0 !important;
}

.form-short-block {
    border-radius: 12px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.form-control-alt:focus {
    outline: 1px solid #9C47FF;
    outline-offset: 1px;
}

/**DEBUGGGGGGGGG {*/
/*    outline: 1px solid red; !* щоб бачити блоки *!*/
/*}*/
.testing-list-item {
    background-color: white;
    height: 50px;
    padding: 15px;
    border-radius: 12px;
}

.result-block-correct {
    background-color: #F2FBED;
    border: 1px solid #7BD444;
    border-radius: 12px;
}

.result-block-so-so {
    background-color: #FFF5E2;
    border: 1px solid #FFAD11;
    border-radius: 12px;
}

.result-block-wrong {
    background-color: #FFF2EE;
    border: 1px solid #FF4F23;
    border-radius: 12px;
}

.result-heading {
    flex-direction: row;
    gap: 16px;
}

.container-mobile-wrapper {
    margin-top: 2rem;
}


.container-wrapper {

    overflow-y: auto;
    overflow-x: hidden;

    scroll-behavior: smooth;
}

.d-flex.flex-column.flex-md-row {
    min-height: 100vh;
    overflow: hidden;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
}

.subject-icon-img {
    display: block;
    margin: 8px auto;
}

.icon-correct {
    position: absolute;
    right: 8px;
    bottom: 0;
    /*width: 24px;*/
    /*height: 24px;*/
    height: 100%;
}

@media (max-width: 576px) {
    .btn-false,
    .btn-true {
        color: transparent;
        position: relative;
        min-width: 150px;
    }

    .btn-false::before {
        content: "✕";
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
    }

    .btn-true::before {
        content: "✓";
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .swipe-indicator {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .15s ease;
        z-index: 5;
    }
    .welcome-back-text{
        margin-bottom: 1rem!important;
    }

    answer-form {
        display: none;
    }
}
@media (max-width: 768px) {
    .topic-nav-buttons {
        display: none !important;
    }
    .topic-hit-area {
        width: 30px;
        height: auto;
        margin-top: 5%;
        margin-bottom: 5%;

        background: rgba(255,255,255,0.55);

        border: 2px solid var(--topic-border);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .topic-hit-area.left {
        border-right: none;
        border-radius: 0 12px 12px 0;
        margin-left: -15px;
    }


        .topic-hit-area.right {
            border-left: none;

            border-radius: 12px 0 0 12px;
            margin-right: -15px;
        }


}
@media (max-width: 768px) {
    .topic-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .topic-mobile {
        flex: 1 1 auto;
    }
    .topic-mobile-row {
        display: flex;
        align-items: stretch;
        width: 100%;
    }
}


