@import url('../../client/css/chatBot/modules/bot-widget.css?hash=24052023');
@import url('../../components/DiagnosticsDevice/DiagnosticsDevice.css');
@import url('./modules/widget-cloud.css');
@import url('./modules/widget-indicator.css');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&subset=cyrillic');*/

@font-face {
    font-family: 'Roboto';
    src: url('../../client/font/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

#cshBlockWidget * {
    font-family: 'Roboto', sans-serif;
}

#cshBlockWidget input {
    height: auto !important;
    color: #495057 !important;
    background: #f5f5f5 !important
}

.csh__online-operators {
    position: absolute;
    text-align: center;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 5px auto;
    width: max-content;
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    padding: 5px 25px;
    border-radius: 25px;
    background: #fff;
    color: gray;
}

.csh__online-operators:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #1fa34a;
    margin-right: 2px;
}

#cshBlockWidget input
.csh-icon_btn {
    cursor: pointer !important;
}

.csh__widget_main-block {
    position: fixed;
    right: 20px;
    height: 75%;
    bottom: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    width: 390px;
    max-height: 760px;
    z-index: 999000;
    opacity: 0;
    letter-spacing: initial;
    line-height: initial;
    font-size: initial;
    color: #696969;
}

.csh__flaticon-user {
    position: relative;
}

.csh__notification-chat:after {
    position: absolute;
    content: '';
    top: -2px;
    right: -3px;
    width: 10px;
    text-align: center;
    height: 10px;
    border-radius: 50%;
    background-color: #e0571a;
    color: #fff;
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.csh__widget {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0 36px 64px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 36px 64px 0 rgba(0, 0, 0, .12);
}

.csh__z-index {
    z-index: -1 !important;
    display: none;
}

.csh__link {
    color: #4169e1;
    text-decoration: underline;
}

.csh__link:hover {
    color: #4169e1;
}

p.csh__paragraph {
    margin: 0;
    line-height: 17px;
    word-wrap: break-word;
    font-size: 14px;
    box-sizing: content-box;
    word-wrap: break-word;
}

.csh__paragraph a {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: underline !important;
}

.csh__author_client a {
    color: #fff
}

.csh__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}

.close-widget {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#cshWidget .csh__head {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    min-height: 70px;
    height: 70px;
    border-bottom: 1px solid #fff;
    color: #fff;
    z-index: 99999;
}

/*.csh__back-M,*/
.widget-back {
    height: 18px;
    width: 26px;
    margin-right: 7px;
    background: url("../img/back.png") no-repeat center;
    background-size: 20px;
    cursor: pointer;
}

.csh__back-M,
.csh__back {
    margin-right: 10px;
}

.widget-back {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.csh__block-hide {
    display: none !important;
}

.csh__widget-header_wrap-img {
    min-width: 48px;
    height: 48px;
    margin-right: 10px;
    font-size: initial;
}

.csh__widget-header_wrap-img .csh__widget-header_img {
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
}


.csh__widget-header_info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 0;
    width: 100%;
    color: #fff;
}

.csh__widget-header_info .csh__operator-name {
    font-size: 21px;
}

.csh__back-chatbot {
    margin-left: 15px;
}

.csh__web-call {
    margin-left: 15px;
}

.csh__revert-cahtbot {
    margin-left: auto;
}

.csh__connect-operator {
    margin-left: 17px;
}

.csh__head-widjet-icon {
    position: relative;
}

.csh__head-widjet-icon::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 3px;
    background: #555;
    color: #eee;
    z-index: 9999;
    white-space: nowrap;
    display: none;
}

.csh__head-widjet-icon::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 3px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    background: #555;
    z-index: 9990;
    display: none;
}

.csh__head-widjet-icon:hover::before,
.csh__head-widjet-icon:hover::after {
    display: block;
}

.csh__widget-header_title {
    font-size: 18px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.csh__widget-header_tooltip-operator::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 45px;
    left: 110px;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 3px;
    background: #555;
    color: #eee;
    z-index: 9999;
    white-space: nowrap;
    display: none;
}

.csh__widget-header_tooltip-operator::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 120px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    background: #555;
    z-index: 9990;
    display: none;
}

.csh__widget-header_tooltip-operator:hover::before,
.csh__widget-header_tooltip-operator:hover::after {
    display: block;
}

.csh__widget-header_subtitle {
    font-size: 14px;
    color: #FFFFFF;
}


#operator_name {
    font-size: 18px;
    max-width: 145px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#cshWidget .csh__name-chat-bot {
    max-width: 230px;
}


.csh__web-camera {
    margin-left: 15px;
}

.csh__operator-photo_image {
    border-radius: 50%;
    height: 100%;
}

.csh__starting-block {
    position: absolute;
    background-color: #fb8560;
    height: 595px;
    width: 390px;
    max-height: 595px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-animation: open 0.8s ease-out;
    animation: open 0.8s ease-out;
    padding-top: 30px;
    -webkit-transition: max-height .8s;
    transition: max-height .8s;
    border-bottom-left-radius: 20px;

}

.csh__starting-block_active {
    max-height: 30px;
    padding: 0;
}

.csh__starting-block_hide {
    opacity: 0;
    z-index: -111 !important;
}

.csh__sb-active-bottom {
    max-height: 540px;
    opacity: 1 !important;
    z-index: 9 !important;
}

.csh__sb-active-bottom-rad {
    border-bottom-left-radius: 0 !important;
}

