@font-face {
  font-family: "Open Sans";
  src: url("OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'Open Sans';
}

* {
  scrollbar-width: 16px;
  scrollbar-color: #fff #192a3e73;
}

*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #192a3e73;
  border-radius: 5px;
}

a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

button {
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
}

.main {
  margin-left: 10vw;
  max-width: 85vw;
  width: 100%;
}

.main__title {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 30px;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-header {
  margin-left: auto;
  width: 320px;
  margin-top: 30px;
  margin-right: 50px;
}

.profile__image {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
  width: 46px;
  height: 46px;
}

.profile_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile_info__name {
  font-size: 18px;
  color: #192A3E;
}

.profile_info__name-small {
  font-size: 14px;
}

.profile_info__info {
  font-size: 14px;
  color: #90A0B7;
}

.profile_quit {
  margin-left: 10px;
}

.profile_quit__icon {
  width: 17px;
  height: 17px;
}

.profile_quit:hover {
  opacity: 0.7;
}

.button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.button-start {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

.button-primary {
  background: #109CF1;
  -webkit-box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
          box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  padding: 12px 35px;
  font-weight: bold;
}

.button-secondary {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  border: 1px solid #000;
}

.button-cancel {
  background: #F7685B;
  -webkit-box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
          box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  padding: 12px 35px;
  font-weight: bold;
}

.button:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  opacity: 0.9;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #000;
  opacity: 0.3;
}

@media screen and (max-width: 700px) {
  .profile-header {
    margin: 30px auto;
  }
  .main {
    margin: 0 auto;
    width: 99vw;
  }
  .mobile-hidden {
    display: none !important;
  }
  .button {
    padding: 12px 20px !important;
  }
}

input[type="datetime-local"], input[type="date"] {
  position: relative;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  cursor: pointer;
  background: transparent;
  color: transparent;
}

input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  z-index: 1;
}

.multiselect__span {
  color: #109CF1;
  font-size: 15px;
  display: block;
}

.multiselect_container {
  position: relative;
}

.multiselect_container_selected {
  padding: 5px 0px 10px 3px;
  border-bottom: 1px solid #818E9B;
}

.multiselect_container_selected__filter {
  color: #fff;
  background-color: #109CF1;
  border-radius: 10px;
  padding: 2px 12px;
  margin-right: 3px;
  font-size: 16px;
}

.multiselect_container_selected__filter-no {
  font-size: 18px;
}

.multiselect_container_selected__filter-close {
  font-size: 12px;
}

.multiselect_container_items {
  background-color: yellow;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  max-height: 120px;
  overflow-y: scroll;
}

.search {
  background: #F5F8FA;
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
}

.search__filterspan {
  color: #fff;
  background-color: #109CF1;
  border-radius: 10px;
  padding: 2px 12px;
  margin-right: 10px;
  font-size: 16px;
}

.search__input {
  outline: none;
  border: none;
  background: transparent;
  font-size: 16px;
  width: 75%;
}

.search__button {
  position: absolute;
  top: 7px;
  right: 7px;
}

.search__button__icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.select {
  outline: none;
  border: none;
  border-bottom: 1px solid #818E9B;
  background-color: #fff;
  padding-bottom: 6px;
  font-size: 18px;
  margin-bottom: 22px;
  cursor: text;
}

.select1 {
  padding-bottom: 5px;
}

.select-span {
  color: #109CF1;
  font-size: 15px;
  margin-bottom: 8px;
}

@media screen and (max-width: 700px) {
  .select {
    font-size: 13px;
  }
  .select-span {
    font-size: 13px;
  }
  .mobile-select {
    margin-bottom: 0;
  }
}

/*.calendar
 &_table
 &_daysofweek, &_days
 display: grid
 grid-template-columns: repeat(7, 30px)
 text-align: center
 &_days
 border: 1px solid rgba(144, 160, 183, 0.25)
 border-radius: 5px
 width: 315px
 & > div
 width: 40px
 padding: 5px 0
 &_daysofweek
 text-align: center */
.calendar {
  background-color: #fff;
  padding: 13px 18px;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
}

