@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.45571046.woff) format("woff"),url(/fonts/Roboto-Regular.4e744933.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Bold.29ac6158.woff) format("woff"),url(/fonts/Roboto-Bold.2a63183e.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Medium.4fa4b1c0.woff) format("woff"),url(/fonts/Roboto-Medium.f8693cca.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}.v-select{width:224px}.v-select.full-width{width:100%}:root{--color-white: #ffffff;--color-grey: #f2f2f2;--color-dark-grey: #bebbbb;--color-black: #191918;--color-green: #37a663;--color-green-muted: #e0f3e9;--color-red: #f45a29;--color-red-button: #f45a29;--color-text-dark: #000000;--color-text-grey: #8f8f8f;--color-text-muted: #c2c2c2;--color-border: #e0e0e0;--roboto: "Roboto", sans-serif}.flex{display:flex}.flex *{flex:0 0 auto}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.flex-no-wrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.block{display:block}.none{display:none}html,body{background:#fff;font-family:"Roboto",sans-serif;scroll-behavior:smooth;margin:0}html *,body *{box-sizing:border-box}a{text-decoration:none}p{margin:0;line-height:24px}strong,b{font-weight:bold}em,i{font-style:italic}input,textarea,button,select,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}table,th,td{border:1px solid #e0e0e0;border-collapse:collapse}.wrapper{max-width:1480px;margin:0 auto;padding:0 20px}.text-table-header{font-family:"Roboto",sans-serif;font-size:14px;font-weight:400;line-height:22px}.text-left{text-align:left !important}.cursor-pointer{cursor:pointer}label,.label{display:block;margin-bottom:4px !important;font-size:14px;line-height:20px;color:var(--color-text-grey)}.login{width:100%;height:100vh;background-color:#191918;display:flex;justify-content:center;align-items:center}.login-content{width:320px;min-height:278px;padding:32px 24px;border-radius:8px;background-color:#fff}.login-content__logo{margin:0 auto 24px;display:block}.login-content__heading{margin-bottom:24px;text-align:center;font-size:20px;font-weight:500;line-height:28px}.login-content .fields>*{margin-bottom:8px}.login-content__select{margin-bottom:8px;width:100%;padding:5px 12px;border-radius:4px;border:1px solid #e0e0e0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/img/select-arrow.7186e0fd.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;outline:none;font-family:"Roboto",sans-serif;font-size:14px;line-height:22px;cursor:pointer}.login-content__select-option{font-family:"Roboto",sans-serif;font-size:14px;line-height:22px}.login-content__input{margin-bottom:8px}.login-content__button{margin-bottom:10px;margin-top:16px;padding:4px 16px;width:100%;border:1px solid #37a663;border-radius:4px;color:#fff;background-color:#37a663;font-family:"Roboto",sans-serif;font-size:14px;line-height:22px;cursor:pointer}.login-content__button:hover{background-color:rgba(55,166,99,.8)}.login-registration-content{width:320px;min-height:278px;padding:32px 24px;border-radius:8px;background-color:#fff}.login-registration-content__logo{margin:0 auto 24px;display:block}.login-registration-content__heading{margin-bottom:24px;text-align:center;font-size:20px;font-weight:500;line-height:28px}.login-registration-content__form{display:flex;flex-direction:column}.login-registration-content__form-input{margin-bottom:8px;padding:5px 12px;border-radius:2px;width:100%;font-family:"Roboto",sans-serif;font-size:14px;line-height:22px;border:1px solid #d9d9d9}.login-registration-content__form-button{margin-top:16px;margin-bottom:10px;padding:4px 16px;width:100%;border:1px solid #37a663;border-radius:4px;color:#fff;background-color:#37a663;font-family:"Roboto",sans-serif;font-size:14px;line-height:22px;cursor:pointer}.login-registration-content__form-button:hover{background-color:rgba(55,166,99,.8)}.login-registration-content__form-select{margin-bottom:8px;width:100%;padding:5px 12px;border-radius:4px;border:1px solid #e0e0e0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/img/select-arrow.7186e0fd.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;outline:none;font-family:"Roboto",sans-serif;font-size:14px;line-height:22px;cursor:pointer}.login-registration-content__form-select-option{font-family:"Roboto",sans-serif;font-size:14px;line-height:22px}h1{margin:0}.custom-checkbox{position:absolute;z-index:-1;opacity:0}.custom-checkbox+label{display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.custom-checkbox+label::before{content:"";display:inline-block;width:16px;height:16px;flex-shrink:0;flex-grow:0;border:1px solid #d9d9d9;border-radius:2px;margin-right:8px;background-repeat:no-repeat;background-position:center center}.custom-checkbox:checked+label::before{border-color:var(--color-green);background-color:var(--color-green);background-image:url(/img/check.c1813ab8.svg)}.checkbox-decline-driver{margin-bottom:16px}.pagination{padding:8px 0;width:100%;display:flex;justify-content:center;align-items:center;border-bottom:2px solid var(--color-border)}.pagination-total{margin-right:8px;font-size:14px;line-height:22px;font-family:"Roboto",sans-serif;color:var(--color-text-grey)}.pagination-arrow{background-color:var(--color-white);border:none;cursor:pointer}.pagination-arrow-previous{transform:rotate(180deg)}.pagination-points{height:24px}.pagination-numbering{font-family:"Roboto",sans-serif;font-size:14px;font-weight:500;line-height:22px;border:none;background-color:var(--color-white);padding:0 8px;cursor:pointer}.pagination-numbering.active{color:var(--color-green);border-radius:2px;border:1px solid var(--color-green)}.pagination-number-item{margin-right:8px;padding:0 8px;min-width:120px;border-radius:2px;border:1px solid #d9d9d9;font-family:"Roboto",sans-serif;font-size:14px;line-height:22px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/img/select-arrow.7186e0fd.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;outline:none;cursor:pointer}.pagination-goto{font-size:14px;line-height:22px}.pagination-goto-input{max-width:44px;width:100%;padding:5px 12px;border-radius:4px;border:1px solid var(--color-border);-webkit-appearance:none;-moz-appearance:none;appearance:none}.pagination-goto-input[type=number]::-webkit-outer-spin-button,.pagination-goto-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.menu-table{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 4px;flex-wrap:wrap}.menu-table .left,.menu-table .right{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;flex-wrap:wrap}.menu-table .left>*,.menu-table .right>*{margin-right:12px;margin-bottom:12px}.menu-table .border{width:1px;height:24px;border:1px solid var(--color-border)}.table-wrapper{overflow-x:scroll}.table{min-width:100%;cursor:pointer;border:0;border-collapse:collapse}.table tr{display:flex;flex-direction:row;align-items:stretch}.table tr>td,.table tr>th{min-width:160px}.table-partners>td:nth-child(1),.table-partners>th:nth-child(1){flex:0 0 10%}.table-partners>td:nth-child(2),.table-partners>th:nth-child(2){flex:0 0 24%}.table-partners>td:nth-child(3),.table-partners>th:nth-child(3){flex:0 0 16%}.table-partners>td:nth-child(4),.table-partners>th:nth-child(4){flex:0 0 10%}.table-partners>td:nth-child(5),.table-partners>th:nth-child(5){flex:0 0 16%}.table-partners>td:nth-child(6),.table-partners>th:nth-child(6){flex:0 0 10%}.table-partners>td:nth-child(7),.table-partners>th:nth-child(7){flex:0 0 10%}.table-partners>td:nth-child(8),.table-partners>th:nth-child(8){flex:0 0 10%}.table-partners>td:nth-child(9),.table-partners>th:nth-child(9){flex:0 0 10%}.table-partners>td:nth-child(10),.table-partners>th:nth-child(10){flex:0 0 10%}.table-partners>td:nth-child(11),.table-partners>th:nth-child(11){flex:0 0 25%}.table-clients>td:nth-child(1),.table-clients>th:nth-child(1){flex:0 0 10%}.table-clients>td:nth-child(2),.table-clients>th:nth-child(2){flex:0 0 24%}.table-clients>td:nth-child(3),.table-clients>th:nth-child(3){flex:0 0 7%}.table-clients>td:nth-child(4),.table-clients>th:nth-child(4){flex:0 0 20%}.table-clients>td:nth-child(5),.table-clients>th:nth-child(5){flex:0 0 12%}.table-clients>td:nth-child(6),.table-clients>th:nth-child(6){flex:0 0 12%}.table-clients>td:nth-child(7),.table-clients>th:nth-child(7){flex:0 0 25%}.table-drivers .capitalize{text-transform:capitalize}.table-drivers>td:nth-child(1),.table-drivers>th:nth-child(1){flex:0 0 12%}.table-drivers>td:nth-child(2),.table-drivers>th:nth-child(2){flex:0 0 12%}.table-drivers>td:nth-child(3),.table-drivers>th:nth-child(3){flex:0 0 24%}.table-drivers>td:nth-child(4),.table-drivers>th:nth-child(4){flex:0 0 12%}.table-drivers>td:nth-child(5),.table-drivers>th:nth-child(5){flex:0 0 12%}.table-drivers>td:nth-child(6),.table-drivers>th:nth-child(6){flex:0 0 12%}.table-drivers>td:nth-child(7),.table-drivers>th:nth-child(7){flex:0 0 12%}.table-drivers>td:nth-child(8),.table-drivers>th:nth-child(8){flex:0 0 12%}.table-drivers>td:nth-child(9),.table-drivers>th:nth-child(9){flex:0 0 12%}.table-supports .capitalize{text-transform:capitalize}.table-supports>td:nth-child(1),.table-supports>th:nth-child(1){flex:0 0 12%}.table-supports>td:nth-child(2),.table-supports>th:nth-child(2){flex:0 0 25%}.table-supports>td:nth-child(3),.table-supports>th:nth-child(3){flex:0 0 25%}.table-supports>td:nth-child(4),.table-supports>th:nth-child(4){flex:0 0 25%}.table-supports>td:nth-child(5),.table-supports>th:nth-child(5){flex:0 0 25%}.table-orders>td:nth-child(1),.table-orders>th:nth-child(1){flex:0 0 12%}.table-orders>td:nth-child(2),.table-orders>th:nth-child(2){flex:0 0 12%}.table-orders>td:nth-child(3),.table-orders>th:nth-child(3){flex:0 0 12%}.table-orders>td:nth-child(4),.table-orders>th:nth-child(4){flex:0 0 12%}.table-orders>td:nth-child(5),.table-orders>th:nth-child(5){flex:0 0 12%}.table-orders>td:nth-child(6),.table-orders>th:nth-child(6){flex:0 0 15%}.table-orders>td:nth-child(7),.table-orders>th:nth-child(7){flex:0 0 15%}.table-orders>td:nth-child(8),.table-orders>th:nth-child(8){flex:0 0 15%}.table-orders>td:nth-child(9),.table-orders>th:nth-child(9){flex:0 0 12%}.table-orders>td:nth-child(10),.table-orders>th:nth-child(10){flex:0 0 12%}.table-orders>td:nth-child(11),.table-orders>th:nth-child(11){flex:0 0 12%}.table-orders>td:nth-child(12),.table-orders>th:nth-child(12){flex:0 0 12%}.table-orders>td:nth-child(13),.table-orders>th:nth-child(13){flex:0 0 15%}.table-restaurants>td:nth-child(1),.table-restaurants>th:nth-child(1){flex:0 0 20%}.table-restaurants>td:nth-child(2),.table-restaurants>th:nth-child(2){flex:0 0 20%}.table-restaurants>td:nth-child(3),.table-restaurants>th:nth-child(3){flex:0 0 20%}.table-restaurants>td:nth-child(4),.table-restaurants>th:nth-child(4){flex:0 0 40%}.table-restaurants>td:nth-child(5),.table-restaurants>th:nth-child(5){flex:0 0 40%}.table-header{padding:10px 8px;background-color:var(--color-grey);color:var(--color-text-grey);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.15px;text-align:left}.table-body{padding:10px 8px;color:var(--color-text-dark);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.15px;text-align:left}.red-row td{background:rgba(225,54,0,.1333333333)}.yellow-row td{background:rgba(255,222,59,.2)}.reports-blocks{margin-bottom:8px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}.reports-blocks__block{width:100%;height:112px;padding:16px;border-radius:4px;background-color:#f2f2f2}.reports-blocks__block-head{margin:0 0 16px;display:flex;align-items:center;justify-content:space-between}.reports-blocks__block-head-title{margin:0;font-size:14px;line-height:22px;color:#000}.reports-blocks__block-head-percent{padding:4px 6px;display:flex;align-items:center;gap:2px;border-radius:42px;color:var(--color-white)}.reports-blocks__block-info{font-size:32px;line-height:40px;letter-spacing:.15px;color:#000}.reports .reports-body{padding:0 16px}.reports-charts{display:flex;gap:8px}.negative-percent{background-color:var(--color-red-button)}.positive-percent{background-color:var(--color-green)}.neutral-percent{background-color:var(--color-dark-grey)}.flipped-image{transform:rotate(180deg)}
.invite-container{height:100vh;max-width:320px;display:flex;align-items:stretch;flex-direction:column;justify-content:center;margin:0 auto}.invite-container .button-referral{display:flex;align-items:center;justify-content:center;background:var(--color-green);color:var(--color-white);padding:16px;border-radius:8px;margin-bottom:8px}
.input-group label{display:block;margin-bottom:4px;font-size:14px;line-height:20px;color:var(--color-text-grey)}.input-group .input{min-width:192px;width:100%;padding:5px 12px;border-radius:4px;border:1px solid var(--color-border);line-height:24px;font-size:14px}.input-group .input.fullWidth{width:100%;max-width:100%;min-width:100%}.input-group .input:disabled{background:var(--color-grey)}
.button{padding:4px 15px;border-radius:4px;border:1px solid var(--color-green);color:var(--color-white);background-color:var(--color-green);cursor:pointer;line-height:24px;font-size:14px;display:flex;justify-content:center}.button *{color:var(--color-white)}.button .spinner{display:block;width:16px;height:16px;margin:4px;border:2px solid var(--color-white);border-bottom-color:rgba(0,0,0,0);border-radius:50%;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.button:hover{background-color:rgba(55,166,99,.8)}.button.fullWidth{width:100%}.button.secondary{background-color:var(--color-grey);border-color:var(--color-grey)}.button.secondary,.button.secondary *{color:var(--color-black)}.button.secondary:hover{background-color:var(--color-dark-grey);border-color:var(--color-dark-grey)}.button.white{background-color:var(--color-white);border-color:var(--color-white);color:var(--color-black)}.button.white *{color:var(--color-black)}.button.white:hover{background-color:var(--color-dark-grey);border-color:var(--color-dark-grey)}.button.danger{background-color:var(--color-red-button);border-color:var(--color-red-button);color:var(--color-white)}.button.danger:hover{background-color:var(--color-red);border-color:var(--color-red)}
.modal-group{position:fixed;top:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:end;align-items:flex-start;z-index:100;opacity:0;pointer-events:none;transition:all .2s ease}.modal-group .overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);cursor:pointer;z-index:100}.modal-group .modal{position:relative;top:0;right:0;bottom:0;z-index:102;max-width:560px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--color-white);transform:translateX(100%);transition:all .15s ease-in}.modal-group .modal .head{padding:24px 32px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;left:0;right:0;background-color:var(--color-white)}.modal-group .modal .head .title{font-size:24px;font-weight:500;line-height:32px;letter-spacing:.15px}.modal-group .modal .head .close{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--color-grey);cursor:pointer}.modal-group .modal .content{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;overflow-y:auto;padding:0 32px 80px}.modal-group .modal .tags{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:-4px -4px 20px}.modal-group .modal .tags>.tag{margin:4px}.modal-group .modal .body{padding-bottom:256px;margin-bottom:16px;display:flex;flex-direction:column}.modal-group .modal .body .stats{margin-bottom:24px}.modal-group .modal .body .stats .row{display:flex;align-items:flex-start;justify-content:flex-start;margin-right:-4px;margin-left:-4px}.modal-group .modal .body .stats .row>*{margin:4px}.modal-group .modal .body .fields>*{margin-bottom:16px}.modal-group .modal .body .fields .flex{display:flex;justify-content:space-between}.modal-group .modal .body .fields .flex .title{display:block;margin-bottom:4px;font-size:14px;line-height:20px;color:var(--color-text-grey)}.modal-group .modal .body .checkbox-modal{margin-bottom:16px}.modal-group .modal .footer{position:fixed;bottom:0;left:0;right:0;padding:24px 32px;background-color:var(--color-white);z-index:1000}.modal-group .modal .footer>*:not(:last-child){margin-bottom:16px}.modal-group.show{pointer-events:all;opacity:1}.modal-group.show .modal{transform:translateX(0)}