.csh__block-rate_disabled {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.csh__operators-online {
    position: relative;
    text-align: center;
    top: 25px;
}

.csh__operators-online_image {
    position: absolute;
    border-radius: 50%;
}

.csh__operators-online_image:nth-child(1) {
    left: 70px;
}

.csh__operators-online_image:nth-child(2) {
    left: 120px;
}

.csh__operators-online_image:nth-child(3) {
    left: 170px;
}

.csh__operators-online_image:nth-child(4) {
    left: 220px;
}

.csh__operators-online_image:nth-child(5) {
    left: 270px;
}

.csh__operators-online_image_support {

    content: url("../img/support.png");
}

.csh__operators-online_image_operator {

    /*content: url("../img/operator.png");*/
}

.csh__operators-online_text {
    color: white;
    font-size: 18px;
    line-height: 23px;
    padding-top: 90px;
    text-align: center;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.csh__starting-text {
    margin-top: 60px;
    color: white;
    text-align: center;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.csh__starting-text_title {
    font-size: 37px;
    line-height: 61px;
    margin-bottom: 85px;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s
}

.csh__starting-text_sub {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 85px;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s
}

.animate-text_title {
    margin-bottom: 45px !important;
}

.animate-text_online {
    top: 0 !important;
}

.csh__text-area_white {
    position: relative;
    display: none;
    background-color: white;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-top: 1px solid #ddd;
    /*padding: 15px 0;*/
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*!*max-height: 114px;*/
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.csh__wrap-create-msg {
    width: calc(100% - 80px);
    position: relative;
    background-color: white;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    /*border-top: 1px solid #ddd;*/
    padding: 15px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 114px;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.csh__text-area_white .csh__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 13px;
}

.csh__input-area {
    /*width: 65%;*/
    border: none;
    outline: none;
    resize: none;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    background: #fff;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    max-height: 114px;
    font-family: 'Roboto', sans-serif !important;
    color: gray !important;
    font-size: 14px !important;
    cursor: text;
    line-height: initial;
    text-align: left;
}

.input-area-animate {
    padding: 0 0 0 20px;
}

.csh__text-area_white .csh__smiles-block {
    height: 0;
    width: 0;
    background: url("../img/happiness.svg") no-repeat center;
    margin-left: 10px;
    cursor: pointer;

}

.csh__text-area_white .csh__send-file {
    height: 0;
    width: 0;
    background: url("../img/metal-clip.svg") no-repeat center;
    margin-left: 2px;
    cursor: pointer;
}

.csh__send-message {
    height: 0;
    width: 0;
    background: url("../img/telegram.svg") no-repeat center;
    margin-left: 2px;
    cursor: pointer;
}

.csh__text-area_white .csh__smiles-block,
.csh__text-area_white .csh__send-file,
.csh__send-message {
    background-size: 0;
    -webkit-transition: background-size 1.5s ease;
    transition: background-size 1.5s ease;
}


.send-icon_animate {
    height: 21px !important;
    width: 28px !important;
    background-size: 25px !important;
}

.csh__text-area_orange {
    background-color: #fb8560;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.csh__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.csh__text-area_orange .csh__input-area {
    color: #2d3138;
    border: none;
    outline: none;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#cshBlockWidget ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #2d3138 !important;;
}

#cshBlockWidget :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2d3138 !important;;
    opacity: 1;
}

#cshBlockWidget ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2d3138 !important;;
    opacity: 1;
}

#cshBlockWidget :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2d3138 !important;;
}

#cshBlockWidget ::-ms-input-placeholder { /* Microsoft Edge */
    color: #2d3138 !important;;
}

#cshBlockWidget ::placeholder { /* Most modern browsers support this now. */
    color: #2d3138 !important;;
}

.csh__text-block {
    position: relative;
    background-color: white;
    /*  height: 470px;*/
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    line-height: 1.5;
}

.csh__widget-chat {
    padding: 40px 20px 20px 20px;
}

.csh__message-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.csh__client-message {
    position: relative;
    z-index: 2;
    -webkit-transform: translateX(600px) scale(0.2);
    transform: translateX(600px) scale(0.2);
}

.csh__client-message .csh__paragraph {
    word-wrap: break-word;
}

.csh__system-message,
.csh__wrap-msg-user,
.csh__wrap-msg-bot,
.csh__operator-message,
.csh__client-message {
    opacity: 0;
    transition: opacity 200ms, -webkit-transform 350ms;
    transition: opacity 200ms, transform 350ms;
    transition: opacity 200ms, transform 350ms, -webkit-transform 350ms;
    transition-timing-function: ease-out;
}

.csh__animation-msg {
    opacity: 1 !important;
    transform: translateX(0px) scale(1) !important;
}

.csh__animation-msg-w {
    opacity: 1 !important;
    transform: translateX(0px) scale(1) !important;
}

.csh__message-bubble {
    max-width: 250px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px 28px 28px 28px;
    line-height: 16px;
}

.csh__author_client {
    margin-left: auto;
    color: white;
    border-radius: 28px 4px 28px 28px;
}

.csh__author_client p {
    color: #fff
}

.csh__right-side {
    margin-left: auto;
}

.csh__right-side .csh__paragraph {
    text-align: right;
    word-break: break-word;
}

.csh__left-side .csh__paragraph {
    text-align: left;
    word-break: break-word;
}

.csh__message-time {
    margin-top: 3px;
    color: #a6a6a6;
    font-size: 10px;
}

.csh__operator-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    -webkit-transform: translateX(-300px) scale(0.2);
    transform: translateX(-300px) scale(0.2);
}

.csh__system-message {
    -webkit-transform: translateX(-300px) scale(0.2);
    transform: translateX(-300px) scale(0.2);
    position: relative;
    z-index: 2;
}

.csh__operator-message .csh__message-block {
    margin-left: 10px;
}

.csh__author_operator {
    background-color: #ecedee;
    color: #616369;
}

.csh__operator-message .csh__paragraph {
    color: #616369;
}

.csh__author_operator a {
    color: #616369;
}

.csh__operator-name-chat {
    color: #616369;
    font-size: 14px;
}

.csh__left-side {
    display: inline-block;
    margin-right: auto;
}

.csh__file-attachment {
    padding: 0 0 1px 42px;
    margin-bottom: 0
}

.csh__file-name {
    font-size: 14px;
}

.csh__file-size {
    font-size: 12px;
}

.csh__file-pdf {
    background: url("../img/pdf.png") no-repeat left;
    background-size: 35px;
}

.csh__file-doc {
    background: url("../img/doc.png") no-repeat left;
    background-size: 35px;
}

.csh__file-xls {
    background: url("../img/xls.png") no-repeat left;
    background-size: 35px;
}

.csh__file-png {
    background: url("../img/png.png") no-repeat left;
    background-size: 35px;
}

.csh__file-jpg {
    background: url("../img/jpg.png") no-repeat left;
    background-size: 35px;
}

.csh__file-zip {
    background: url("../img/zip.png") no-repeat left;
    background-size: 35px;
}

.csh__file-txt {
    background: url("../img/txt.png") no-repeat left;
    background-size: 35px;
}

.csh__file-unknown {
    background: url("../img/unknown.png") no-repeat left;
    background-size: 35px;
}

.csh__file-ppt {
    background: url("../img/ppt.png") no-repeat left;
    background-size: 35px;
}

.csh__file-name a {
    color: #fff;
}

.csh__input-email {
    padding: 10px 15px;
    margin-bottom: 5px;
    border: none !important;
    border-radius: 20px !important;
    outline: none;
}

