html {
    font-size: 14px!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-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: 400px;*/
/*    min-width: 540px;*/
/*    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  .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;
}


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

ion-back-button.button {
    min-width: auto;
    height: auto;
    padding: 0;
}

.result-message {
    margin-bottom: 1rem;
}

.checked-button-input:checked ~ .product-item:after {
    background: url(/assets/images/checkbox.svg) no-repeat center;
}