.reports-blocks__block {
  background: transparent !important;
  border: solid 1px var(--color-border);
  height: auto !important;
.reports-blocks__block-head-title {
    display: block;
}
.top {
    margin-bottom: 0px !important;
    height: 32px;
}
.amount {
    margin-bottom: 8px !important;
}
&.clickable {
    border: none;
    background: var(--color-grey) !important;
    cursor: pointer;
    transition: all 0.15s ease;
&:hover {
      opacity: 0.5;
}
}
}


.invited {
  margin-bottom: 24px;
.blocks {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-right: -8px;
    margin-left: -8px;
}
.blocks > * {
    margin: 0 8px;
}
}

.transaction-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.transaction-item .left{display:flex;align-items:center}.transaction-item .left .details{display:flex;flex-direction:column;justify-content:center}.transaction-item .left img{display:block;margin-right:16px}.transaction-item .left .title{margin-bottom:2px}.transaction-item .left .label{margin:0 !important}.transaction-item .right.out{color:var(--color-red)}.transaction-item .right.in{color:var(--color-green)}
.referral-inner{padding-bottom:40px}.description{margin-bottom:24px}.message{display:flex;align-items:center;justify-content:flex-start;background:var(--color-green-muted);padding:12px 16px;border-radius:8px;margin:8px 0}.message img{margin-right:16px}.divider-partner-url{height:1px;margin:16px 0;background:var(--color-grey)}.transaction,.balance,.personal-url{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:8px;background:var(--color-grey);margin-bottom:8px}.transaction.partner-url,.balance.partner-url,.personal-url.partner-url{margin-bottom:8px}.transaction.balance,.balance.balance,.personal-url.balance{margin-bottom:8px}.transaction.transaction,.balance.transaction,.personal-url.transaction{margin-bottom:24px}.transaction.transaction,.transaction.personal-url,.balance.transaction,.balance.personal-url,.personal-url.transaction,.personal-url.personal-url{cursor:pointer;transition:all .15s ease}.transaction.transaction:hover,.transaction.personal-url:hover,.balance.transaction:hover,.balance.personal-url:hover,.personal-url.transaction:hover,.personal-url.personal-url:hover{opacity:.5}
.content{padding-left:240px;min-height:100vh}.breadcrumb{display:flex;justify-content:space-between;align-items:center;padding:4px 16px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.15px;color:#8f8f8f;background-color:var(--color-grey);min-height:48px}.breadcrumb .right{display:flex;justify-content:space-between;align-items:center}.breadcrumb .right>*{margin-left:16px}.breadcrumb .logout{cursor:pointer;margin-left:12px}
.sidebar-list-item{padding:10px 16px;display:flex;align-items:center;cursor:pointer}.sidebar-list-item.active{background:var(--color-green)}.sidebar-list-item-image{margin-right:8px}
.sidebar{position:fixed;top:0;left:0;bottom:0;min-width:240px;min-height:100vh;max-height:-moz-max-content;max-height:max-content;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.15px;color:var(--color-white);background:var(--color-black);z-index:10000}.sidebar-logo{padding:14px 16px;margin:0;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.15px;color:var(--color-text-grey)}.sidebar-list{margin:0;padding:0;list-style:none}
.loader{position:absolute;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);width:100%;height:100%;z-index:1000}.loader-circle{width:48px;height:48px;border:5px solid var(--color-green);border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;position:absolute;top:50%;left:50%}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.admin-panel{min-width:1200px}.coin-tag{padding:0 8px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-green);color:var(--color-white);border-radius:20px;cursor:pointer}.coin-tag img{display:block;margin-right:8px}
.pagination{padding:8px 0;width:100%;display:flex;justify-content:center;align-items:center;border-bottom:2px solid var(--color-border)}.pagination .pagination-nav{display:flex;justify-content:center;align-items:center}.pagination-total{margin-right:8px;font-size:14px;line-height:22px;font-family:var(--roboto);color:var(--color-text-grey)}.pagination-arrow{background-color:var(--color-white);border:none;cursor:pointer}.pagination-arrow-previous{transform:rotate(180deg)}.pagination-points{height:24px}.pagination-numbering{font-family:var(--roboto);font-size:14px;font-weight:500;line-height:22px;border:none;background-color:var(--color-white);padding:0 8px;cursor:pointer}.pagination-numbering.active{color:var(--color-green);border-radius:2px;border:1px solid var(--color-green)}.pagination-number-item{margin-right:8px;padding:0 8px;min-width:120px;border-radius:2px;border:1px solid #d9d9d9;font-family:var(--roboto);font-size:14px;line-height:22px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/img/select-arrow.7186e0fd.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;outline:none;cursor:pointer}.pagination-goto{font-size:14px;line-height:22px}.pagination-goto-input{max-width:44px;width:100%;padding:5px 12px;border-radius:4px;border:1px solid var(--color-border);-webkit-appearance:none;-moz-appearance:none;appearance:none}.pagination-goto-input[type=number]::-webkit-outer-spin-button,.pagination-goto-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}
.select{padding:5px 16px;width:100%;padding-right:40px;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/img/select-arrow.7186e0fd.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;border:solid 1px var(--color-border);outline:none;cursor:pointer;font-size:14px;font-weight:400;line-height:22px;text-overflow:ellipsis;overflow:auto;position:relative}.select:disabled{background-color:rgba(241,236,236,.2509803922)}.label{display:block;margin-bottom:4px;font-size:14px;line-height:20px;color:var(--color-text-grey)}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-wrap: none;

  span {
    display: block;
  }
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
}