.csh__message-rate {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.csh__client-rate {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.csh__call-block {
    position: absolute;
    top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.csh__video-block {
    /*position: absolute;*/
    /* top: 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.csh__video-area {
    position: relative;
    /*    -ms-flex-preferred-size: 285px;
            flex-basis: 285px;*/
    background-color: #dedede;
    height: 285px;
}

#remoteVideos iframe {
    height: 100%;
    border: none;
}

.csh__expand {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
    background: url("../img/expand.png") no-repeat center;
    background-size: 25px;
    cursor: pointer;
}

.csh__front-video {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 80px;
    width: 80px;
    border: 1px solid #000000;
    border-radius: 50%;
}

.csh__video-settings {
    z-index: 9090;
}

.csh__call-settingsAdmin,
.csh__video-settingsAdmin,
.csh__call-settings,
.csh__video-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*    -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;*/
    background-color: #dbddde;
    padding: 10px 0;
    /*    border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;*/
}

.csh__video-settingsAdmin {
    border-radius: 3px;
    padding: 3px 0;
}

.csh__video-settings .csh__video-time {
    margin-left: 20px;
}

.csh__video-time {
    /* margin-left: 20px;*/
    margin-right: auto;
    color: #616369;
    font-size: 23px;
    line-height: 23px;
}

.csh__set {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.csh__camera-rotate {
    background: url("../img/rotate.png") no-repeat center;
    background-size: 25px;
}

.csh__camera-front {
    margin-left: 15px;
    background: url("../img/camera.png") no-repeat center;
    background-size: 25px;
}

.csh__sound {
    margin-left: 15px;
    background: url("../img/speaker.png") no-repeat center;
    background-size: 25px;
}

.csh__sound-off {
    margin-left: 15px;
    background: url("../img/speaker_m.png") no-repeat center;
    background-size: 25px;
}

.csh__microphone {
    margin-left: 15px;
    background: url("../img/microphone.png") no-repeat center;
    background-size: 25px;
}

.csh__microphone-muted {
    margin-left: 15px;
    background: url("../img/muted.png") no-repeat center;
    background-size: 25px;
}

.csh__close {
    margin-left: 15px;
    margin-right: 20px;
    background: url("../img/close.png") no-repeat center;
    background-size: 25px;
}

.csh__wrap-miniwidget {
    position: fixed;
    z-index: 999000;
}

.csh__wrap-miniwidget .csh__widget-slide-icon_preload {
    display: flex;
    align-items: center;
    justify-content: center;
}

.csh__wrap-miniwidget .csh__widget-slide-icon_preload svg {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*.csh__wrap-miniwidget .csh__widget-slide-icon_preload svg {
    display: inline-block;
}*/


.csh__widget-miniUSER {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #F34C17 !important;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    overflow: hidden;
    cursor: pointer;

    transition: 1s;
}

.csh__widget-miniUSER:before,
.csh__widget-miniUSER:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    display: block;
    background: #fff;
}

.csh__widget-miniUSER:before {
    transform: rotate(-45deg);
    /* left: 26px; */
}

.csh__widget-miniUSER:after {
    transform: rotate(45deg);
    /* right: 26px; */
}


@-webkit-keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.widgetBlockTtransform90client {
    position: fixed;
    width: 35px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    height: 210px;
    cursor: pointer;
    overflow: hidden;
}

.widgetBlockTtransform_90client {
    position: fixed;
    width: 35px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    height: 210px;
    cursor: pointer;
    overflow: hidden;
}

#cshWidgetTitle {
    font-family: 'Roboto', sans-serif !important;
    margin-left: 10px;
}

.widgetBlockTtransform90client #cshWidgetTitle,
.widgetBlockTtransform_90client #cshWidgetTitle {
    line-height: 35px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.widgetBlockTtransform0client {
    position: fixed;
    width: 210px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 35px;
    cursor: pointer;
    overflow: hidden;
}

.widgetBlockTtransform180client {
    position: fixed;
    width: 210px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    height: 35px;
    cursor: pointer;
    overflow: hidden;
}

.csh__widget-mini_text {
    color: white;
    font-size: 14px;
    text-align: center;
}

.csh__widget-mini_sub {
    font-size: 18px;
}

/*@keyframes open {*/
/*from {*/
/*height: 650px;*/
/*}*/
/*to {*/
/*height: 0;*/
/*}*/
/*}*/
.csl__video-block_animation {
    -webkit-animation: swipe 0.4s ease-out;
    animation: swipe 0.4s ease-out;
}

@-webkit-keyframes swipe {
    from {
        top: -290px
    }
    to {
        top: 0;
    }
}

@keyframes swipe {
    from {
        top: -290px
    }
    to {
        top: 0;
    }
}

/*-- --*/

.csh__answer-panel {
    display: inline-block;
    padding: 5px 30px;
    margin: 5px 0;
    background-color: #fb8560;
    border: 1px solid #fb8560;
    border-radius: 20px;
    cursor: pointer;
}

.csh__answer-panel span {
    color: white;
}

.csh__answer-panel:hover {
    background-color: white;
}

.csh__answer-panel:hover span {
    color: #fb8560;
}

.csh__group-btn__call,
.group_button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #EB952C;
    border: 2px solid #EB952C;
    border-radius: 28px;
    padding: 5px 15px;
    margin-right: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    word-wrap: break-word;
    max-width: 250px;
}

.csh__group-btn__call:hover,
.group_button:hover {
    color: #fff;
    background: #EB952C;
}

.csh__group-btn {
    display: flex;
    align-items: center;
    z-index: 9090909090;
}

.csh__animated-mini-widget {
    -webkit-animation: mini-widget 0.4s ease-out;
    animation: mini-widget 0.4s ease-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.csh__animated-widget {
    -webkit-animation: widget 0.4s ease-out;
    animation: widget 0.4s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.csh__author_operator .csh__file-attachment .csh__paragraph a {
    color: #616369;
}

/* ДОПОЛНИТЕЛЬНО */
.btn-mobil__widget {
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    z-index: 22;
}

.csh__wrap-img_mini-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
}


.csh__wrap-img_mini-widget img {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 80%;
}

.csh__convertfox-messanger-arrow {
    display: block;
    width: 68px;
    height: 27px;
    z-index: 99;
    position: absolute;
    bottom: -26px;
    right: -1px;
    font-size: initial;
}

.csh__convertfox-messanger-arrow svg path {
    transition: auto;
}


/* скролл для виджета */
.csh__scrollbar-m::-webkit-scrollbar-thumb {
    background: #B9BEC6;
}

.csh__scrollbar-m::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.csh__scrollbar-m::-webkit-scrollbar-track {
    background: #e5e8e9;
}

.csh__scrollbar-m {
    scrollbar-color: #B9BEC6 #e5e8e9;
    scrollbar-width: thin;
}

.body-hide-scroll {
    overflow: hidden;
    position: fixed !important;
}

.close-container {
    position: absolute;
    margin: auto;
    width: 35px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
    top: 5px;
    left: 18px;
    opacity: 0;
}

.closeBlock {
    opacity: 1;
}

.leftright {
    height: 2px;
    width: 25px;
    position: absolute;
    margin-top: 24px;
    background-color: #F4A259;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
}

.rightleft {
    height: 2px;
    width: 25px;
    position: absolute;
    margin-top: 24px;
    background-color: #F4A259;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
}

.active-arrow1 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    opacity: 1;
}

.active-arrow2 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    opacity: 1;
}

.csh__block-icon {
    display: flex;
    align-items: center;
}

.pp-cbb_file-item_img-file img {
    width: 35px;
}

.csh__paragraph-link a {
    max-width: 180px;
    display: inline-block;
    text-decoration: none;
}

/*.csh__pl-widget a {
    color: #616369 !important;
}*/

