
.__nuxt-error-page {
  padding: 1rem;
  background: #F7F8FB;
  color: #47494E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494E;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7F828B;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7F828B !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  background-color: #F5F5F5;
}
.border {
}
.hover-opacity:hover {
  opacity: .8;
}
.light-hover-opacity:hover {
  opacity: .95;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.left {
  margin-left: 0 !important;
}
.right {
  right: 0;
}
.br-4 {
  border-radius: 4px;
}
.br-0 {
  border-radius: 0;
}
.w-inherit {
  width: inherit;
}
.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.max-h-100 {
  max-height: 100%;
}
.h-100 {
  height: 100%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.d-flex {
  display: flex;
  flex-direction: row;
}
.d-grid {
  display: grid;
}
.column {
  flex-direction: column;
}
.d-none {
  display: none;
}
.space-between {
  justify-content: space-between
}
.space-around {
  justify-content: space-around;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-end {
  justify-content: flex-end;
}
.flex-grow {
  flex-grow: 1;
}
.center {
  justify-content: center;
}
.mr-6 {
  margin-right: 6px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-16 {
  margin-right: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-4 {
  margin-left: 6px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-24 {
  margin-left: 24px;
}
.mb-16 {
  margin-bottom: 16px

}
.mt-4 {
  margin-top: 4px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-24 {
  margin-bottom: 24px;
}
.flex-start {
  justify-content: flex-start;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.border-top {
  border-top: 1px solid #333;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
.border {
  border-top: 1px solid #333;
  border-bottom: 1px solid #000;
}
.rounding {
  border-radius: 4px;
  overflow: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-auto {
  cursor: auto;
}
.cursor-pointer *{
   cursor: pointer;
}
.bottom-shadow {
  box-shadow: 0 3px 10px rgb(224, 219, 219);
}
.box-shadow {
   box-shadow: 0 3px 10px rgb(203, 203, 203);
 }
.black-theme .box-shadow {
  box-shadow: 0 3px 10px rgb(12, 12, 12);
}
.page-root {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  margin-top: 42px;
}
.page-container {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  position: relative;
}
.line {
  height: 1px;
  background: #DCDCDC;
  margin-bottom: 29px;
}
.line.bottom {
  margin-top: 40px;
}

/* для темной темы */

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

.black-theme *::-webkit-scrollbar-track {
  background: #333333;
}

.black-theme *::-webkit-scrollbar-thumb {
  background-color: #E6E6E6;
  border-radius: 2px;
}

/*
.white-theme *::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 2px;
}
.white-theme *::-webkit-scrollbar-track {
  background: #ececec;
}
*/

.white-theme *::-webkit-scrollbar-thumb {
  background-color: #B3B3B3;
  border-radius: 2px;
}

.white-theme *::-webkit-scrollbar-track {
  background: none;
}

.loader-container {
  height: 80px;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-x-auto {
  overflow-x: auto;
}

.scroll-y-auto {
  overflow-y: auto;
}

.scroll-container {
  margin-right: 6px;
  box-sizing: border-box;
}

.scrollable-list {
  padding-right: 6px;
}

.loader {
  border: 6px solid #5d5d5d;
  border-top: 6px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;

}

.nowrap {
  flex-wrap: nowrap;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sidebar-container {
  margin-top: 4px;
  overflow-x: hidden;
  overflow-y: auto;
}
.submenu-item {
  font-size: 16px;
  line-height: 22px;
  color: #B3B3B3;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
  border-top: 1px solid #333;
}
.submenu-item:hover {
  color: #FFFFFF;
}
.list-container {
  overflow: hidden;
  background: #1A1A1A;
  /*width: 50%;*/
}
.dropdown-item {
  height: 40px;
  width: 100% !important;
  padding-right: 9px;
  padding-left: 9px;
}
.dropdown-item:hover {
  background: #F5F5F5 !important;
}
.channels-select  div {
  font-size:14px ;
  color: #1A1A1A;
}
.channels-select .common-input {
  height: 32px;
  border-color: #B3B3B3;
  background: white;
}
.channels-select .common-input-select {
  margin-left: 0;
}




.size-24 {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.logo {
  font-size: 12px;
  line-height: 16px;
  padding: 3px 4px;
  font-weight: bold;
  border-radius: 2px;
  background: #6F7E96;
  width: -moz-fit-content;
  width: fit-content;
}
.white-icon * {
  fill: white !important;
}
.black-icon * {
  fill: black !important;
}
.size-16{
  display: flex;
  justify-content: center;
  align-items: center;
}
.size-16 *{
  height: 16px;
  width: 16px;
}
.size-14 *{
  height: 14px;
  width: 14px;
}
.size-10 *{
  height: 10px;
  width: 10px;
}
.size-20 *{
  width: 20px;
  height: 20px;
}
.size-40 *{
  width: 40px;
  height: 40px;
}
.size-46 *{
  width: 46px;
  height: 46px;
}
.job-icon{
  cursor: pointer;
}
.job-icon svg{
  width: 32px;
  height: 32px;
}



button * {
  cursor: pointer !important;
}
button {
  cursor: pointer !important;
}
label {
  cursor: pointer !important;
}
.btn-in-input {
  position: absolute !important;
  width: 36px;
  height: 36px;
}
.btn-in-input button {
  display: block;
  padding: 10px !important;
}
.white-theme .btn-in-input:not(.orange-theme) button:hover{
  background: #cecece;

}
.white-theme button:hover * {
  fill: #414141;
}
.black-theme button{
  background: #1A1A1A;
}
.black-theme button:hover {
  background: #343434;
}
.black-theme button:disabled:hover {
  background: #1A1A1A;
}
.orange-theme button {
  background: #F44336 !important;
  color: white;
}
.orange-theme button:hover {
  background: #F0070D !important;
}
.orange-theme button * {
  fill: white !important;
}
.green-theme button * {
  fill: white !important;
  color: white;
}
.blue-theme button:not(.white-theme):hover * {
  fill: #0084C0;
  stroke:  #0084C0;
  color: #0084C0;
}
.blue-theme .link:hover{
  color: #0084C0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #0084C0;
}







input {
  font-family: 'Roboto', sans-serif;
}


.table-row-ord input {
  padding: 6px 12px;
  border-radius: 4px;
  height: 20px;
  width: 168px;
  border: 1px solid #B3B3B3;
}


.modal-root input {
  height: 20px;
}


.login-form-root input {
  height: 36px;
  margin: 2px;
  width: 200px;
}


.channel-input {
  padding: 6px 12px;
  border-radius: 4px;
  box-sizing: border-box;
  height: 32px !important;
  min-height: 32px !important;
  width: 230px;
  font-size: 14px !important;
  border: 1px solid #B3B3B3;
  background-color: white;
}


.desktop input:not(:disabled) {
  cursor: pointer;
}


.desktop input[type="text"]:focus {
  cursor: text;
}


input[type="time"] {
  background: none;
  width: 0;
  height: 0;

}


input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
  width: 0;
  padding: 0;
  margin: 0;
}


input[type="date"]::-webkit-calendar-picker-indicator {
  background: none;
  width: 0;
  padding: 0;
  margin: 0;
}


input[type="date"] {
  border: none;
  background: none;
  padding: 0;
}


input[type="date"]:focus {

  outline: none;

}


input[type="date"]:not(:focus) {
  color:  #696969;
}


.desktop input[type="text"] {
  height: 20px;
  outline: none;
  border: white;
  line-height: 3px;
  padding: 8px;
}


input[type="checkbox"] {
  border: 1px solid;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  box-shadow: none;
  margin-left: 0;
}


.desktop input[type="text"].search {
  padding-left: 40px !important;
  padding-right: 44px !important;
}


.desktop textarea {
  font-family: "Roboto", sans-serif;
  height: 75px;
  background: #FBFBFB;
  resize: none;
  border-radius: 8px;
  padding: 16px;
  padding-left: 60px;
  padding-right: 100px;
  border-color: #B3B3B3;
}


.blue-theme textarea:focus {
  outline-color: #0084C0;
  outline-width: 1px;
}


.black-theme *:not(.white-theme) input[type="text"]:not(.white-theme) {
  color: white;
  background: #1A1A1A;
}


.black-theme *:not(.white-theme) input[type="text"]:not(.white-theme):hover {
  background: #242424;
}


.black-theme *:not(.white-theme) input[type="text"]:not(.white-theme):disabled {
  background: #1A1A1A;
}


.black-theme *:not(.white-theme) input[type="text"]:hover:not(.white-theme):disabled {
  background: #1A1A1A;
}


.black-theme *:not(.white-theme) input[type="text"]:not(.white-theme):focus {
  background: #242424;
}


.green-theme input[type="checkbox"] {
  border: 1px solid #B9B9B9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  font: inherit;

}


.green-theme input[type="checkbox"]:checked {
  border: none;
  background-size: 14px 11px;
  font-weight: bold;
  background: #369C42 url(/_nuxt/ad7ace9a4b3fd5c2227edeefd0c763c9.svg) no-repeat center;
}


.green-theme input[type="checkbox"]:not(:disabled):hover {
  cursor: pointer;

}


input[type="checkbox"]:checked:disabled {
  cursor: not-allowed;
  background: #929292 url(/_nuxt/ad7ace9a4b3fd5c2227edeefd0c763c9.svg) no-repeat center;
}


.mark-area:hover input[type="checkbox"] {
  accent-color: #23692c;
}




.gray-text {
  color: #4D4D4D;
}

.black-text {
  color: #1A1A1A;
}

.white-text {
  color: #FFFFFF;
}

.gray-page {
  background: #F5F5F5;
}

.gray-border {
  border-style: double;
  border-color: #B3B3B3;
  border-width: 1px;
}

.logo.whatsapp {
  background: #4BB357;
}

.logo.whatsgroup {
  background: #4BB357;
}

.logo.telegram {
  background: 	#24A1DE;
}

.logo.telegroup {
  background: 	#24A1DE;
}

/*
** основная тема
*/

.black-theme {
  background: #1A1A1A;
}

.black-theme * {
  color: #FFFFFF;
}

/*
** светлые области рабочего столла
*/

.white-theme {
  background: white;
  color: #1A1A1A;
}

.white-theme *{
  color: #1A1A1A;
}

/*
** тема в области переписки
*/

.blue-theme {

}

.orange-theme {
  background-color: #DD4B39;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("/assets/fonts/Roboto-Italic.ttf");
}
.underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.f-weight-500 {
  font-weight: 500;
}
.f-weight-400 {
  font-weight: 400;
}
.f-12 {
  font-size: 12px;
  line-height: 16px;
}
.f-13 {
  font-size: 13px;
  line-height: 18px;
}
.f-14{
  font-size: 14px;
  line-height: 20px;
}
.f-16{
  font-size: 16px;
  line-height: 22px;
}
.f-17{
  font-size: 17px;
  line-height: 24px;
}
.f-18{
  font-size: 18px;
  line-height: 26px;
}
.f-22{
  font-size: 22px;
  line-height: 26px;
}
.f-24{
  font-size: 24px;
  line-height: 30px;
}
.f-32{
  font-size: 32px;
  line-height: 40px;
}
.f-bold {
  font-weight: bold;
}
.f-medium {
  font-weight: 500;
}
.info-text {
  font-size: 12px;
  line-height: 16px;
  color: #696969;
}
.stage-text {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  padding-right: 8px;
  padding-left: 8px;
  height: 20px;
}


.profile-dropdown-root[data-v-97a6ccd6] {
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  right: 16px;
  min-height: 40px;
  width: 200px;
  height: -moz-fit-content;
  height: fit-content;
}
.profiile-dropdown-fullname[data-v-97a6ccd6] {
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-dropdown-button[data-v-97a6ccd6] {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: white;
  margin-top: 6px;
  margin-bottom: 8px;
  box-sizing: border-box;
  padding: 3px;
  border-radius: 3px;
}
.profile-dropdown-button[data-v-97a6ccd6]:hover {
  background-color: #2c2c2c;
}
.profile-dropdown-menu[data-v-97a6ccd6] {
  background: #FFFFFF;
  border-radius: 0px 0px 4px 4px;
  width: 100%;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 50px 50px #cbcbcb;
  overflow: hidden;
}
.profile-dropdown-menu-item[data-v-97a6ccd6] {
  height: 40px;
  background-color: white;
  color: #1A1A1A;
  box-sizing: border-box;
  padding: 10px 18px 10px 18px;

  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;

  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}
.profile-dropdown-menu-item[data-v-97a6ccd6]:hover {
  background-color: #c7c7c7;
}



.common-input-root {
  display: flex;
  flex-direction: column;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.common-input-input {
  /*background-color: #fddfff;*/
  border: none;
  /*padding: 9px 12px 9px 0;*/
  padding: 9px 12px 9px 12px;
  /*box-sizing: border-box;*/
  flex-grow: 1;
  font-size: 16px;
}
.common-input-select {
  /*background-color: #fddfff;*/
  border: none;
  /*padding: 9px 12px 9px 0px;*/
  /*box-sizing: border-box;*/
  flex-grow: 1;
  overflow: hidden;
  width: 100%;
  margin-right: 8px;
  margin-left: 8px;
}
.common-input-input:focus {
  outline: none;
}
.common-input {
  border-radius: 4px;
  border: 1px solid #B3B3B3;
  display: flex;
  align-items: center;
  justify-content: space-between;

  /*box-sizing: border-box;*/
  /*padding: 9px 12px 9px 12px;*/
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #696969;
  min-height: 38px;
  max-height: 40px;

  cursor: pointer;
}
.common-input-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1A1A1A;
  margin-bottom: 4px;
}
.common-input:focus {
  border: 1px solid #5b5b5b;
  outline: none;
  color: #1A1A1A;
}
.common-input-select-options {
  position: absolute;
  z-index: 999999;
  background-color: #ffffff;
  border-radius: 0px 0px 3px 3px;
  border: 1px solid #B3B3B3;
  /*box-shadow: 0 5px 10px #c5c5c5;*/
  width: 100%;
  box-sizing: border-box;
}
.common-input-icon-container {
  /*position: absolute;*/
  /*top: 12px;*/
  /*right: 16px;*/
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 4px;
  /*margin-right: 8px;*/
}
.common-input-icon-container svg {
  width: 100%;
  height: 100%;
}
.common-input-select-icon {
  min-width: 16px;
  min-height: 16px;
}
.common-input-select-icon path {
  fill: black;
  min-width: 16px;
  min-height: 16px;
}
.common-input-select-option {
  height: 28px;
  padding: 4px;
  border-bottom: 1px solid #B3B3B3;
  cursor: pointer;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: flex-start;
}
.common-input-select-option div {
  white-space: nowrap;
  overflow: hidden;
  margin-left: 4px;
  text-overflow: ellipsis;
}
.common-input-select-option:hover {
  background-color: #e0e0e0;
}
.common-input-reset-icon {
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
.common-input-reset-icon svg {
  width: 100%;
  height: 100%;
}
.common-input-reset-icon path {
  fill: #a9a9a9;
}
.common-input-reset-icon:hover path {
  fill: #676767;
}
.select-icon {
  white-space: nowrap;
  text-overflow: ellipsis
}
.dropdown-root {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;

  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.dropdown-body {
  z-index: 1;
}


.navigation-sidebar-root[data-v-7ecb40e6] {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.navigation-sidebar-view[data-v-7ecb40e6] {
  width: 100%;
  height: 100%;
  display: flex;
}
.navigation-sidebar-header[data-v-7ecb40e6] {
  color: white;
  padding-left: 24px;
  padding-right: 24px;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation-sidebar-sidebar[data-v-7ecb40e6] {
  background-color: #1A1A1A;
  width: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #B3B3B3;
  font-size: 12px;
  line-height: 16px;
}
.burger-btn[data-v-7ecb40e6] {
  width: 20px;
  height: 15px;
  cursor: pointer
}
.navigation-sidebar-submenu[data-v-7ecb40e6] {
  width: 272px;
  min-width: 190px;
  background-color: #242424;
}
.navigation-sidebar-content[data-v-7ecb40e6] {
  flex-grow: 1;
  max-height: calc(100vh - 38px);
  overflow: auto;
}
.navigation-sidebar-icon[data-v-7ecb40e6] {
  width: 30px;
  height: 30px
}
.navigation-sidebar-icon[data-v-7ecb40e6] path {
  fill: #B3B3B3;
}
.navigation-sidebar-icon[data-v-7ecb40e6]:hover path {
  fill: white;
}
.selected-menu-item[data-v-7ecb40e6]{
  color: white;
}
.selected-menu-item[data-v-7ecb40e6] path{
  fill: white;
}
.selected-menu-icon[data-v-7ecb40e6] path{
  fill: white;
}
.select-container[data-v-7ecb40e6] {
  margin-right: 280px;
  width: 230px;
}
.select-container[data-v-7ecb40e6] .common-input-root {
  width: 230px;
}
.v-select[data-v-7ecb40e6]{
  max-height: 32px;
}
.channels-select[data-v-7ecb40e6] * {
  /*--vs-border-color: #B3B3B3;*/

  --vs-colors--lightest: #B3B3B3;
  --vs-colors--light: #B3B3B3;
  --vs-colors--dark: #B3B3B3;
  --vs-colors--darkest: #B3B3B3;
}

/*>>> {*/

/*  --vs-colors--lightest: #B3B3B3;*/

/*  --vs-colors--light: #B3B3B3;*/

/*  --vs-colors--dark: #B3B3B3;*/

/*  --vs-colors--darkest: #B3B3B3;*/

/*  !*--vs-border-color: #B3B3B3;*!*/

/*  !*--vs-selected-bg: #FFFFFF;*!*/

/*  !*--vs-selected-color: #1A1A1A;*!*/

/*}*/
.vs__dropdown-toggle[data-v-7ecb40e6]{
  max-height: 32px;
}
.vs__selected[data-v-7ecb40e6]{
  white-space: nowrap;
  max-width: 220px;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vs__dropdown-menu[data-v-7ecb40e6]{
  width: 220px;
}



.spinner[data-v-6c9cdd60]{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid rgb(129, 138, 145);
  animation: loading-spinner-6c9cdd60 1.0s infinite linear;
}
@keyframes loading-spinner-6c9cdd60 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}



.overlay-root {
  background-color: #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}




.layout-root[data-v-314f53c6] {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}



.noauth-layout-root[data-v-43ff9abd] {
  width: 100vw;
  height: 100vh;
  background-color: #D2D6DE;
}



.pagination-root {
  display: flex;
}
.page-item {
  font-family: "Roboto", sans-serif;
  /*background-color: #4BB357;*/
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;

  margin-left: 8px;
  margin-right: 8px;

  color: #B3B3B3;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;

  min-width: 15px;
}
.page-item:hover {
  text-shadow: 1px 1px 2px black;
}
.page-item-active {
  color: #1A1A1A
}
.page-input {
}



.modal-root {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.modal-bg{
  background: rgba(26,26,26,0.73333);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.modal-card {
  background: #FFFFFF;
  border-radius: 8px;
  min-width: 100px;
  min-height: 100px;
  box-sizing: border-box;
  padding: 18px;
  max-height: 90vh;
  max-width: 90vw;
  overflow: auto;
}
.modal-card-header {
  display: flex;
  justify-content: flex-end;
}
.modal-card-closer {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.modal-card-closer path {
  fill: #B3B3B3;
}
.modal-card-closer:hover path {
  fill: #595959;
}
.madel-title {
  margin-top: 20px;
}
.content-container {
  margin: 24px 42px;
}


.overlay-root {
  background-color: #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}




.btn-container[data-v-0b9fa805] {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}
.btn[data-v-0b9fa805] {
  background: none;
  outline: none;
  border: none;
}
.title[data-v-0b9fa805] {
  margin-left: 8px;
}





.icon[data-v-432e28c8] {
  margin-left: 5px;
}
.item-container[data-v-432e28c8] {
  height: 40px;
  background: #1A1A1A;
}
.select-mark[data-v-432e28c8] {
  right: 0;
  margin-right: 16px;
}


.container[data-v-7170e2c2] {
  background: white;
}
.item[data-v-7170e2c2] {
  height: 40px;
}
.position[data-v-7170e2c2] {
  width: 244px;
  padding-left: 12px;
  background: #4D4D4D;
  text-transform: uppercase;
  color: white;
}
.Channel[data-v-7170e2c2] {
  width: 256px;
  background: #FFFFFF;
}
.Channel[data-v-7170e2c2] button:hover {
  color: black;
  background: #F5F5F5;
}


.item[data-v-5d3a97d9] {
  background: #1A1A1A;
  cursor: pointer;
}
.item *[data-v-5d3a97d9] {
  cursor: pointer;
}
.card[data-v-5d3a97d9] {
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.card-content[data-v-5d3a97d9] {
  flex-grow: 1;
}
.mark[data-v-5d3a97d9] {
  padding: 0;
  margin-right: 8px;
}



.client-name[data-v-320b3950] {
  color: #4D4D4D;
}
.last-msg-date[data-v-320b3950] {
  color: #222222;
}
.msg-system[data-v-320b3950] {
  color: #4D4D4D;
  padding: 2px 4px;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}
.card-msg[data-v-320b3950] {
  background: #E6FFD0;
  color: black;
  padding: 4px 8px 2px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 6px;
  width: 220px;
}
.new-msg-count[data-v-320b3950] {
  border-radius: 40px;
  background: #F44336;
  height: 24px;
  width: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: white;
}



.icon-container[data-v-7b1f1966] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}


.container[data-v-609a705c] {
  background: white;
}
.item[data-v-609a705c] {
  height: 40px;
}
.position[data-v-609a705c] {
  width: 244px;
  padding-left: 12px;
  background: #4D4D4D;
  text-transform: uppercase;
  color: white;
}
.Channel[data-v-609a705c] {
  width: 256px;
  background: #FFFFFF;
}
.Channel[data-v-609a705c] button:hover {
  color: black;
  background: #F5F5F5;
}


.stage-list-background[data-v-692df9cc]{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0);
  width: 100vw;
  height: 100vh;
}
.stage-item[data-v-692df9cc] {
  height: 40px;
  background: #1A1A1A;
}



.button-root {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 39px 6px 39px;
  outline: none;
  border: none;
  height: 32px;

  color: #FFFFFF;

   font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.button-root-dense{
  padding: 6px 4px 6px 4px;
}
.variant-add:hover:not(:disabled) {
  background: #297532;
}
.variant-add:disabled {
  background: rgba(41, 117, 50, 0.51);
}
.variant-add {
  background: #369C42;
  border-radius: 4px;
}
.variant-copy {
  color: #000000;
  background-color: #DCDCDC;
  border-radius: 4px;
}
.variant-copy:hover:not(:disabled) {
  color: #000000;
  background-color: rgba(177, 177, 177, 0.76);
}
.variant-table-edit {
  color: #0084C0;
  background-color: rgba(255,255,255,0);
}
.variant-table-edit svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  font-size: 14px;
}
.variant-table-edit path {
  fill: #0084C0
}
.variant-table-edit:hover {
  color: #00608a;
}
.variant-table-edit:hover path {
  fill: #00608a;
}
.variant-table-remove {
  color: #000000;
  background-color: rgba(255,255,255,0);
}
.variant-table-remove svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  font-size: 14px;
}
.variant-table-remove path {
  fill: #F44336
}
.variant-table-remove:hover {
  color: #505050;
}
.variant-table-remove:hover path {
  fill: #c23328;
}
.variant-primary {
  background-color: #6F7E96;
  color: white;
  border-radius: 4px;
}
.variant-primary svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  font-size: 14px;
}
.variant-primary path {
  fill: #ffffff
}
.variant-primary:hover {
  background-color: #1A1A1A;
}
.common-button-icon{
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.common-button-icon path{
  fill: #FFFFFF;
}



.common-chain-root {
  box-sizing: border-box;
}
.common-chain-row {
  /*overflow: hidden;*/
}
.add-node {
  background-color: #369C42;
  border-radius: 4px;
}
.add-node:hover {
  background-color: #216229;
}
.remove-node {
  background-color: #9c3636;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.remove-node:hover {
  background-color: #652323;
}
.remove-node svg {
  transform: rotate(45deg);
}
.remove-node path {
  fill: #FFFFFF;
}
.add-node path {
  fill: #FFFFFF;
}
.mr-8 {
  margin-right: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}



.table-row-ord {
  background-color: #EEEEEE;
}
.table-row-noord {
  background-color: #FFFFFF;
}



.common-input-root[data-v-6c7ba719] {
  display: flex;
  flex-direction: column;
  position: relative;
}

/*.common-input {*/

/*  border-radius: 4px;*/

/*  border: 1px solid #B3B3B3;*/

/*  display: flex;*/

/*  align-items: center;*/

/*  justify-content: space-between;*/

/*  box-sizing: border-box;*/

/*  padding: 9px 12px 9px 12px;*/

/*  font-style: normal;*/

/*  font-weight: normal;*/

/*  font-size: 16px;*/

/*  line-height: 22px;*/

/*  color: #696969;*/

/*  cursor: pointer;*/

/*}*/
.common-input[data-v-6c7ba719]:focus {
  border: 1px solid #5b5b5b;
  outline: none;
  color: #1A1A1A;
}
.common-input-icon-container svg[data-v-6c7ba719] {
  width: 100%;
  height: 100%;
}
.common-input-select-option div[data-v-6c7ba719] {
  white-space: nowrap;
  overflow: hidden;
  margin-left: 4px;
  text-overflow: ellipsis;
}
.common-input-reset-icon svg[data-v-6c7ba719] {
  width: 100%;
  height: 100%;
}
.common-input-reset-icon path[data-v-6c7ba719] {
  fill: #a9a9a9;
}
.common-input-reset-icon:hover path[data-v-6c7ba719] {
  fill: #676767;
}
.shadow-input[data-v-6c7ba719] {
  outline: none;
  border: none;
}



.drop-area[data-v-a07a320e] {
  bottom: 30px;
  padding: 9px;
  right: 10px;
  height: 120px;
  width: 195px;
  background: white;
}



.common-textarea-root {
  display: flex;
  flex-direction: column;
  position: relative;
}
.common-textarea-root > textarea {
  background: #F5F5F5;
  border: 1px solid #B3B3B3;
  border-radius: 4px;

  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1A1A1A;

  padding: 16px;
  box-sizing: border-box;
  resize: none;
}
.common-text-area-smile-picker {
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
.common-text-area-smile-picker path {
  fill: #696969
}
.common-text-area-smile-picker:hover path {
  fill: #343434
}



