html {
    font-size: 12px!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 {
    min-height: 400px;
    min-width: 500px;
    width: 90%;
}
.order-edit .ymap-container {
    height: 45rem;
}

.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: 58rem;
}

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

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

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

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

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

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: 30%;
    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: 5rem !important;
    text-align: center !important;
    margin-bottom: 0.5rem;
    height: 5rem!important;
}
.phone-sidebar .button .icon {
    margin-right: 0!important;
    font-size: 3rem;
}

.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  .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: 3.5rem;
}

.button_secondary--button_in_text {
    display: inline-block;
    font-size: 20px;
    width: 180px;
    height: 2rem;
    min-width: 180px;
}
.modal-content {
    overflow: auto;
    font-size: 1.5rem;
}
.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: 1.3rem !important;
}

.multiselect {
    margin-top: 10px;
}

.multiselect-result-field {
    height: auto;
    overflow: auto;
    flex-wrap: wrap;
    margin-top: 10px;
}

.multiselect-result {
    height: auto;
    overflow: auto;
    flex-wrap: wrap;
}

.multiselect-result div {
    border: 0.1rem solid var(--border-color-1);
    border-radius: 0.3rem;
    margin: 8px;
    padding-left: 5px;
    padding-right: 20px;
    position: relative;
}

.multiselect-result div img {
    position: absolute;
    top: 5px;
    right: 5px;
}

input[type=checkbox].big_checkbox
{
    /* Double-sized Checkboxes */ /* IE */ /* FF */ /* Safari and Chrome */ /* Opera */
    transform: scale(2);
    padding: 10px;
}
.dropbtn {
    background-color: white;
    color: white;
    padding: 0.9rem;
    font-size: 0.9rem;
    border: none;
}

.time-tracker {
    overflow: initial;
    position: relative;
    display: inline-block;
}

.time-tracker-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.time-tracker-content div {
    font-size: 1rem;
    font-weight: 400;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.time-tracker:hover .time-tracker-content {display: block;}

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

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

.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;}

.header-profile__text {
    padding-right: 30px;
}

.header-profile__text--time img {
    width: 30px;
}

.header-profile__text--time span {
    font-size: 2.5rem;
    color: black;
}
.call_type {
    width: calc(30% - 0.7rem);
    padding: 15px 20px 15px 0px;
    margin-left: 0px !important;
}


.header-nav-list__item .link .icon {
    width: 3rem;
    height: 3rem;
}
.header-nav-list__item .link {
    font-size: 2rem;
}
table.map-table tbody td button.button_small  {
    width: 3rem;
    height: 2rem;
    border-radius: 0.2rem;
    margin-right: 0.5rem;
}

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

.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;
}


.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);
}

.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_danger {
    border-color: var(--brand-color-red);
    color: var(--brand-color-red);
}
.badge_info,
.badge_complete {
    border-color: var(--brand-color-7);
    color: var(--brand-color-7);
}

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

.is-note {
    font-style: italic;
    padding-top: 0!important;
}
.field-calendar {
    height: 4rem;
    position: relative;
    width: 100%;
}
.field-calendar input {
    -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;
}

.information-block {
    height: calc(100vh - 30rem)!important;
}
.services-price .information-block {
    height: calc(100vh - 32rem)!important;
}
.client-info .information-block {
    height: calc(100vh - 38rem)!important;
}
.information-page .information-block {
    height: calc(100vh - 26rem)!important;
}
.information-page .services-price .information-block {
    height: calc(100vh - 28rem)!important;
}
.information-page .client-info .information-block {
    height: calc(100vh - 35rem)!important;
}

.information-block .ymap-container {
    height: calc(100vh - 36rem)!important;
}

.type-information .information-block {
    height: calc(100vh - 55rem)!important;
}

.has-error input,
.has-error .field-calendar input,
.has-error textarea,
.has-error .field-calendar input {
    border-color: red!important;
}



@media screen and (max-width: 1048px) {
  .header-profile {
    margin-left: 1rem;
  }
  .header-profile__text {
      padding-right: 1rem;
  }
}


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

.dispatcher-routes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.dispatcher-routes-block {
    margin-right: .5rem;
    margin-top: 2rem;
    width: 9rem
}

.dispatcher-routes-block-head {
    border: .2rem solid;
    border-color: var(--brand-color-1);
    border-radius: .5rem;
    cursor: pointer;
    min-height: 5.5rem;
    padding: .5rem
}

.dispatcher-routes-block-head>div {
    height: 2rem;
    padding-left: 2.5rem;
    position: relative
}

.dispatcher-routes-block-head>div svg {
    font-size: 2rem;
    left: 0;
    position: absolute;
    width: 2rem
}

.dispatcher-routes-block .button {
    font-size: 1rem!important;
    margin-left: 0!important;
    min-width: 9rem!important;
    padding: 0 .5rem!important;
    width: 9rem!important
}

.dispatcher-routes-block .button .icon {
    font-size: 1rem!important
}

.dispatcher-routes-block-detail {
    margin: .5rem 0;
    padding-right: 2rem;
    position: relative
}

.dispatcher-routes-block-detail .button {
    border-radius: .3rem;
    display: block;
    height: 2rem!important;
    min-width: 1rem!important;
    position: absolute;
    right: 0;
    width: 2rem!important
}