p.csh__pl-widget a:hover {
    color: #616369 !important;
    cursor: pointer;
}

.sms_textarea::-webkit-scrollbar {
    width: 0;
}

.sms_textarea::-webkit-scrollbar-thumb {
    background: #fff;
}

.csh__back-mob {
    display: none;
}

.operator-name {
    color: #a6a6a6;
}

.csh__wrap-chat .csh__box-company {
    top: -45px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 13px !important;
    text-decoration: none;
    color: #a6a6a6;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 95%;
    margin: auto;
}

.csh__wrap-chat .csh__box-company_m {
    bottom: 7px;
    top: auto;
}

.csh__powered-by_privacy {
    font-size: 11px;
    color: #a6a6a6;
    text-decoration: revert;
}

.csh__powered-by_privacy:hover {
    color: #a6a6a6;
    text-decoration: none;
}

/*** /// ****/

@-webkit-keyframes mini-widget {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@keyframes mini-widget {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@-webkit-keyframes widget {
    from {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes widget {
    from {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#cshStartBlock {
    display: none !important;
}


#cshCameraBlock {
    position: absolute;
    top: 0;
    z-index: 9090;
}


#widgetAdminCallshark {
    position: fixed;
    display: block;
    right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Uni-Neue', sans-serif;
    margin: 0;
    padding: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 390px;
    height: 636px;
    -webkit-transition: opacity 0.9s, bottom 2s, visibility 0s linear 2s;
    -moz-transition: opacity 0.9s, bottom 2s, visibility 0s linear 2s;
    -o-transition: opacity 0.9s, bottom 2s, visibility 0s linear 2s;
    transition: opacity 0.9s, bottom 2s, visibility 0s linear 2s;

    opacity: 0;
    visibility: hidden;
    bottom: -9999px;
    /* z-index: 999999;*/

}

.panelWidgetMini {

}

.admin-csh_timer {
    display: none;
}

.panelAdminCallsharkActive {
    right: 0 !important;
    display: flex !important;
    z-index: 999999 !important;
}

/*.admin-csh__head {
    flex-direction: column;
    height: 111px;
    color: #fff;
    background: #0091cd;
}*/

.admin-csh__text-area_white {
    border-bottom-right-radius: 20px;
}

/*.admin-csh__video-block {
    top: 110px;
}*/

.panelWidgetMini {
    display: none;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 360px;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.testHi {
    overflow: hidden;
}

cshdiv {
    display: block;
}

.csh__btnHdX,
.csh__btnHdFull {
    display: none;
    width: 25px;
    height: 25px;
}

.csh__btnHdX {
    background: url('../img/svg/insert.svg') no-repeat center;
    background-size: 22px;
}

.csh__btnHdFull {
    background: url('../img/svg/full-size.svg') no-repeat center;
    background-size: 22px;
}


/* оценить консультацию - блок после завершении звонка(аудио или видео) */
.csh__callRateConsultation {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 9090;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.csh__rate-consultation,
.csh__wrap-rateConsultation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 15px;
    cursor: pointer;
    transition: .10s;
}

.csh__rate-consultation {
    width: 40px;
    height: 40px;
}

.csh__rate-consultation:before,
.csh__wrap-rateConsultation:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.csh__disable-successful-request {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 237, 238, 0.4);
    border-radius: 4px 28px 28px 28px;
}

.csh__widget-likeOk:hover,
.csh__likeOk:hover {
    box-shadow: inset 0 0 7px #00a44b;
    transition: .2s;
}

.csh__widget-likeBadly:hover,
.csh__likeBadly:hover {
    box-shadow: inset 0 0 7px #f4081b;
    transition: .2s;
}

.csh__likeOk-active {
    background-color: #1fa34a !important;
}

.csh__likeBadly-active {
    background-color: #FF6767 !important;
}

.csh__widget-likeOk:before,
.csh__likeOk:before {
    background: url('../img/svg/likeOk.svg') no-repeat center;
    background-size: 35px;
    height: 35px;
}

.csh__like-active:before {
    background: url('../img/svg/like-white.svg') no-repeat center !important;;
    background-size: 23px !important;
    height: 23px !important;
}

.csh__widget-likeBadly:before,
.csh__likeBadly:before {
    background: url('../img/svg/likeBadly.svg') no-repeat center;
    background-size: 35px;
    transform: rotate(180deg);
    height: 35px;
}

.csh__widget-likeBadly:before,
.csh__widget-likeOk:before {
    background-size: 23px;
    height: 23px;
}

.csh__widget-likeOk,
.csh__likeOk {
    border: 2px solid #00a44b;
}

.csh__widget-likeBadly,
.csh__likeBadly {
    border: 2px solid #FF6767;
}

.csh__rate-consultation_title,
.csh__callRateConsultation_title {
    text-align: center;
    font-size: 24px;
    /* color: #616369; */
}

.csh__rate-consultation_title {
    font-size: 14px;
}

.csh__block-btn-rate {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/*.csh__callRateConsultation-show {
    display: flex !important;
    z-index: 9090;
}*/

.csh__likeOk:after,
.csh__likeBadly:after {
    position: absolute;
    bottom: -30px;
    display: block;
    text-align: center;
    width: 55px;
    font-size: 15px;
}

/*.csh__callLikeOk:after {
    content: 'Да';
}
.csh__callLikeBadly:after {
    content: 'Нет';
}*/
.csh__widget-like,
.csh__wrap-like {
    display: flex;
    margin-top: 15px;
}

.csh__widget-like {
    position: relative;
    justify-content: center;
    margin-top: 13px;
}

/* and(оценить консультацию - блокпосле завершении звонка(аудио или видео)) */


/* оценить консультацию - запрос в чат */
/*.csh__onlineConsultationRequest {
    max-width: 250px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px 28px 28px 28px;
    background-size: auto;
    box-sizing: border-box;
    background-color: #ecedee;
}

.csh__rateConsultation-title {
    margin: 0 auto 10px;
    font-size: 18px;
    color: #0091cd;
}

.csh__wrap-rateConsultation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#csh__likeOk:before,
#csh__likeBadly:before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#csh__likeOk:before {
    background: url('../img/svg/likeOk.svg') no-repeat center;
    background-size: 40px;
    margin-right: 15px;
}

#csh__likeBadly:before {
    background: url('../img/svg/likeBadly.svg') no-repeat center;
    background-size: 40px;
    transform: rotate(180deg);
}*/
/* and(оценить консультацию - запрос в чат) */

/* форма запроса данных - запрос в чат */
.csh__block_data-request {
    max-width: 250px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px 28px 28px 28px;
    background-size: auto;
    box-sizing: border-box;
    background: #ecedee;
}

input.csh__block_data-request_infoUser {
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    outline: none;
    border-radius: 3px;
    background-color: #fff !important;
    font-family: inherit;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    height: auto;
}

input.csh__block_data-request_infoUser:nth-child(2) {
    margin: 5px 0;
}

input.csh__block_data-request_infoUser:-webkit-autofill, input.csh__block_data-request_infoUser:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px rgb(255, 255, 255) inset;
}

.csh__standard-btn {
    width: auto;
    text-align: center;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    transition: .2s;
    border: none;
    padding: 5px 20px;
}

.csh__standard-btn:hover {
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
    transition: .2s;
}

.csh__standard-btn__green {
    background: #58E579;
    border: 1px solid #58E579;
    color: #fff;
}

.csh__standard-btn__grey {
    background: #9A9A9A;
    border: 1px solid #9A9A9A;
    color: #fff;
}

.csh__btn_send-contacts,
.csh__btn-request-send {
    width: auto;
    text-align: center;
    color: #fff;
    background: #6AD07B;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    margin-top: 10px;
    transition: .2s;
    padding: 5px 0;
}

.csh__btn_send-contacts:hover,
#cshRequestSend:hover {
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    background: #56BC67;
    transition: .2s;
}

.csh__wdj-msg-btn_disabled {
    opacity: .5;
}

/*** панель чата ***/
#panel-chat {
    position: absolute;
    right: -1090px;
    width: 390px;
    height: calc(100% - 50px);
    background: #0091cd;
    padding: 10px;
    /* display: flex;*/
    display: none;
    flex-direction: column;
    z-index: 3;
    bottom: 0;
    transition: 0.5s right ease-in;
}

.panelChat__videoContainer {
    width: 100%;
}

/*#panel-chat .admin-csh__head {
    background: none;
    border-bottom: none;
    height: 110px;
    min-height: auto;
    margin-bottom: 10px;
}*/
#panel-chat .csh__call-block {
    position: relative;
    top: 0 !important;;
    margin-bottom: 10px;
}

