html {
    font-size: 11px!important;
}
.page {
    min-width: auto;
}

.client-info input,
.client-info select {
    background-color: #fff;
    border: 0.1rem solid #d3d3d3;
    border: 0.1rem solid var(--border-color-1);
    border-radius: 0.3rem;
    font-size: 1.2rem !important;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    height: 150px;
    overflow: hidden;
}

.stage .dot-collision {
    margin-right: 100px;
}

.page-title--call {
    margin-right: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 510px;
}

.button--hangup {
    height: 3.5rem;
    background-color: var(--brand-color-delete);
    border-color: var(--brand-color-delete)
}

.error {
    color: var(--brand-color-delete);
}

.form.search-form .field input {
    padding: 0 2rem 0 1.6rem;
}
.header-nav {
    margin-right: 3rem;
}
.header-nav-list__item .link .icon.icon-call-cancelled-ico {
    color: #e34141;
    color: var(--brand-color-red)
}

.header-nav-list__item a {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.header-nav-list__item {
    margin-left: 3rem !important;
    font-size: 1.2rem !important;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    height: 150px;
    overflow: hidden;
}

.stage .dot-collision {
    margin-right: 100px;
}

.page-title--call {
    margin-right: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 510px;
}

.button--hangup {
    height: 3.5rem;
    background-color: var(--brand-color-delete);
    border-color: var(--brand-color-delete)
}

.error {
    color: var(--brand-color-delete);
}

.field .file-name {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 2.4rem 0 1rem;
    font-family: inherit;
    font-size: 1.5rem;
    color: inherit;
    background-color: #fff;
    border: 0.1rem solid #d3d3d3;
    border: 0.1rem solid var(--border-color-1);
    border-radius: 0.3rem;
}

.search-list {
    display: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}

.search-list.selected {
    display: block;
}

.select-filter {
    padding-right: 2em !important;
    width: 100% !important;
    border-left-width: 0px !important;
    border-right-width: 0 !important;
    border-radius: 0px !important;
}

.select-filter option {
    color: black;
}

.select-filter--grey {
    color: grey !important;
}

.select-filter--small {
    border-width: 0.1rem 0.1rem 0.1rem 0 !important;
}

.field--filter {
    width: auto;
    display: flex;
}

.field-button-wrapper {
    width: 20%;
    margin-top: auto;
    margin-bottom: auto;
}

.field-button-wrapper button {
    margin-left: auto;
    margin-right: auto;
}

.filter-wrapper {
    width: 80%;
    display: flex;
}

.filter-wrapper--no-bottom-border input {
    border-bottom-width: 0 !important;
}

.filter-wrapper--no-bottom-border select {
    border-bottom-width: 0 !important;
}

h3 {
    color: var(--brand-color-1);
}

.page-footer--small {
    padding: 0 1rem 1rem;
}

.ymap-container {
    height: 49rem;
    min-width: 49rem;
    width: 90%;
}

.ymap-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 400px;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}

.ymap-list {
    min-width: 700px;
}

.ymap-list .search-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.table_small.map-table tbody td {
    font-size: 0.7rem !important;
}

table.map-table tbody td button {
    font-size: 0.7rem !important;
    width: 170px;
    min-width: auto;
}

table.map-table thead td {
    font-size: 0.7rem !important;
}

.table_small.client-table tbody td {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
}

.table tbody td .field_time {
    max-width: 10rem;
}

.table tbody td .field_btn {
    max-width: 12rem;
}

.table tbody td .field_btn-small {
    max-width: 4rem;
}

.table tbody td .field_btn .button,
.table tbody td .field_btn-small .button {
    margin-top: 0;
}

span.client-info__text {
    background-color: #fff;
    border: 0.1rem solid #d3d3d3;
    border: 0.1rem solid var(--border-color-1);
    border-radius: 0.3rem;
    font-size: 1.2rem !important;
    font-weight: 400;
}

select.client-info__text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

table.client-table thead td {
    font-size: 1rem !important;
}

table.client-table .button_small {
    height: 1.5rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    padding: 0 1rem!important;
    min-width: 5rem;
}


