﻿.loader{background:rgba(0,0,0,.8);width:100%;height:100%;position:fixed;top:0;left:0;z-index:999;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;gap:2px}.line{display:inline-block;width:15px;height:15px;border-radius:15px;-webkit-border-radius:15px;background-color:rgba(254,217,50,.8)}.loader .line:nth-last-child(1) {animation:loadingB 1.5s 1s infinite;-webkit-animation:loadingB 1.5s 1s infinite}.loader .line:nth-last-child(2) {animation:loadingB 1.5s .5s infinite;-webkit-animation:loadingB 1.5s .5s infinite}.loader .line:nth-last-child(3) {animation:loadingB 1.5s 0s infinite;-webkit-animation:loadingB 1.5s 0s infinite}@-webkit-keyframes loadingB {
    0 {
        width: 15px;
    }

    50% {
        width: 35px;
    }

    100% {
        width: 15px;
    }
}@keyframes loadingB {
    0 {
        width: 15px;
    }

    50% {
        width: 35px;
    }

    100% {
        width: 15px;
    }
}*{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:0 0 24px 0}.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:#fdeeac;transition:all .3s ease;position:relative}.btn-link:active{background:#fec309}.body-theme .btn-link{background:#000}.body-theme .btn-link:active{background:#1f1e1e}.btn-link::after{content:'';position:absolute;top:0;left:-4px;width:80px;height:40px;z-index:-1;border-radius:33px;background:#fed932}.body-theme .btn-link::after{display:none}input,textarea{color:#000;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 #fed932}input::placeholder{color:#7a7a7a}.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:#000;font-size:24px;font-weight:700;text-align:center;border-radius:40px;background:#fed932;transition:all .2s ease;width:100%;padding:13px 15px}.btn-yellow:active{background:#fec309}.btn-black{padding:13px 20px;width:100%;border-radius:40px;background:#19191f;color:#fff;font-size:24px;font-weight:700;text-align:center}.text{color:#19191f;font-size:16px;font-weight:400;line-height:28px}.body-theme .text{color:#fff}.main{padding:0 0 120px 0}.border_bottom{border-bottom:1px solid #000}.border_bottom_white{border-bottom:1px solid #fff}.collapse_border{border-collapse:collapse}.content{}.titlediv{display:flex;justify-content:space-between}.titlediv img{max-height:32px;max-width:32px}.logoutdiv{width:0}.drivers{display:flex;flex-direction:column;gap:10px;margin:0 0 10px 0}.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:#fed932;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:#fed932;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:#19191f;font-size:18px;font-weight:600;line-height:28px}.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 #29293b}.main-nav__top{background:#29293b;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:#000}.main-nav__name{color:#fed932;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:#fed932}.main-nav__text{max-width:320px;width:100%;color:var(--tg-theme-text-color);font-size:12px;font-weight:600;line-height:16px}.footer{position:fixed;z-index:10;bottom:0;left:0;width:100%;background-color:transparent;padding:5px 0 5px 0}.footer__container{}.footer__inner{}.nav-menu{padding:10px 52px 7px 45px;border-radius:40px;background:#19191f}.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:0 0 5px 0}.nav-menu__link--active .nav-menu__icon g path{fill:#fdeeac}.nav-menu__text{color:#7a7a7a;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:#7a7a7a}.baccolor-white .nav-menu__text{color:#7a7a7a}.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{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 10px 14px;margin:0 0 10px 0}.balance__name{padding:0 56px 0 0;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:#19191f}.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:#fed932;background-color:#29293b;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{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:#7a7a7a;font-size:12px;font-weight:600;pointer-events:none}.body-theme .form-label-text{color:#fff}.form-label-text--active{transform:translateY(0);font-size:10px}.form-inp{width:100%;padding:12px 12px 10px 12px}.form-inp-text-wrong{display:none;color:#fe3232;font-size:10px;font-weight:600;line-height:20px;margin:5px 0 0 0}.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:0 0 40px 0}.form-label-desc{color:#000;font-size:10px;font-weight:600;line-height:20px;margin:12px 0 0 0}.body-theme .form-label-desc{color:#fff}.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:#fed932;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 #19191f;cursor:pointer;min-width:52px}input:checked[type="checkbox"]{background:#19191f}input[type="checkbox"]:before{content:'';position:absolute;width:16px;height:16px;border-radius:50%;top:23%;left:6px;background:#19191f;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:#fed932}.cooperation_main{color:var(--tg-theme-text-color);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:#29293b;text-align:center;width:100%;margin:5px;font-size:large;font-weight:600;color:#fed932;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:#fed932;line-height:40px;background-color:#29293b;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}.fleet-info__contacts{padding:12px;border-radius:12px;background:#fdeeac;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:#19191f;font-size:12px;font-weight:600;line-height:16px}.fleet-info__text{color:#7a7a7a;font-size:12px;font-weight:600;line-height:16px}.fleet-info__text:not(:last-child) {margin:0 0 24px 0}.fleet-info__image{text-align:center;margin:0 0 24px 0}.fleet-info__img{max-width:194px}.profilesettings__text{color:#7a7a7a;font-size:16px;font-weight:600;line-height:16px;text-align:center}.bonusy_info,ad_info{padding:12px;border-radius:12px;background:#fdeeac;margin:40px 0;display:flex;flex-direction:column;font-size:larger;font-weight:600;align-items:center;text-align:center}.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:#fdeeac;color:#19191f;font-size:16px;font-weight:600;line-height:7px;text-align:center}.language_inactive{display:inline-block;padding:4px 12px;border-radius:12px;color:#19191f;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}.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:#fed932;line-height:40px;background-color:#29293b;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;margin:10px 10px 10px 35px;font-size:20px;font-weight:600;text-align:center}.aboutbaigadiv{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}.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:#fed932}.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:0!important;align-items:center;width:100%}.DeclineButton_out{background:var(--tg-theme-destructive-text-color)}.DeclineButton_out_yellow{background:#fed932}.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 #7a7a7a;border-radius:12px;padding:14px 12px;transition:all .2s ease;margin-right:5px;background-color:var(--tg-theme-bg-color)}.settingdescriptionlarger{font-size:18px}.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:#fed932;line-height:40px;background-color:#29293b;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:#fed932;line-height:40px;background-color:var(--tg-theme-destructive-text-color);font-weight:600}.mycommand_maindiv td{color:var(--tg-theme-text-color);padding:0}.mycommand_maindiv thead td{color:var(--tg-theme-text-color);font-size:12px;line-height:12px;height:auto}.backwardsbutton{border:1px solid var(--tg-theme-text-color);border-radius:10px;line-height:30px;background-color:#fed932;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:#fed932;line-height:40px;background-color:var(--tg-theme-destructive-text-color);font-weight:600}.newdriver_main label{color:var(--tg-theme-text-color)}.newdriver_main select{width:100%}.my_action_button_reject{display:block;color:#000;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:#000;border:1px solid var(--tg-theme-text-color);border-radius:10px;line-height:30px;background-color:#fed932;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}.fleet-settings__form{display:flex;flex-direction:column;gap:10px;margin:0 0 24px 0}.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:#000;font-size:16px;font-weight:500;line-height:28px;margin:0 0 12px 0;cursor:pointer}.fleet-settings__form-balance-desc{color:#000;font-size:10px;font-weight:600;line-height:20px}.body-theme .fleet-settings__form-balance-desc{color:#fff}.settings-accepting-new-drivers__check{display:flex;flex-direction:column;gap:20px}.body-theme{background-color:#2c2b3b!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:#fec309}.border-white{border-color:#fff}.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:#2c2b3b}.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:#2c2b3b}.calendar-btn{margin:40px 0 0 0}table{clear:both;width:100%;border-radius:3px;color:#444}tr{}td{height:32px;text-align:center;vertical-align:middle;max-width:32px;color:#000;font-size:12px;font-weight:600;line-height:16px}thead td{border:none;text-transform:uppercase;color:#050505;font-size:24px;font-weight:700;line-height:28px;padding:0 0 25px 0}.body-theme thead td{background-color:transparent;color:#fff}td.not-current{color:#fff;font-size:12px;font-weight:600;line-height:16px;border-radius:2px;background:#7a7a7a}.body-theme td.not-current{background:#ececec;color:#7a7a7a}.body-theme td{background:#ececec}td.today{color:#000;font-size:12px;font-weight:600;line-height:16px;border-radius:2px;background:#fed932}#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}.my-team__add-driver{display:flex;align-items:center;justify-content:center;gap:16px;padding:14px 20px;margin:0 0 20px 0}.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:#fed932;text-align:center}.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:0 0 5px 0}.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:#29293b;border:1px solid var(--tg-theme-text-color);border-bottom:0}.my-team__name{padding:18px 12px 18px 17px;color:#fed932;font-size:18px;font-weight:600;line-height:18px}.my-team__bottom{border:1px solid var(--tg-theme-text-color);border-top:0;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 #7a7a7a;border-radius:12px;padding:10px 12px;transition:all .2s ease;margin-right:5px;background:#fed932}.memberlistitem{display:flex;align-items:center;gap:5px;justify-content:space-between}.memberlisttitle{vertical-align:top;padding-top:10px}.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:#fed932}.taxoparkname{align-items:center;justify-content:space-between;padding:0 0 0 0;margin:0;text-align:center}.taxoparkname__name{padding:10px 0 0 0;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:#fed932;line-height:40px;background-color:var(--tg-theme-destructive-text-color);font-weight:600}.color-yellow{color:#fed932}.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}.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:#fed932;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:#000;line-height:40px;background-color:#fed932;font-weight:600;min-width:30px;height:30px;align-items:center}.drivercardtext{color:#7a7a7a;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%}.shop_main{}.shop_div{}.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:0}.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{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{}.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:#fed932}.smallerfont{font-size:16px!important}.nomarginbottom{margin-bottom:0}.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:#fff;line-height:60px;background-color:#1e90ff;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:#fed932;background-color:#29293b;font-weight:600;text-align:center;margin-top:5px}.star{box-shadow:0 0 1px 1px rgba(254,217,50,1);position:absolute;width:4px;height:4px;border-radius:4px;background-color:#b8860b}.taxoparkname_tasksign{display:flex;justify-content:space-around;align-items:center;padding-top:5px}.taskimg_div{margin:0!important}.fakelogoutdiv{position:fixed;left:10px;top:10px;z-index:17}.drivers_title_dice{display:flex;gap:8px;margin:0 0 5px 0;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:0!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:#789;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 #7a7a7a;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 #7a7a7a;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:#fed932;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 #7a7a7a;border-radius:12px;padding:10px 12px;transition:all .2s ease;margin-right:5px;background:#fed932;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:.5em .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,.8);z-index:700;overflow-y:scroll;-webkit-overflow-scrolling:touch;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;border-color:#ffa500}.card,.card-header{background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);border:1px solid #7a7a7a;border-radius:12px}}

