@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  font-display: swap;
}

/* @font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans/OpenSans-SemiBold.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
  font-display: swap;
} */

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('../fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
  font-display: swap;
}

/* @font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans/OpenSans-ExtraBold.eot');
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
		url('../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
  font-display: swap;
} */

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Italic.eot');
	src: local('Open Sans Italic'), local('OpenSans-Italic'),
		url('../fonts/OpenSans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans/OpenSans-Italic.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
  font-display: swap;
}

body, input, select, textarea, button, .ui-btn {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal; /* Добавлено по настойчивому требованию Петрова 23.11.2019 */
}

svg {
    fill: currentColor;
}

a svg,
button svg {
    pointer-events: none;
}

svg:not(:root) {
    overflow: hidden;
}

.ui-btn-left, .ui-btn-right {
    top: 0.55em;
}

.ui-field-contain label {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-li-count-additional {
    float: right;
    position: inherit;
    margin-top: 0px;
    border-color: #ddd;
}

.plan_info_column_left {
    float: left;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plan_info_column_right {
    float: right;
    max-width: 40%;
    text-align: right;
}

.plan_info_column_right span {
    margin-left: 0.25em;
}

.plan_info_column_right a, .plan_info_column_right span {
    text-decoration: none;
    color: #333 !important;
    text-shadow: 0 1px 0 #f3f3f3;
    font-weight: normal;
}

.plan_full_border_good {
    border-color: #179b4c !important;
}

.plan_full_border_bad {
    border-color: #cc2013 !important;
}

.plan_full_border_partial {
    border-color: #1739a8 !important;
}

.plan_full_text_good {
    color: #64E264 !important;
}

.plan_full_text_good-view {
    color: #64E264 !important;
    opacity: 0.5;
}

.plan_full_text_bad {
    color: #E05353 !important;
}

.plan_full_text_partial {
    color: #1739a8 !important;
}

.plan_full_text_middle {
    color: #ffc200 !important;
}

.plan_full_text_default {
    color: #000000 !important;
}

.plan_full_text_rno {
    color: #e3e3e3 !important;
}

.plan_budget_info_column_right {
    float: right;
    max-width: 51%;
    text-align: right;
}

.plan_budget_info_column_left {
    float: left;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pointer {
    cursor: pointer;
}

.mail_msg_unread {
    font-weight: bold;
}

.mail_msg_read {
    font-weight: normal;
    color: #AEAEAE !important;
    text-decoration: none;
}

.disable_selection {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version */
}

.hide_overflow {
    padding-right: 0.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_menu_collapsible li a {
    padding-left: 3em;
}

/*! custom collapsible listview styles */
.custom-collapsible-mixed {
    margin-top: -8px !important;
    margin-bottom: -9px !important;
}

.custom-collapsible-mixed h3 a {
    border-radius: 0 !important;
    border-width: 0 !important;
    border-bottom-width: 1px !important;
}

.custom-collapsible-mixed ul {
    margin-top: -15px !important;
    margin-bottom: 0px !important;
}

.custom-li-mixed {
    padding: 0 !important;
}

.custom-li-mixed-last {
    border-top-width: 0 !important;
}

/*! custom collapsible listview styles end*/

.ui-mini {
    margin-left: 0em !important;
    margin-right: 0em !important;
}

.ui-mobile label, .ui-controlgroup-label {
    margin-bottom: 2px;
}

.training_read {
    color: #c0c0c0;
}

@media (min-width: 901px) {
    .plan_list_row_dt {
        max-width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .plan_list_row_addr_nm {
        padding-left: 0.25em;
        max-width: 10%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_addr {
        padding-left: 0.25em;
        max-width: 20%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_tp {
        padding-left: 0.25em;
        max-width: 10em;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_time_work {
        padding-left: 0.25em;
        max-width: 25%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

}

@media (max-width: 900px) {
    .plan_list_row_dt {
        max-width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .plan_list_row_addr_nm {
        padding-left: 0.25em;
        max-width: 10%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_addr {
        padding-left: 0.25em;
        max-width: 20%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_tp {
        padding-left: 0.25em;
        max-width: 25%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_time_work {
        padding-left: 0.25em;
        max-width: 25%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

}

@media (max-width: 450px) {
    .plan_list_row_dt {
        max-width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .plan_list_row_addr_nm {
        padding-left: 0.25em;
        max-width: 10%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_addr {
        padding-left: 0.25em;
        max-width: 20%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_tp {
        padding-left: 0.25em;
        max-width: 25%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_time_work {
        padding-left: 0.25em;
        max-width: 25%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

}

@media (max-width: 380px) {
    .plan_list_row_dt {
        max-width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .plan_list_row_addr_nm {
        padding-left: 0.25em;
        max-width: 10%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_addr {
        padding-left: 0.25em;
        max-width: 20%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_tp {
        padding-left: 0.25em;
        max-width: 25%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_time_work {
        padding-left: 0.25em;
        max-width: 17%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }
}

@media (max-width: 350px) {
    .plan_list_row_dt {
        max-width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .plan_list_row_addr_nm {
        padding-left: 0.25em;
        max-width: 10%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_addr {
        padding-left: 0.25em;
        max-width: 20%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_addr_tp {
        padding-left: 0.25em;
        max-width: 25%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

    .plan_list_row_time_work {
        padding-left: 0.25em;
        max-width: 10%;
        overflow: hidden;
        /*0 text-overflow: ellipsis;*/
    }

}

.candidate_view {
    color: #d8d8d8 !important;
}

.network_status_online {
    background: #93ff5b !important;
}

.network_status_offline {
    background: #ff5b5b !important;
}

.network_status_online_slow {
    background: #f5ff5b !important;
}

.ui-fa-disk {
    background-color: rgba(0, 0, 0, 0.298039);
    border-radius: 1em;
    font-size: 14px;
}

.ui-btn-fa {
    padding-left: 2.5em;
}

.ui-btn-fa .fa {
    position: absolute;
    left: 9px;
    width: 22px;
    height: 22px;
}

.ui-btn-fa .fa:before {
    line-height: 22px !important;
}

.menu-optgroup-element-collapsed {
    display: none !important;
}

.menu-optgroup-element-collapse-item a {
    padding-left: 2em;
}

.list_recl li p {
    margin: .2em 0 !important;
}

.unread_reclamation_line p {
    font-weight: bold !important;
}

.verification_code_submit::-webkit-outer-spin-button,
.verification_code_submit::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.verification_code_submit[type=number] {
    -moz-appearance: textfield;
}

.vacation_badge {
    color: #FF3B3B !important;
}

.input_score_select_button, .input_score_opinion_select_button {
    width: 29% !important;
    font-weight: normal;
}

.counter_white {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    font-weight: normal;
}

.counter_gray {
    background-color: #aaa;
}

/*darker style for h tag in listview*/
.theme-header > a {
    background: #E9E9E9 !important;
}

.like_link {
    cursor: pointer;
    color: #3388cc;
    text-decoration: underline;
}

.main_menu_subelement img.main_menu_icon {
    position: unset !important;
}

.notes_item {
    margin-top: 1em;
}

.notes_item .notes_text img {
    width: 100%;
}

.hidden_element {
    display: none !important;
}

.badge_white {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    font-weight: normal;
}

.badge_gray {
    background-color: #aaa;
}

#modal_popup {
    padding: 1em;
}

.vote_star_item {
    background-color: #c1c0bd !important;
}

.vote_star_item_inactive {
    background-color: #f6f6f6 !important;
}

.score_additional_comment_form .score_additional_comment_header {
    text-align: center;
    margin-bottom: 1em;
}

.score_additional_comment_text_block input {
    width: 20em;
}

.score_additional_comment_text_block {
    margin-bottom: 1em;
}

.score_additional_comment_save_block {
    text-align: center;
}


.score_star_item {
    background-color: #c1c0bd !important;
}

.score_star_item_inactive {
    background-color: #f6f6f6 !important;
}


.main_menu_element .ui-btn,
.main_menu_subelement .ui-btn {
    padding-left: 40px;
}

.main-menu__svg-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.main-menu__icon,
.ui-listview > .ui-li-has-icon > img.main-menu__icon,
.ui-listview > .ui-li-has-icon > .ui-btn > img.main-menu__icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    margin-top: -1px;
}

.fa.flashing_icon {
    opacity: 0;
    animation: fa_flashing_animation 1s ease infinite;
}

@keyframes fa_flashing_animation {
    to {
        opacity: 1;
    }
}

.tabulator-paginator label {
    display: inline;
    margin: 0;
}

.comboField {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}

.comboField:last-of-type {
    margin-bottom: 0;
}

.comboField > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comboField__name {
    font-weight: bold;
}


/***
* temp fix select2
*******************************/
/* .ui-mobile label ~ .select2-container--default {
    margin-top: 0.5em;
} */

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 25px;
}

.select2-container--default .select2-selection--single {
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    width: 25px;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-width: 0 2px 2px 0;
    padding: 2px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-top: -1px;
    border-width: 2px 0 0 2px;
}
/***
* temp fix select2 end
*******************************/

/* .fancybox-container {
    z-index: 11001; 
} */

/*hide keyboard on mobile*/
/* .filter_item_search_autohide + .select2-container .select2-search--inline {
    display: none; 
} */

.select2-selection__choice__remove {
    padding: 0px 6px;
    margin-left: -6px;
    margin-right: 4px;
    border-right: 1px solid #aaa;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
    width: 26px;    
    margin-right: 1px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    text-align: center;
}

.select2-container--default .select2-selection--multiple {
    position: relative;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    margin-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
/* .select2-container--default .select2-selection--multiple .select2-selection__menu  */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    cursor: pointer;
}

/* .select2-container--default .select2-selection--multiple .select2-selection__menu {
    right: 0;
} */

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    width: 25px;
    cursor: pointer;
    /* height: 32px; */
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -5px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter_item_search_autohide + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 61px;
    line-height: 30px;
}

.filter_item_search_autohide + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: none;
}

.filter_item_search_autohide + .select2-container--default .select2-selection--multiple .select2-selection__choice-custom.multi {
    text-decoration: underline;
}

.filter_item_search_autohide + .select2-container .select2-search--inline .select2-search__field::placeholder {
    color: currentColor;
}

.filter_item_search_autohide + .select2-container .select2-selection__choice + .select2-search--inline {
    display: none;
}



.ui-mobile .ui-field-contain .ui-input-text {
    border-color: #999;
    box-shadow: none;
}

.ui-mobile .ui-field-contain .ui-input-text.ui-focus {
    border-color: #1E88E5;
}

.table-context-control,
.ui-mobile label.table-context-control {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}

.table-context-control svg {
    display: inline-block;
    vertical-align: middle;
}

/* @media (min-width: 40em) { 


} */

/**Style for chat**/
/* .btn {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 12px 11px;
    border-radius: 6px;
    border: 1px solid transparent;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25;
    font-family: inherit;
    text-decoration: none;
    text-transform: none;
    color: #465154;
    background-color: #A4B3B7;
    background-image: none;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    outline: none;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    color: #465154;
    background-color: #cccccc;
}

.btn:hover {
    text-decoration: none;
}

.btn:active:not([disabled]) {
    top: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--disabled,
.btn:disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #999;
}

.btn--disabled:hover,
.btn:disabled:hover {
    color: #fff;
    background-color: #999;
}

a.btn--disabled {
    pointer-events: none;
}

.btn--mini {
    padding: 6px 20px 7px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
}

.btn--blue {
    background: #1E88E5;
    color: white;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}



.field-text {
    display: block;
    margin-bottom: 1.1em;
}

.field-text__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.333;
}

.field-text__input-wrap {
    display: block;
}

.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: calc(1.333em + 11px + 11px + 2px);
    margin: 0;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    padding: 11px 14px;
    line-height: 1.333;
    font-size: 1em;
    font-family: inherit;
    color: currentColor;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.field-text__input:hover,
.field-text__input:focus {
    outline: 0;
    border-color: #548DED;
}

.field-text__input[disabled],
.field-text__input[readonly] {
    cursor: not-allowed;
    color: #999;
    border-color: #999;
}

.field-text__input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.field-text__input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.field-text__input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.field-text__input::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.field-text__input::placeholder {
    color: #999;
    opacity: 1;
}

.field-text__input::-webkit-input-placeholder {
    color: #999;
}

.field-text__input::-moz-placeholder {
    color: #999;
}

.field-text__input:-ms-input-placeholder {
    color: #999;
}

.field-text__input::-ms-input-placeholder {
    color: #999;
}

.field-text__input::placeholder {
    color: #999;
}

.field-text--sm {
    font-size: 14px;
}

.field-text--sm .field-text__input {
    min-height: 32px;
    padding: 4px 12px;
    border-radius: 3px;
}



.b-chat {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 800px;
    width: calc(100% - 30px);
    height: calc(100vh - 80px);
    transform: translate(calc(-50% - 15px), calc(-50% + 20px));
    z-index: 11001;
    margin: 0 15px 0 !important;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    border-radius: 15px;
    font-size: 14px;
    -ms-touch-action: none;
    touch-action: none;

    box-sizing: border-box;
}

.b-chat *,
.b-chat *:before,
.b-chat *:after {
    box-sizing: inherit;
}

.b-chat:hover {
    z-index: 11002;
}

.b-chat .fas,
.b-chat .far {
    font-family: 'FontAwesome';
    font-weight: 400;
}

.b-chat__inner {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding-left: 220px;
}

.b-chat__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b-chat__group-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
}

.b-chat__group-holder> :last-child {
    margin-bottom: 0;
}

.b-chat__group-holder,
.b-chat__message-holder {
    overflow-y: auto;
    scrollbar-color: #CECECE #f3f4f4;
    scrollbar-width: thin;

    padding: 12px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
    box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
}

.b-chat__group-holder::-webkit-scrollbar,
.b-chat__message-holder::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.b-chat__group-holder::-webkit-scrollbar-track,
.b-chat__message-holder::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
    box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
    border-radius: 6px;
}

.b-chat__group-holder::-webkit-scrollbar-thumb,
.b-chat__message-holder::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 3px solid transparent;
    background: #CECECE;
    background-clip: content-box;
}

.b-chat__group-holder::-webkit-scrollbar-thumb :hover,
.b-chat__message-holder::-webkit-scrollbar-thumb :hover {
    background-color: #465154;
}

.b-chat__group-holder::-webkit-scrollbar-thumb:vertical:hover,
.b-chat__group-holder::-webkit-scrollbar-thumb:horizontal:hover,
.b-chat__message-holder::-webkit-scrollbar-thumb:vertical:hover,
.b-chat__message-holder::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #465154;
}

.b-chat__group {
    margin-bottom: 0.5em;
    padding: 6px 10px 7px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-chat__group:hover {
    background-color: #f4f4f4;
}

.b-chat__group p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-chat__group> :last-child {
    margin-bottom: 0;
}

.b-chat__group--active {
    background-color: #e7f3ff;
}

.b-chat__group--active:hover {
    background-color: #e7f3ff;
}

.b-chat__message-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.b-chat__message {
    position: relative;
    margin-bottom: 15px;
    padding: 12px 15px 25px;
    border-radius: 10px;
    background-color: rgba(219, 238, 255, 0.7);
    word-break: break-word;
}

.b-chat__message:last-of-type {
    margin-bottom: 0;
}

.b-chat__message > :last-child {
    margin-bottom: 0;
}

.b-chat__message p {
    margin-top: 0;
}

.b-chat__message--read .b-chat__icon-state {
    color: #465154;
}

.b-chat__meta {
    position: absolute;
    bottom: 5px;
    right: 10px;
    margin: 0;
    font-size: 12px;
    color: #999;
}

.b-chat__icon-state {
    margin-right: 5px;
    color: #cbcbcb;
}

.b-chat__user {
    margin-right: 5px;
    font-weight: bold;
}

.b-chat__msg {
    display: block;
    margin-top: 0.4em;
}

.b-chat__send-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 20px;
}

.b-chat__send-holder .field-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px 0 0 !important;
}

.b-chat__send-holder .field-text__input {
    -webkit-box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
    box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
    border-radius: 10px !important;
}

.b-chat__inner.b-chat__platform-mobile {
    padding-left: 0;
}

.b-chat__platform-mobile .b-chat__group-holder {
    display: none;
}

.b-chat__close {
    display: inline-block;
    width: 40px;
    height: 40px;

    background: #fff;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    color: #465154;
    cursor: pointer;
    opacity: 1;
    padding: 8px;

    position: absolute;
    right: 0;
    top: 0;
    margin-top: -50px;
    z-index: 401;

    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
} */
/**Style for chat end**/