.removeVideoAdmin video {
    height: 289px !important;
}

/*.panel-chatAdmin{
    width: 370px;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
/*.csh__video-blockAdmin {
    position: relative;
    margin: 0 auto 10px;
    width: 100%;
    height: 340px;
}*/
.wrapper-video-call__m {
    position: relative;
    height: 300px;
}

.incomecall_connection__btn {
    background-size: 95%;
}

.incomecall_connection__btn--sound {
    background-size: 90%;
}

.csh__wrap-chat {
    position: relative;
    height: calc(100% - 70px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.csh__video-areaMobil {
    height: calc(100% - 45px);
}

.cshCameraBlockMobil {
    height: 100%;
    position: absolute;
}

.csh__video-settingsMobil {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.wrapper-video-call-container-btnsMobil {
    height: 97% !important;
    bottom: 0 !important;
}

#videosWrapperBlock .panelChat__videoSharingMini,
#videosWrapperBlock .panelChat__videoFaceAdminMini {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: 8px;
    left: auto;
    top: 9px;
    border: 2px solid #fff;
}

#videosWrapperBlock .panelChat__videoSharingMini video {
    object-fit: cover !important;
}

#videosWrapperBlock .panelChat__videoSharingMini video,
#videosWrapperBlock .panelChat__videoFaceAdminMini video {
    border-radius: 50% !important;
}

.panelChat__callBlockNoActive {
    display: none !important;
}

.fonCallVideo {
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 70%;
    margin: auto;
    /*background-color: #21d4fd;*/
    /*    background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);*/
    /*border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;*/
    /*box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);*/
    /*animation: morphing 10s infinite;*/
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid silver;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F2F2F3;
    margin: 0 auto 15px;
}

.connectionAnimeVideo {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    width: 150px !important;
    height: 150px !important;
    background-color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connectionAnimeVideo:before {
    content: '';
    display: inline-block;
    width: 95px;
    height: 92px;
    background: url('../img/svg/video-cameraHTTP.svg') no-repeat center;
    background-size: 65px;
}

@-moz-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }
    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

@-webkit-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }
    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

@-o-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }
    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }
    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

/* анимация аватарки + bg */
.call-animation {
    background: #ffffff;
    animation: play 2s ease infinite;
}

.avatar img {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    position: absolute;
}

.connectionAnime {
    animation: pulse 1.5s infinite ease-in-out;
    background-color: #45a6fa;
}

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 2px rgb(214, 107, 151);
    }
    25% {
        box-shadow: 0 0 0 4px rgb(239, 91, 136), 0 0 0 5px rgba(255, 255, 255, 0.2);
    }
    25% {
        box-shadow: 0 0 0 6px rgb(78, 190, 237), 0 0 0 5px rgb(80, 188, 235);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 5px solid rgba(255, 255, 255, 0.2);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 50px rgba(78, 76, 93, 0);
        border: 5px solid rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(78, 76, 93, 0);
        border: 5px solid rgba(255, 255, 255, 0.2);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 5px solid rgba(255, 255, 255, 0.2);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 50px rgba(78, 76, 93, 0);
        border: 5px solid rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(78, 76, 93, 0);
        border: 5px solid rgba(255, 255, 255, 0.2);
    }
}

/* END - анимация аватарки + bg */

/*.csh__author_operator-bg {
    background: #fff !important;
}*/

#messageArea:empty:before {
    content: attr(data-placeholder);
    color: gray
}

.csh__wrap-text-block {
    position: relative;
    height: calc(100% - 48px);
    min-height: calc(100% - 165px);
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
}

.csh__wrap-chat .csh__wrap-text-block__full-height {
    height: 95%;
}

.csh__wrap-chat .csh__wrap-text-block__full-height .csh__widget-load-msg {
    bottom: 30px;
}

.csh__block_data-request {
    position: relative;
}

.csh__blockFormRequest-error {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background: tomato;
    color: #fff;
    z-index: 2;
    border-radius: 4px 28px 28px 28px;
    font-size: 16px;
}

.csh__blockFormRequest-info {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    color: #fff;
    z-index: 2;
    border-radius: 4px 28px 28px 28px;
    font-size: 16px;
}

.csh__blockFormRequest-info__error {
    background: tomato;
}

.csh__blockFormRequest-info__successfully {
    background: #58E579;
}

.csh__blockFormRequest-errorActive {
    display: flex !important;
    opacity: 1 !important;
}


@media only screen and (max-height: 768px) {
    .csh__widget_main-block {
        height: 90%;
    }
}


/*@media only screen and (max-height: 695px) {
    .csh__widget_main-block {
        height: 75%;
    }
}*/

/* баг со стилями виджета market 1455*/
#chatWindow br {
    display: inline-block !important;
}

#cshPanelInputArea {
    padding: 10px 0;
    border-radius: 3px;
    display: flex;
    align-items: center !important;
}

#cshPanelInputArea .fa-qrcode:before {
    font-size: 22px;
    color: #b9bec6;
}

#cshPanelInputArea .flaticon-unlink:before {
    color: #b9bec6;
    cursor: pointer;
}

#cshPanelInputArea .fa-qrcode {
    cursor: pointer;
}

