/* ------------------------------------------------------------------------ */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

    *,
    *:before,
    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    touch-action: pan-x pan-y !important;
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

    input::-ms-clear {
        display: none;
    }

button {
    cursor: pointer;
    background-color: transparent;
}

    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

a {
    color: inherit;
}

    a,
    a:visited {
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

        a.disable {
            pointer-events: none;
            cursor: default;
        }

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

input,
textarea,
button,
select,
a,
.switch {
    -webkit-tap-highlight-color: transparent;
}

/* ---------------------------------------------------------------------------- */

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background: var(--tg-theme-bg-color);
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    position: relative;
}

.__container {
    max-width: 100%;
    margin: 0 auto;
}

.title {
    color: var(--tg-theme-text-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin: 0px 0px 24px 0px;
}

.body-theme .title {
    color: #fff;
}

.title-start {
    text-align: start;
}

.icon-yellow {
}

.black-icon {
}

.btn-link {
    display: inline-block;
    padding: 10px 30px 8px 26px;
    border-radius: 31px;
    background: rgb(253, 238, 172);
    transition: all .3s ease;
    position: relative;
}

    .btn-link:active {
        background: rgb(254, 195, 9);
    }

.body-theme .btn-link {
    background: #000;
}

    .body-theme .btn-link:active {
        background: #1f1e1e;
    }

.btn-link::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -4px;
    width: 80px;
    height: 40px;
    z-index: -1;
    border-radius: 33px;
    background: rgb(254, 217, 50);
}

.body-theme .btn-link::after {
    display: none;
}

input, textarea {
    color: #000;
    /*color: var(--tg-theme-text-color);*/
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 12px;
    padding: 14px 12px;
    transition: all .2s ease;
    width: -webkit-fill-available;
}

textarea {
    min-height: 100px;
}