.button_red {
    background-color: var(--brand-color-delete)!important;
    border-color: var(--brand-color-delete)!important;
    color: #fff!important;
}
.button_border.button_red .icon {
    color: #fff!important;
}

.client-form-item{
    display: flex;
    align-items: center;
    height: 2.2rem;
    padding: 0 2rem;
    font-weight: 400;
    font-size: 1.2rem
}
.client-form-item span {
    padding-right: 1rem;
    color: var(--text-color-2);
}

.loading {
    width: calc(100% - 4rem);
    z-index: 1;
    height: calc(100vh - 9rem);
    background-color: #dddddd;
    padding: 120px;
    text-align: center;
    opacity: 0.9;
    position: absolute;
}


.phone-sidebar {
    
    position: fixed;
    top: 50%;
    right: 0;
    border: 1px solid;
    border-color: var(--brand-color-1);
    border-right: 0px;
    background: var(--brand-color-1);
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    padding: 0.5rem 0.3rem 0.3rem 0.3rem;

}

.phone-sidebar .button {
    padding: 0 0 !important;
    min-width: 3rem !important;
    text-align: center !important;
    margin-bottom: 0.2rem;
}
.phone-sidebar .button .icon {
    margin-right: 0!important;
}

.form-small .form-row_label {
    padding-left: 10rem;
}
.form-small .form-row_label .field-label {
    width: 10rem;
    font-size: 1.2rem;
    height: 1.5rem;
    color: var(--text-color-2);
}
.form-small .field {
    height: 2rem;
}
.form-small .field input {
    font-size: 1.2rem;
    border-radius: 0.1rem;
    padding: 0 0.5rem 0 0.5rem!important;
}

.form-small .form-row:not(:first-child) {
    margin-top: 1rem;
}
.form-small .field span {
    border: 0;
    font-size: 1.2rem;
}
.form-small .select-wr .select {
    height: 2rem;
    font-size: 1.2rem;
    border-radius: 0.1rem;
    padding: 0 0.5rem 0 0.5rem!important;
}
.form-small .table tbody td  .field_time {
    max-width: 7rem;
}
.form-small .table tbody td .field_num {
    max-width: 5rem;
}

.form-small  .select-wr .icon {
    top: calc(50% - 0.3rem);
    right: 1rem;
    font-size: 0.6rem;
}

.button.button_icon {
    min-width: 4rem;
    width: 4rem;
}
.button.button_icon .icon {
    margin-right: 0 !important;
}

.select.select_big {
    height: 4rem;
}
.button_secondary--button_in_text {
    display: inline-block;
    font-size: 20px;
    width: 180px;
    height: 2rem;
    min-width: 180px;
}
.modal-content {
    overflow: auto;
}


.button_icon.button_xs {
    margin-top: 0px !important; 
    width: 30px !important; 
    height: 30px !important; 
    min-width: 30px !important; 
    float: right !important; 
    border-radius: 5px !important; 
    padding: 5px !important;
}

.button_icon.button_xs .icon {
    font-size: 16px !important;
}

input:disabled {
    opacity: 50%;
}
.radio_button.disabled {
    opacity: 50%;
}

.table_small  tbody td {
    padding: 0.8rem;
}
.form-row:not(:first-child) {
    margin-top: 0.8rem;
}

.order-routes {
    padding: 1rem 0;
    clear: both;
}
.order-routes .calendar {
    display: inline-block;
    vertical-align: top;
    width: 27%
}
.order-routes .slots {
    display: inline-block;
    vertical-align: top;
    padding-left: 1rem;
    width: 70%
}
.order-routes .slots .slots-header {
    text-align: center;
}
.order-routes .slots .radio__box {
    display: inline-block;
    font-size: 1rem;
    padding: 0.7rem 0.25rem 0.25rem 0.2rem;
    text-align: center;
}

.radio__box.radio__box-red {
    border-color: var(--brand-color-delete);
    background-color: var(--brand-color-delete);
}


