.suggestions-suggestions {
    border-radius: 0.625rem;
    font-family: 'Gilroy';
}

.suggestions-suggestion {
    font-family: inherit;
}

.select2-search__field {
    box-shadow: 0 0 10px #999999;

}

.select2-choices {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.select2-container .select2-selection--single {
    height: 42px !important;
    border-radius: 10px;
}

.select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0.625rem;
}

/*.select2-container {*/
/*  min-width: 400px;*/
/*}*/

/*.select2-results__option {*/
/*  padding-right: 20px;*/
/*  vertical-align: middle;*/
/*}*/
/*.select2-results__option:before {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  height: 20px;*/
/*  width: 20px;*/
/*  border: 2px solid #e9e9e9;*/
/*  border-radius: 4px;*/
/*  background-color: #fff;*/
/*  margin-right: 20px;*/
/*  vertical-align: middle;*/
/*}*/
/*.select2-results__option[aria-selected=true]:before {*/
/*  font-family: 'Gilroy';*/
/*  content: "\2713";*/
/*  color: #fff;*/
/*  background-color: #f77750;*/
/*  border: 0;*/
/*  display: inline-block;*/
/*  padding-left: 3px;*/
/*}*/

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    min-height: 20px;
    /*vertical-align: bottom;*/
    vertical-align: top;
    font-family: 'Gilroy';
}

/*Первоначальное поле ввода*/
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #000000;
    border-radius: 21px;
}

/*Выбранные опции в выпадающем списке*/
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #558ec5;
    color: #F2E3D5;
}
/*Выбранные опции в выпадающем списке*/
.select2-container--default .select2-results__option--selected {
    background-color: #558ec5;
    color: #F2E3D5;
}

/*Опция выделенная при ховере*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #83addc;
    color: #ffffff;
}

/*Выбранные опции  в поле*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F2E3D5;
    border: 1px solid #F2E3D5;
    color: #024959;
    border-radius: 8px;
    /*padding-left: 2px;*/
    padding-right: 7px;
    padding-bottom: 2px;
    padding-top: 2px;
}



/*.select2-container--default .select2-selection--multiple {*/
/*	margin-bottom: 10px;*/
/*}*/
/*.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {*/
/*	border-radius: 4px;*/
/*}*/
/*.select2-container--default.select2-container--focus .select2-selection--multiple {*/
/*	border-color: #f77750;*/
/*	border-width: 2px;*/
/*}*/
/*.select2-container--default .select2-selection--multiple {*/
/*	border-width: 2px;*/
/*}*/
/*.select2-container--open .select2-dropdown--below {*/

/*	border-radius: 6px;*/
/*	box-shadow: 0 0 10px rgba(0,0,0,0.5);*/

/*}*/
/*.select2-selection .select2-selection--multiple:after {*/
/*	content: 'hhghgh';*/
/*}*/
/*!* select with icons badges single*!*/
/*.select-icon .select2-selection__placeholder .badge {*/
/*	display: none;*/
/*}*/
/*.select-icon .placeholder {*/
/*	display: none;*/
/*}*/
/*.select-icon .select2-results__option:before,*/
/*.select-icon .select2-results__option[aria-selected=true]:before {*/
/*	display: none !important;*/
/*	!* content: "" !important; *!*/
/*}*/
/*.select-icon  .select2-search--dropdown {*/
/*	display: none;*/
/*}*/


.client-items {
    width: 100%;
    font-family: 'Gilroy';
}

.period-items {
    width: 100%;
    font-family: 'Gilroy';
}

.order-items {
    width: 100%;
    font-family: 'Gilroy';
}

.mobile-network-status {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 86px;
    z-index: 1000;
    padding: 14px 16px;
    border-radius: 16px;
    background: #024959;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.mobile-network-status__title {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 16px;
}

.mobile-network-status__text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.35;
}

.mobile-network-status__retry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 18px;
    background: #ffffff;
    color: #024959;
    font: inherit;
    font-weight: 700;
}

.mobile-network-status__retry:disabled {
    opacity: 0.65;
}

.mobile-offline-page {
    display: flex;
    min-height: 100vh;
    padding: 32px 20px;
    align-items: center;
    justify-content: center;
    background: #f6f7f9;
}

.mobile-offline-card {
    width: 100%;
    max-width: 360px;
    padding: 28px 22px;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 10px 35px rgba(2, 73, 89, 0.14);
}

.mobile-offline-card__icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f77750;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}

.mobile-offline-card__title {
    margin: 0 0 12px;
    color: #024959;
    font-size: 24px;
    line-height: 1.2;
}

.mobile-offline-card__text {
    margin: 0 0 22px;
    color: #4f5f64;
    font-size: 15px;
    line-height: 1.45;
}

.mobile-offline-card__button {
    width: 100%;
}