.tablebutton button {font-size:12px;font-weight:600;border:1px solid #7a7a7a;border-radius:12px;padding:10px 12px;transition:all .2s ease;margin-right:5px}.tablebutton_yellow button{background:#fed932}.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:0 40px 30px 40px}.badge:after{content:attr(value);font-size:12px;background:red;border-radius:30%;padding:3px;position:relative;left:0;top:-10px;opacity:.9}.baiga-delivery__links{display:flex;align-items:center;gap:12px;margin:0 0 12px 0;flex-direction:row;justify-content:space-evenly}.baiga-delivery__link{display:block;width:100%;text-align:center;padding:7px 20px;border-radius:12px;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-size:16px;font-weight:500;line-height:21px;min-width:fit-content}.baigagroupliselected{background:#fed932;color:#000}.baiga-delivery__link__inactive{background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.date{display:flex;align-items:center;justify-content:center;margin:0 0 12px 0}.date-btn{border:1px solid #19191f;border-radius:12px;padding:6px 24px;color:#000;font-weight:500;line-height:21px;text-align:center}.baiga-delivery__list{display:flex;flex-direction:column;gap:6px}.baiga-delivery__item{}.baiga-delivery__top{padding:10px;border:1px solid #7a7a7a;border-radius:10px 10px 0 0;background:#29293b;display:flex;justify-content:space-between;align-items:center;gap:5px}.baiga-delivery__list_place-sp{display:flex;flex-direction:row;align-items:center;gap:5px}.baiga-delivery__name{color:#fff;font-size:24px;font-weight:700;line-height:28px;max-width:60%}.baiga-delivery__bottom{display:flex;justify-content:space-between;border:1px solid #7a7a7a;border-radius:0 0 12px 12px;background:var(--tg-theme-bg-color)}.baiga-delivery__place{width:35%;padding:10px 14px;border-right:2px solid #7a7a7a}.baiga-delivery__place-value{color:var(--tg-theme-text-color);font-size:18px;font-weight:600}.baiga-delivery__place-sp{display:inline-block;padding:4px 12px;border-radius:12px;background:#fdeeac;color:#19191f;font-size:24px;font-weight:600;text-align:center}.baiga-delivery__prize{padding:5px 17px 0 0}.baiga-delivery__prize-text{color:#7a7a7a;font-size:10px;font-weight:600;line-height:10px;text-align:end}.baiga-delivery__prize-value{color:var(--tg-theme-text-color);font-size:24px;font-weight:700;line-height:24px}select{-webkit-appearance:button;-moz-appearance:button;-webkit-user-select:none;-moz-user-select:none;background-color:var(--tg-theme-bg-color);border:1px solid #7a7a7a;border-radius:6px;font-size:inherit;margin:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--tg-theme-text-color);text-align:center;font-size:24px;font-weight:700;line-height:24px}.userresult{position:fixed;z-index:10;bottom:40px;left:0;width:100%;background-color:transparent;padding:5px 0 80px 0}.userresult_emptylayout{padding:5px 0 10px 0!important}.userresult__container{}.userresult__inner{}.userresult__main{padding:10px 2px 7px 2px;border-radius:40px;background-color:transparent}.userresult__text{color:#7a7a7a;font-size:10px;font-weight:600;line-height:20px}.userresult__list{display:flex;flex-direction:column;gap:6px}.userresult__item{}.userresult__top{padding:10px;border-radius:10px;background:#29293b;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid var(--tg-theme-text-color)}.userresult__name{color:#fff;font-size:14px;font-weight:700}.userresult__bottom{display:flex;justify-content:space-between;border:1px solid #7a7a7a;border-radius:5px;background:var(--tg-theme-bg-color);gap:10px}.userresult__place{width:auto;border-right:2px solid #7a7a7a;display:flex;flex-direction:row;align-items:center}.userresult__place-value{color:var(--tg-theme-text-color);font-size:12px;font-weight:600;padding:5px}.userresult__place-sp{display:inline-block;border-radius:5px;background:#fdeeac;color:#19191f;font-size:12px;font-weight:600;text-align:center;padding-right:3px;margin-right:5px}.userresult__prize{display:flex;flex-direction:row;align-items:center;gap:10px}.userresult__prize span{text-align:center}.userresult__prize-text{color:#7a7a7a;font-size:12px;font-weight:600;line-height:10px;text-align:end}.userresult__prize-value{color:var(--tg-theme-text-color);font-size:14px;font-weight:700;padding-right:4px}.baiga-city__groups-ul{display:flex;flex-direction:row;overflow:auto;overflow-y:hidden;gap:20px;color:var(--tg-theme-text-color);min-height:60px;font-size:20px;text-align:center}.baiga-city__group-link{border:2px solid #fed932;border-radius:10px;margin:auto;padding:0 20px 0 20px}.baiga-city__group-link-selected{background-color:#fed932;color:#000;font-weight:bold}.baiga-city__cities{color:var(--tg-theme-text-color);font-size:12px;font-weight:700;line-height:12px;text-align:center;margin:0 0 12px 0}.citybaigacortbutton{margin-bottom:12px}