.calendar__info {
  background-color: #2ED47A;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
}

.calendar_footer {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #109CF1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 5px;
}

.calendar_footer__button {
  padding: 2px 10px;
  width: 33.3%;
  text-align: center;
}

.calendar_footer__button-prev, .calendar_footer__button-next {
  color: #109CF1;
}

.calendar_footer__button-current {
  color: #fff;
  background-color: #109CF1;
}

.calendar_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar_header__arrow {
  width: 22px;
  height: 22px;
  text-align: center;
}

.calendar_header__title, .calendar_header__arrow {
  font-weight: bold;
  color: #192A3E;
}

.calendar_table {
  border-collapse: collapse;
  width: 250px;
  height: 210px;
}

.calendar_table td, .calendar_table th {
  border: 1px solid rgba(144, 160, 183, 0.25);
  padding: 3px;
  text-align: center;
  position: relative;
}

.calendar_table_info::after {
  content: '';
}

.calendar_table th {
  color: #192A3E;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}

.calendar_table tr:first-child {
  border: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7685b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2ed47a;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2ed47a;
          box-shadow: 0 0 1px #2ed47a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: 300px;
  padding-top: 10px;
}

.login__logo {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.login__input {
  height: 40px;
  width: 250px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #1c1c1c;
  padding-left: 15px;
  font-size: 20px;
}

.login__button {
  width: 100px;
  background-color: green;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-top: 20px;
  border: none;
}

.login__button:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 30;
  height: 100vh;
  width: 291px;
  max-width: 76px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu_logo {
  cursor: pointer;
  margin-left: 6px;
  margin-top: 15px;
  margin-bottom: 20px;
  max-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu_logo__image {
  width: 65px;
  height: 65px;
  margin-right: 18px;
}

.menu_logo__text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
}

.menu_logo:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.menu_items_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_items_item__icon {
  padding: 23px;
}

.menu_items_item__text {
  font-size: 16px;
  color: #404040;
}

.menu_items_item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.menumobile {
  display: none;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  bottom: -5px;
  width: 100%;
  height: 76px;
  z-index: 45;
}

.logomobile {
  display: none;
}

@media screen and (max-width: 700px) {
  .menu {
    display: none;
  }
  .menu_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menublock {
    display: block;
  }
  .logomobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto -30px -20px;
  }
  .menumobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.leadform {
  position: relative;
  padding: 25px 38px;
  height: 710px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.leadform_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #000;
  opacity: 0.3;
  border-radius: 10px;
}

.leadform_loading__preloader {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: auto;
  width: 70px;
  height: 70px;
}

.leadform__error {
  color: red;
  font-size: 16px;
}

.leadform_content {
  display: none !important;
  opacity: 0;
}

.leadform_content-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
}

.leadform__title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  margin-bottom: 21px;
}

.leadform_tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.leadform_tabs__tab {
  display: block;
  width: 250px;
  margin-right: 40px;
  border-bottom: 1px solid #818E9B;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 5px;
  color: #818E9B;
  cursor: pointer;
}

.leadform_tabs__tab:hover {
  opacity: 0.6;
  border-bottom: 1px solid #109CF1;
  color: #109CF1;
}

.leadform_tabs__tab-active {
  border-bottom: 1px solid #109CF1;
  color: #109CF1;
}

.leadform_tabs__tab-active:hover {
  opacity: 1;
}

.leadform__close {
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.leadform_wrapper {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.leadform_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.leadform_history {
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  height: 550px;
  overflow-x: hidden;
}

.leadform_history_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 11px;
}

.leadform_history_event_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadform_history_event_left__img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 100%;
  margin-right: 12px;
}

.leadform_history_event_left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.leadform_history_event_left_content__name {
  font-size: 19px;
  color: #90A0B7;
}

.leadform_history_event_left_content__text {
  font-size: 16px;
  color: #192A3E;
}

.leadform_history_event_right {
  min-width: 130px;
}

.leadform_history_event_right__date {
  color: #192A3E;
  font-size: 15px;
  margin-right: 15px;
}