.body-theme input {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

input:focus {
    border: 1px solid rgb(254, 217, 50);
}

input::placeholder {
    color: rgb(122, 122, 122);
}

.body-theme input::placeholder {
    color: #fff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.btn-yellow {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 40px;
    background: rgb(254, 217, 50);
    transition: all .2s ease;
    width: 100%;
    padding: 13px 15px;
}

    .btn-yellow:active {
        background: rgb(254, 195, 9);
    }

.btn-black {
    padding: 13px 20px;
    width: 100%;
    border-radius: 40px;
    background: rgb(25, 25, 31);
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.text {
    color: rgb(25, 25, 31);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.body-theme .text {
    color: #fff;
}

.main {
    padding: 0px 0px 120px 0px;
}

.border_bottom {
    border-bottom: 1px solid black;
}

.border_bottom_white {
    border-bottom: 1px solid white;
}

.collapse_border {
    border-collapse: collapse;
}


/* ----------content----------- */

.content {
}

.titlediv {
    display: flex;
    justify-content: space-between;
}

    .titlediv img {
        max-height: 32px;
        max-width: 32px;
    }

.logoutdiv {
    width: 0px;
}

.drivers {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px 0px 10px 0px;
}

.new-drivers {
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 20px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.new-drivers-director {
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 20px;
    padding: 19px 12px 19px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: var(--tg-theme-destructive-text-color);
}

    .new-drivers-director p {
        color: rgb(254, 217, 50);
        font-weight: 600;
    }

.body-theme .new-drivers {
    border: 1px solid #fff;
}

.new-drivers__text {
    color: var(--tg-theme-text-color);
    font-weight: 400;
}

.body-theme .new-drivers__text {
    color: #fff;
}

.new-drivers__statist {
    display: flex;
    align-items: center;
    text-align: center; /**/
    gap: 12px;
}

.drivers__statist-car {
}

.new-drivers__statist-value {
    color: var(--tg-theme-text-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.body-theme .new-drivers__statist-value {
    color: #fff;
}

.taxi-drivers {
    border-radius: 20px;
    border: 1px solid var(--tg-theme-text-color);
    background: rgb(254, 217, 50);
    padding: 19.5px 12px 19.5px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 600;
}

.taxi-drivers__text {
}

.taxi-drivers__statist {
    display: flex;
    align-items: center;
    gap: 12px;
}

.taxi-drivers__statist-value {
    color: rgb(25, 25, 31);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

/* -------------------main-nav------------ */

.main-nav {
}

.main-nav__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-nav__item {
    border-radius: 20px;
    overflow: hidden;
}

.body-theme .main-nav__item {
    border: 1px solid rgb(41, 41, 59);
}

.main-nav__top {
    background: rgb(41, 41, 59);
    border-radius: 20px 20px 0 0;
    border-color: var(--tg-theme-text-color);
    border-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    padding: 0 20px 0 17px;
    min-height: 85px;
}

.body-theme .main-nav__top {
    background: rgb(0, 0, 0);
}

.main-nav__name {
    color: rgb(254, 217, 50);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    max-width: 195px;
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.main-nav__icon {
}

.main-nav__bottom {
    border: 1px solid var(--tg-theme-text-color);
    border-top-style: hidden;
    border-radius: 0 0 20px 20px;
    padding: 9px 10px 9px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.body-theme .main-nav__bottom {
    border: none;
    background: rgb(254, 217, 50);
}

.main-nav__text {
    max-width: 320px;
    width: 100%;
    color: var(--tg-theme-text-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

/* ----------footer--------- */

.footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background-color: var(--tg-theme-bg-color);*/
    background-color: transparent;
    padding: 5px 0 5px 0;
}

.footer__container {
}

.footer__inner {
}

.nav-menu {
    padding: 10px 52px 7px 45px;
    border-radius: 40px;
    background: rgb(25, 25, 31);
}

.nav-menu__list {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.nav-menu__item {
    text-align: center;
}

.nav-menu__link {
    display: block;
}

.nav-menu__link--active {
}

.nav-menu__icon {
    margin: 0px 0px 5px 0px;
}

.nav-menu__link--active .nav-menu__icon g path {
    fill: rgb(253, 238, 172);
}

.nav-menu__text {
    color: rgb(122, 122, 122);
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.nav-menu__link--active .nav-menu__text {
    color: #FFF;
}

.baccolor-white .nav-menu__icon g path {
    fill: rgb(122, 122, 122);
}

.baccolor-white .nav-menu__text {
    color: rgb(122, 122, 122);
}

.baccolor-white .nav-menu__link--active .nav-menu__icon g path {
    fill: #000;
}

.baccolor-white .nav-menu__link--active .nav-menu__text {
    color: #000;
}

/* -----------balance------------ */

.balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 10px 14px;
    margin: 0px 0px 10px 0px;
}

.balance__name {
    padding: 0px 56px 0px 0px;
    color: var(--tg-theme-text-color);
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

    .balance__name::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 25px;
        border-radius: 20px;
        background: rgb(25, 25, 31);
    }

.color-white.balance__name::after {
    background-color: var(--tg-theme-bg-color);
}

.balance__number {
    display: flex;
    align-items: center;
    gap: 10px;
}

.balance__value {
    color: var(--tg-theme-text-color);
    font-size: 24px;
    font-weight: 700;
}

.balance-valute {
}

.index_withdraw_but {
    
}
.index_withdraw_but_in {
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    color: rgb(254, 217, 50);
    background-color: rgb(41, 41, 59);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    min-height: 32px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_withdraw_but_pic {
    height: 24px;
    margin-left: 10px;
}

.body-theme .balance-valute rect {
    fill: #fff;
}

.body-theme .balance-valute g path {
    fill: #000;
}

/* ------------form-------- */

.form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-label {
    position: relative;
    width: 100%;
}

.form-label-text {
    position: absolute;
    top: 7px;
    left: 12px;
    transform: translateY(8px);
    transition: all .2s ease;
    color: rgb(122, 122, 122);
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
}

.body-theme .form-label-text {
    color: #fff;
}

.form-label-text--active {
    transform: translateY(0px);
    font-size: 10px;
}

.form-inp {
    width: 100%;
    padding: 12px 12px 10px 12px;
}

.form-inp-text-wrong {
    display: none;
    color: rgb(254, 50, 50);
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    margin: 5px 0px 0px 0px;
}

.form-inp-wrong-text--visible {
    display: block;
}

.form-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.form-row-input {
    width: 100%;
    text-align: center;
}

.form-submit {
}

.bonus-settings {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bonus-settings-hide {
    display: none;
    flex-direction: column;
    gap: 24px;
}

.bonus-settings-visible {
    display: flex;
}

.bonus-settings-marg {
    margin: 0px 0px 40px 0px;
}

.form-label-desc {
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    margin: 12px 0px 0px 0px;
}

.body-theme .form-label-desc {
    color: #fff;
}

/* ----------.bonus-settings------------- */
/* ----------approval------------- */
.div-at-the-bottom {
    position: fixed;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.document-link {
    padding-left: 12px;
    padding-right: 12px;
}

    .document-link a {
        color: var(--tg-theme-text-color);
        line-height: 20px;
        text-decoration: underline;
        outline: none;
    }

        .document-link a:focus {
            outline: none;
        }

.div-at-the-bottom-submit-button {
    display: flex;
    justify-content: center;
}

.full-screen-confirm-button {
    background-color: rgb(254, 217, 50);
    color: var(--tg-theme-subtitle-text-color);
    font-size: larger;
}

.div-with-checkboxes {
    padding: 12px;
    border-radius: 6px;
    background: var(--tg-bg-theme-color);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.div-with-checkboxes-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div-with-checkboxes-name {
    color: var(--tg-theme-text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.switch {
    cursor: pointer;
}

input[type="checkbox"] {
    position: relative;
    width: 52px;
    height: 32px;
    -webkit-appearance: none;
    outline: none;
    background: #fff;
    border-radius: 30px;
    transition: .3s ease;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border: 2px solid rgb(25, 25, 31);
    cursor: pointer;
    min-width: 52px;
}

input:checked[type="checkbox"] {
    background: rgb(25, 25, 31);
}

input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 23%;
    left: 6px;
    background: rgb(25, 25, 31);
    transition: .3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

input:checked[type="checkbox"]:before {
    left: 20px;
    width: 24px;
    height: 24px;
    top: 8%;
    background: rgb(254, 217, 50);
}
/* ----------approval------------- */

/* ----------cooperation------------- */
.cooperation_main {
    color: var(--tg-theme-text-color);
    /*color: rgb(254, 217, 50);*/
    padding: 12px;
}

    .cooperation_main h2 {
        text-align: center;
        font-weight: 600;
    }

    .cooperation_main button {
        text-align: left;
        padding-top: 5px;
        border-radius: 6px;
        border: 1px solid var(--tg-theme-text-color);
        background: rgb(41, 41, 59);
        text-align: center;
        width: 100%;
        margin: 5px;
        font-size: large;
        font-weight: 600;
        color: rgb(254, 217, 50);
        line-height: 30px;
    }

.mypdffile {
}

.mydocsaddnew {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .mydocsaddnew a {
        display: flex;
        width: 100%;
        justify-content: center;
        border: 1px solid var(--tg-theme-text-color);
        border-radius: 10px;
        color: rgb(254, 217, 50);
        line-height: 40px;
        background-color: rgb(41, 41, 59);
        font-weight: 600;
    }

.mypdffile_div {
    display: flex;
    align-items: center;
}

.mypdffile_deldiv {
    width: 50px;
}

.mypdffile_dela button {
    width: -webkit-fill-available;
}

.cooperation_pdfinstruments {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}

.pdfcontainer {
    overflow-x: scroll;
}
/* ----------cooperation------------- */

/* -------------taxoparkinfo, profilesettings---------- */
.fleet-info__contacts {
    padding: 12px;
    border-radius: 12px;
    background: rgb(253, 238, 172);
    margin: 40px 0;
}

.fleet-info__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fleet-info__item {
}

.fleet-info__item-link {
    display: inline-flex;
    align-items: center;
    gap: 17px;
}

.fleet-info__item-icon {
}

.fleet-info__item-text {
    color: rgb(25, 25, 31);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.fleet-info__text {
    color: rgb(122, 122, 122);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

    .fleet-info__text:not(:last-child) {
        margin: 0px 0px 24px 0px;
    }

.fleet-info__image {
    text-align: center;
    margin: 0px 0px 24px 0px;
}

.fleet-info__img {
    max-width: 194px;
}

.profilesettings__text {
    color: rgb(122, 122, 122);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}
/* -------------taxoparkinfo, profilesettings---------- */

/* -------------bonusy + advertisements---------- */
.bonusy_info, ad_info {
    padding: 12px;
    border-radius: 12px;
    background: rgb(253, 238, 172);
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    font-size: larger;
    font-weight: 600;
    align-items: center;
    text-align: center;
}
/* -------------bonusy + advertisements---------- */

/* -------------profile---------- */
.profile_sectionname {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: var(--tg-theme-text-color);
    padding-top: 30px;
}

.profile_main {
}

.profile_name {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-theme-text-color);
}

.profile_balanse {
    display: flex;
    justify-content: flex-end;
}

.profile_nickname_btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile_balanse_info {
    display: flex;
    width: 100%;
    flex-direction: column;
}

    .profile_balanse_info p2 {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        padding-top: 10px;
        color: var(--tg-theme-text-color);
    }

    .profile_balanse_info div {
        text-align: right;
        font-size: 16px;
        font-weight: 500;
        color: var(--tg-theme-text-color);
    }

.profile_balanse_info_title {
    padding-top: 20px;
    text-align: left !important;
    color: var(--tg-theme-text-color);
}

.profile_language {
    display: flex;
    flex-direction: column;
}

    .profile_language div {
        text-align: right;
        font-size: 16px;
        font-weight: 500;
        color: var(--tg-theme-text-color);
    }

.language_active {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    background: rgb(253, 238, 172);
    color: rgb(25, 25, 31);
    font-size: 16px;
    font-weight: 600;
    line-height: 7px;
    text-align: center;
}

.language_inactive {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    color: rgb(25, 25, 31);
    font-size: 16px;
    font-weight: 600;
    line-height: 7px;
    text-align: center;
    color: var(--tg-theme-text-color);
}


.profile_delete {
    padding-top: 20px;
    color: var(--tg-theme-text-color);
    font-size: 10px;
}
/* -------------profile---------- */
/* -------------baigamapper---------- */
.baigamappers_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    position: fixed;
    bottom: 100px;
    width: 100%;
}

.finances_button {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finances_hr {
    height: 2px;
    background-color: var(--tg-theme-text-color);
    width: 30%;
}

.baigamappers_buttons_partneradmin {
    bottom: 10px;
    padding-right: 10px;
}

.baigamapper_buttondiv_out {
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    color: rgb(254, 217, 50);
    line-height: 40px;
    background-color: rgb(41, 41, 59);
    width: 80%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.baigamapper_buttondiv_a {
}

.baigamapper_buttondiv_in {
}

.baigamappermain {
    padding-top: 50px;
}

.aboutbaigadiv-wrapper {
    height: 150px;
    /*overflow: overlay;*/
    margin: 10px 10px 10px 35px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.aboutbaigadiv {
    /*height: 150px;
    overflow: scroll;
    margin: 10px;
    font-size: 20px;
    text-align: center;*/
    /*background-image: linear-gradient(transparent 10%, currentColor 30%, currentColor 70%, transparent 90%);
    -webkit-background-clip: text;
    background-clip: text;
    background-attachment: fixed;
    color: var(--tg-theme-text-color);*/

    background-image: linear-gradient(transparent 10%, currentColor 15%, currentColor 20%, transparent 40%);
    -webkit-background-clip: text;
    background-clip: text;
    background-attachment: fixed;
    color: var(--tg-theme-text-color);
    height: fit-content;
    padding-bottom: 300px;
}

    .aboutbaigadiv > * {
        color: transparent;
    }

/* -------------baigamapper---------- */
/* -------------AdminSettings---------- */
.settings_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 20px;
}

.SaveDeclineButtons {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.SaveDeclineButtons_bottom {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    position: fixed;
    bottom: 10%;
    left: 0;
    width: 100%;
}

.SaveDeclineButtons_top {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.SaveButton, .DeleteButton {
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    width: 40%;
    text-align: center;
}

    .SaveButton button, .DeleteButton button {
        border: none;
        width: 90%;
    }

.SaveButton {
    background: rgb(254, 217, 50);
}

.DeleteButton {
    background: var(--tg-theme-destructive-text-color);
}

.DeclineButton_out, .DeclineButton_out_yellow {
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: center;
}

    .DeclineButton_out a, .DeclineButton_out_yellow a {
        display: flex;
        margin: 0px !important;
        align-items: center;
        width: 100%;
    }

.DeclineButton_out {
    background: var(--tg-theme-destructive-text-color);
}

.DeclineButton_out_yellow {
    background: rgb(254, 217, 50);
}

.DeclineButton_in {
    border: none;
    width: 100%;
    text-align: center;
    margin: 5px;
}

.settingdescription {
    color: var(--tg-theme-text-color);
}

.settingstable {
    padding-bottom: 40px;
}

    .settingstable td {
        width: 50%;
    }

    .settingstable select {
        width: 100%;
    }

.inputexception_minus {
    width: 100%;
}

.limitbalancewithminus {
    display: flex;
    align-items: center;
}

.minus-button {
    color: var(--tg-theme-text-color);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 12px;
    padding: 14px 12px;
    transition: all .2s ease;
    margin-right: 5px;
    background-color: var(--tg-theme-bg-color);
}

.settingdescriptionlarger {
    font-size: 18px;
}
/* -------------AdminSettings---------- */
/* -------------mycommand---------- */
.mycommand_maindiv {
    border: 1px solid var(--tg-theme-text-color);
    border-top-style: hidden;
    border-radius: 0 0 20px 20px;
    padding: 9px 10px 90px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: var(--tg-theme-text-color);
    gap: 20px;
}

.mycommand_text {
    max-width: 320px;
    width: auto;
    color: var(--tg-theme-text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding-right: 10px;
}

.mycommand_partdiv {
    display: flex;
    width: 100%;
    justify-content: left;
}

.mycommand_bonusesdiv {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.mycommand_bonusesdivbuttons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

    .mycommand_bonusesdivbuttons > div > a > div {
        display: flex;
        border-radius: 5px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        border-color: var(--tg-theme-text-color);
        padding: 4px;
    }

.newcommander {
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    color: rgb(254, 217, 50);
    line-height: 40px;
    background-color: rgb(41, 41, 59);
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}

.mycommandnewscreenbutton, .mycommandnewautocouriersscreenbutton, .mycommandnewcouriersscreenbutton {
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    color: rgb(254, 217, 50);
    line-height: 40px;
    background-color: var( --tg-theme-destructive-text-color);
    font-weight: 600;
}

.mycommand_maindiv td {
    color: var(--tg-theme-text-color);
    padding: 0px;
}

.mycommand_maindiv thead td {
    color: var(--tg-theme-text-color);
    font-size: 12px;
    line-height: 12px;
    height: auto;
}
/* -------------mycommand---------- */
/* -------------mycommandnewdrivers---------- */
.backwardsbutton {
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    line-height: 30px;
    background-color: rgb(254, 217, 50);
    width: max-content;
}

.mycommandnew .mycommand_partdiv {
    padding-top: 10px;
}

.mycommandnewautocouriers .mycommand_partdiv {
    padding-top: 10px;
}

.mycommandnewcouriers .mycommand_partdiv {
    padding-top: 10px;
}

.mynewdriverbutton {
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    color: rgb(254, 217, 50);
    line-height: 40px;
    background-color: var( --tg-theme-destructive-text-color);
    font-weight: 600;
}
/* -------------mycommandnewdrivers---------- */

/* -------------mycommandnewdriversanketa---------- */
.newdriver_main label {
    color: var(--tg-theme-text-color);
}

.newdriver_main select {
    width: 100%;
}

.my_action_button_reject {
    display: block;
    color: black;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    line-height: 30px;
    background-color: var(--tg-theme-destructive-text-color);
    min-width: 100px;
    font-weight: 600;
    font-size: 14px;
    width: 90%;
    margin: auto;
}

.my_action_button_accept {
    display: block;
    color: black;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    line-height: 30px;
    background-color: rgb(254, 217, 50);
    min-width: 100px;
    font-weight: 600;
    font-size: 14px;
    width: 90%;
    margin: auto;
}

.newdriver_main td {
    padding-top: 5px;
}

.newdriver_main a {
    margin-top: 10px;
}
/* -------------mycommandnewdriversanketa---------- */
/* -------------fleet-settings__form---------- */
.fleet-settings__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px 0px 24px 0px;
}

.fleet-settings__form-balance {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fleet-settings__form-balance-file-download {
    display: none;
    align-items: center;
    justify-content: center;
}

.fleet-settings__form-balance-file-download--visible {
    display: flex;
}

.fleet-settings__form-balance-file-download-img {
    max-width: 196px;
}

.fleet-settings__form-balance-btn {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0px 0px 12px 0px;
    cursor: pointer;
}

.fleet-settings__form-balance-desc {
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.body-theme .fleet-settings__form-balance-desc {
    color: #fff;
}

/* settings-accepting-new-drivers */

.settings-accepting-new-drivers__check {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* -----------black-theme----------- */

.body-theme {
    background-color: rgb(44, 43, 59) !important;
}

.menu-theme {
    background-color: #fff;
}

.color-text-white {
    color: #fff;
}

.baccolor-white {
    background-color: #fff;
}

.baccolor-black {
    background-color: #000;
}

.baccolor-black-primary {
    background-color: #000;
}

.baccolor-primary {
    background-color: rgb(254, 195, 9);
}

.border-white {
    border-color: #FFF;
}
/*
.svg-white path {
    fill: #fff;
}*/


/* --------calendar----------- */

.calendar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #cccccca9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
}

.calendar--active {
    opacity: 1;
    pointer-events: all;
}

.calendar__inner {
    width: 300px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 20px 0;
    position: relative;
}

.body-theme .calendar__inner {
    background: rgb(44, 43, 59);
}

.calendar-close {
    position: absolute;
    top: 8px;
    right: 11px;
    width: 24px;
    height: 24px;
}

.body-theme .calendar-close svg path {
    fill: #fff;
}

.calendar-wrapper {
    width: 236px;
    background-color: #fff;
    position: relative;
}

.body-theme .calendar-wrapper {
    background: rgb(44, 43, 59);
}

.calendar-btn {
    margin: 40px 0px 0px 0px;
}

table {
    clear: both;
    width: 100%;
    border-radius: 3px;
    color: #444;
}

tr {
}

td {
    height: 32px;
    text-align: center;
    vertical-align: middle;
    max-width: 32px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}


thead td {
    border: none;
    text-transform: uppercase;
    color: rgb(5, 5, 5);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding: 0px 0px 25px 0px;
}

.body-theme thead td {
    background-color: transparent;
    color: #fff;
}

td.not-current {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 2px;
    background: rgb(122, 122, 122);
}

.body-theme td.not-current {
    background: rgb(236, 236, 236);
    color: rgb(122, 122, 122);
}

.body-theme td {
    background: rgb(236, 236, 236);
}

td.today {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 2px;
    background: rgb(254, 217, 50);
}

#btnPrev,
#btnNext {
    cursor: pointer;
    position: absolute;
    top: 3px;
    width: 8px;
    height: auto;
}

.body-theme #btnPrev svg path,
.body-theme #btnNext svg path {
    fill: #fff;
}

#btnPrev {
    left: 0;
}

#btnNext {
    right: 14px;
}



    #btnPrev:hover,
    #btnNext:hover {
        color: #28283b;
        font-weight: bold;
    }




/*---------dir_drivers------------*/
.my-team__add-driver {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 14px 20px;
    margin: 0px 0px 20px 0px;
}

.drivers_pagenav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .drivers_pagenav a {
        width: 100%;
    }

.drivers_pagenav_div {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
    background: rgb(254, 217, 50);
    text-align: center;
}
/*.drivers_pagenav_div:empty {
        display: none;
    }*/

.drivers_pagenav_empty_div {
    width: 100%;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
    background: transparent;
    text-align: center;
    color: transparent;
}


.my-team__add-driver-icon {
}

.my-team__add-driver-text {
    font-weight: 500;
}

.my-team__title {
    text-align: start;
}

.my-team__serch {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0px 0px 5px 0px;
}

.form-label {
    width: 100%;
}

.form-label-icon {
    position: absolute;
    top: 15px;
    right: 22px;
    width: 20px;
    height: 20px;
}

.my-team__serch-btn {
    max-width: 83px;
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.my-team__serch-btn-icon {
    width: 100%;
}

.my-team__serch-btn-text {
    color: var(--tg-theme-text-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.my-team__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.my-team__item {
}


.my-team__top {
    border-radius: 10px 10px 0 0;
    background: rgb(41, 41, 59);
    border: 1px solid var(--tg-theme-text-color);
    border-bottom: 0px;
}


.my-team__name {
    padding: 18px 12px 18px 17px;
    color: rgb(254, 217, 50);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}


.my-team__bottom {
    border: 1px solid var(--tg-theme-text-color);
    border-top: 0px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 10px 0;
}

.my-team__icon-car {
}

.my-team__name-car {
    color: var(--tg-theme-text-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.mydriverstable {
    padding-top: 20px;
}

    .mydriverstable tr {
    }

    .mydriverstable td {
        color: var(--tg-theme-text-color);
        padding-bottom: 15px;
    }

.addmemberbutton button, .addcommanderbutton button, .showwithdrawsbutton button, .blockwithdrawbutton button {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 12px;
    padding: 10px 12px;
    transition: all .2s ease;
    margin-right: 5px;
    background: rgb(254, 217, 50);
}

.memberlistitem {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.memberlisttitle {
    vertical-align: top;
    padding-top: 10px;
}
/*---------dir_drivers------------*/
.visible-screen {
    display: block;
}

.invisible-screen {
    display: none;
}

.roundedtext {
    border-radius: 20px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: var(--tg-theme-text-color);
}

.roundedtextyellow {
    border-radius: 20px;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(254, 217, 50);
}

/*.taxoparkname {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 34px 0px 18px;
	margin: 0px;
}*/
.taxoparkname {
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}

/*.taxoparkname__name {
	padding: 0px 56px 0px 0px;
	color: var(--tg-theme-text-color);
	font-size: 16px;
	font-weight: 400;
	position: relative;
}*/
.taxoparkname__name {
    padding: 10px 0px 0px 0px;
    color: var(--tg-theme-text-color);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.partneradminnewdriver_invited_partdiv {
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

    .partneradminnewdriver_invited_partdiv label {
        line-height: 18px;
        text-align: center;
        color: var(--tg-theme-bg-color);
    }

.mynewdriverbutton {
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    color: rgb(254, 217, 50);
    line-height: 40px;
    background-color: var( --tg-theme-destructive-text-color);
    font-weight: 600;
}


.color-yellow {
    color: rgb(254, 217, 50);
}


/*---------drivers_profile_settings------------*/
.title_arrow_pair {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.table_invisible {
    display: none;
}

.table_visible {
    display: table;
}

.td_with_tips_below {
    display: flex;
    flex-direction: column;
    height: auto;
}

.title-smaller {
    font-size: 16px;
}
/*---------drivers_profile_settings------------*/

/*------------cards-------------*/
.drivercardcommon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.defaultcard {
    color: var(--tg-theme-text-color) !important;
}

.cardischecking {
    color: rgb(254, 217, 50);
    text-wrap: nowrap;
}

.incorrectcard {
    color: red !important;
}

.drivercardredactbuttons {
    display: flex;
    justify-content: right;
    gap: 5px;
}

.drivercardredactbutton {
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    color: black;
    line-height: 40px;
    background-color: rgb(254, 217, 50);
    font-weight: 600;
    min-width: 30px;
    height: 30px;
    align-items: center;
}

.drivercardtext {
    color: rgb(122, 122, 122);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: start;
}

.finances_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.finances_button_with_error {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.disabled_button {
    border-color: var(--tg-theme-hint-color) !important;
    color: var(--tg-theme-hint-color) !important;
}

.select_card {
    width: 100%;
}
/*------------cards-------------*/
/*------------shop-------------*/
.shop_main {
}

.shop_div {
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}

.goods_div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

    .goods_div hr {
        border: 1px solid var(--tg-theme-text-color) !important;
        margin: 0px;
    }

.good_main_div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .good_main_div a img {
        max-width: 180px;
        border-radius: 5px;
    }

    .good_main_div img {
        max-width: 180px;
        border-radius: 5px;
    }

.good_main_div_right {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 800px;
}

.good_text_div-name {
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-theme-text-color);
    padding-left: 5px;
    display: flex;
    justify-content: center;
}

.good_category_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-theme-text-color);
    display: flex;
    justify-content: center;
}

.good_name {
    text-align: center;
}

.good_dice_buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.good_text_div-price {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-theme-text-color);
    padding-left: 5px;
    align-items: center;
}

.good_price {
    /*margin-top: -40%;
    margin-left: 5%;
    color: rgb(254, 217, 50);
    font-size: 20px;
    font-weight: 800;*/
    text-align: center;
}

.good_text_div-button {
    display: flex;
    justify-content: center;
}

    .good_text_div-button a button {
        min-width: 150px;
    }

.good_text_div-button_descr {
    padding-left: 5px;
    color: red;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 10px;
}

.good_text_div {
    /*text-align: center;*/
}

.good_text_div-description {
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-theme-text-color);
    padding-left: 5px;
    display: flex;
    justify-content: center;
    line-height: 20px;
    text-align: center;
}




.GoToShopButton {
    font-size: 24px;
    font-weight: 600;
    margin: 5px;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    background: rgb(254, 217, 50);
}

.smallerfont {
    font-size: 16px !important;
}

.nomarginbottom {
    margin-bottom: 0px;
}
/*------------shop-------------*/
/*------------заявка на вывод принята-------------*/
.divdiv_wdr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    line-height: 60px;
    text-align: center;
    font-family: helvetica;
    font-weight: 700;
}

.acceptdiv_wdr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.accept_wdr {
    display: flex;
    width: 70%;
    justify-content: center;
    border-radius: 10px;
    color: white;
    line-height: 60px;
    background-color: dodgerblue;
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
    font-family: helvetica;
    font-weight: 700;
    width: -webkit-fill-available;
}

.acceptdiv2_wdr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
}
/*------------заявка на вывод принята-------------*/
.defaultbutton {
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    color: rgb(254, 217, 50);
    background-color: rgb(41, 41, 59);
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}

/*------------Звездочки-------------*/
.star {
    box-shadow: 0px 0px 1px 1px rgba(254, 217, 50, 1);
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: darkgoldenrod;
}

/*------------Задания-------------*/
.taxoparkname_tasksign {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 5px;
}

.taskimg_div {
    margin: 0px !important;
}

.fakelogoutdiv {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 17;
}

.drivers_title_dice {
    display: flex;
    gap: 8px;
    margin: 0px 0px 5px 0px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

    .drivers_title_dice .title {
        margin: 0;
    }

.img_dice {
    max-width: 28px;
}

.button_dice button {
    padding: 0 !important;
    margin-right: 0px !important;
}

.dice_buttons {
    display: flex;
    align-items: end;
}

.bluredobject {
    filter: blur(5px);
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
    to {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    from {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    to {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    from {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotatingarrow {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.homebutton {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border: 1px solid var(--tg-theme-bg-color);
    border-radius: 20px;
    background-color: var(--tg-theme-text-color);
    padding: 5px;
}

.phoneicons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.phoneicon {
    max-width: 40px;
}

.blockedsums {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.driversjustregistered {
    display: flex;
    align-items: center;
    font-size: 12px;
    flex-direction: column;
    margin-bottom: 5px;
    margin-right: 5px;
    color: var(--tg-theme-text-color);
}

.driverregisteredflagdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}

.baigadriverleveldiv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.balancelimitdiv {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.verticalgroup {
}

.horizontalgroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2px;
    padding-left: 2px;
}

.AllAvailableMoneyButton {
    width: 100% !important;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--tg-theme-text-color);
    border-radius: 10px;
    width: 40%;
    text-align: center;
    background: lightslategrey;
    line-height: 22px;
    cursor: pointer;
}

.workrules_selected, .categories_selected, .ordercategories_selected, .accesstypes_selected {
    display: flex;
    flex-direction: column;
}

.workrules_selected_one, .categories_selected_one, .ordercategories_selected_one, .accesstypes_selected_one {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .categories_selected_one, .ordercategories_selected_one label {
        color: var(--tg-theme-text-color);
    }

.workrules_selected_one_delete_but, .categories_selected_one_delete_but, .ordercategories_selected_one_delete_but, .accesstypes_selected_one_delete_but {
    width: 30px;
    display: flex;
    justify-content: center;
    line-height: 20px;
    cursor: pointer;
}

.shopchooser {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 20px;
}

.chochooser_choosen {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 12px;
    padding: 10px 12px;
    margin-right: 5px;
    background: var(--tg-theme-section-header-text-color);
}

.chochooser_notchoosen {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 12px;
    padding: 10px 12px;
    margin-right: 5px;
}

.chochooser_notchoosen_a {
}

.chochooser_notchoosen_but {
    font-size: 12px;
    font-weight: 600;
    color: var(--tg-theme-section-header-text-color);
}

.table_td_none_max_width tbody tr td {
    max-width: none !important;
}

.btn-circle-add {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--tg-theme-text-color);
    background-color: rgb(254, 217, 50);
    margin: 5px;
}

.btn-circle-delete {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--tg-theme-text-color);
    background-color: var(--tg-theme-destructive-text-color);
    margin: 5px;
}

.div_content_right {
    display: flex;
    justify-content: right;
}

.div_content_left {
    display: flex;
    justify-content: left;
}

.div_content_center {
    display: flex;
    justify-content: center;
}

.flex_spaceevenly {
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}


.btn_input_image {
    border: 1px solid rgb(122, 122, 122);
    border-radius: 12px;
    padding: 10px 12px;
    transition: all .2s ease;
    margin-right: 5px;
    background: rgb(254, 217, 50);
    max-height: 40px;
    max-width: 40px;
}
.btn_input_image_padding_modified {
    padding: 5px;
}

.issued {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, red 49.9%, red 60%, rgba(0, 0, 0, 0) 60%) fixed, linear-gradient(45deg, red 10%, rgba(0, 0, 0, 0) 10%) fixed;
    background-size: 0.5em 0.5em
}

.card_category {
    background-color: var(--tg-theme-bg-color);
    width: 150px;
    height: 115px;
    border: 1px solid var(--tg-theme-text-color)
}
}

.drivercopylinkspan {
    font-size: large;
    vertical-align: middle;
    cursor: pointer;
}

.account_delete_question {
    padding-top: 20px;
    text-align: center;
    color: var(--tg-theme-text-color);
}

.my_modal_outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 700;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* Плавный скролл для iOS */
    scroll-behavior: smooth; /* Плавные скролл-переходы */
    padding: 20px;
    box-sizing: border-box;
}

.my_modal_inner {
    background-color: var(--tg-theme-bg-color);
    border: 2px solid var(--tg-theme-button-text-color);
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    top: 0;
    transform: none; /* Убираем transform чтобы избежать дёрганий */
    border-color: orange;
}

.card, .card-header {
    background-color: var(--tg-theme-bg-color);
    color: var(--tg-theme-text-color);
    border: 1px solid rgb(122, 122, 122);
    border-radius: 12px;
}
    
}

.tablebutton button {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 12px;
    padding: 10px 12px;
    transition: all .2s ease;
    margin-right: 5px;
}

.tablebutton_yellow button {
    background: rgb(254, 217, 50);
}

.tablebutton_destr button {
    background: var(--tg-theme-destructive-text-color);
}

.cortege_rating_div {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0px 40px 30px 40px;
}

.badge:after {
    content: attr(value);
    font-size: 12px;
    background: red;
    border-radius: 30%;
    padding: 3px;
    position: relative;
    left: 0px;
    top: -10px;
    opacity: 0.9;
}