@font-face {
  font-family: 'ionicons';
  src: url('/static/style_01/fonts/ionicons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url('/static/style_01/fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PTSans';
  src: url('/static/style_01/fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PTSans';
  src: url('/static/style_01/fonts/PTSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PTSans';
  src: url('/static/style_01/fonts/PTSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LeftMenu';
  src: url('/static/style_01/fonts/left-menu-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ionicon {
  font-family: "ionicons" !important;
}
.left-menu-font {
  font-family: "LeftMenu";
}
body {
  font-family: "PTSans", "PT Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #413e59;
}
h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.show > .dropdown-toggle.btn-primary {
  background-color: #cba583;
  border-color: #cba583;
}
.show > .dropdown-toggle.btn-primary:active {
  background-color: #cba583;
  border-color: #cba583;
}
.btn-primary {
  background-color: #cba583;
  border-color: #cba583;
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #cba583;
  border-color: #cba583;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #a37145;
  border-color: #a37145;
  box-shadow: none;
}
.btn-primary[disabled] {
  background-color: #e5d2c1;
  border-color: #e5d2c1;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus {
  background-color: #e5d2c1;
  border-color: #e5d2c1;
  box-shadow: none;
}
.form-control-insight-select {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: 160px;
  height: auto;
}
.form-control-insight-select .rw-widget-input > div:not([class]) {
  display: flex;
}
.for-ck-editor {
  height: auto;
  padding: 0;
}
a.nav-link {
  cursor: pointer;
}
ol.breadcrumb {
  background-color: #fcf9f6;
}
a {
  color: black;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #cba583;
}
hr {
  border-top-color: #fcf9f6;
}
.badge-info {
  background-color: #413e59;
}
.badge-primary {
  background-color: #cba583;
}
em {
  font-style: italic;
}
.main-container {
  background-color: #fcf9f6;
  background-image: none;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  min-width: 360px;
}
.left-menu {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 262px;
  height: 100%;
  overflow: auto;
  background-image: url(/static/style_01/img/left-menu-default-bg.png);
  background-repeat: no-repeat;
}
.left-menu-items {
  display: flex;
  flex-direction: column;
}
.left-menu-footer {
  background-color: rgba(65, 62, 89, 0.9);
}
.left-menu-item {
  display: flex;
  height: 118px;
  background-color: rgba(65, 62, 89, 0.9);
}
.left-menu-item.no-max-height {
  height: auto;
  min-height: 118px;
}
.left-menu-item a {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #e0e0e0;
  font-size: 18px;
}
.left-menu-item a:hover {
  text-decoration: none;
  color: white;
}
.left-menu-item.user {
  height: 194px;
}
.left-menu-item:hover,
.left-menu-item.active {
  background-color: rgba(203, 167, 131, 0.9);
  border-left: #413e59 solid 5px;
  border-right: rgba(203, 167, 131, 0.9) solid 5px;
}
.left-menu-user {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background-color: #c2c2c2;
  overflow: hidden;
}
.left-menu-item-title {
  margin: 0;
  text-align: center;
}
.left-menu-icon {
  width: 40px;
  height: 40px;
  font-family: "LeftMenu";
  font-size: 40px;
  margin-bottom: 16px;
}
.left-menu-badge {
  width: 20px;
  height: 118px;
  min-height: 118px;
  font-size: 11px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 160px;
}
.left-menu-badge div {
  margin-top: 11px;
  background-color: #413e59;
  border: solid 1px #413e59;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1560px) {
  .left-menu {
    width: 195px;
  }
  .left-menu-item {
    height: 101px;
  }
  .left-menu-item.user {
    height: 142px;
  }
  .left-menu-badge {
    left: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .left-menu {
    display: none;
  }
}
.content-container {
  height: 100%;
  min-height: 100vh;
  margin-left: 262px;
}
@media screen and (max-width: 1560px) {
  .content-container {
    margin-left: 195px;
  }
}
@media screen and (max-width: 1024px) {
  .content-container {
    margin-left: 0;
  }
}
.top-menu {
  height: 76px;
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
}
.top-menu-site-banner {
  max-width: 50%;
  overflow: hidden;
}
.top-menu-site-banner-image {
  max-height: 76px;
  max-width: 550px;
  cursor: pointer;
}
.top-menu-site-icon {
  display: none;
}
.top-menu-items {
  display: flex;
  justify-content: flex-end;
}
.top-menu-link {
  color: black;
  margin-left: 50px;
  display: flex;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  padding-bottom: 6px;
  padding-top: 6px;
  justify-content: center;
  align-items: center;
}
.top-menu-link:hover {
  border-bottom: 4px solid #9e9e9e;
  text-decoration: none;
  color: black;
}
.top-menu-link:first-child {
  margin-left: 0;
}
.top-menu-exit {
  font-family: "LeftMenu";
}
.top-menu-dropdown {
  display: none;
  padding-top: 3px;
  margin-left: 25px;
}
.top-menu-dropdown-button {
  font-family: "LeftMenu";
}
.top-menu-dropdown a.dropdown-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 32px;
}
.top-menu-dropdown a.dropdown-item .top-menu-db-icon {
  font-family: "LeftMenu";
}
.top-menu-dropdown a.dropdown-item .top-menu-db-item-title {
  margin: 0 0 0 10px;
}
.top-menu-dropdown a.dropdown-item .top-menu-user-image {
  border-radius: 50%;
}
.top-menu-dropdown a.dropdown-item .top-menu-db-item-badge {
  width: 20px;
  height: 118px;
  min-height: 118px;
  font-size: 11px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 160px;
  color: white;
  line-height: 20px;
  position: relative;
  left: unset;
  height: unset;
  min-height: unset;
  margin-left: 10px;
}
.top-menu-dropdown a.dropdown-item .top-menu-db-item-badge div {
  margin-top: 11px;
  background-color: #413e59;
  border: solid 1px #413e59;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
  justify-content: center;
}
.top-menu-dropdown a.dropdown-item .top-menu-db-item-badge div {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.top-menu-dropdown a.dropdown-item.only-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-menu-dropdown {
    display: block;
  }
  .top-menu-dropdown.only-mobile {
    display: none;
  }
  .hide-first {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .top-menu-site-banner-image {
    display: none;
  }
  .top-menu-site-banner {
    max-width: 70px;
  }
  .top-menu-site-icon {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .top-menu {
    padding: 0 15px;
  }
  .top-menu-link {
    display: none;
  }
  .top-menu-dropdown.only-mobile {
    display: block;
  }
  .top-menu-dropdown a.dropdown-item {
    line-height: 48px;
  }
  .top-menu-dropdown a.dropdown-item.only-mobile {
    display: flex;
  }
}
.content {
  padding: 30px;
}
.content .content-simple-panel {
  background-color: white;
  margin-bottom: 30px;
  padding: 14px 30px;
}
.content .content-simple-panel .simple-header {
  font-weight: bold;
  font-size: 17px;
}
.content .content-simple-panel p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .content-sm-no-padding {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .content {
    padding: 30px 5px 5px 5px;
  }
  .content .content-simple-panel {
    padding: 14px 20px 30px 20px;
  }
}
.content-simple-panel ol {
  list-style: decimal;
}
.course-card {
  background-color: white;
  padding: 0 30px 25px 30px;
  display: flex;
  margin-bottom: 30px;
}
.course-card .course-card-image {
  margin-top: 30px;
  margin-right: 40px;
}
.course-card .course-card-image .course_picture_placeholder {
  width: 220px;
  height: 220px;
  overflow: hidden;
}
.course-card .course-card-image img.square {
  width: 220px;
  height: 220px;
  overflow: hidden;
}
.course-card .course-card-image img.rectangle {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.course-card .course-card-content {
  width: 100%;
  margin-top: 24px;
}
.course-card .course-card-content .course-card-content-row {
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
}
.course-card .course-card-content .course-card-content-row.course-card-category {
  display: flex;
  justify-content: space-between;
  color: #757575;
  font-size: 17px;
}
.course-card .course-card-content .course-card-content-row.course-card-category .badge-secondary {
  background-color: #9e9e9e;
  font-weight: normal;
  line-height: 24px;
  font-size: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.course-card .course-card-content .course-card-content-row.cols2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-height: 155px;
  overflow: hidden;
}
.course-card .course-card-content .course-card-content-row.cols2.h-no-limit {
  max-height: none;
}
.course-card .course-card-content .course-card-content-row.cols2 .course-card-description {
  height: 104px;
  overflow: auto;
}
.course-card .course-card-content .course-card-content-row.cols2 span {
  margin-top: 20px;
}
.course-card .course-card-content .course-card-content-row.cols2 span:first-child {
  margin-top: 0;
}
.course-card .course-card-content .course-card-content-row.cols2 .performance {
  margin-left: 160px;
  width: 180px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
}
.course-card .course-card-content .course-card-content-row.cols2 .performance.performance-col {
  width: auto;
  margin-left: 0;
  margin-right: 30px;
}
.course-card .course-card-content .course-card-content-row.cols2 .performance.performance-col .badge {
  font-size: 13px;
}
.course-card .course-card-content .course-card-content-row.buttons {
  display: flex;
  flex-wrap: wrap;
}
.course-card .course-card-content .course-card-content-row.buttons .course-card-button {
  background-color: #cba583;
  color: white;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 20px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.course-card .course-card-content .course-card-content-row.buttons a.course-card-button:hover {
  text-decoration: none;
  background-color: #a37145;
}
.course-card .course-card-content .course-progress-bar {
  height: 5px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 15px;
}
.course-card .course-card-content .course-progress-bar .fill {
  height: 5px;
  background: linear-gradient(90deg, #f8f3ef 0%, #cba583 100%);
}
@media screen and (max-width: 1560px) {
  .course-card .course-card-content .course-card-content-row.cols2 .performance {
    margin-left: 80px;
  }
  .course-card .course-card-content .course-card-content-row.cols2 .performance.performance-col {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .course-card .course-card-content .course-card-content-row.cols2 .performance {
    margin-left: 20px;
  }
  .course-card .course-card-content .course-card-content-row.cols2 .performance.performance-col {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .course-card {
    flex-direction: column;
  }
  .course-card .course-card-image {
    margin-right: 0;
  }
  .course-card .course-card-image img.square {
    display: none;
  }
  .course-card .course-card-image img.rectangle {
    display: block;
  }
  .course-card .course-card-content .course-card-content-row.cols2 {
    flex-direction: column;
    max-height: none;
    overflow: auto;
  }
  .course-card .course-card-content .course-card-content-row.cols2 .course-card-description {
    height: auto;
  }
  .course-card .course-card-content .course-card-content-row.cols2 .performance {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .course-card .course-card-content .course-card-content-row.cols2 .performance.performance-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .course-card {
    padding: 0 20px 20px 20px;
  }
  .course-card .course-card-image {
    margin-top: 20px;
  }
  .course-card .course-card-content .course-card-content-row.buttons {
    flex-direction: column;
  }
  .course-card .course-card-content .course-card-content-row.buttons .course-card-button {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.notifications {
  position: fixed;
  max-height: 100%;
  z-index: 1000;
}
.notifications span {
  display: flex;
  justify-content: flex-start;
  flex-flow: column-reverse;
  align-items: flex-start;
}
.notifications .notification {
  word-break: keep-all;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 20px;
  transition: all 0.5s ease-in-out;
}
.notifications .notify-transition-enter {
  left: -1000px;
}
.notifications .notify-transition-enter.notify-transition-enter-active {
  left: 0px;
  transition: left 500ms;
}
.notifications .notify-transition-leave {
  left: 0px;
}
.notifications .notify-transition-leave.notify-transition-leave-active {
  left: -1000px;
  transition: left 500ms;
}
.table-component-filters {
  margin-bottom: 10px;
}
.table-component-filters input {
  height: 35px;
}
.table-component-filters input:focus {
  border: #cba583 1px solid;
}
.table-component-filters select {
  height: 35px;
  background-color: white;
  border: #aeaeae 1px solid;
}
.table-component-filters.submit button {
  line-height: 25px;
  font-size: 16px;
  margin-right: 5px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
}
.table-component-filters.submit button:first-child:not([disabled]) {
  border: #cba583 1px solid;
}
.table-component-filters.submit button:first-child:not([disabled]):hover {
  border-color: #a37145;
  text-decoration: none;
  color: white;
}
.table-component {
  width: 100%;
}
.table-component .table {
  margin-top: 20px;
}
.table-component .table .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-component .table .sortable {
  cursor: pointer;
}
.table-component .table .sortable:hover {
  text-decoration: underline;
}
.table-component .table .sorted {
  font-weight: bold;
}
.table-component .table img.sort-icon {
  margin-right: 10px;
}
.table-component .paginator {
  margin-bottom: 10px;
}
.table-component .paginator button:last-child {
  border-left: transparent 1px solid;
  margin-left: -1px;
}
.table-component .paginator button:last-child:hover {
  border-left: #cba583 1px solid;
}
.table-component button {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.table-component .controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.table-component .controls label {
  margin-right: 5px;
  margin-bottom: 0;
}
.table-component .controls-before {
  margin-bottom: 10px;
}
.table-component .controls-after {
  margin-top: 10px;
}
.table-component .filter {
  margin-bottom: 10px;
}
.table-component .filter input {
  height: 35px;
}
.table-component .filter input:focus {
  border: #cba583 1px solid;
}
.table-component .filter select {
  height: 35px;
  background-color: white;
  border: #aeaeae 1px solid;
}
.table-component .filter.submit button {
  line-height: 25px;
  font-size: 16px;
  margin-right: 5px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
}
.table-component .filter.submit button:first-child:not([disabled]) {
  border: #cba583 1px solid;
}
.table-component .filter.submit button:first-child:not([disabled]):hover {
  border-color: #a37145;
  text-decoration: none;
  color: white;
}
.table-component.ignored-chats .filter-chat {
  flex: 1;
  margin: 0 10px;
  min-width: 100px;
}
.table-component.ignored-chats .filter-chat input {
  width: 100%;
}
.vip-history .table {
  margin: 0;
}
.vip-history .controls-before .filter {
  margin-left: 10px;
  margin-right: 10px;
}
.vip-history .controls-before .filter:first-child {
  margin-left: 0;
}
.vip-history .controls-before .filter:last-child {
  margin-right: 0;
}
.vip-history .controls-before-2 {
  align-items: stretch;
}
.vip-history .controls-before-2 .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vip-history .controls-before-2 .filter .rw-datetime-picker {
  width: 100%;
}
.vip-history .controls-before-2 .filter .rw-widget-container {
  display: flex;
  justify-content: space-between;
}
.vip-history .controls-before-2 .filter .rw-widget-container input {
  width: 150px;
  border: 0;
  box-shadow: none;
  padding: 0 3px;
}
.vip-history .controls-before-2 .filter .rw-widget-container input:focus {
  border: 0;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-select-bordered {
  border: 0;
  width: 37px;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-select-bordered:hover {
  background-color: transparent;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-btn-select {
  margin-right: 0;
  border: 0;
  border-left: #cccccc 1px solid;
  padding: 0 10px;
  font-size: 16px;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-btn-select:hover {
  border: 0px;
  border-left: #cba583 1px solid;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-i-calendar {
  line-height: 35px;
}
.vip-history .controls-before-2 .filter .rw-popup {
  display: block;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-btn-left,
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-btn-right {
  padding: 0;
  margin: 0;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-btn-view {
  margin: 0 5px;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-footer button {
  border: 0;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-cell {
  vertical-align: middle;
}
.vip-history .controls-before-0 .filter,
.vip-history .controls-before-1 .filter {
  flex: 1;
}
.vip-history .controls-before-0 .filter input,
.vip-history .controls-before-1 .filter input {
  width: 100%;
}
.vip-history .controls-before-0 .filter select,
.vip-history .controls-before-1 .filter select {
  width: 100%;
}
.vip-history .controls-before-2 {
  justify-content: space-between;
}
.vip-history .controls-before-2 .filter {
  display: flex;
  align-items: center;
  flex: 1;
}
.vimeo_video {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.vimeo_video iframe,
.vimeo_video .embed-container object,
.vimeo_video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.insight-card-deck {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.insight-card-deck .card {
  flex: 1;
}
.insight-card-deck .card:first-child {
  margin-right: 20px;
}
.insight-card-deck .card:last-child {
  margin-left: 20px;
}
.insight-card-deck .card .card-body {
  display: flex;
  align-items: center;
  word-break: break-all;
}
.insight-card-deck.connected .card:first-child {
  margin-right: 0;
  margin-left: 20px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.insight-card-deck.connected .card:last-child {
  margin-left: 0;
  margin-right: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.chat {
  padding: 22px;
  width: 100%;
}
.chat__slider-block {
  padding: 16px 20px;
  max-width: 960px;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}
.chat__slider-block table tr th,
.chat__slider-block table tr td {
  border: 1px solid black;
  padding: 5px;
}
.chat__slider-block-img {
  width: 100%;
}
.chat__button {
  display: flex;
  justify-content: center;
}
.chat__button button,
.chat__button a {
  max-width: 230px;
  margin: 21px 0 38px 0;
  cursor: pointer;
}
.chat__button_margin_bottom button {
  margin: 17px 0 10px 0;
}
.chat__button-center {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 26px;
}
.chat__button-center button {
  background-color: #cba583;
  padding: 6px 33px;
  width: auto;
  max-width: inherit;
  cursor: pointer;
}
.chat__button-center button:hover {
  background-color: #a37145;
}
.chat__slider {
  width: 10000px;
  max-height: 516px;
  height: auto;
  display: flex;
}
.chat__slider-item {
  max-width: 920px;
  width: auto;
  height: 100%;
  margin: 0 10px;
}
.chat__slider-count {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.chat__block {
  display: none;
  width: 460px;
  background: white;
}
.chat-not-found {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px;
}
.chat-not-found h3 {
  text-align: center;
}
.message-block__text {
  padding-right: 30px;
  word-break: break-word;
}
.message-block__text p {
  margin-bottom: 0;
}
.message-block__text a {
  overflow-wrap: break-word;
  word-break: break-all;
}
.message-block__text ol {
  margin-left: 20px;
}
.message-block__text ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.message-block__text ul {
  margin-left: 20px;
}
.message-block__text ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.message-block__text span.marker {
  background-color: yellow;
}
.message-block__right {
  flex: 1;
}
.message-block__right-bottom .message-tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 4px;
}
.message-block__right-bottom .message-tags-tag {
  margin-right: 4px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  padding: 2px;
  background-color: blue;
  color: white;
  font-size: 14px;
  line-height: 16px;
}
.message-block__right-bottom .to-be-deleted {
  font-style: italic;
  font-size: 14px;
  color: gray;
}
.message-block__right-bottom .to-be-deleted a {
  cursor: pointer;
}
.message-block__right-bottom .to-be-deleted a:hover {
  text-decoration: underline;
}
.message-block__right-bottom .attachments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.message-block__bottom div.cke_reset p {
  margin-bottom: 0;
}
.message-block__bottom.attachments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 300px;
  overflow-y: auto;
}
.message-block__bottom.attachments .attachment {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-bottom: 1rem;
}
.message-block__bottom.attachments .attachment p {
  margin-bottom: 0;
  font-size: 14px;
}
.message-block__bottom.attachments .attachment .progress {
  flex: 1;
  height: 7px;
  margin-left: 10px;
}
.message-block__bottom.attachments .attachment button {
  cursor: pointer;
  margin-left: 10px;
}
.message-block__bottom.attachments .attachment.error p {
  color: red;
}
.attachment {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 10px 0;
}
.attachment.loaded {
  justify-content: flex-end;
  overflow: hidden;
}
.attachment.loaded img {
  cursor: pointer;
  width: 100%;
}
.attachment .attachment_content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attachment .attachment_content .ionicon {
  font-size: 56px;
  color: #cba583;
  cursor: pointer;
}
.attachment .attachment_content .ionicon:hover {
  color: #a37145;
}
.attachment_footer {
  font-size: 12px;
  background-color: #cba583;
  color: white;
  width: 100%;
  padding: 0 5px;
}
.attachment.sound,
.attachment.file {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}
.attachment.sound .attachment_content,
.attachment.file .attachment_content {
  flex-direction: row;
  max-width: 500px;
  width: 100%;
}
.attachment.sound .attachment_content audio,
.attachment.file .attachment_content audio {
  flex: 1;
  width: 100%;
}
.attachment.file .attachment_content {
  align-items: flex-start;
  justify-content: flex-start;
}
.attachment.file .attachment_content span.ionicon {
  line-height: 56px;
}
.attachment.file .attachment_content .attachment_description {
  padding-left: 10px;
  padding-top: 5px;
  font-size: 14px;
  color: #6c757d;
  cursor: pointer;
}
.attachment.file .attachment_content .attachment_description:hover {
  color: black;
}
.hidden_button {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background-color: #cba583;
  font-size: 16px;
}
.hidden_button:hover {
  background-color: #a37145;
}
.hidden_button a {
  color: white;
  text-decoration: none;
}
.hidden_button a:hover {
  text-decoration: none;
  color: white;
}
.hidden_button a:visited {
  text-decoration: none;
  color: white;
}
.hidden_button:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.action_button {
  margin-right: 11px;
  flex-shrink: 0;
}
.action_button a {
  cursor: pointer;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background-color: #cba583;
  font-size: 16px;
  position: relative;
}
.action_button a:hover {
  color: white;
  background-color: #a37145;
}
.action_button a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.chat-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  border-top: 1px solid #dfd8c5;
  border-bottom: 1px solid #dfd8c5;
}
.chat-header .title {
  width: auto;
  font-size: 18px;
  color: black;
}
.chat-page {
  display: flex;
  background-color: white;
}
.chat-page em {
  font-style: italic;
}
.chat-page__left {
  min-width: 280px;
  max-width: 300px;
  background-color: white;
  border-right: 1px solid #f8f9fa;
  max-height: 683px;
  overflow: auto;
}
.chat-page__left-element {
  position: relative;
  width: 100%;
  background-color: #f8f9fa;
  padding: 12px 0 14px 41px;
  box-shadow: inset 0 -1px 0 rgba(223, 216, 197, 0.5);
  display: block;
}
.chat-page__left-element:hover {
  text-decoration: none;
}
.chat-page__left-element .count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #cba583;
  text-align: center;
}
.chat-page__left-element .count span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translate(-50%, -50%);
  color: #cba583;
  font-size: 15px;
  line-height: 11px;
}
.chat-page__left-element p {
  margin: 0;
  color: black;
  font-size: 16px;
  text-align: left;
}
.chat-page__left-element-drop {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.chat-page__left-element-drop p {
  position: relative;
}
.chat-page__left-element-drop p:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url("/static/style_01/img/drop.png");
}
.chat-page__left-element-drop.temp p {
  color: #cba583;
}
.chat-page__left-element-drop.temp p::after {
  background: url("/static/style_01/img/drop-active.png");
}
.chat-page__left-show-element_block {
  display: block;
}
.chat-page__left-show-item {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 12px 40px 14px 51px;
  box-shadow: inset 0 -1px 0 rgba(223, 216, 197, 0.5);
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  color: #212529;
  text-align: left;
  vertical-align: baseline;
  display: block;
}
.chat-page__left-show-item:hover {
  color: #212529;
  text-decoration: none;
}
.chat-page__left-show-item .count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #cba583;
  text-align: center;
}
.chat-page__left-show-item .count span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translate(-50%, -50%);
  color: #a37145;
  font-size: 15px;
  line-height: 11px;
}
.chat-page__left-show-item span {
  position: relative;
  text-overflow: ellipsis;
}
.chat-page__left-show-item:hover span,
.chat-page__left-show-item.active span {
  color: #cba583;
}
.chat-page__right {
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
}
.chat-page__right .chat-back-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/static/style_01/img/back.png");
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 40px;
}
.chat-page__right .chat-back-link:hover {
  background-image: url("/static/style_01/img/back_hov.png");
}
.chat-page__right .chat-back-link.ignored-chats {
  position: absolute;
  top: 20px;
}
.chat-page__right-top {
  display: flex;
  padding: 26px 18px 20px 31px;
  align-items: center;
  border-bottom: 1px solid #f8f9fa;
  position: relative;
  background-color: #f8f9fa;
}
.chat-page__right-top .title {
  flex-grow: 2;
  font-size: 18px;
  color: #cba583;
  display: flex;
  line-height: 40px;
  align-items: center;
}
.chat-page__right-top__expand {
  display: flex;
  justify-content: center;
  width: 30px;
  cursor: pointer;
}
.chat-page__right-top__expand .block {
  display: block;
}
.chat-page__right-top__expand-buttons {
  display: none;
  z-index: 100;
  background-color: white;
  position: absolute;
  right: 46px;
  top: 39px;
  border: 1px solid black;
  text-align: left;
}
.chat-page__right-top__expand-buttons .user__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background-color: #cba583;
  font-size: 16px;
}
.chat-page__right-top__expand-buttons .user__hidden:hover {
  background-color: #a37145;
}
.chat-page__right-top__expand-buttons .user__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .user__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .user__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .user__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons .user__hidden:before {
  background-image: url("/static/style_01/img/pep.png");
}
.chat-page__right-top__expand-buttons .materials__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background-color: #cba583;
  font-size: 16px;
}
.chat-page__right-top__expand-buttons .materials__hidden:hover {
  background-color: #a37145;
}
.chat-page__right-top__expand-buttons .materials__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .materials__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .materials__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .materials__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons .materials__hidden:before {
  background-image: url("/static/style_01/img/material.png");
}
.chat-page__right-top__expand-buttons .ignore__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background-color: #cba583;
  font-size: 16px;
}
.chat-page__right-top__expand-buttons .ignore__hidden:hover {
  background-color: #a37145;
}
.chat-page__right-top__expand-buttons .ignore__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .ignore__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .ignore__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .ignore__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons .ignore__hidden:before {
  background-image: url("/static/style_01/img/no_speaker.png");
}
.chat-page__right-top__expand-buttons .ignore__hidden:hover {
  color: white;
  background-color: #a37145;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background-color: #cba583;
  font-size: 16px;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden:hover {
  background-color: #a37145;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden:before {
  background-image: url("/static/style_01/img/speaker.png");
}
.chat-page__right-top__expand-buttons .unread__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background-color: #cba583;
  font-size: 16px;
}
.chat-page__right-top__expand-buttons .unread__hidden:hover {
  background-color: #a37145;
}
.chat-page__right-top__expand-buttons .unread__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .unread__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .unread__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .unread__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons img {
  max-width: none;
}
.chat-page__right-top .chat-action {
  margin-right: 11px;
  flex-shrink: 0;
}
.chat-page__right-top .chat-action a {
  cursor: pointer;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background-color: #cba583;
  font-size: 16px;
  position: relative;
}
.chat-page__right-top .chat-action a:hover {
  color: white;
  background-color: #a37145;
}
.chat-page__right-top .chat-action a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top .ignore a:before {
  background-image: url("/static/style_01/img/no_speaker.png");
}
.chat-page__right-top .ignore_off a:before {
  background-image: url("/static/style_01/img/speaker.png");
}
.chat-page__right-top .user a:before {
  background-image: url("/static/style_01/img/pep.png");
}
.chat-page__right-top .materials a::before {
  background-image: url("/static/style_01/img/material.png");
}
.chat-page__right-top .unread a::before {
  background-size: contain;
}
.chat-page__right .members-search {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 0 32px 20px 30px;
}
.chat-page__right .members-search input {
  flex: 1;
  height: 30px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  color: #4e1f00;
  font-size: 14px;
}
.chat-page__right .members-search input:focus {
  border: none;
  border-bottom: 1px solid #cba583;
  outline: none;
}
.chat-page__right .members-search input::placeholder {
  color: #d7d7d7;
  font-style: italic;
}
.chat-page__right .members-search-icon {
  cursor: pointer;
}
.chat-page__right table.members {
  width: 100%;
  border: 1px solid #dfd8c5;
  background-color: white;
}
.chat-page__right table.members thead th {
  border: 1px solid #efebe2;
  background: #f5f3ed;
  text-align: center;
  height: 30px;
  color: #cba583;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.chat-page__right table.members thead th img {
  margin-right: 6px;
}
.chat-page__right table.members thead th.members-name-col,
.chat-page__right table.members thead th.members-country-col {
  border-right: 1px solid #dfd8c5;
}
.chat-page__right table.members tbody tr,
.chat-page__right table.members tbody td {
  vertical-align: middle;
  border: 1px solid #dfd8c5;
}
.chat-page__right table.members tbody tr.members-country-col,
.chat-page__right table.members tbody td.members-country-col {
  text-align: center;
}
.chat-page__right .members .member {
  background: white;
  margin: 5px 0;
}
.chat-page__right .members-person-cell {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chat-page__right .members-person-cell-photo {
  margin: 0 22px 0 26px;
}
.chat-page__right .members-person-cell-data h3 {
  color: #4e1f00;
  font-size: 14px;
  margin-bottom: 4px;
}
.chat-page__right .members-person-cell-data-label {
  display: block;
  height: 20px;
  margin-bottom: 4px;
}
.chat-page__right .members-person-cell-data-label span {
  background-color: #cba583;
  padding: 0 7px;
  padding-bottom: 2px;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.chat-page__right .members-person-cell-data-label.student span {
  background-color: #d7d7d7;
}
.chat-page__right .members-person-cell-data-social img {
  margin-right: 8px;
  cursor: pointer;
}
.chat-page__right .members-person-cell.mobile {
  border-bottom: 1px solid #dfd8c5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}
.chat-page__right .members-country-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #4e1f00;
  font-size: 14px;
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.chat-page__right .members-country-cell.mobile {
  border-bottom: 1px solid #dfd8c5;
  padding-left: 92px;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: unset;
}
.chat-page__right .members-contacts-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  margin: 20px 0;
}
.chat-page__right .members-contacts-cell-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.chat-page__right .members-contacts-cell-item-icons {
  width: 92px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
.chat-page__right .members-contacts-cell-item-icons img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  cursor: pointer;
}
.chat-page__right .members-contacts-cell-item-icons.square {
  padding-left: 40px;
}
.chat-page__right .members-contacts-cell-item-icons.square img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.chat-page__right .members-contacts-cell-item-link {
  color: #7a5740;
  display: flex;
  align-items: center;
}
.chat-page__right .members-contacts-cell.mobile {
  border-bottom: 1px solid #dfd8c5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.chat-page__right .fixed {
  background-color: #faf9f6;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.chat-page__right .fixed .message-block__right-bottom {
  cursor: pointer;
}
.chat-page__right .fixed .fixed-message-close {
  color: #cba583;
  cursor: pointer;
}
.chat-page__right .fixed .fixed-message-close:hover {
  color: #a37145;
}
.message-block {
  padding: 13px 0;
}
.message-block .quote {
  background-color: #f8f9fa;
  border-radius: 5px;
  border-color: #6c757d;
  min-height: 50px;
  padding: 13px 23px 13px 33px;
  cursor: pointer;
  color: black;
}
.message-block__item {
  display: flex;
  padding-left: 33px;
  margin-bottom: 34px;
  position: relative;
  transition: background-color 0.5s;
}
.message-block__item.highlight {
  background-color: #a37145;
}
.message-block__item:last-child {
  margin-bottom: 0;
}
.message-block .message-block__left-width {
  width: 40px;
}
.message-block__left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 23px;
  min-width: 50px;
}
.message-block__logo {
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
}
.message-block__logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
}
.message-block__right {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.message-block__right-top {
  display: flex;
  flex-direction: row;
}
.message-block__name {
  font-size: 14px;
}
.message-block__work {
  margin: 0 4px 0 4px;
  display: flex;
  align-items: center;
  padding: 0 2px;
  background-color: #cba583;
  color: white;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
}
.message-block__time {
  font-size: 14px;
  color: black;
}
.message-block__text {
  font-size: 16px;
  color: black;
}
.message-block__detals {
  position: absolute;
  width: 30px;
  padding-left: 15px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.message-block__detals .block {
  display: block;
}
.message-block__detals-hover {
  background-color: white;
  display: none;
  position: absolute;
  left: -127px;
  top: 0;
  padding: 9px 0 10px 0;
  border: 1px solid black;
  text-align: center;
}
.message-block__detals-item {
  padding-left: 23px;
  padding-right: 23px;
}
.message-block__detals-item a {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.message-block__detals-item:hover {
  background-color: #cba583;
  color: white;
}
.message-block__data {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 41px;
}
.message-block__data:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d7d7d7;
}
.message-block__data span {
  padding: 0 10px;
  z-index: 10;
  position: relative;
  background-color: #cba583;
  color: white;
  font-size: 14px;
  border-radius: 5px;
}
.message-block__bottom {
  border-top: 1px solid #f8f9fa;
  background-color: #f8f9fa;
  padding: 20px 21px;
  display: flex;
  align-items: flex-end;
}
.message-block__bottom.answer-to {
  flex-direction: column;
  align-items: flex-start;
}
.message-block__bottom .answer_to_header {
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.message-block__bottom .file {
  cursor: pointer;
  margin-right: 7px;
}
.message-block__bottom .file input {
  display: none;
}
.message-block__bottom .padding-top {
  padding-top: 7px;
}
.message-block__bottom .smile {
  margin-right: 13px;
  position: relative;
}
.message-block__bottom .smile:hover .allSmile {
  display: block;
}
.message-block__bottom .smile .allSmile {
  width: 205px;
  position: absolute;
  top: -129px;
  left: 4px;
  flex-wrap: wrap;
  padding: 11px;
  background-color: white;
  display: none;
}
.message-block__bottom .smile .allSmile img {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.message-block__bottom .chat-input {
  flex-grow: 2;
  text-align: left;
  margin: 0;
  width: 100%;
  height: auto;
  max-height: 256px;
  padding: 8px 13px 8px 13px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #f8f3ef;
  background-color: #ffffff;
  overflow: auto;
}
.message-block__bottom .chat-input:focus,
.message-block__bottom .chat-input:active {
  outline: none !important;
}
.message-block__bottom .chat-input:disabled {
  color: grey;
}
.message-block__bottom .chat-input::placeholder {
  color: #cecece;
  font-style: italic;
  font-size: 16px;
}
.message-block__bottom .button {
  display: flex;
}
.message-block__bottom .button .recorder-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.message-block__bottom .button button {
  font-size: 20px;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  border: none;
  cursor: pointer;
  background-color: #cba583;
  color: white;
}
AttachmentUploading .message-block__bottom .button button:hover {
  background-color: #a37145;
}
.message-block__bottom .cross {
  margin-left: 10px;
  margin-top: 2px;
}
.message-block__bottom .active button {
  background-color: #cba583;
  cursor: pointer;
}
.message-block__bottom .active button:hover {
  background-color: #a37145;
}
.chat-member-photo {
  width: 44px;
  height: 44px;
  border: solid #cba583 2px;
  border-radius: 22px;
}
.chat-messages {
  flex: 2;
  overflow-y: auto;
  padding-right: 20px;
}
.emoji-picker__tab svg {
  box-sizing: content-box;
}
.emoji-picker {
  z-index: 1;
}
@media screen and (min-width: 1561px) {
  .unread__hidden,
  .ignore_off__hidden,
  .user__hidden,
  .materials__hidden {
    display: none;
  }
}
@media screen and (max-width: 1560px) {
  .unread__hidden,
  .ignore_off__hidden,
  .user__hidden,
  .materials__hidden {
    display: none;
  }
  .chat-page__right-top .chat-action a {
    cursor: pointer;
    padding: 8px 16px 8px 22px;
    font-size: 14px;
  }
  .chat-page__right-top .chat-action a::before {
    left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .unread__hidden,
  .ignore_off__hidden,
  .user__hidden,
  .materials__hidden {
    display: block;
  }
  .chat-page__right-top {
    padding: 15px 26px;
  }
  .chat-page__right-top__expand {
    display: block;
  }
  .chat-page__right-top .chat-action {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .unread__hidden,
  .ignore_off__hidden,
  .user__hidden {
    display: block;
  }
  .chat-page {
    flex-direction: column;
  }
  .chat-page__left {
    width: 100%;
    max-width: 100%;
  }
  .chat-page__right .fixed .fixed-message-close {
    margin-right: 25px;
  }
  .chat-page__right-top .title {
    line-height: 20px;
  }
  .chat-page__right .message-block .quote {
    padding: 13px 5px;
  }
  .chat-page__right .message-block__item {
    padding-left: 5px;
  }
  .chat-page__right .message-block__left {
    margin-right: 5px;
    width: 40px;
  }
  .chat-page__right .message-block__right {
    margin-right: 0px;
    width: 100%;
  }
  .chat-page__right .message-block__right-top {
    flex-wrap: wrap;
    margin-right: 40px;
  }
  .chat-page__right .message-block__work {
    font-size: 14px;
    padding: 3.5px 2px;
  }
  .chat-page__right .message-block__text {
    font-size: 14px;
    padding-right: 20px;
  }
  .chat-page__right .quote .message-block__right-top {
    margin-right: 0px;
  }
  .chat-page__right .members-contacts-cell.mobile {
    border-bottom: none;
  }
  .message-block__right-bottom .message-tags-tag {
    font-size: 14px;
    padding: 3.5px 2px;
  }
  .attachment.sound {
    margin-right: 0;
    margin-left: 0;
  }
  .attachment.sound .attachment_content {
    max-width: unset;
  }
  .attachment.sound .attachment_content audio .duration {
    display: none;
  }
  .attachment.sound .attachment_footer {
    max-width: unset;
    width: 200px;
  }
}
.react-contextmenu {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000000;
  color: #373a3c;
  font-size: 16px;
  margin: 2px 0 0;
  min-width: 160px;
  outline: none;
  opacity: 0;
  padding: 5px 0;
  pointer-events: none;
  text-align: left;
  transition: opacity 250ms ease !important;
}
.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
.react-contextmenu-item {
  background: 0 0;
  border: 0;
  color: #373a3c;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
}
.react-contextmenu-item:hover {
  color: #fff;
  background-color: #cba583;
  border-color: #cba583;
  text-decoration: none;
}
.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background-color: #cba583;
  border-color: #cba583;
  text-decoration: none;
}
.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #878a8c;
}
.react-contextmenu-item--divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
  margin-bottom: 3px;
  padding: 2px 0;
}
.react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}
.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}
.example-multiple-targets::after {
  content: attr(data-count);
  display: block;
}
.img-gallery {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 10px 40px 40px 10px;
}
.img-gallery.hidden {
  display: none;
}
.img-gallery .image-gallery {
  height: 100%;
}
.img-gallery .image-gallery .image-gallery-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-thumbnail.active {
  border-color: #cba583;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe {
  height: 100% !important;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper button {
  width: unset;
  padding: 0;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper button:hover,
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper button:active,
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper button:focus {
  background: unset;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-close-action {
  right: 0;
  position: absolute;
  z-index: 4;
  background: unset;
  border: none;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-close-action::before {
  content: "";
  font-size: 2.7em;
  padding: 15px 20px;
  text-shadow: 0 1px 1px #1a1a1a;
  color: #fff;
  line-height: 0.7;
  transition: color 0.2s ease-out;
  display: inline-block;
  cursor: pointer;
  font-family: "ionicons";
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-close-action:hover::before {
  color: #cba583;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-download-action {
  right: 60px;
  position: absolute;
  z-index: 4;
  background: unset;
  border: none;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-download-action::before {
  content: "";
  font-size: 2.7em;
  padding: 15px 20px;
  text-shadow: 0 1px 1px #1a1a1a;
  color: #fff;
  line-height: 0.7;
  transition: color 0.2s ease-out;
  display: inline-block;
  cursor: pointer;
  font-family: "ionicons";
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-download-action:hover::before {
  color: #cba583;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child {
  height: 100%;
  overflow: hidden;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-right-nav:hover::before,
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-left-nav:hover::before {
  color: #cba583;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-slides {
  height: 100%;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-slides .image-gallery-slide {
  padding-top: 65px;
  height: 100%;
  overflow: hidden;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-slides .image-gallery-slide .image-gallery-image {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-slides .image-gallery-slide img {
  width: auto;
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .img-gallery {
    padding: 10px 40px 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .img-gallery .image-gallery .image-gallery-slide {
    padding-top: 0;
    margin-top: 65px;
  }
  .img-gallery .image-gallery .image-gallery-content .image-gallery-thumbnails-wrapper {
    display: none;
  }
}
button.rc-switch {
  margin: 0;
}
.table-component button.rc-switch {
  width: 44px;
}
.course-module {
  border: none;
}
.course-block {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #fcf9f6;
}
.block-right-border {
  border-right: 1px solid #fcf9f6;
}
.collapsible-content {
  cursor: pointer;
}
.collapsible-content:hover,
.collapsible-content:active {
  text-decoration: underline;
}