.csh__admin-textarea-message:empty:before {
    content: attr(data-placeholder);
    color: gray;
    display: inline-block;
    vertical-align: text-top;
}

#cshPanelInputArea .fa-telegram-plane:before {
    font-size: 25px;
}

/*.csh__media {
    height: 100% !important;
}*/

#panelfileTransferBtn {
    margin: 0 5px;
}

/* стили QR */
.csh__Https-blockQR {
    /* display: none;*/
    opacity: 0;
    left: -260px;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 99999999;
    width: 200px;
    transition: left 0.5s;
}

.csh__Https-blockQR img {
    width: 100%;
}

.csh__Https-blockQRActive {
    /*display: block !important;*/
    opacity: 1 !important;
    left: 0 !important;
}

.csh__Https-blockQR-close {
    position: absolute;
    left: 8px;
    top: 5px;
    font-size: 22px;
    line-height: 18px;
    cursor: pointer;
}

/* -/- стили QR */


/*** формат виджета full ***/

#csh__block .csh__widget-full-screen-mode {
    top: 0;
    left: 0;
    right: 0;
    width: 45%;
    height: 85%;
    max-height: 100%;
    bottom: 0;
    margin: auto;
}

.csh__widget-full-screen-mode .csh__convertfox-messanger-arrow {
    display: none;
}

.csh__widget-full-screen-mode .csh__widget {
    border-radius: 20px;
}

.csh__widget-full-screen-mode #chatWindow {
    width: 75%;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    #csh__block .csh__widget-full-screen-mode {
        width: 70%;
        flex-basis: auto;
    }

    .csh__widget-full-screen-mode #chatWindow {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 992px) {
    #csh__block .csh__widget-full-screen-mode {
        width: 70%;
    }
}

@media only screen and (max-width: 576px) {
    #csh__block .csh__widget-full-screen-mode {
        width: 100%;
        height: 100%;
    }

    .csh__widget-full-screen-mode .csh__widget {
        border-radius: 0;
    }
}


/* иконочные шрифты */
.csh__flaticon-left-arrow {
    color: #fff;
}

/* Прозрачная шапка */
#cshWidget .csh__widget-header-transparency {
    background: #fff !important;
    color: #000 !important;
}

#cshWidget .csh__widget-header-transparency * {
    color: #000 !important;
}

#cshWidget .csh__widget-header-transparency i {
    color: #000;
}

/* Оператор онлайн */
.csh__block__operator-online {
    position: absolute;
    display: flex;
    align-items: center;
    top: 20px;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    padding: 6px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
}

.csh__block__operator-online:hover {
    background-color: #dddddd40;
}

.csh__block__operator-online:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #58E579;
}

.csh__block__operator-online .csh__block__operator-online__num {
    margin: 0 5px;
}

/* режим - видеозвонок */
.csh__widget__video-call {
    flex-direction: inherit !important;
}

.csh__flaticon-video-camera {
    text-align: center;
}

.widgetBlockTtransform180client .csh__flaticon-video-camera {
    margin-top: 3px;
}

.csh__widget__video-call i.csh__flaticon-video-camera {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 10px;
}

.csh__widget__video-call i.csh__flaticon-video-camera:before {
    font-size: 23px;
    line-height: 35px;
}

.csh__widget__video-call #cshWidgetTitle {
    line-height: 35px;
}

.csh__mode__video-call .widgetBlockTtransform90client,
.csh__mode__video-call .widgetBlockTtransform_90client {
    flex-direction: column-reverse !important;
}

.csh__mode__video-call .widgetBlockTtransform90client i.csh__flaticon-video-camera,
.csh__mode__video-call .widgetBlockTtransform_90client i.csh__flaticon-video-camera {
    flex-direction: column-reverse !important;
    transform: rotate(270deg);
    margin: 0;
    height: 35px;
}

.csh__mode__video-call .widgetBlockTtransform90client #cshWidgetTitle,
.csh__mode__video-call .widgetBlockTtransform_90client #cshWidgetTitle {
    margin-bottom: 10px;
    line-height: 35px;
}

/* модальное окно - мы Вам перезвоним */
.csh__modal-call-back {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
    z-index: 7147483647;
    font-family: 'Roboto', sans-serif;
}

.csh__modal-call-back__body {
    position: relative;
    background-color: #fff;
    border-radius: .3rem;
}

h5.csh__modal-call-back__title {
    padding: 15px 20px;
    font-size: 16px;
    color: #696969;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #dee2e6;
}

.csh__modal-call-back__form {
    padding: 20px;
}

.csh__modal-call-back__form input {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #ced4da;
}

.csh__modal-call-back__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
}

.csh__modal-call-back__footer div:last-child {
    margin-left: .50rem;
}

.csh__modal-call-back .csh__blockFormRequest-info__m {
    height: 30%;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
}

.csh__modal-call-back__https {
    position: relative;
    max-width: 250px;
    height: auto;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px 28px 28px 28px;
    background-size: auto;
    box-sizing: border-box;
    background: #ecedee;
}

.csh__modal-call-back__https h5.csh__modal-call-back__title {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0;
    margin-bottom: 10px;
}

.csh__modal-call-back__https .csh__modal-call-back__form {
    padding: 0;
}

.csh__modal-call-back__https .csh__modal-call-back__form input {
    border: none;
}

.csh__modal-call-back__https .csh__modal-call-back__body {
    background-color: #ecedee;
    border-radius: 0;
}

.csh__modal-call-back__https .csh__modal-call-back__footer {
    display: block;
    padding: 0;
    border: none;
}

.csh__modal-call-back__https .csh__standard-btn {
    margin: 10px 0 0 0;
}

/* */
/*button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: linear-gradient(180deg, #fee591, #f9b233);
    border-top: 1px solid #fffecc;
    border-bottom: 2px solid #ff9600;
    box-shadow: 10px 0px 30px rgba(255, 150, 0, .3);
    width: 200px;
    padding: 15px 0;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}*/
/*#cshMiniWidget:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 120%;*/
/*    background-color: #fff;*/
/*    opacity: .5;*/
/*    top: -10%;*/
/*    left: -150px;*/
/*    transform: skewX(-45deg) translateX(0);*/
/*    animation: flare 10s ease-in-out infinite;*/
/*}*/

@keyframes flare {
    20% {
        transform: skewX(-45deg) translateX(450px);
    }
    100% {
        transform: skewX(-45deg) translateX(450px);
    }
}

#cshMiniWidget:focus {
    outline: none;
}

/* Ограничение продолжительности звонка */
.csh__video-call-timer {
    justify-content: center;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 5px auto;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
    z-index: 909090;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    width: 75px;
    align-items: center;
    height: 35px;
}

.csh__warning {
    color: #FF6767;
}

/* уведомления */
.csh__form-request-info {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    transition: all 0.3s;
    color: #fff;
    z-index: 2;
    font-size: 16px;
}

.csh__form-request-info_error {
    border-radius: 0 0 .3rem .3rem;
}

