.auth-layout {
  min-height: 100vh;
}
.auth-layout .al-head {
  height: 60px;
  background: #fff;
}
.auth-layout .al-head nav.auth {
  padding: 0 20px;
}
.auth-layout .al-foot {
  height: 40px;
  background: #fff;
}
.form-win {
  width: 450px;
  margin: auto;
  background: #fff;
}
.form-win .fw-info-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  outline: 1px solid transparent;
  margin-left: 1px;
}
.form-win .fw-info-box span {
  margin: 13px 30px;
  color: #6fdeb3;
  text-align: center;
  line-height: 1.2rem;
}
.form-win .fw-info-box span.fw-info-box-title ~ span {
  margin-top: 0;
}
.form-win .fw-info-box span.fw-info-box-title {
  font-weight: bold;
}
.form-win .fw-info-box.show {
  max-height: 200px;
  outline-color: #4ed9a6;
}
.form-win .fw-info-box.show.failure {
  outline-color: #dc5f5f;
}
.form-win .fw-info-box.failure span {
  color: #be4500;
}
.form-win .fw-head {
  padding: 20px 30px 0 30px;
  margin: 0;
  font-size: 1.07rem;
}
.form-win .fw-body {
  padding: 0 30px;
  margin: 10px;
}
.form-win .fw-foot {
  padding: 0 30px 20px 30px;
}
.form-win .fw-two-cols > :first-child {
  margin-right: 10px;
}
.form-win .fw-two-cols > :last-child {
  margin-left: 10px;
}
.main-layout {
  min-height: 100vh;
}
.main-layout .ml-left-area {
  position: relative;
  min-width: 245px;
  max-width: 245px;
  /*margin-right: 1px;*/
  background: #fff;
  transform: scaleY(1);
  transform-origin: top;
}
.main-layout .ml-left-area .ml-left-area-head {
  position: relative;
  min-height: 60px;
  max-height: 60px;
  background: #fff;
}
.main-layout .ml-left-area .ml-left-area-head .ver-switch {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 15px;
  cursor: pointer;
  opacity: 1;
  color: #8a8a8a;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: center;
}
.main-layout .ml-left-area .ml-left-area-head .ver-switch.short-ver {
  right: 15px;
}
.main-layout .ml-left-area .ml-left-area-head .ver-switch:hover {
  opacity: 0.5;
}
.main-layout .ml-left-area .ml-left-area-head img {
  margin-left: 10px;
  opacity: 1;
  transform: scale(1);
  cursor: pointer;
}
.main-layout .ml-left-area .ml-left-area-head img.short-ver {
  opacity: 0;
  transform: scale(0);
}
.main-layout .ml-left-area .ml-left-area-head.no-height {
  min-height: 0;
  max-height: 0;
}
.main-layout .ml-left-area .logged-user-info-box {
  padding: 10px 0;
  background-color: white;
}
.main-layout .ml-left-area .logged-user-info-box .auth-info-avatar-cnt .auth-info-avatar {
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid white;
  background-color: #fafafa;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.main-layout .ml-left-area .logged-user-info-box .auth-info-avatar-cnt .auth-info-avatar span {
  margin: auto;
  color: #888;
  font-size: 1.8rem;
}
.main-layout .ml-left-area .logged-user-info-box .auth-info-name-cnt {
  padding: 5px 15px;
}
.main-layout .ml-left-area .logged-user-info-box .auth-info-name-cnt .auth-info-name {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.main-layout .ml-left-area .logged-user-info-box .auth-info-buttons-cnt .auth-info-buttons .auth-info-button {
  border-radius: 50px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  padding: 3px;
  font-size: 0.9rem;
  color: #7f7f7f;
}
.main-layout .ml-left-area .logged-user-info-box .auth-info-buttons-cnt .auth-info-buttons .auth-info-button .magicico {
  padding: 0 4px;
}
.main-layout .ml-left-area .logged-user-info-box .auth-info-buttons-cnt .auth-info-buttons .auth-info-button .label {
  padding: 0 5px;
  font-size: 0.8rem;
}
.main-layout .ml-left-area .logged-user-info-box .auth-info-buttons-cnt .auth-info-buttons .auth-info-button:hover {
  background-color: var(--green-light-bg);
  color: white;
}
.main-layout .ml-left-area .logged-user-info {
  height: 70px;
  background: #f2f2f2;
}
.main-layout .ml-left-area .logged-user-info .auth-info-short {
  min-width: 42px;
  height: 42px;
  border-radius: 21px;
  border: 2px solid #fff;
  background: #b0b0b0;
  margin: 0 7px 0 5px;
}
.main-layout .ml-left-area .logged-user-info .auth-info-short span {
  margin: auto;
  color: #fff;
  font-size: 1rem;
}
.main-layout .ml-left-area .logged-user-info .auth-info {
  overflow: hidden;
  padding-right: 5px;
}
.main-layout .ml-left-area .logged-user-info .auth-info > span {
  font-size: 0.95rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-layout .ml-left-area .logged-user-info .auth-menu {
  min-height: 18px;
}
.main-layout .ml-left-area .logged-user-info .auth-menu a {
  cursor: pointer;
  font-size: 1rem;
  padding: 0 4px;
  opacity: 1;
}
.main-layout .ml-left-area .logged-user-info .auth-menu a:hover {
  opacity: 0.4;
}
.main-layout .ml-left-area nav.main-nav {
  padding-left: 30px;
  font-family: Roboto, sans-serif;
}
.main-layout .ml-left-area nav.main-nav.short-ver {
  padding-left: 3px;
}
.main-layout .ml-left-area.short-ver {
  min-width: 55px;
  max-width: 55px;
  margin-right: 0;
}
.main-layout .ml-left-area.veryshort-ver {
  min-width: 0;
  max-width: 0;
  margin-right: 0;
  height: 0;
  transform: scaleY(0);
  overflow: hidden;
}
.main-layout .ml-left-area.fullscreen-ver {
  min-width: 100%;
  max-width: 100%;
}
.main-layout .ml-main-area {
  -webkit-box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0);
  -moz-box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0);
  box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0);
  /*min-height: 100vh;*/
  overflow: hidden;
  background: #fff;
}
.main-layout .ml-main-area .ml-ma-head {
  min-height: 60px;
  background: #fff;
  padding: 0 20px;
  font-family: Roboto, sans-serif;
  /*overflow: hidden;*/
}
.main-layout .ml-main-area .ml-ma-head .main-nav-switcher {
  cursor: pointer;
  color: #7f7f7f;
  font-size: 1.5rem;
  width: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-layout .ml-main-area .ml-ma-head .main-nav-switcher.show-me {
  width: 55px;
  margin-right: 4px;
  opacity: 1;
  transform: scaleX(1);
}
.main-layout .ml-main-area .ml-ma-head .main-nav-switcher:hover {
  opacity: 0.4;
}
.main-layout .ml-main-area .ml-ma-head .selectors {
  /*max-width:40%;*/
  min-width: 240px;
}
.main-layout .ml-main-area .ml-ma-head .selectors clientwelcome-profile-selector {
  /*width: 60%;*/
}
.main-layout .ml-main-area .ml-ma-head .selectors clientwelcome-season-selector {
  /*width: 40%;*/
}
.main-layout .ml-main-area .ml-ma-head .selectors.no-seasons clientwelcome-profile-selector {
  width: 100%;
}
.main-layout .ml-main-area .ml-ma-head .selectors.no-seasons clientwelcome-season-selector {
  width: 0;
}
.main-layout .ml-main-area .ml-ma-head .main-title {
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #333333;
}
.main-layout .ml-main-area .ml-ma-head .main-title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-layout .ml-main-area .ml-ma-head .logged-user-info {
  width: 60px;
  height: 60px;
}
.main-layout .ml-main-area .ml-ma-head .logged-user-info .logged-user-avatar-cnt {
  cursor: pointer;
}
.main-layout .ml-main-area .ml-ma-head .logged-user-info .logged-user-avatar-cnt .logged-user-avatar {
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid white;
  background-color: var(--blue-light-bg);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.main-layout .ml-main-area .ml-ma-head .logged-user-info .logged-user-avatar-cnt .logged-user-avatar span {
  margin: auto;
  color: white;
  font-size: 0.9rem;
}
.main-layout .ml-main-area .ml-ma-head .logged-user-info .logged-user-avatar-cnt:hover .logged-user-avatar {
  background-color: var(--blue-dark-bg);
}
.main-layout .ml-main-area .ml-ma-head .ring-indicator {
  width: 60px;
}
.main-layout .ml-main-area .ml-ma-head .my-board-settings {
  width: 60px;
}
.main-layout .ml-main-area .ml-ma-head .my-board-settings .my-board-settings-ico-cnt {
  cursor: pointer;
}
.main-layout .ml-main-area .ml-ma-head .my-board-settings .my-board-settings-ico-cnt .my-board-settings-ico {
  background-color: #f7f7f7;
  color: #7f7f7f;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
}
.main-layout .ml-main-area .ml-ma-head .my-board-settings .my-board-settings-ico-cnt .my-board-settings-ico span {
  margin: auto;
  font-size: 1.3rem;
}
.main-layout .ml-main-area .ml-ma-head .my-board-settings .my-board-settings-ico-cnt:hover .my-board-settings-ico {
  background-color: #7f7f7f;
  color: #f7f7f7;
}
.main-layout .ml-main-area.short-ver {
  z-index: 1;
  -webkit-box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0.25);
}
.main-layout .ml-main-area.fullscreen-ver {
  display: none;
}
.main-layout .ml-main-area.static-width {
  min-width: 1000px;
}
.main-layout .ml-ma-foot {
  height: 40px;
  background: #f7f7f7;
  transform: scaleY(1);
  opacity: 1;
}
.main-layout .ml-ma-foot.fullscreen-ver {
  height: 0;
  transform: scaleY(0);
  opacity: 0;
}
.ml-ma-general-title {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background: #f7f7f7;
  font-size: 0.9rem;
  padding: 0 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ml-ma-general-title > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ml-ma-general-title.sec {
  background: transparent;
  font-size: 1rem;
  font-weight: bold;
}
.ml-ma-general-title.sec > span > span {
  color: #212529;
  font-weight: normal;
}
.ml-ma-general-list {
  border-top: 5px solid #f2f2f2;
  margin: 0;
}
.ml-ma-general-list .ml-ma-general-list-item {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  list-style: none;
  padding-left: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ml-ma-general-list .ml-ma-general-list-item a {
  height: 100%;
  padding: 0 1.6rem;
  cursor: pointer;
  background: #fff;
  color: #212529;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ml-ma-general-list .ml-ma-general-list-item a.three-dots {
  font-size: 1.1rem;
}
.ml-ma-general-list .ml-ma-general-list-item a > div.plus-ico,
.ml-ma-general-list .ml-ma-general-list-item a > div.other-ico-20 {
  width: 20px;
  height: 20px;
}
.ml-ma-general-list .ml-ma-general-list-item a:hover,
.ml-ma-general-list .ml-ma-general-list-item a:active,
.ml-ma-general-list .ml-ma-general-list-item a.active {
  background: #f7f7f7;
  text-decoration: none;
}
.season-type-lbl-color-1 {
  color: #be4500 !important;
}
.season-type-lbl-color-2 {
  color: #e9b600 !important;
}
.season-type-lbl-color-3 {
  color: #98e286 !important;
}
.season-type-lbl-color-4 {
  color: #9d9d9d !important;
}
.pagination-layout .ngx-pagination {
  margin-bottom: 0;
}
.pagination-layout .ngx-pagination a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-layout .ngx-pagination .current {
  background: #9d9d9d;
  border-radius: 20px;
}
.pagination-layout .ngx-pagination a {
  text-decoration: none;
  border-radius: 20px;
}
.pagination-layout .ngx-pagination a::before,
.pagination-layout .ngx-pagination a::after {
  margin: 0 !important;
}
.pagination-layout .ngx-pagination .pagination-previous::before,
.pagination-layout .ngx-pagination .pagination-next::after {
  margin: 0 !important;
}
.context-menu,
.context-list,
.context-selector,
.floating-window {
  background-color: #fafafa;
  font-size: 0.9rem;
  z-index: 1000;
  box-shadow: 0 0 12pt rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 0.5rem 0 0.5rem 0;
  animation: context-menu-fadeIn 0.3s ease-out;
  opacity: 1;
  display: block;
}
.context-menu hr {
  border: none;
  border-bottom: 1px solid #eee;
}
.context-menu div {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0.5em 2em 0.5em 0.75em;
  max-width: 18em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.context-menu div.red {
  color: var(--red-light-color);
}
.context-menu div.blue {
  color: var(--blue-light-color);
}
.context-menu div.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.context-menu div:hover {
  background-color: #333;
  color: #fff;
}
.context-menu div.bg-red:hover {
  background-color: #dc3545;
  color: #fff;
}
.context-menu div.bg-orange:hover {
  background-color: #ffc107;
  color: #000;
}
.context-menu div::before {
  content: '';
  float: left;
  margin-right: 0.75em;
  /*width: 0.5em;*/
  height: 1em;
  display: inline-block;
}
.context-menu .context-menu-header {
  display: block;
  padding: 0.5em;
  border-bottom: 1px solid #dee2e6;
}
.context-menu .context-menu-header span {
  padding: 0 5px;
}
.context-list {
  padding: 5px 10px;
}
.context-list .head,
.context-list .item {
  margin: 0;
  padding: 0;
}
.context-list .head {
  font-weight: bold;
}
.context-selector {
  padding: 0;
}
.floating-window-drag-parent {
  pointer-events: auto;
}
.floating-window {
  overflow: hidden;
  min-width: 300px;
  padding: 0;
}
.floating-window .head {
  min-height: 44px;
  padding: 0 10px 0 20px;
  background: #b0b0b0;
  color: #fff;
  font-size: 0.85rem;
  cursor: move;
}
.floating-window .head.active {
  background: #478ade;
}
.floating-window .close-fwindow,
.floating-window .minimized-fwindow {
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  text-align: right;
  margin-left: 10px;
  opacity: 1;
}
.floating-window .minimized-fwindow {
  font-size: 1rem;
}
.floating-window .close-fwindow:hover,
.floating-window .minimized-fwindow:hover {
  opacity: 0.4;
}
@-webkit-keyframes context-menu-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes context-menu-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
perfect-scrollbar.browser-scroll .ps__rail-y {
  background: transparent !important;
}
perfect-scrollbar.browser-scroll .ps__rail-x {
  background: transparent !important;
}
perfect-scrollbar.eject-overlay-extra .ps-content {
  padding-right: 20px;
}
perfect-scrollbar.eject-overlay-extra .ps__rail-y {
  background: transparent !important;
  opacity: 1 !important;
}
perfect-scrollbar.eject-overlay-extra .ps__rail-x {
  background: transparent !important;
}
perfect-scrollbar.moving-tree .ps__rail-y {
  background: transparent !important;
  opacity: 1 !important;
}
perfect-scrollbar.moving-tree .ps__rail-x {
  background: transparent !important;
}
.e4i-element-drag-out {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}
.e4i-element-drag-over {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.e4i-element-drag-out-wrapper > div {
  opacity: 1;
}
.e4i-element-drag-over-wrapper > div {
  opacity: 0.25;
}
.e4i-viewer-overlay-backdrop {
  background: #000;
}
.e4i-viewer-overlay-backdrop-2nd {
  background: rgba(0, 0, 0, 0.9);
}
.e4i-viewer-overlay-cnt {
  width: 100%;
  height: 100%;
}
.e4i-eject-overlay-extra-component {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.e4i-eject-overlay-extra-component .e4i-eject-overlay-extra-head {
  min-height: 60px;
  background-color: #ffffff;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.e4i-eject-overlay-extra-component .close-btt {
  width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #7f7f7f;
  font-size: 2rem;
  opacity: 1;
}
.e4i-eject-overlay-extra-component .expander-btt {
  width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: left;
  color: #7f7f7f;
  font-size: 2rem;
  opacity: 1;
}
.e4i-eject-overlay-extra-component .close-btt:hover,
.e4i-eject-overlay-extra-component .expander-btt:hover {
  opacity: 0.4;
}
.e4i-eject-overlay-extra-component .e4i-eject-overlay-extra-title {
  font-size: 1.1rem;
  align-items: center;
  line-height: 1.3rem;
}
.e4i-eject-overlay-extra-component .e4i-eject-overlay-extra-cnt {
  position: relative;
  background: #fff;
  /*margin-left: 245px;*/
  margin-left: 47px;
  padding: 0 1rem;
  -webkit-box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0.25);
}
.e4i-eject-overlay-extra-component .e4i-eject-overlay-extra-cnt.small-ver {
  /*margin-left: 55px;*/
  margin-left: 47px;
}
.e4i-eject-overlay-extra-component .hidden {
  visibility: hidden;
  opacity: 0;
}
/*
.e4i-eject-overlay-extra-component.with-expander {
	.e4i-eject-overlay-extra-title {
		margin-left: 30px;
	}
}
*/
.e4i-eject-overlay-extra-component.not-expanded {
  width: 50px;
}
.e4i-eject-overlay-extra-component.not-expanded .expander-btt {
  position: absolute;
  right: 7px;
  top: 14px;
  width: 35px;
  font-size: 2rem;
  line-height: 2rem;
}
.e4i-eject-overlay-extra-component.not-expanded .close-btt {
  position: absolute;
  right: 9px;
  top: 55px;
  width: 35px;
  font-size: 2rem;
  line-height: 2rem;
}
.e4i-eject-overlay-extra-component.not-expanded .search-engine {
  display: none;
}
.e4i-eject-overlay-extra-component.not-expanded .e4i-eject-overlay-extra-cnt {
  margin-left: 0;
  padding: 0;
}
.communicator-small-cnt {
  left: auto;
  margin: 0 15px;
  bottom: 0;
  height: 28px;
  position: fixed;
  right: 0;
  z-index: 300;
  transform: translateZ(0);
}
.communicator-small-cnt .csc_a {
  font-size: 12px;
  line-height: 16px;
  zoom: 1;
}
.communicator-small-cnt .csc_b {
  float: right;
  zoom: 1;
}
.communicator-small-cnt .csc_c {
  position: relative;
}
.communicator-small-cnt .csc_e {
  float: left;
  position: relative;
  zoom: 1;
}
.communicator-small-cnt .csc_f {
  float: left;
  position: relative;
  zoom: 1;
}
.communicator-small-cnt .csc_g {
  float: left;
  position: relative;
  align-items: flex-end;
  display: flex;
}
.communicator-small {
  margin: 0 0 0 4px;
  position: relative;
}
.communicator-small .cs_a {
  width: 284px;
  margin-left: 9px;
  height: 28px;
  float: left;
  position: relative;
}
.communicator-small .cs_b {
  height: auto;
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: auto;
  right: 0;
  background-clip: padding-box;
}
.communicator-small .cs_d {
  border-radius: 8px 8px 0 0;
  background: transparent;
  border: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.communicator-small .cs_e {
  zoom: 1;
}
.communicator-small .cs_e1 {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.4s;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  z-index: 3;
  cursor: pointer;
  padding: 8px 4px 7px 8px;
  position: relative;
}
.communicator-small .cs_e2 {
  display: flex;
  min-height: 28px;
  position: relative;
  cursor: pointer;
}
.communicator-small .cs_e3 {
  height: 28px;
  width: 28px;
  position: relative;
}
.communicator-small .cs_e3 a {
  float: left;
  color: #385898;
  cursor: pointer;
  text-decoration: none;
}
.communicator-small .cs_e3 a div {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.communicator-small .cs_e3 a div img {
  display: block;
  object-fit: cover;
  border: 0;
}
.communicator-small .cs_e4 {
  display: flex;
  justify-content: space-between;
  margin-left: 9px;
  min-width: 1px;
  width: 100%;
}
.communicator-small .cs_e4_1 {
  min-width: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.communicator-small .cs_e4_1a {
  font-size: 13px;
  height: 18px;
  margin-bottom: -3px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1c1e21;
  font-weight: bold;
  min-width: 0;
}
.communicator-small .cs_e4_1a a {
  color: #385898;
  cursor: pointer;
  text-decoration: none;
}
.communicator-small .cs_e4_1a a span {
  color: #1c1e21;
  font-weight: 600;
  white-space: nowrap;
}
.communicator-small .cs_e4_1b {
  height: 14px;
  color: #90949c;
  min-width: 0;
}
.communicator-small .cs_e4_1b div {
  color: #90949c;
}
.communicator-small .cs_e4_2 {
  display: flex;
  flex: 0 0 auto;
  height: 16px;
  margin: auto 0 auto 6px;
}
.communicator-small .cs_e4_2a {
  padding: 0 6px 0;
}
.communicator-small .cs_e4_2a a {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: top;
}
.communicator-small .cs_f {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  height: 308px;
  position: relative;
}
.communicator-small .cs_g {
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.communicator-small .cs_g1 {
  overscroll-behavior: contain;
  flex-basis: 0px;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
}
.communicator-small .cs_g2 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.communicator-small .cs_gm {
  border-top: 5px solid white;
  margin-top: 0;
  border-right: 18px solid white;
  margin-right: 0;
  border-bottom: 4px solid white;
  background: white;
}
.communicator-small .cs_h {
  background: #fff;
  min-height: inherit;
  position: relative;
  z-index: 3;
  border: 0;
  box-sizing: border-box;
  padding: 10px 0;
}
.switcher {
  cursor: pointer;
}
.switcher > div {
  border-radius: 100%;
  opacity: 1;
}
.switcher:hover > div {
  opacity: 0.8;
}
/*# sourceMappingURL=layout.css.map */