.dropbtn {
    background-color: white;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 16rem;
    left: -11rem;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.icon-truck {
    color: #008c9a;
    color: var(--brand-color-1);
    font-size: 3rem;
}
.order-routes .slots .route-block {
    display: flex;
    justify-content: center;
}
.order-routes .slots .slots-block {
    display: flex;
    justify-content: center;
}
.order-routes .slots .slots-block label {
    min-width: 8rem;
    text-align: center;
}
.order-routes .slots .slots-block label .radio__box {
    border: 0.1rem solid;
    border-color: #008c9a;
    border-color: var(--brand-color-1);
}


td.address {
    padding-left: 6rem!important;
    position: relative;
}
td.address a {
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 0;
    border: 0.2rem solid;
    border-radius: 0.3rem;
    border-color: #008c9a;
    border-color: var(--brand-color-1);
    display: block;
    cursor: pointer;
}
td.address a svg {
    color: #008c9a;
    color: var(--brand-color-1);
    width: 3rem;
    height: 3rem;
    margin: 0.9rem;
}

.dispatcher-routes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dispatcher-routes-block {
    width: 9rem;
    margin-right: 0.5rem;
    margin-top: 2rem;
}
.dispatcher-routes-block-head {
    border: 0.2rem solid;
    border-color: var(--brand-color-1);
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    min-height: 5.5rem;
}
.dispatcher-routes-block-head > div{
    padding-left: 2.5rem; 
    position: relative; 
    height: 2rem;
}
.dispatcher-routes-block-head > div svg{
    width: 2rem;
    font-size: 2rem;
    position: absolute; 
    left: 0;
}

.dispatcher-routes-block .button {
    margin-left: 0!important;
    width: 9rem!important;
    min-width: 9rem!important;
    font-size: 1rem!important;
    padding: 0 0.5rem!important;
}
.dispatcher-routes-block .button  .icon {
    font-size: 1rem!important;
}
.dispatcher-routes-block-detail {
    margin: 0.5rem 0;
    position: relative;
    padding-right: 2rem;
}
.dispatcher-routes-block-detail .button{
    position: absolute;
    width: 2rem!important;
    height: 2rem!important;
    min-width: 1rem!important;
    display: block;
    right: 0;
    border-radius: 0.3rem;
}

.table_slots td {
    padding: 0.8rem 0.4rem!important;
}

.order-logs {
    max-width: 30rem;
    margin-top: 1rem;
    padding: 0.5rem;
    border: 1px solid;
    border-radius: 5px;
}
.order-log .order-log__icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
}
.order-log .order-log__icon .icon {
    font-size: 16px !important;
    display: inline-block;
}

.has-error input {
    border-color: #c13737;
    border-color: var(--brand-color-delete);
}
.badge {
    padding: 1rem;
    font-size: 1.5rem;
}
.badge.error {
    background-color: #c13737;
    background-color: var(--brand-color-red);
    color: #fff;
}

.is-success {
    color: var(--brand-color-1);
    color: #008c9a;
}
.is-error {
    color: var(--brand-color-red);
    color: #e34141;
}
.is-note {
    font-style: italic;
    padding-top: 0!important;
}
.is-note td {
    padding-top: 0!important;
    font-size: 1.3rem!important;
}

.badge {
    margin: 0;
    padding: 4px 8px;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid var(--border-color-1);
    color: var(--border-color-1);
    box-sizing: border-box;
    border-radius: 2px;
}
.badge_new,
.badge_accepted,
.badge_given_away,
.badge_succes {
    border-color: var(--brand-color-1);
    color: var(--brand-color-1);
}
.badge_warning,
.badge_rework,
.badge_warning,
.badge_drive {
    border-color: var(--brand-color-2);
    color: var(--brand-color-2);
}
.badge_cancel,
.badge_not_given,
.badge_avoid,
.badge_danger {
    border-color: var(--brand-color-red);
    color: var(--brand-color-red)!important;
}
.badge_info,
.badge_complete {
    border-color: var(--brand-color-7);
    color: var(--brand-color-7);
}

.modal-content p {
    font-size: 1.5rem;
}
.error-line {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    background-color: #e34141;
    clear: both;
    color: #fff;
    padding: 0.5rem;
}

.sticky-table {
    overflow: auto;
}
.sticky-table thead tr td,
.sticky-table thead tr th
 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0rem;
}
