body {
    font-family: 'Manrope', sans-serif;
    /* Применение шрифта */
    background: var(--bg);
    min-height: 100vh;
}

.auth-card {
    max-width: 480px;
    margin: 4vh auto;
    border: none;
}

.nav-tabs .nav-link {
    font-weight: 500;
}

/*.nav-tabs .nav-link.active { background-color: #0d6efd; color: white; border-color: #0d6efd; }*/

.nav-tabs .nav-link.active {
    color: var(--success-text);
    border: none;
    font-weight: bold;
}

/*.form-control:focus { border-color: #0d6efd; box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); }*/

.tab-content .form-control:focus {
    outline: none !important;
    background: var(--bg);
    box-shadow: none;
}

#authTabs {
    display: flex;
    /* уже есть в Bootstrap, но на всякий случай */
    border: none;
}

#authTabs .nav-item {
    display: flex;
    /* важный момент */
    flex: 1;
    /* чтобы растягивались одинаково по ширине */
    border: none;
}

#authTabs .nav-link {
    height: 100%;
    /* растягиваем кнопку на всю высоту li */
    width: 100%;
    white-space: nowrap;
    /* запрещаем перенос текста */
    text-align: center;
    padding: 0.75rem 1rem;
    /* можно подстроить отступы под вкус */
    border: none;
}

#top-page {
    background: #1f2233;
    padding-top: 20px;
    padding-bottom: 25px;
}

.nav-tabs .nav-link {
    color: var(--text-muted);
}

.nav-tabs .nav-link {
    color: var(--text-muted);
    font-weight: bold;
}

.bi-person-fill::before,
.bi-person-plus-fill::before {
    content: none;
}

.nav-link.active .bi-person-fill::before {
    content: "";
    /* Обязательное пустое свойство */
    display: block;
    width: 10px;
    height: 10px;
    background-color: #2489d4;
    /* Голубой цвет */
    border-radius: 50%;
    margin-right: 8px;
    /* Отступ от текста */
}

.nav-link.active .bi-person-plus-fill::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #2489d4;
    border-radius: 50%;
    margin-right: 8px;
}

.tab-content {
    padding: 0px 15px;
}

input.form-control {
    background: var(--bg);
    border: none;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-size: 18px !important;
    font-weight: bold;
}


a.becabo {
    background: #E2EEFF !important;
    color: #2489d4 !important;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 13px;
    font-weight: 400;
}

a.becabo:hover {
    background: #f2f5fa !important;
    border: 1px solid #f2f5fa !important;
}

button.buttent {
    background: #2489d4;
    padding-top: 12px;
    padding-bottom: 13px;
    font-size: 18px;
}

button.buttent:hover {
    background: #1F3753;
    border: 1px solid #1F3753;
}

i.bi.bi-person-plus {
    display: none;
}

.buttent .bi-box-arrow-in-right::before {
    content: url('https://video.omkc.ru/img/entarrow.svg');
    display: inline-block;
    /* для контроля размера */
    margin-right: 10px;
}

.alert.alert-danger {
    margin: 10px 15px;
}

input.form-control::placeholder {
    color: var(--success-text);
    font-weight: normal;
}

.card-body .podskazka {
    padding-left: 20px;
    background: url(https://video.omkc.ru/img/ramkaent.svg);
    background-repeat: no-repeat;
    background-size: 100% 109%;
    position: relative;
    /* top: -35px; */
    min-height: 140px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    padding-top: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .card-body .podskazka.sml {
        background: none;
        border: 4px solid #2489d4;
        border-radius: 8px;
        padding-top: 10px;
        min-height: 130px;
        line-height: 20px;
        font-weight: normal;
        margin-bottom: 15px;
        padding-right: 85px;
        margin-left: 15px;
        margin-right: 15px;
    }
/*.card-body .podskazka.sml {
    background: url(https://video.omkc.ru/img/ramkaentmob.svg);
    background-repeat: no-repeat;
    border-radius: 8px;
    padding-top: 23px;
    min-height: 125px;
    line-height: 17px;
    font-weight: normal;  
    background-size: 100% 115%;
    font-size: 16px;
}    */

    input.form-control {
        padding-top: 12px !important;
        padding-bottom: 14px !important;
    }

    input.form-control::placeholder {
        /* color: red; */
        font-size: 12px;
        letter-spacing: -0.15px;
        font-weight: normal;
    }

    .auth-card {
        margin: 1vh auto;
    }

    #authTabs .nav-link {
        padding-bottom: 0;
        padding-left: 0;
    }

    #top-page {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #authTabs .nav-link.forguest {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    #authTabs .nav-link i.bi {
        margin-right: 0 !important;
    }

    /* --------  test fot telephone !!! ---  */
    ul#authTabs {
        display: block;
        /* text-align: left !important; */
    }

    #authTabs .nav-link {
        padding: 0.75rem 1rem;
        justify-content: left !important;
        padding-left: 35px;
    }

    #authTabs .nav-link.active {
        padding-left: 17px;
    }

    .card-body .podskazka.sml::after {
       content: '';
        position: absolute;
        height: 23px;
        width: 19px;
        border: 5px solid transparent;
        border-radius: 15px 0px 5px 0px;
        border-color: transparent #2489D4 #2489D4 transparent;        
        bottom: -12px;
        left: 13px;
        transform: rotate(70deg) skew(30deg, 21deg);
       /*
        content: '';
        position: absolute;
        height: 23px;
        width: 19px;
        border: 4px solid transparent;
        border-radius: 5px 0px 5px 0px;
        border-color: transparent #2489D4 #2489D4 transparent;
        background: linear-gradient(130deg, transparent 48%, #fff 40%);
        bottom: -12px;
        left: 13px;
        transform: rotate(70deg) skew(30deg, 21deg);*/
    }
    body.dark .card-body .podskazka.sml::after {
       background: linear-gradient(130deg, transparent 48%, #2c2c2d 15%);
    }
    body.light .card-body .podskazka.sml::after {
       background: linear-gradient(130deg, transparent 48%, #fff 15%);
    }
}

@media (max-width: 420px) {
    .card-body .podskazka.sml {
        padding-right: 15px;
    }
}

.card-body .podskazka.sml {
    display: none;
}

@media (max-width: 768px) {
    .card-body .podskazka {
        display: none;
    }

    .card-body .podskazka.sml {
        display: block;
    }
}

/*
body{
font-family: 'Open Sans', sans-serif;     margin: 0;      color: #1b2a31;
}
.bonus-bottom {
background: url(/templates/omkc_new2/img/pagebonusy/family-banner.png);
background-size: 100%;
background-repeat: no-repeat;
padding-bottom: 40px;
}
@media (max-width: 1200px) and (min-width: 992px) {
.btstrp3 .arrowbig {
width: 30%;
position: relative;
left: 10px;
top: -10px;
display: inline;
}
}
*/