.csh__form-request-info_successfully {
    background: #6AD07B;
}

/* стандартные кнопки */
.csh__btn-close {
    cursor: pointer;
}

.csh__btn-green {
    width: auto;
    text-align: center;
    color: #fff;
    background: #6AD07B;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    margin-top: 10px;
    transition: .2s;
    padding: 8px 0;
}

.csh__btn-green:hover {
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    background: #56BC67;
    transition: .2s;
}

/* модальное окно */
.csh__modal {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    overflow: hidden;
    z-index: 9999999999;
}

.csh__block .csh__modal {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.csh__modal_body {
    width: 300px;
}

.csh__form-group_title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: #696969;
}

.csh__form-group {
    margin-bottom: 10px;
}

.csh__form-group input.csh__modal_input {
    border: 1px solid #ecedee !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    outline: none !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    margin: 0 !important;
    font-weight: normal !important;
    height: auto !important;
    line-height: normal;
}

.csh__modal_btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.csh__modal_btn-close img {
    position: relative;
    z-index: -1;
}

/* список отделов */
.csh__block_list-group {
    position: absolute;
    padding: 50px 10px 0;
    top: 0;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    z-index: 10;
}


.csh__block_list-group_m {
    padding: 0;
    height: 29px;
}

/*.csh__block_list-group_m .csh__btn-exit_list-group,
.csh__block_list-group_m .csh__btn-open_list-group {
    width: 100%;
}*/

/*.csh__btn-exit_list-group,
.csh__btn-open_list-group,
.csh__list-group {
    width: 90%;
    margin: auto;
}*/
.csh__list-group {
    padding-right: 10px;
    max-height: 165px;
    overflow: auto;
}

.csh__btn-exit_list-group,
.csh__btn-open_list-group,
.csh__list-group_item {
    padding: 5px 10px;
    cursor: pointer;
}

.csh__btn-exit_list-group,
.csh__btn-open_list-group {
    background-color: #ecedee;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*.csh__btn-open_list-title {
    width: 70%;
    margin: auto;
}*/
.csh__list-group_item {
    margin-bottom: 3px;
    border-radius: 15px;
    background-color: #ecedee;
}

.csh__btn-close_list-group {
    position: absolute;
    top: 15px;
    right: 10px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #ecedee;
    border-radius: 50%;
    cursor: pointer;
    font-family: none;
}

.csh__btn-exit_list-group:hover,
.csh__btn-close_list-group:hover {
    background-color: tomato;
    color: #fff;
}

.csh__list-group_item-active {
    background-color: #6AD07B;
    color: #fff;
}

.csh__list-group_item:hover,
.csh__btn-open_list-group:hover {
    background-color: #6AD07B;
    color: #fff;
}

.csh__block-search-group {
    position: absolute;
    top: 10px;
    padding: 5px 10px !important;
    font-size: 14px !important;
    width: 80% !important;
    border-radius: 15px !important;
    border: 1px solid #696969 !important;
    outline: none !important;
    resize: none !important;
}

.csh__list-group__type-call {
    justify-content: center;
    display: flex;
    margin-top: 5px;
    padding: 0 20px;
}

.csh__list-group__type-call cshdiv {
    border-radius: 15px;
    margin: 0 10px;
    padding: 4px 10px;
    cursor: pointer;
    background-color: #6AD07B;
    color: #fff;
}

.csh__list-group__type-call cshdiv:hover {
    background-color: #69bf77;
}

#csh__block .csh__close-widget {
    display: flex;
}

.csh__d-flex {
    display: flex;
}

.csh__disable-successful-request {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 237, 238, 0.4);
    border-radius: 4px 28px 28px 28px;
}

.csh__widget-size_small {
    width: 60px !important;
    height: 60px !important;
}

.csh__widget-size_middle {
    width: 75px !important;
    height: 75px !important;
}

.csh__widget-size_big {
    width: 90px !important;
    height: 90px !important;
}

.csh__widget-size_small .csh__widget-slide-icon cshdiv:before {
    font-size: 22px !important;
}

.csh__widget-size_middle .csh__widget-slide-icon cshdiv:before {
    font-size: 35px !important;
}

.csh__widget-size_big .csh__widget-slide-icon cshdiv:before {
    font-size: 40px !important;
}

/* анимация инонок на виджете */
.csh__widget-slide-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 90;
}

.csh__widget-slide-icon cshdiv:before {
    color: #11036A;
}

.csh__widget-slide-icon_item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s 0.2s;
}

.csh__widget-slide-icon_item cshdiv {
    display: flex;
}

.csh__widget-slide-icon .csh__widget-slide-icon_hide {
    position: absolute;
    top: 300px;
    transform: scale(0);
}

.csh__widget-slide-icon .csh__widget-slide-icon_show {
    transform: scale(1);
    transition: 0.3s cubic-bezier(.61, 1.93, .83, 1);
}

/* mini-modal */
.csh__mini-modal {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 10px;
    background-color: #fff;
    z-index: 5;
}

.csh__mini-modal_body {
    padding: 5px 0;
    text-align: left;
}

.csh__mini-modal_header {
    display: flex;
    justify-content: space-between;
}

.csh__mini-modal_btn-close {
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #ecedee;
    border-radius: 50%;
    cursor: pointer;
    font-family: none;
}

.csh__mini-modal_btn-close:hover {
    background-color: tomato;
    color: #fff;
}

.csh__mini-modal_search {
    margin: 5px 0 10px 0 !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    width: 80% !important;
    border-radius: 15px !important;
    border: 1px solid #696969 !important;
    outline: none !important;
    resize: none !important;
}

.csh__mini-modal_list {
    padding-right: 10px;
    max-height: 165px;
    overflow: auto;
}

.csh__mini-modal_list-item {
    margin-bottom: 3px;
    border-radius: 15px;
    background-color: #ecedee;
    padding: 5px 10px;
    cursor: pointer;
    overflow-wrap: break-word;
    text-align: left;
}

.csh__mini-modal_list-item:hover {
    background-color: #6AD07B;
    color: #fff;
}

.csh__mini-modal_btn-open {
    position: absolute;
}

.csh__mini-modal_btn-open cshdiv:before {
    color: #ecedee;
}

.csh__mini-modal_tooltip::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 2px;
    left: 27px;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 3px;
    background: #555;
    color: #eee;
    z-index: 9999;
    white-space: nowrap;
    display: none;
}

.csh__mini-modal_tooltip::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 24px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    background: #555;
    z-index: 9990;
    display: none;
}

.csh__mini-modal_tooltip:hover::before,
.csh__mini-modal_tooltip:hover::after {
    display: block;
}

/* loading */
.csh__loader {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e1e1e1;
    bottom: 0;
    z-index: 10;
}

.csh__loader:before {
    content: "";
    position: absolute;
    background-color: #a4a6ad;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: 0;
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: cshLoaderAnim 10s ease-in-out infinite;
    animation: cshLoaderAnim 10s ease-in-out infinite;
}