.leadform_few {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leadform_few_item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.leadform__text {
  resize: none;
  margin-bottom: 0;
}

.leadform_buttons {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 700px) {
  .leadform {
    padding: 15px 20px;
  }
  .leadform_few_item-mobile {
    width: 33%;
  }
  .leadform_wrapper {
    width: 100vw;
    height: 100vh;
  }
  .leadform__title {
    font-size: 22px;
  }
  .leadform_tabs__tab {
    font-size: 13px;
    margin-right: 0;
  }
  .leadform_history {
    height: 400px;
  }
  .leadform_history_event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leadform_history_event_left_content__name {
    font-size: 16px;
  }
  .leadform_history_event_left_content__text {
    font-size: 14px;
  }
  .leadform_history_event_left__img {
    display: none;
  }
  .leadform_history_event_right__date {
    font-size: 13px;
  }
}

.distribution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.distribution_left {
  margin-right: 10px;
  position: -webkit-sticky;
  position: sticky;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 20px;
  min-width: 302px;
}

.distribution_left_operators__title {
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 7px;
}

.distribution_left_operators_items {
  max-height: 75vh;
  overflow-y: scroll;
  padding: 30px;
  padding-right: 10px;
  padding-top: 10px;
  margin-left: -30px;
}

.distribution_left_operators_items_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 8px;
  padding-right: 18px;
  min-width: 260px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.distribution_left_operators_items_item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.distribution_left_operators_items_item__counters {
  font-size: 18px;
  font-weight: bold;
}

.distribution_middle {
  width: 100%;
  max-width: 900px;
  position: relative;
  margin-right: 10px;
}

.distribution_middle__notification {
  cursor: pointer;
  background-color: red;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 8px 0px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.distribution_middle__notification:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.distribution_middle__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  cursor: pointer;
  text-decoration: underline;
}

.distribution_middle__more:hover {
  opacity: 0.4;
}

.distribution_middle_search {
  position: relative;
}

.distribution_middle_search_filter {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 700px;
  max-height: 0;
  z-index: 2;
  overflow: hidden;
}

.distribution_middle_search_filter-opened {
  max-height: 630px;
  padding: 3% 5%;
}

.distribution_middle_search_filter__title {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 22px;
}

.distribution_middle_search_filter_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.distribution_middle_search_filter_content_fast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 120px;
  margin-right: 50px;
}

.distribution_middle_search_filter_content_fast__link {
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 8px;
}

.distribution_middle_search_filter_content_fast__link:hover {
  opacity: 0.5;
}

.distribution_middle_search_filter_content_fields {
  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%;
}