.custom-checkbox:checked + label::before {
  border-color: var(--color-green);
  background-color: var(--color-green);
  background-image: url(/img/check.c1813ab8.svg);
}

.checkbox-decline-driver {
  margin-bottom: 16px;
}



.tag{padding:4px 12px;border-radius:16px;line-height:24px;font-size:14px;text-transform:capitalize}.tag.success{color:var(--color-white);background-color:var(--color-green)}.tag.danger{color:var(--color-white);background-color:var(--color-red)}.tag.warning{color:var(--color-black);background-color:#ffde3b}.tag.default{color:var(--color-black);background-color:var(--color-grey)}
.error{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.error-code{font-size:80px}.error-text{font-size:30px}
.table-body{padding:10px 8px;color:var(--color-text-dark);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.15px;text-align:left}.table-body.empty{color:var(--color-text-muted)}
.routes{margin-bottom:24px}.options .option-item{display:flex;align-items:center;padding:16px 0;border-bottom:solid 1px var(--color-border);justify-content:space-between}.options .option-item .option-label{width:100%}.options .option-item .option-label .address{display:flex;align-items:center;justify-content:space-between}.options .option-item .option-label .address .left{display:flex;align-items:center;justify-content:flex-start}.options .option-item .option-label .address .checked{background:var(--color-green);width:24px;height:24px;border-radius:100%;display:flex;align-items:center;justify-content:center}.options .option-item .option-label .inputs>*{margin-top:16px}.options .option-item .option-price{color:var(--color-green)}.options .option-item .options-circle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--color-red);color:var(--color-white);margin-right:16px;border-radius:100%}.options .option-item:first-child .options-circle{background:var(--color-green) !important}
.header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;padding-top:32px}.header .title{font-size:32px;margin-right:16px;font-weight:500;color:var(--color-text-grey);cursor:pointer}.header .title.active{color:var(--color-black)}.map-wrapper{position:fixed;top:0;left:240px;right:560px;bottom:0;z-index:110;opacity:0;transform:translateX(100%);transition:all .15s ease-in;pointer-events:none}.map-wrapper.isVisible{opacity:1;transform:translateX(0);pointer-events:all}.map-wrapper .update-button{position:fixed;top:24px;right:24px;z-index:150}
.invite-container{height:100vh;max-width:320px;display:flex;align-items:stretch;flex-direction:column;justify-content:center;margin:0 auto}.invite-container .button-referral{display:flex;align-items:center;justify-content:center;background:var(--color-green);color:var(--color-white);padding:16px;border-radius:8px;margin-bottom:8px}