@-webkit-keyframes cshLoaderAnim {
    0% {
        width: 0px;
    }
    70% {
        width: 100%;
        opacity: 1;
    }
    90% {
        opacity: 0;
        width: 100%;
    }
    100% {
        opacity: 0;
        width: 0px;
    }
}

@keyframes cshLoaderAnim {
    0% {
        width: 0px;
    }
    70% {
        width: 100%;
        opacity: 1;
    }
    90% {
        opacity: 0;
        width: 100%;
    }
    100% {
        opacity: 0;
        width: 0px;
    }
}

#cshLoaderIcon {
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-size: -9px;
    transform: scale(0.6);
    z-index: 10;
}

#cshLoaderIcon path {
    fill: #a4a6ad;
    stroke: none;
    stroke-miterlimit: 10;
    stroke-width: 16px;
}

#cshLoaderIcon .csh__line-loader {
    fill: none;
    stroke: #a4a6ad;
    stroke-miterlimit: 10;
    stroke-width: 16px;
    stroke-dasharray: 200;
}

#cshLoaderIcon .csh__line-loader {
    animation-name: cshStrokeDance;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

#cshLoaderIcon .csh__line-loader-1 {
    animation-delay: 0s;
}

#cshLoaderIcon .csh__line-loader-2 {
    animation-delay: .1s;
}

#cshLoaderIcon .csh__line-loader-3 {
    animation-delay: .2s;
}

#cshLoaderIcon .csh__line-loader-4 {
    animation-delay: .3s;
}

#cshLoaderIcon .csh__line-loader-5 {
    animation-delay: .4s;
}

@keyframes cshStrokeDance {
    0% {
        stroke-dashoffset: 0;
        stroke: #a4a6ad;
        stroke: #a4a6ad;
    }
    10% {
        stroke: #a4a6ad;
    }
    20% {
        stroke: #a4a6ad;
    }
    30% {
        stroke: #a4a6ad;
    }
    40% {
        stroke: #a4a6ad;
    }
    50% {
        stroke-dashoffset: 190;
        stroke: #a4a6ad;
    }
    50% {
        stroke: #a4a6ad;
    }
    100% {
        stroke-dashoffset: 0;
        stroke: #a4a6ad;
    }
}

.csh__notification {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.csh__notification_error {
    background: #ff4a05;
}


.csh__modal-warning {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 5;
}

.csh__modal-warning_title {
    font-weight: bold;
    font-size: 18px;
}

.csh__modal-warning_btn-group {
    display: flex;
    margin-top: 20px;
}

.csh__btn {
    padding: .25rem .5rem;
    width: 85px;
    margin: 0 10px;
    text-align: center;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff;
    transition: .2s;
    cursor: pointer;
}

.csh__modal-warning_btn-group .csh__btn:first-child {
    background-color: #58E579;
}

.csh__modal-warning_btn-group .csh__btn:first-child:hover {
    background-color: #3AC75B;
}

.csh__modal-warning_btn-group .csh__btn:last-child {
    background-color: #FF6767;
}

.csh__modal-warning_btn-group .csh__btn:last-child:hover {
    background-color: #E14949;
}

.csh__color-tomato {
    background: tomato;
}

.csh__color-green {
    background: #6AD07B;
}

.csh__offline-form {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: rgb(255, 255, 255);
    overflow: hidden;
    z-index: 909090;
    border-radius: 0 0 20px 20px;
}

.csh__offline-form_body {
    width: 300px;
}

.csh__offline-form_info {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    transition: all 0.3s;
    color: #fff;
    z-index: 2;
    font-size: 16px;
}

.csh__offline-form_btn-send {
    padding: 8px 0;
}

.csh__icon_eye {
    position: relative;
    width: 25px;
    height: 25px;
    background: #11036A;
    border-radius: 50%;
}

.csh__icon_eye:before {
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.csh__mini-widget_icon {
    width: 25px;
    height: 25px;
}

.csh__icon_chat {
    background: url(/resources/assets/icons/chat.png) no-repeat;
    background-size: cover;
}

.csh__icon_audio-call {
    background: url(/resources/assets/icons/audio-call.png) no-repeat;
    background-size: cover;
}

.csh__icon_chat-bot {
    background: url(/resources/assets/icons/chat-bot.png) no-repeat;
    background-size: cover;
}

.csh__widget-size_big .csh__widget-slide-icon {
    width: 60px;
    height: 60px;
}

.csh__widget-size_big .csh__icon_eye {
    width: 39px;
    height: 39px;
}

.csh__widget-size_big .csh__icon_eye:before {
    width: 10px;
    height: 10px;
}

.csh__widget-size_big .csh__widget-miniUSER:before,
.csh__widget-size_big .csh__widget-miniUSER:after {
    width: 9px;
}

.csh__widget-size_middle .csh__widget-slide-icon {
    width: 50px;
    height: 50px;
}

.csh__widget-size_middle .csh__icon_eye {
    width: 32px;
    height: 32px;
}

.csh__widget-size_middle .csh__icon_eye:before {
    width: 10px;
    height: 10px;
}

.csh__widget-size_middle .csh__widget-miniUSER:before,
.csh__widget-size_middle .csh__widget-miniUSER:after {
    width: 9px;
}

.csh__widget-size_middle .csh__icon_chat-bot {
    width: 30px;
    height: 28px;
}

.csh__logo-callShark {
    margin: 0 4px;
  width: 18px !important;
  height: 18px !important;
}

a.csh__powered-by_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #a6a6a6;
    font-size: 13px !important;
    padding: 3px 10px;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

a.csh__powered-by_link cshdiv {
    color: #a6a6a6;
}

a.csh__powered-by_link:hover {
    border-radius: 20px;
    background-color: #f2f2f2;
}

.csh__widget-size_middle .csh__mini-widget_icon {
    width: 32px;
    height: 32px;
}

.csh__icon_chat-bot {
    width: 25px;
    height: 23px;
}

.csh__widget-size_big .csh__mini-widget_icon {
    width: 37px;
    height: 37px;
}

.csh__widget-size_middle .csh__icon_chat-bot {
    width: 32px;
    height: 29px;
}

.csh__widget-size_big .csh__icon_chat-bot {
    width: 35px;
    height: 32px;
}

.csh__powered-by_title-2 {
    padding-left: 4px;
}

.csh__box-privacy {
    font-size: 13px;
    margin: 12px 0 15px;
}

.csh__box-privacy a {
    color: #007bff;
}

.modal__post_close {
    font-size: 17px;
}


.csh__loading-process svg {
    animation: rotator 1.4s linear infinite;
}

.csh__loading-process svg {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

.csh__loading-process .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
    0% {
        stroke: #fff;
    }
    25% {
        stroke: #fff;
    }
    50% {
        stroke: #fff;
    }
    75% {
        stroke: #fff;
    }
    100% {
        stroke: #fff;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}