.distribution_middle_search_filter_content_fields_few {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.distribution_middle_search_filter_content_fields_few input {
  max-width: 145px;
}

.distribution_middle_search_filter_content_fields_few-devider {
  width: 18px;
  height: 1px;
  margin: 0 5px;
  background-color: #000;
  margin-bottom: 22px;
}

.distribution_middle_search_filter_content_fields__select {
  width: 50%;
}

.distribution_middle_buttons {
  position: absolute;
  top: -55px;
  right: 0;
}

.distribution_middle_buttons__button {
  padding: 12px;
  font-size: 15px;
  margin-left: 5px;
  width: 120px;
  display: inline-block;
  text-align: center;
}

.distribution_middle_selectinfo {
  margin-top: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.distribution_middle_selectinfo_links__link {
  margin-right: 20px;
  font-size: 18px;
  color: #747d8a;
  text-decoration: underline;
  cursor: pointer;
}

.distribution_middle_selectinfo_links__link:hover {
  opacity: 0.7;
}

.distribution_middle_selectinfo__info {
  font-size: 18px;
  color: #747d8a;
}

.distribution_middle_leads {
  position: relative;
}

.distribution_middle_leads__preloader {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  visibility: hidden;
}

.distribution_middle_leads_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 16px;
  padding-bottom: 8px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.distribution_middle_leads_lead-selected {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.distribution_middle_leads_lead_links {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.distribution_middle_leads_lead_links__select, .distribution_middle_leads_lead_links__open {
  cursor: pointer;
  width: 40%;
  height: 100%;
  display: block;
}

.distribution_middle_leads_lead_links__open {
  width: 60%;
}

.distribution_middle_leads_lead_main {
  width: 100%;
}

.distribution_middle_leads_lead_main_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.distribution_middle_leads_lead_main_header__status {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  min-width: 80px;
}

.distribution_middle_leads_lead_main_header__title {
  font-weight: bold;
  color: #323C47;
  font-size: 16px;
}

.distribution_middle_leads_lead_main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.distribution_middle_leads_lead_main_content__question {
  width: 65%;
  font-size: 16px;
}

.distribution_middle_leads_lead_main_content_dates {
  font-size: 14px;
}

.distribution_middle_leads_lead_main_content_dates_date {
  margin-bottom: 5px;
}

.distribution_middle_leads_lead_main_content_dates_date__label {
  opacity: 0.5;
}

.distribution_middle_leads_lead_main_content_footer {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}

.distribution_middle_leads_lead_main_content_footer__operator {
  opacity: 0.5;
}

.distribution_middle_leads_lead_checkbox {
  margin-right: 16px;
  position: relative;
}

.distribution_middle_leads_lead_checkbox__checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.distribution_middle_leads_lead_checkbox__checkbox__image {
  width: 25px;
  height: 25px;
  background: url("../img/checkbox/unchecked.svg");
  background-size: cover;
}

.distribution_middle_leads_lead_checkbox__checkbox:checked + .distribution_middle_leads_lead_checkbox__checkbox__image {
  background: url("../img/checkbox/checked.svg");
  background-size: cover;
}

.distribution_middle_leads_lead_checkbox__checkbox:checked > div {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.distribution_right_changestatus {
  position: -webkit-sticky;
  position: sticky;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  max-width: 350px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
}

.distribution_right_changestatus__title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

.distribution_right_changestatus__button {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.distribution_right_changestatus__select {
  font-size: 16px;
}

@media screen and (max-width: 700px) {
  .distribution_middle {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .distribution_middle_buttons {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 20px;
  }
}

.leadoperator {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadoperator_leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 15px;
}

.leadoperator_leads_paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.leadoperator_leads_paginator__page {
  cursor: pointer;
  border-radius: 100%;
  border: #fff 1px solid;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 5px;
}

.leadoperator_leads_paginator__page-active {
  background-color: #109CF1;
  color: #fff;
}

.leadoperator_leads_paginator__page:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.leadoperator_leads_wrapper {
  position: relative;
  width: 50vw;
}

.leadoperator_leads_wrapper_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.leadoperator_leads_preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 130px;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 0.1;
}

.leadoperator_leads_preloader__preloader {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.leadoperator_leads__count {
  font-size: 15px;
  color: #1c1c1c;
  display: inline;
}

.leadoperator_leads__orderbutton {
  text-decoration: underline;
  margin-right: 20px;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
}

.leadoperator_leads__loadmore {
  text-decoration: underline;
  margin: 20px auto;
  color: #1c1c1c;
  display: block;
}

.leadoperator_leads_lead {
  padding: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.leadoperator_leads_lead_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leadoperator_leads_lead_header__title {
  font-size: 20px;
}

.leadoperator_leads_lead_header__status {
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.leadoperator_leads_lead__date {
  color: #4C5862;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

.leadoperator_leads_lead__shorttext {
  font-size: 18px;
}

.leadoperator_stats {
  width: 35%;
}

.leadoperator_stats__title, .leadoperator_stats_stitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.leadoperator_stats_stitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadoperator_stats_stitle__arrow {
  width: 20px;
  text-align: center;
  cursor: pointer;
}

.leadoperator_stats_stitle__title {
  font-size: 20px;
  margin: 0 10px;
}

.leadoperator_stats_table {
  border-collapse: collapse;
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}

.leadoperator_stats_table_row__definition {
  border: 1px solid #000;
  min-width: 40px;
}

.leadoperator_stats_table_row__definition-title {
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .leadoperator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leadoperator_stats {
    width: 100%;
  }
  .leadoperator_leads {
    margin: 0 auto;
  }
  .leadoperator_leads_wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .leadoperator_leads_wrapper_info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .leadoperator_leads_wrapper_info_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bookedleads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bookedleads_right {
  margin-left: 370px;
  width: 100%;
}

.bookedleads_right__info {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.bookedleads_right_timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.bookedleads_right_timeline__time {
  font-size: 12px;
  margin-right: 10px;
}

.bookedleads_right_timeline__line {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.bookedleads_right_leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
}

.bookedleads_right_leads_lead {
  cursor: pointer;
  width: 315px;
  margin: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0px 4px 39px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 39px rgba(0, 0, 0, 0.1));
  background-color: #fff;
}

.bookedleads_right_leads_lead__colorpanel {
  border-radius: 10px 0 0 10px;
  width: 25px;
  height: 100%;
}

.bookedleads_right_leads_lead_content {
  margin: 14px 14px 5px 14px;
  overflow: hidden;
}

.bookedleads_right_leads_lead_content__title {
  width: 400px;
  font-size: 16px;
  margin-bottom: 5px;
}

.bookedleads_right_leads_lead_content__info {
  color: #323C47CC;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}

.bookedleads_right_leads_lead_content_info {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bookedleads_right_leads_lead_content_info__time {
  background-color: #109CF1;
  color: #fff;
  padding: 2px 12px;
  border-radius: 5px;
}

.bookedleads_right_leads_lead_content_info_approve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookedleads_right_leads_lead_content_info_approve__operator {
  font-size: 12px;
}

.bookedleads_right_leads_lead_content_info_approve__approval {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}

.bookedleads_left {
  position: fixed;
}

.bookedleads_left_calendar {
  margin-top: -25px;
}

.bookedleads_left_tops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.bookedleads_left_tops_top {
  width: 150px;
  margin-right: 10px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.bookedleads_left_tops_top__title {
  margin: 9px auto 12px auto;
  font-size: 16px;
  color: #192A3E;
  text-align: center;
}

.bookedleads_left_tops_top_operators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bookedleads_left_tops_top_operators_operator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 5px;
}

.bookedleads_left_tops_top_operators_operator__count {
  font-size: 12px;
}

.bookedleads_left_tops_top_operators_operator_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookedleads_left_tops_top_operators_operator_info__avatar {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin-right: 5px;
}

.bookedleads_left_tops_top_operators_operator_info__name {
  font-size: 12px;
}

@media screen and (max-width: 700px) {
  .bookedleads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
  }
  .bookedleads_right {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .bookedleads_right_leads {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bookedleads_right__info {
    font-size: 11px;
  }
  .bookedleads_right_toppanel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bookedleads_left {
    position: static;
  }
  .bookedleads_left_tops {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.statspanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.statspanel_right_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 340px;
}

.statspanel_right__title {
  display: block;
  font-weight: normal;
  margin-bottom: 14px;
  font-size: 26px;
}

.statspanel_right_table {
  margin-bottom: 30px;
}

.statspanel_left {
  margin-right: 35px;
}

.statspanel_left__add {
  display: inline-block;
}

.statspanel_left_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.statspanel_left__title {
  font-weight: normal;
  margin-bottom: 14px;
  font-size: 26px;
}

.statspanel_left_operators_operator {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 7px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  margin-bottom: 10px;
}

.statspanel_left_operators_operator_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.statspanel_left_operators_operator_info__avatar {
  border-radius: 100%;
  width: 46px;
  height: 46px;
  margin-right: 13px;
}

.statspanel_left_operators_operator_info__name {
  color: #192A3E;
  font-size: 16px;
}

.statspanel_left_operators_operator_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.statspanel_left_operators_operator_buttons__edit {
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
}

.statspanel_left_operators_operator_buttons__delete {
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
}

@media screen and (max-width: 700px) {
  .statspanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .statspanel_left {
    margin: 0 auto;
  }
  .statspanel_left_operators_operator {
    width: 75vw;
    max-width: 400px;
  }
  .statspanel_right {
    margin-bottom: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
