@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
html.private {
    height: 100%;
}
}
@keyframes rotate {
100% {
    transform: rotate(360deg);
}
}
html {
  width: 100%;
}
html.public {
  height: 100%;
}
html.public body {
  height: 100%;
}
html.private {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
html.private body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body {
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
  *text-align: center;
  overflow-y: scroll;
}
body.modal-open {
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
a {
  text-decoration: none;
}
.common-logo {
  width: 168px;
  height: 168px;
  background-color: #d8d8d8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.common-radio {
  display: inline-block;
}
label.common-radio {
  cursor: pointer;
}
.common-radio input[type="radio"] {
  display: none;
}
.common-radio input[type="radio"]:checked + .icon:before,
.common-radio.checked .icon:before {
  display: block;
}
.common-radio span {
  display: inline-block;
  vertical-align: middle;
}
.common-radio .icon {
  width: 22px;
  height: 22px;
  border: 2px solid #353da4;
  border-radius: 50%;
  padding: 4px;
}
.common-radio .icon:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #353da4;
  border-radius: 50%;
}
.common-radio .icon + .text {
  margin-left: 8px;
  margin-right: 0;
}
.common-radio .text {
  color: #526173;
  margin-right: 8px;
}
input[type=text],
input[type=password] {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: solid 1px rgba(82, 97, 115, 0.25);
  padding: 0 8px;
  height: 40px;
  color: #526173;
  font: 16px "Open Sans";
}
input[type=text] ::-ms-clear,
input[type=password] ::-ms-clear {
  display: none;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  color: rgba(82, 97, 115, 0.5);
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  color: rgba(82, 97, 115, 0.5);
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  color: rgba(82, 97, 115, 0.5);
}
input[type=text].search,
input[type=password].search {
  padding-left: 40px;
  background-image: url(/dist/assets/icon-search.e9ebec36fdf68172cca6dd0ea9af94ef.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
}
.error input[type=text],
input[type=text].error,
.error input[type=password],
input[type=password].error {
  border-color: #fe6058 !important;
}
.error.remaining-characters {
  color: rgba(255, 0, 0, 0.6);
  border: none;
}
.error.checkboxList {
  border: none !important;
}
.error.checkboxList input {
  outline: 1px solid rgba(255, 0, 0, 0.6);
}
.error.text-editor {
  border-color: #fe6058 !important;
  border: solid 1px rgba(82, 97, 115, 0.25);
}
textarea {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: solid 1px rgba(82, 97, 115, 0.25);
  padding: 8px;
  font: 16px "Open Sans";
  color: #526173;
  resize: none;
  height: 149px;
}
textarea::-moz-placeholder {
  color: rgba(82, 97, 115, 0.5);
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: rgba(82, 97, 115, 0.5);
}
textarea::-webkit-input-placeholder {
  color: rgba(82, 97, 115, 0.5);
}
.btn {
  display: inline-block;
  cursor: pointer;
  font: 14px 'Open Sans';
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  background-color: #353da4;
  padding: 0 16px;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn:hover {
  background-color: #4851c4;
}
.btn.icon-checkmark {
  background-image: url(/dist/assets/icon-checkmark.5c31a592924f5366f7916f6fbad05110.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px;
}
.btn.icon-send {
  background-image: url(/dist/assets/icon-send.61052b26f0801e30f0b40806b8ac6b0a.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px;
}
.btn.icon-plus {
  background-image: url(/dist/assets/icon-plus-white.1ed052d5a47da025d5855ebadca2952a.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px;
}
.btn.icon-save {
  background-image: url(/dist/assets/icon-save-white.b00dc20a025e259f1967767eda0ede6e.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px;
}
.btn.grey {
  background-color: #526173;
}
.btn.grey.edit {
  margin-right: 10px;
}
.btn.grey:hover {
  background-color: #677a91;
}
.btn.green {
  background-color: #14da9e;
}
.btn.green:hover {
  background-color: #35ecb5;
}
.btn.yellow {
  background-color: #ffd452;
  color: #526173;
}
.btn.yellow:hover {
  background-color: #ffe185;
}
.btn.pink {
  background-color: #f96c97;
}
.btn.pink:hover {
  background-color: #fb9dba;
}
.btn.blue {
  background-color: rgba(0, 132, 214, 0.8);
}
.btn.blue:hover {
  background-color: rgba(10, 161, 255, 0.8);
}
.btn-nobackground {
  opacity: 0.8;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-align: right;
  color: #000;
  transition: color 0.3s;
  cursor: pointer;
}
.btn-nobackground-delete:hover {
  color: red;
}
.filter-panel {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.filter-panel .filter {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 168px;
  margin-right: 27px;
}
.filter-panel .filter:last-child {
  margin-right: 0;
}
.filter-panel .filter.query-filter {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 363px;
  margin-left: auto;
}
.filter-panel .filter.query-filter input[type=text] {
  border-color: rgba(82, 97, 115, 0.25);
  border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: normal;
  height: 40px;
}
.edit-form .field {
  margin-bottom: 27px;
}
.edit-form .field.validation-enabled .checkboxList__title::after {
  content: "*";
}
.edit-form .field .title {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: rgba(82, 97, 115, 0.5);
  margin-bottom: 8px;
}
.edit-form .field .title.validation-enabled::after {
  content: "*";
}
.edit-form .field.large {
  width: 753px;
}
.edit-form .field.medium {
  width: 363px;
}
.edit-form .field.small {
  width: 168px;
}
.edit-form .field.smallest {
  width: 70px;
}
.edit-form .fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 27px;
}
.edit-form .fields .field {
  margin-bottom: 0;
  margin-right: 27px;
}
.edit-form .fields .field:last-child {
  margin-right: 0;
}
.edit-form .fields .field > .common-checkbox {
  line-height: 40px;
}
.edit-form .fields > .btn {
  margin-top: auto;
}
.edit-form .fields > .common-checkbox {
  margin-top: auto;
  line-height: 40px;
}
.apps-section .apps .main-info .btn-edit {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  margin-left: auto;
}
.apps-section .apps .main-info .btn-edit:hover {
  background-color: #0084d6;
  color: #fff;
  cursor: pointer;
}
.actions-dropdown {
  position: relative;
}
.actions-dropdown .dropdown-wrapper {
  position: absolute;
  right: 0;
  top: 45px;
}
.actions-dropdown .dropdown-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 3px #888;
}
.actions-dropdown .dropdown-wrapper ul li {
  width: 100%;
  padding: 0 10px;
}
.actions-dropdown .dropdown-wrapper ul li div {
  width: 100%;
  color: black;
  text-align: left;
}
.repeat-fields .custom-repeat-field {
  display: flex;
  gap: 16px;
}
.repeat-fields .custom-repeat-field .number-input {
  width: 80px;
}
.repeat-fields .mb-2 {
  margin-bottom: 16px !important;
}
.repeat-fields .end-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.repeat-fields .end-options .end-options-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.repeat-fields .end-options .end-options-item .title {
  margin-bottom: 0 !important;
}
.repeat-fields .end-options .end-options-item .end-occurrences-input {
  width: 60px;
  height: 34px;
}
.repeat-fields .repeat-days {
  display: flex;
  align-items: center;
  gap: 6px;
}
.repeat-fields .repeat-days button {
  width: 24px;
  height: 24px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50%;
  background-color: white;
  color: #70757a;
  border: none;
}
.repeat-fields .repeat-days .selected-day {
  color: white;
  background-color: #1a73e8;
}
.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  margin: 0 auto;
  width: 1440px;
  padding: 0 0;
}
.top-bar {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.top-bar .logo {
  background-image: url(/dist/assets/logo.3134c086a9f0d9be3d6979f77427b3e8.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 107.1px;
  height: 24px;
  display: block;
}
.top-bar .content {
  height: 52px;
  background-color: #0084d6;
  padding: 14px;
}
.top-bar .logout {
  display: block;
  position: absolute;
  right: 16px;
  top: 14px;
  font-size: 14px;
  color: #ffffff;
}
.main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main-content .main {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  background-color: #f5f5f7;
}
.vue-number-input input {
  text-align: center !important;
}
.member-area .actions {
  display: flex;
  align-items: center;
}
.member-area .actions > * {
  margin-right: 8px;
}

.area {
  padding: 27px;
}
.area .area-title-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 27px;
  border-bottom: solid 2px #dcdcdc;
}
.area .area-title-panel .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #353da4;
}
.area .area-title-panel .title.back {
  cursor: pointer;
  padding-left: 25px;
  background: url(/dist/assets/icon-arrow-back.ac3386fa3c545b059bafca1704a0186f.svg) no-repeat left center;
}
.area .area-title-panel .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}
.area .area-title-panel .buttons .btn {
  margin-left: 28px;
  line-height: 40px;
}
.area .area-title-panel .buttons .btn:first-child {
  margin-left: 0;
}
.area .area-section {
  margin-top: 27px;
  border-bottom: 2px solid #dcdcdc;
}
.area .area-section:last-child {
  border-bottom: none;
}
.area .area-section.tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 27px;
}
.area .area-section.tabs a {
  display: block;
  line-height: 48px;
  padding: 0 24px;
  background-color: rgba(82, 97, 115, 0.25);
  color: #526173;
  font-size: 20px;
  font-weight: bold;
  margin-right: 11px;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -moz-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.area .area-section.tabs a:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.area .area-section.tabs a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.area .area-section.tabs a.router-link-active,
.area .area-section.tabs a:hover {
  background-color: #353da4;
  color: #fff;
}
.area .area-section.tabs a.router-link-active {
  cursor: default;
}
.area .sub-area-title-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 46px;
}
.area .sub-area-title-panel .sub-area-title {
  font-size: 24px;
  margin-bottom: 0;
}
.area .sub-area-title-panel .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}
.area .sub-area-title-panel .buttons .btn {
  margin-left: 28px;
  line-height: 40px;
}
.area .sub-area-title-panel .buttons .btn:first-child {
  margin-left: 0;
}
.area .sub-area-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #353da4;
}

.side-bar[data-v-74b147d2] {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 240px;
  box-shadow: inset -1px 0 0 0 #ededed;
}
.side-bar .group[data-v-74b147d2] {
  margin-top: 33px;
}
.side-bar .group .group-title[data-v-74b147d2] {
  box-shadow: inset 0 -1px 0 0 #eaeaea;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  color: #353da4;
  padding: 24px 8px 8px;
}
.side-bar ul[data-v-74b147d2] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side-bar ul li[data-v-74b147d2] {
  box-shadow: inset 0 -1px 0 0 #eaeaea;
}
.side-bar ul li a[data-v-74b147d2] {
  display: block;
  padding: 16px;
  font-size: 14px;
  line-height: 1.14;
  color: #2e3b5e;
}
.side-bar ul li a.router-link-active[data-v-74b147d2] {
  background-color: #2e3b5e;
  color: #fff;
}

.modal-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 2015;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 51, 85, 0.8);
  transition: opacity 0.3s ease;
  overflow-y: scroll;
}
.modal-container {
  position: relative;
  width: 462px;
  margin: auto;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 24px 48px 0 rgba(40, 51, 85, 0.2);
  transition: all 0.3s ease;
}
.modal-head {
  padding: 24px;
}
.modal-head .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #353da4;
}
.modal-body {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 24px;
}
.modal-footer {
  padding: 24px;
}
.modal-footer .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.modal-footer .buttons .btn {
  margin-right: 32px;
  line-height: 40px;
}
.modal-footer .buttons .btn:last-child {
  margin-right: 0;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
  overflow: hidden;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.notification-wrap[data-v-8cc68052] {
  padding: 0 27px;
  overflow: hidden;
  max-height: 500px;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.notification[data-v-8cc68052] {
  border-radius: 6px;
  background-color: #0084d6;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 19px 58px;
  margin-top: 27px;
  position: relative;
}
.notification .close[data-v-8cc68052] {
  width: 24px;
  height: 24px;
  right: 17px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  background: url(/dist/assets/icon-cross-white.6585b19a81cc709859771c311e8b091d.svg) no-repeat center;
  cursor: pointer;
}
.notification-enter[data-v-8cc68052] {
  max-height: 0;
}
.notification-leave-active[data-v-8cc68052] {
  max-height: 0;
}

.progress-indicator-overlay[data-v-25ed992a] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2016;
  background-color: rgba(255, 255, 255, 0.6);
}
.progress-indicator-overlay .progress-indicator[data-v-25ed992a] {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/dist/assets/spinner.2acf0259dfe91465c3de6db683d8c362.svg) no-repeat center;
  background-size: contain;
  animation: rotate 1s linear infinite;
}

#app-public {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #f5f7f9;
  font-size: 14px;
}
#app-public .login-form-wrap {
  display: table-cell;
  vertical-align: middle;
}
#app-public .login-form {
  width: 462px;
  padding: 48px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 24px 32px 0 rgba(82, 97, 115, 0.1);
}
#app-public .login-form .logo {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAAgCAYAAAArKSuoAAAAAXNSR0IArs4c6QAADDtJREFUeAHtXA1wVNUVvve+t7vJhr+EvyAIhj+RamVI0DqWij+tjuyyCZF0WvmRWpuOf61o1Y6dqZ1Ki9XaMdRiEEmH8lPQ/Gx2U1uL1VYtw5iYECogAkYi4S/tEkOS/Xvv9LtLFtfN230bkqFT2DeTee+de+65555z7rnnnvM2nKWv8yaB8vJyS+748fsYsbddTsdd521gg4EqPZ7ZKhcNOulFRU5njQGKKUiYYqQR0hJIIIG08SQQTBpsLoG08ZjLKI2RQAJp40kgmDTYXAKqOcqFhVHpdl+vCjFTC4WqFi5c+O8La3bndzYXlfFUVVVNV4TyOuPcLiyWuRD10vMr7gtrtItq2yKrNUyc+8+oUAQuLFWe/9lcVMZT7HAcYuHQPCJ90ekO38PnX9wX1ogX1bYlVVdYWLgbN/mXvgYogYvK8wxQVunucRJIG0+cQNKvqUsgbTypyyqNGSeBtPHECST9mroE0saTuqzSmHESSBtPnEDSr6lLwPCoXu7x2McwdiUjMYUEWRWNtYcE7b/D6TwA0pQ6+TOYyOyO5BbLVaB3aQTC9dZQT09zSUnJf6K05JhZHR3q4sWLP4vCkt3dbvfQjo4OfenSpV0Sb5PXm52paQWKEGPCjO0tdjrfN+pfVlZmy83NzcDYcpx+zWXbtm1WiyVrJlPYdPS1o7OPhWl/c3P9R08++SSGHdwLNMX0/PwctaenC/z2mFDnkHPOSYulp9Tp7DbBNW3GXIeoGVk3C65n6Yx93NHe3rh8+fLeBOuZ7l/wPBs2bMiq8XofG8vFB5zxHZxTuWD8OabwSgvjTTUe79+ra+tKTEfuRaisrJwAemXCYv0Q9LZzwVaDZpl8ttmz9rk93mc3ezyjJPoYJn4+ZMSI1+UHU6nQJ6G8MjQ7p0ziuj2ee7KI/UtRVJQexEZ85PRuldu70IjOpLy8pdbMrJ3V1dXDjdqNYFCiWlNbV2q125u4Sg1CsPWYx7OC0xbFyhtnFczZIXmAwBWj/ucKm5mfP87O+C6b3f4tMxoYO0tYrW+P5fwBM1yzdrlIIKPNimA1nItNChf/zB41pile92eNp9LrnTwsJ+cNrMWV+PuzzuiGbl2b1sVoakDXrtA5W8U5nwvBba32en9oxkBVbe1NitW2kzF+J4xlNYV5QTfpU7sZTQPtfNLpedBYbIeiX/V4pkEZWYz4JdnZ2dyMtmwHUi7oDodSHyIuXgCghhEd7+2bgYnfYkRH53wY52xCKBQ6O3cjvCgMghw9K7/ADcN/EWM26bp2Wzjgn0bh0NQgoxmksx8AXgCjXWvNzPwl+qXEf5S+yV2BzMfpOssywWM2mw3TYrnAG2qGa9YettmgBLo5ikfENkM/zVL3NbXeR6LwyLYFdzdGIVaLus9wnelzFzodO6IIvXef2+udEIVx4t+Hh3ihtLQ0FIXF3rGlFEChbsAatQBbUlw8/5PYdjy3428X8Cq4UNfBq9WCwUNguB/1Jt4D/DngeS4jvbjQ6fTAqA8JRk/A+NvDpFfEjRl55TrXmWCaUVs8THpia6Z9GxQ4m2nkcLkcdXE4p+BZR561Fy7uhrGtit2O4/DP5VVjHNJJ5SKmwYCwywzs2t/YeHJWQcFqLMZSFJHbgnr4pyUu14Eaj+dXXIhn3G5vA2TxZmT1KVbrL8DdZAox50KnM95wIpzoRAdjWGo6evSooQIgvExSlJcwiU+DPd2FBoZzlozL5Wo7xvQ7AGiHgm7HPXXj4TAAzidigs9Iw5FEixyOXweIrgr0dM8pXrDgPQkbyDU0J2cF+JpHjCC7PoZzhjRRy9kxiD7o6uoacLxxlt7/6AHbtF7ocDyuBQNXnT7lu04ajmTleFvbEzDjRlLYU9Czom5zu6di5Swjpq8sKnI0JeL3RFvbb/Dx9mEoa0QX51vlAEa4cN3zsZ3M0km7PZUVKIM7uQ3C2HbA4ae0lchxoVAV45wkLbQulo8Sp/NI7Pu5PstYDMw8hHF+D0H+JREdGO4WrMhOLL5JejBYGR9UJur3/wAvLi7+NJZPudNgrquhpvWq3X6FalGUSDAGN7IpFjH+uXeL+mM8vO87L4QgW1pbWv7Wt80YAo/RgOB5J7agccYYhlAVit1VVFR0yrB1gMAMoq8gjsmGma43IUVRz2eCd0E040j5jkqkIcCS8S9/BN6kpbO9vXVQZsfZDI6Tz4MPPpj6FoSB4cb245byaQVjIOThpweFZwMigokZAAeC3fwjg+aLFqT39JzALuHD3zVYvSwT25bW2Sk97yBciJQR4BnGQ8moYwsy3AaT9kHknqx9QG0iYsgUtoUHRy4DYmbwO0NwER2RDn3148KpTupJBuY2pCoIuRLKy73sskv6QSMhKo50H0Pa02VAlRDJoAFucBJcSb8NyIDUoIB0jUmPk4EDcN6gEBwAESjK1IA1TbMCKQPLyRRXskLB4AncAkJwmfBM+QoJkYsBRmG3qhchRjLgVK1MLEmZQnLEOniRKyyZmfnJ0T5vlXkeMHM9mOrXVvc5hcF/8jPtXVD9DB/Lf3fwqadGUQ2FuojIj+0Z6YDkF064M3AyHIL9PyWvv3v37uOQ+XuwtUX9WegqcRfGEVqIvyZQctiHbWsjIojHZX4mOYvmrTp+lYBA9hMY0NMpZou5hfNV8qN08EE+ny+llWPOiTEGyi3yMnXV33a5juOnuPDK/G7kNeYbU+sfFOkNnHRl0kbm88yv5uZmxBZ8L3Rzixk2Puy/X+JAsSnRlqdl6Ok5dJiNE/JyM/qyHVn5y6SdYAL45YljX0SI3Xr4UYx4iCmKB5nhG1IgJBk0ZFKefrjG7sMcbhg7fvxaWbNKRE/WmZBk+y0R/yrySOuxEiaOwpUIf1DgOByAtyEWuz3PjF6nz7cKhvYWyjNbE5U7DGgYykXiQWFhBPpYWHSlQb8+oDMK1teC37nVtbXFfRB6AbJ0gkGRLI2EDCl7/KaGBjfmtwmnyt8loy+HgeFMQX2yGsYWDJL2I4A+Dzi31dbm2biyGSZxLSyrnDitO0G0N1pkk8k/kZk5QSF+G0KsLzXV198rJ9fLf59blde7TGG8HNa9F5NaCY/0Jn4nFSmEygIefvryNeQLfozxLtd0rYhCykHVxj4E/hZUOlfc6XD4pOHlcj6fadoBJBQbYwep8dSh8EmthU6HKxZu9ox55FjtWbukoIOkL2N+/2G/358xNDv761BAEMfuP8XSAP5o1LQq4AHgfWgL3OIarmlN4KdT4lVUVGSMGDEil6vqjYyJeb72E6XJcj2oDy3BEXcDIpNHAz1da/bs2eNHDWssvO8ixCF/iP8tmVxgk/KmvAq5fAPaekwPBLYi/3JMjo3a4XgkeO+D8h9GuPhNgEZiR3lJ12jJiWNHtsr0iqwvKhbbgqC/u8KouIr5DUHt7GX4AtQs6WUodE2ou3uPxIV+1auvvnoCs1iKYfRSV6c1XV8UTcB+YZXIdPyw7JEPYGXcDyEh58KPwMu2gSkVdjYGnXMh9DDuLyJxtkJOINlV7fFcI7h4CtZ9Eyy2Aw675UxAx/Mw8DAI8K9I8j3W+1E6QwIK8QV/ATTbMUYLGB6HfnnYPm7Ef3J4K3YsFGl3wkF/6nI4Eq7IWPzYZ/CFarHYApgdPBzEXLNB61II727QWx+LK58jQiwouAcG9DD4ngL8o5BDK97leW80YOMAE5Db1sb6+mXJFpWkhdT/8+h7L2gcRm6rA3cpjw49HLrSKG+FcGIoYppV4FXGXwHI5iDuGt6nwyv5YSwrilyOjdLQJuZNgadiSyOLljGUEtnloH2wsaG+AGMjTdP3ggEp8MTfA0+PgpeJoN+KiR3F3Iah72Q5FnS4GbW8n8UmYdHW9wKx4Qh4rwVjqEzzBcDohDd6DdmYt1DMeh8EDvftlRjyqtv9ZYtQbwUzd2EycEhUEda01+5wuZrje1VX180SFkKBkd8Ght/AAX7lsWNH3omvo8nMuBJWQ8nKH/G0Y99ramouZapaCn6WQ9jvQvlrfSdPvpPMa0hPOJpojhDCAcOWXxdo6Lcd2+72EIXfj6bxY8dJ9AwDnic9LwxuGuSyLkz0CuLPpDklebDAEfZW9PsO6MLwqSzo51UlJfMjnqh3LF7lrrtVUdhPoLNR2EFe1AO8OhU5SS+k2mzXKYoiS0YL0B9fV1AFado/sMBb4+fyX/V28ERZ5cUdAAAAAElFTkSuQmCC") no-repeat center;
  background-size: contain;
  height: 30px;
  margin-bottom: 24px;
  width: 100%;
}
#app-public .login-form .field {
  margin-bottom: 24px;
}
#app-public .login-form .field .title-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
#app-public .login-form .field .title-container .title {
  margin-bottom: 0;
}
#app-public .login-form .field .title-container .error-message {
  color: #fe6058;
}
#app-public .login-form .field .title {
  margin-bottom: 8px;
  color: rgba(40, 51, 85, 0.8);
  font-family: "Open Sans";
  line-height: 24px;
}
#app-public .login-form .field:last-child {
  margin-bottom: 0;
}
#app-public .login-form .btn {
  display: block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  color: #fff;
  background-color: #0084d6;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#app-public .login-form .btn:hover {
  background-color: #0094f0;
}
#app-public .login-form input[type="text"],
#app-public .login-form input[type="password"] {
  outline: none;
  border: 1px solid rgba(82, 97, 115, 0.25);
  height: 48px;
  border-radius: 3px;
  padding: 0 12px;
  display: block;
  width: 100%;
  font-size: 16px;
}
#app-public .login-form input[type="text"]::-moz-placeholder,
#app-public .login-form input[type="password"]::-moz-placeholder {
  color: rgba(40, 51, 85, 0.3);
  opacity: 1;
}
#app-public .login-form input[type="text"]:-ms-input-placeholder,
#app-public .login-form input[type="password"]:-ms-input-placeholder {
  color: rgba(40, 51, 85, 0.3);
}
#app-public .login-form input[type="text"]::-webkit-input-placeholder,
#app-public .login-form input[type="password"]::-webkit-input-placeholder {
  color: rgba(40, 51, 85, 0.3);
}

.top-stats[data-v-2a347082] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 27px;
  margin-top: 0;
}
.top-stats .stat[data-v-2a347082] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 27px;
}
.top-stats .stat[data-v-2a347082]:last-child {
  margin-right: 0;
}
.top-stats .stat .title[data-v-2a347082] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 16px;
}
.top-stats .stat .title .sub-area-title[data-v-2a347082] {
  line-height: 32px;
}
.top-stats .stat .title .dropdown[data-v-2a347082] {
  width: 168px;
}
.top-stats .stat .value[data-v-2a347082] {
  padding: 15px 74px 17px 24px;
  line-height: 64px;
  font-size: 48px;
  color: #353da4;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
}
.grid-section[data-v-2a347082] {
  margin-bottom: 46px;
}
.grid-section[data-v-2a347082]:last-child {
  margin-bottom: 0;
}
.grid-section .sub-area-title[data-v-2a347082] {
  margin-bottom: 16px;
}

.grid[data-v-6901a1c4] {
  margin-top: 27px;
}
.grid table tr th[data-v-6901a1c4],
.grid table tr td[data-v-6901a1c4] {
  padding: 16px 14px;
}

.grid[data-v-8d7e59f6] {
  margin-top: 27px;
}

.grid[data-v-7121b484] {
  margin-top: 27px;
  overflow-x: auto;
  overflow-y: hidden;
}
.little-font-size td[data-v-7121b484] {
  font-size: 14px;
}

.members-area .access-requests[data-v-52b770cf] {
  margin-top: 68px;
}
.members-area .member-list[data-v-52b770cf] {
  margin-top: 27px;
}

.sub-area-title[data-v-6a8009c9] {
  margin-bottom: 16px;
}

.sub-area-title[data-v-3503656e] {
  margin-bottom: 16px;
}

.area-title-panel[data-v-139b3024] {
  justify-content: space-between;
}
.info-area[data-v-139b3024] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 70px;
}
.info-area .common-logo[data-v-139b3024] {
  margin-right: 27px;
}
.info-area .company-info-section .company-info[data-v-139b3024] {
  margin-bottom: 5px;
}
.info-area .member-info .info .name[data-v-139b3024],
.info-area .company-info .info .name[data-v-139b3024] {
  line-height: 32px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #353da4;
}
.info-area .member-info .info .type[data-v-139b3024],
.info-area .company-info .info .type[data-v-139b3024] {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 16px;
}
.info-area .member-info[data-v-139b3024] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.info-area .company-info[data-v-139b3024] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.info-area .company-info .common-logo[data-v-139b3024] {
  width: 70px;
  height: 70px;
}
.info-area .status[data-v-139b3024] {
  margin-bottom: 8px;
}
.info-area .delete[data-v-139b3024] {
  float: right;
  cursor: pointer;
  font-size: 15px;
}
.info-area .delete[data-v-139b3024]:hover {
  color: red;
}
.notes-area[data-v-139b3024] {
  display: flex;
  padding-bottom: 27px;
}
.notes-area > div[data-v-139b3024] {
  flex: 1;
}
.notes-area .notes-container[data-v-139b3024] {
  flex: 2;
}
.notes-area .notes-container textarea[data-v-139b3024] {
  margin-bottom: 27px;
  height: 60px;
}
.notes-area .notes-container .notes-type[data-v-139b3024] {
  display: inline-block;
}
.notes-area .notes-container .notes-action[data-v-139b3024] {
  text-align: right;
}
.notes-area .notes-container .msg-section[data-v-139b3024] {
  padding-left: 5px;
  height: 27px;
}
.notes-area .notes-container .msg-section span[data-v-139b3024] {
  font-size: 12px;
}
.notes-area .text-end[data-v-139b3024] {
  text-align: right;
}
.notes-area .text-end p[data-v-139b3024] {
  margin-top: 0;
}
.notes-area .pipeline[data-v-139b3024] {
  text-align: left;
  display: inline-block;
}
.notes-area .pipeline .status[data-v-139b3024] {
  margin-bottom: 8px;
  margin-right: 0;
}

.modal-container[data-v-493e32f9] {
  width: 558px;
}
.modal-container .description[data-v-493e32f9] {
  margin-bottom: 20px;
  font-size: 14px;
}

.modal-container[data-v-3fbf220e] {
  width: 558px;
}
.modal-container .field[data-v-3fbf220e]:last-child {
  margin-bottom: 0;
}

.modal-container[data-v-11e28830] {
  width: 558px;
}
.modal-container .description[data-v-11e28830] {
  margin-bottom: 20px;
  font-size: 14px;
}

.section-body {
  padding: 24px;
}
.section-body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #526173;
  margin: 5px 0;
}
.section-body p span {
  font-weight: normal;
  margin-left: 4px;
}
.section-body .main-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section-body .main-info .matching-status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
  width: 245px;
}
.section-body .main-info .matching-status label {
  color: #526173;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
  margin-bottom: 8px;
}
.section-body .main-info .matching-status .dropdown-block {
  width: 168px;
  height: 40px;
}
.section-body .main-info .matching-status .dropdown-block ::placeholder {
  color: #526173;
  font-size: 15px;
}
.section-body .main-info .last-login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-body .description-block {
  padding-top: 27px;
  margin-top: 32px;
  border-top: 2px solid #dcdcdc;
  display: flex;
}
.section-body .description-block .annotation-block {
  display: flex;
  flex-direction: column;
}
.section-body .description-block .annotation-block .date-block {
  display: flex;
  margin-bottom: 25px;
}
.section-body .description-block .annotation-block .date-block .date-until-title {
  margin-right: 25px;
}
.section-body .description-block .annotation-block .date-block .datepicker-block {
  margin-right: 20px;
}
.section-body .description-block .annotation-block .date-block .datepicker-block .datepicker-input-custom {
  width: 125px;
  border: 1px solid #d8d8d8;
  padding: 8px 5px 8px 10px;
  color: #526173;
  font-size: 16px;
  border-radius: 3px;
  height: 40px;
  background-image: url(/dist/assets/calendar-icon.b1de3610c995b9af38d1c2b03d904734.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 97px;
}
.section-body .description-block .annotation-block .date-block .time-later {
  font-weight: normal;
  font-size: 14px;
}
.section-body .description-block .annotation-block .reason-block {
  display: flex;
}
.section-body .description-block .annotation-block .reason-block .reason-title {
  margin-right: 60px;
}
.section-body .description-block .annotation-block .reason-block .all-reasons .reason-name p {
  margin-bottom: 0;
}
.section-body .description-block .annotation-block .reason-block .all-reasons .reason-name .reason-comment {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
.section-body .footer {
  text-align: center;
  margin-top: 32px;
  padding-top: 27px;
  border-top: 2px solid #dcdcdc;
}
.section-body .btn {
  line-height: 40px;
  padding: 0 24px;
  font-size: 16px;
}
.section-body .matching-btn {
  display: flow-root;
}
.section-body .matching-btn .align-left,
.section-body .matching-btn .align-right {
  width: 200px;
}
.section-body .matching-btn .align-left {
  float: left;
}
.section-body .matching-btn .align-right {
  float: right;
}

.unpauseConfirmModalWindow {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2), 0 0 6px 0 rgba(40, 51, 85, 0.1);
  width: 478px;
  display: flex;
}
.unpause-confirm-modal-window {
  position: relative;
  z-index: 0;
  text-align: center;
  font-style: normal;
}
.unpause-title-block {
  border-radius: 6px 6px 0 0;
  padding: 13px 20px;
}
.unpause-title-block-text {
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  color: #353da4;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.2px;
  text-align: left;
}
.unpause-description-block-text {
  font: 14px 'Open Sans';
  line-height: 20px;
  color: #535D77;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  border-top: 1px solid #D3D7DB;
  padding: 16px 25px 10px 16px;
}
.unpause-description-block-text p {
  margin-top: 5px;
}
.unpause-questions-block {
  font: 14px 'Open Sans';
  line-height: 20px;
  color: #49516D;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  border-top: 1px solid #D3D7DB;
  border-bottom: 1px solid #D3D7DB;
  padding: 10px 20px 0 20px;
  letter-spacing: 0.2px;
  overflow-y: auto;
  max-height: 80vh;
}
.unpause-questions-field {
  margin-bottom: 25px;
  border-bottom: 1px solid #D3D7DB;
}
.unpause-questions-field p {
  margin-bottom: 20px;
}
.unpause-questions-field .unpause-field-block {
  margin-bottom: 15px;
  margin-left: 12px;
  display: flex;
}
.unpause-questions-field .unpause-field-block-checkbox {
  height: 18px;
  width: 21px;
}
.unpause-questions-field .unpause-field-block-label {
  margin-left: 5px;
  line-height: 19px;
  vertical-align: super;
}
.unpause-questions-field .unpause-field-block-input {
  border: 1px solid #D4D6DD;
  border-radius: 2px;
  width: 85px;
  height: 20px;
  padding: 9px 20px;
  margin-left: 10px;
  font-size: 12px;
  color: #49516D;
}
.unpause-questions-field .unpause-field-block-input:focus {
  outline: none;
}
.unpause-questions-field .unpause-field-block-input {
  vertical-align: super;
}
.unpause-bottom-buttons-block {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
}
.unpause-confirm-button,
.unpause-cancel-button {
  width: 50%;
  padding: 13px 0;
  font: 14px 'Open Sans';
  font-weight: bold;
}
.unpause-confirm-button {
  background-color: #353da4;
  color: #ffffff;
  border-radius: 0 0 0 3px;
}
.unpause-confirm-button:hover {
  cursor: pointer;
}
.unpause-cancel-button {
  background-color: #FFFFFF;
  color: #535D77;
  border-radius: 0 0 3px 0;
}
.unpause-cancel-button:hover {
  cursor: pointer;
}

.pausedModalWindow {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2), 0 0 6px 0 rgba(40, 51, 85, 0.1);
  width: 478px;
  display: flex;
}
.validation-initiated .errorText {
  color: #f0506e;
}
.paused-modal-window {
  position: relative;
  z-index: 0;
  text-align: center;
  font-style: normal;
  width: 100%;
}
.paused-title-block {
  border-radius: 6px 6px 0 0;
  padding: 13px 20px;
}
.paused-title-block-text {
  line-height: 32px;
  color: #353da4;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: left;
  font-size: 20px;
}
.paused-questions-block {
  font: 14px 'Open Sans';
  line-height: 20px;
  color: #49516D;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  border-top: 1px solid #D3D7DB;
  border-bottom: 1px solid #D3D7DB;
  padding: 10px 20px 0 20px;
  letter-spacing: 0.2px;
  overflow-y: auto;
  max-height: 80vh;
}
.paused-questions-field {
  margin-bottom: 25px;
}
.paused-questions-field p {
  margin-bottom: 20px;
}
.paused-questions-field .paused-field-block {
  margin-bottom: 5px;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}
.paused-questions-field .paused-field-block .datepicker-block {
  position: relative;
  top: -35px;
  left: 170px;
  width: 125px;
}
.paused-questions-field .paused-field-block .datepicker-block .application-period {
  margin-left: 15px;
}
.paused-questions-field .paused-field-block .datepicker-block .application-period-datepicker {
  width: 125px;
  border: 1px solid #D4D6DD;
  border-radius: 2px;
  height: 40px;
  padding: 9px 21px;
  font-size: 12px;
  color: #49516D;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 97px;
}
.paused-questions-field .paused-field-block .datepicker-block .application-period-datepicker:focus {
  outline: none;
}
.paused-questions-field .paused-field-block .datepicker-block .application-period__calendar-left {
  left: -90px;
}
.paused-questions-field .paused-field-block-radio {
  height: 20px;
  width: 20px;
}
.paused-questions-field .paused-field-block-checkbox {
  height: 18px;
  width: 21px;
}
.paused-questions-field .paused-field-block-label {
  margin-left: 5px;
  line-height: 19px;
  vertical-align: super;
}
.paused-questions-field .paused-field-block-input,
.paused-questions-field .paused-field-block-textbox {
  border: 1px solid #D4D6DD;
  border-radius: 2px;
  width: 85px;
  height: 20px;
  padding: 9px 20px;
  margin-left: 10px;
  font-size: 12px;
  color: #49516D;
}
.paused-questions-field .paused-field-block-input:focus,
.paused-questions-field .paused-field-block-textbox:focus {
  outline: none;
}
.paused-questions-field .paused-field-block-input {
  vertical-align: super;
}
.paused-questions-field .paused-field-block-textbox {
  width: 288px;
  height: 20px;
  padding-top: 20px;
  padding-bottom: 23px;
}
.paused-questions-field .paused-field-block .fixedBlock {
  position: relative;
}
.paused-questions-field .paused-field-block-clarification {
  margin-left: 25px;
  margin-bottom: 10px;
}
.paused-questions-field .paused-field-block-clarification span {
  display: flex;
  font-style: italic;
  margin: 0px 0 5px 10px;
}
.paused-questions-field .paused-field-block .errorBorder,
.paused-questions-field .paused-field-block .errorBorderDatepicker {
  border: 1px solid #F0506E;
}
.paused-questions-field .paused-field-block .errorBorderDatepicker {
  width: 125px;
  height: 40px;
}
.shift-up {
  margin-top: -40px;
}
.line {
  display: block;
  left: 32px;
  top: -25px;
  width: 350px;
  margin-bottom: 20px;
}
.paused-bottom-buttons-block {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
}
.paused-confirm-blue-button,
.paused-cancel-button {
  width: 50%;
  padding: 13px 0;
  font: 14px 'Open Sans';
  font-weight: bold;
}
.paused-confirm-blue-button:hover,
.paused-cancel-button:hover {
  cursor: pointer;
}
.paused-confirm-blue-button {
  background-color: #353da4;
  color: #ffffff;
  border-radius: 0 0 0 3px;
}
.paused-confirm-blue-button:hover {
  background-color: #3b44b7;
}
.paused-cancel-button {
  background-color: #FFFFFF;
  color: #535D77;
  border-radius: 0 0 3px 0;
}
.paused-cancel-button:hover {
  background-color: #f7f4f4;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 2px;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #a9adbb;
  background: #fff;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
[type="checkbox"]:checked + label:before {
  background-color: #0094f0;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
}
[type="checkbox"]:checked + label:after {
  color: white;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}

.deactivetedModalWindow {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2), 0 0 6px 0 rgba(40, 51, 85, 0.1);
  width: 478px;
  display: flex;
}
.validation-initiated .errorText {
  color: #F0506E;
}
.validation-initiated [type="checkbox"]:not(:checked) + label.errorText:before {
  border: 2px solid #F0506E;
}
.deactiveted-modal-window {
  position: relative;
  z-index: 0;
  text-align: center;
  font-style: normal;
  width: 100%;
}
.deactiveted-title-block {
  border-radius: 6px 6px 0 0;
  padding: 13px 20px;
}
.deactiveted-title-block-text {
  line-height: 32px;
  color: #353da4;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2px;
  text-align: left;
}
.deactiveted-questions-block {
  font: 14px 'Open Sans';
  line-height: 20px;
  color: #49516D;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  border-top: 1px solid #D3D7DB;
  border-bottom: 1px solid #D3D7DB;
  padding: 16px 20px 0 20px;
  letter-spacing: 0.2px;
  overflow-y: auto;
  max-height: 80vh;
}
.deactiveted-questions-field {
  margin-bottom: 35px;
}
.deactiveted-questions-field p {
  margin-bottom: 20px;
}
.deactiveted-questions-field .deactiveted-field-block {
  margin-bottom: 10px;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}
.deactiveted-questions-field .deactiveted-field-block-radio {
  height: 20px;
  width: 20px;
}
.deactiveted-questions-field .deactiveted-field-block-checkbox {
  height: 18px;
  width: 21px;
}
.deactiveted-questions-field .deactiveted-field-block-label {
  margin-left: 6px;
  line-height: 19px;
  vertical-align: super;
}
.deactiveted-questions-field .deactiveted-field-block-input,
.deactiveted-questions-field .deactiveted-field-block-textbox {
  border: 1px solid #D4D6DD;
  border-radius: 2px;
  width: 85px;
  height: 20px;
  padding: 9px 20px;
  margin-left: 10px;
  font-size: 12px;
  color: #49516D;
}
.deactiveted-questions-field .deactiveted-field-block-input:focus,
.deactiveted-questions-field .deactiveted-field-block-textbox:focus {
  outline: none;
}
.deactiveted-questions-field .deactiveted-field-block-input {
  vertical-align: super;
}
.deactiveted-questions-field .deactiveted-field-block-textbox {
  width: 288px;
  height: 20px;
  padding-top: 20px;
  padding-bottom: 27px;
}
.deactiveted-questions-field .deactiveted-field-block-clarification {
  margin-left: 25px;
  margin-bottom: 10px;
}
.deactiveted-questions-field .deactiveted-field-block-clarification span {
  display: flex;
  font-style: italic;
  margin: 0px 0 5px 10px;
}
.deactiveted-questions-field .deactiveted-field-block .errorBorder {
  border: 1px solid #F0506E;
}
.deactiveted-bottom-buttons-block {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
}
.deactiveted-confirm-blue-button,
.deactiveted-cancel-button {
  width: 50%;
  padding: 13px 0;
  font: 14px 'Open Sans';
  font-weight: bold;
}
.deactiveted-confirm-blue-button:hover,
.deactiveted-cancel-button:hover {
  cursor: pointer;
}
.deactiveted-confirm-blue-button {
  background-color: #353da4;
  color: #ffffff;
  border-radius: 0 0 0 3px;
}
.deactiveted-confirm-blue-button:hover {
  background-color: #3b44b7;
}
.deactiveted-cancel-button {
  background-color: #FFFFFF;
  color: #535D77;
  border-radius: 0 0 3px 0;
}
.deactiveted-cancel-button:hover {
  background-color: #f7f4f4;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 2px;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #a9adbb;
  background: #fff;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
[type="checkbox"]:checked + label:before {
  background-color: #0094f0;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
}
[type="checkbox"]:checked + label:after {
  color: white;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}

.pauseNudgeConfirmModalWindow {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2), 0 0 6px 0 rgba(40, 51, 85, 0.1);
  width: 478px;
  display: flex;
}
.pauseNudge-confirm-modal-window {
  position: relative;
  z-index: 0;
  text-align: center;
  font-style: normal;
}
.pauseNudge-title-block {
  border-radius: 6px 6px 0 0;
  padding: 13px 20px;
}
.pauseNudge-title-block-text {
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  color: #353da4;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.2px;
  text-align: left;
}
.pauseNudge-description-block-text {
  font: 14px 'Open Sans';
  line-height: 20px;
  color: #535D77;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  border-top: 1px solid #D3D7DB;
  border-bottom: 1px solid #D3D7DB;
  padding: 16px 25px 10px 16px;
}
.pauseNudge-description-block-text p {
  margin-top: 5px;
  width: 437px;
}
.pauseNudge-bottom-buttons-block {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
}
.pauseNudge-confirm-button,
.pauseNudge-cancel-button {
  width: 50%;
  padding: 13px 0;
  font: 14px 'Open Sans';
  font-weight: bold;
}
.pauseNudge-confirm-button {
  background-color: #353da4;
  color: #ffffff;
  border-radius: 0 0 0 3px;
}
.pauseNudge-confirm-button:hover {
  cursor: pointer;
}
.pauseNudge-cancel-button {
  background-color: #FFFFFF;
  color: #535D77;
  border-radius: 0 0 3px 0;
}
.pauseNudge-cancel-button:hover {
  cursor: pointer;
}

.area-section .sub-area-title[data-v-f95b2694] {
  margin-bottom: 27px;
}
.area-section .add-permission-btn[data-v-f95b2694] {
  font-size: 20px;
  font-weight: bold;
  color: #353da4;
  margin-bottom: 27px;
  cursor: pointer;
}

.member-snapshot[data-v-e304206a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-flow: wrap;
}
.member-snapshot .section[data-v-e304206a] {
  width: 558px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 25px;
}
.member-snapshot .section[data-v-e304206a]:last-child {
  margin-right: 0;
}
.member-snapshot .section .section-title[data-v-e304206a] {
  color: #353da4;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.member-snapshot .section .section-body[data-v-e304206a] {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
}
.apps-section[data-v-e304206a] {
  border-top: 2px solid #dcdcdc;
  padding-top: 27px;
  margin-top: 27px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.apps-section .apps-list-panel[data-v-e304206a] {
  width: 366px;
  margin-right: 27px;
}
.apps-section .apps-list-panel .sub-area-title[data-v-e304206a] {
  margin-bottom: 16px;
}
.apps-section .apps-list-panel .apps[data-v-e304206a] {
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 16px;
}
.apps-section .apps-list-panel .apps .app[data-v-e304206a] {
  position: relative;
  background-color: #fff;
  margin-bottom: 2px;
  cursor: pointer;
}
.apps-section .apps-list-panel .apps .app.selected[data-v-e304206a]:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0084d6;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
}
.apps-section .apps-list-panel .apps .app[data-v-e304206a]:last-child {
  margin-bottom: 0;
}
.apps-section .apps-list-panel .apps .app .main-info[data-v-e304206a],
.apps-section .apps-list-panel .apps .app .sub-info[data-v-e304206a] {
  padding: 16px;
}
.apps-section .apps-list-panel .apps .app .main-info[data-v-e304206a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: inset 0 -1px 0 0 rgba(40, 51, 85, 0.1);
}
.apps-section .apps-list-panel .apps .app .main-info .common-logo[data-v-e304206a] {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.apps-section .apps-list-panel .apps .app .main-info .name[data-v-e304206a] {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: rgba(40, 51, 85, 0.8);
}
.apps-section .apps-list-panel .apps .app .sub-info[data-v-e304206a] {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: rgba(40, 51, 85, 0.8);
  background-repeat: no-repeat;
  background-position: right 21px center;
}
.apps-section .btn[data-v-e304206a] {
  padding: 0 24px;
  font-size: 16px;
}
.apps-section .open-app-panel[data-v-e304206a] {
  width: 752px;
}
.apps-section .open-app-panel .sub-area-title[data-v-e304206a] {
  margin-bottom: 8px;
}
.apps-section .open-app-panel .pipeline-tracker[data-v-e304206a] {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 1rem;
  padding: 1rem;
}
.apps-section .open-app-panel .pipeline-tracker .pipeline[data-v-e304206a] {
  display: flex;
  grid-gap: 1rem;
}
.apps-section .open-app-panel .progress-panel[data-v-e304206a] {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 16px;
}
.apps-section .open-app-panel .progress-panel .steps-container[data-v-e304206a] {
  border-bottom: 2px solid #dcdcdc;
  padding: 27px 16px;
}
.apps-section .open-app-panel .progress-panel .steps-container .steps-wrap[data-v-e304206a] {
  position: relative;
}
.apps-section .open-app-panel .progress-panel .steps-container .steps-wrap img[data-v-e304206a] {
  width: 100%;
}
.apps-section .open-app-panel .progress-panel .steps-container .steps-wrap .inner-line-wrap[data-v-e304206a] {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 16px;
  margin-top: -2.5px;
}
.apps-section .open-app-panel .progress-panel .steps-container .steps-wrap .inner-line-wrap .inner-line[data-v-e304206a] {
  height: 5px;
  background-color: #0084d6;
}
.apps-section .open-app-panel .progress-panel .steps-container .steps-wrap .steps[data-v-e304206a] {
  width: 100%;
  background-color: #eaebee;
  height: 11px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.apps-section .open-app-panel .progress-panel .steps-container .steps-wrap .steps .step[data-v-e304206a] {
  width: 32px;
  height: 32px;
  background-color: #eaebee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  margin-top: -11px;
}
.apps-section .open-app-panel .progress-panel .steps-container .steps-wrap .steps .step.selected[data-v-e304206a]:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0084d6;
}
.apps-section .open-app-panel .progress-panel .buttons-container[data-v-e304206a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 27px 16px 16px;
}
.apps-section .open-app-panel .progress-panel .buttons-container .buttons .btn[data-v-e304206a] {
  margin-right: 16px;
}
.apps-section .open-app-panel .progress-panel .buttons-container .buttons .btn[data-v-e304206a]:last-child {
  margin-right: 0;
}
.apps-section .open-app-panel .progress-panel-actions[data-v-e304206a] {
  text-align: right;
  padding-right: 16px;
  margin-bottom: 32px;
}
.apps-section .open-app-panel .progress-panel-actions .btn[data-v-e304206a] {
  margin-left: 11px;
}
.apps-section .open-app-panel .view-switch[data-v-e304206a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 16px;
}
.apps-section .open-app-panel .view-switch label[data-v-e304206a] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.apps-section .open-app-panel .view-switch label input[data-v-e304206a] {
  display: none;
}
.apps-section .open-app-panel .view-switch label input:checked + span[data-v-e304206a] {
  border-bottom-color: #0084d6;
  color: #0084d6;
  cursor: default;
}
.apps-section .open-app-panel .view-switch label span[data-v-e304206a] {
  display: block;
  line-height: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(40, 51, 85, 0.2);
  color: rgba(40, 51, 85, 0.6);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color .5s ease, border-color .5s ease;
  -moz-transition: color .5s ease, border-color .5s ease;
  -o-transition: color .5s ease, border-color .5s ease;
  transition: color .5s ease, border-color .5s ease;
}
.apps-section .chat-panel[data-v-e304206a] {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 24px;
  padding: 16px;
}
.apps-section .chat-panel .messages-panel[data-v-e304206a] {
  border-radius: 2px;
  border: solid 1px rgba(40, 51, 85, 0.2);
  margin-bottom: 16px;
  height: 452px;
  position: relative;
}
.apps-section .chat-panel .messages-panel .chat-date[data-v-e304206a] {
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  text-align: center;
  padding: 16px 0;
  padding-left: 30px;
  color: rgba(40, 51, 85, 0.8);
  font-size: 12px;
  line-height: 15px;
  background: #fff;
  z-index: 1;
}
.apps-section .chat-panel .messages-panel .messages[data-v-e304206a] {
  position: absolute;
  padding-top: 47px;
  bottom: 0;
  max-height: calc(100% - 16px);
  padding-right: 16px;
  left: 16px;
  right: 8px;
  bottom: 8px;
  overflow-y: auto;
}
.apps-section .chat-panel .messages-panel .messages[data-v-e304206a]::-webkit-scrollbar {
  width: 8px;
}
.apps-section .chat-panel .messages-panel .messages[data-v-e304206a]::-webkit-scrollbar-track {
  border-radius: 4px;
}
.apps-section .chat-panel .messages-panel .messages[data-v-e304206a]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(40, 51, 85, 0.1);
}
.apps-section .chat-panel .messages-panel .messages .message[data-v-e304206a] {
  margin-bottom: 24px;
}
.apps-section .chat-panel .messages-panel .messages .message[data-v-e304206a]:last-child {
  margin-bottom: 0;
}
.apps-section .chat-panel .messages-panel .messages .message.left .message-wrap[data-v-e304206a] {
  padding-left: 40px;
}
.apps-section .chat-panel .messages-panel .messages .message.left .message-wrap .common-logo[data-v-e304206a] {
  left: -40px;
}
.apps-section .chat-panel .messages-panel .messages .message.left .message-wrap .message-text[data-v-e304206a] {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(40, 51, 85, 0.8);
  background-color: rgba(40, 51, 85, 0.05);
}
.apps-section .chat-panel .messages-panel .messages .message.right .message-wrap[data-v-e304206a] {
  padding-right: 40px;
  margin-left: auto;
}
.apps-section .chat-panel .messages-panel .messages .message.right .message-wrap .name[data-v-e304206a] {
  text-align: right;
}
.apps-section .chat-panel .messages-panel .messages .message.right .message-wrap .common-logo[data-v-e304206a] {
  right: -40px;
}
.apps-section .chat-panel .messages-panel .messages .message.right .message-wrap .message-text[data-v-e304206a] {
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
  background-color: #0084d6;
  border: solid 1px #81d6d0;
}
.apps-section .chat-panel .messages-panel .messages .message.right .message-wrap .seen-date[data-v-e304206a] {
  text-align: right;
}
.apps-section .chat-panel .messages-panel .messages .message .message-wrap[data-v-e304206a] {
  width: 400px;
}
.apps-section .chat-panel .messages-panel .messages .message .message-wrap .name[data-v-e304206a] {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: rgba(40, 51, 85, 0.8);
}
.apps-section .chat-panel .messages-panel .messages .message .message-wrap .seen-date[data-v-e304206a] {
  font-size: 11px;
  line-height: 16px;
  color: rgba(40, 51, 85, 0.6);
  margin-top: 4px;
}
.apps-section .chat-panel .messages-panel .messages .message .message-wrap .message-text-wrap[data-v-e304206a] {
  position: relative;
}
.apps-section .chat-panel .messages-panel .messages .message .message-wrap .message-text-wrap .common-logo[data-v-e304206a] {
  position: absolute;
  width: 32px;
  height: 32px;
}
.apps-section .chat-panel .messages-panel .messages .message .message-wrap .message-text-wrap .message-text[data-v-e304206a] {
  padding: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.apps-section .chat-panel textarea[data-v-e304206a] {
  height: 96px;
  border-radius: 2px;
  border: solid 1px rgba(40, 51, 85, 0.2);
  margin-bottom: 16px;
  padding: 16px;
  font-size: 14px;
}
.apps-section .chat-panel .actions[data-v-e304206a] {
  text-align: right;
}
.apps-section .chat-panel .actions .btn[data-v-e304206a] {
  line-height: 32px;
  font-size: 14px;
  padding: 0 32px;
  font-weight: normal;
}
.apps-section .note[data-v-e304206a] {
  height: 154px;
  margin-bottom: 14px;
}
.apps-section .note-actions[data-v-e304206a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.apps-section .note-actions .common-checkbox .text[data-v-e304206a] {
  font-size: 14px;
}
.apps-section .note-actions .btn[data-v-e304206a] {
  line-height: 36px;
  font-size: 14px;
  padding: 0 16px;
}
.apps-section .answers-panel[data-v-e304206a] {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  padding: 16px;
  margin-bottom: 24px;
}
.apps-section .answers-panel .answers[data-v-e304206a] {
  border-radius: 2px;
  border: solid 1px rgba(40, 51, 85, 0.2);
  padding: 24px 16px;
}
.apps-section .answers-panel .answers .answer[data-v-e304206a] {
  margin-bottom: 40px;
}
.apps-section .answers-panel .answers .answer[data-v-e304206a]:last-child {
  margin-bottom: 0;
}
.apps-section .answers-panel .answers .answer .title[data-v-e304206a] {
  margin-bottom: 10px;
}
.apps-section .answers-panel .answers .answer .title .question-number[data-v-e304206a] {
  color: rgba(40, 51, 85, 0.6);
  font-size: 12px;
  font-style: italic;
  margin-bottom: 8px;
}
.apps-section .answers-panel .answers .answer .title .question-text[data-v-e304206a] {
  font-weight: 600;
  font-size: 14px;
  color: rgba(40, 51, 85, 0.8);
}
.apps-section .answers-panel .answers .answer .text[data-v-e304206a] {
  font-size: 14px;
  color: rgba(40, 51, 85, 0.8);
  overflow-wrap: break-word;
}
.apps-section .answers-panel .answers .answer .text[data-v-e304206a] p {
  margin: 0;
  margin-bottom: 10px;
}
.apps-section .answers-panel .answers .answer .text[data-v-e304206a] p:last-child {
  margin-bottom: 0;
}

.section-body[data-v-04d39969] {
  padding: 24px 27px 32px;
}
.section-body .period-selector[data-v-04d39969] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 32px;
}
.section-body .period-selector .period[data-v-04d39969] {
  width: 258px;
  margin: 0 16px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px rgba(82, 97, 115, 0.25);
  color: #526173;
  text-align: center;
  line-height: 38px;
}
.section-body .period-selector .move-btn[data-v-04d39969] {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: solid 1px rgba(82, 97, 115, 0.25);
  background: #fff url(/dist/assets/arrow-right.a4a6fd305ba85188908925927e9d69bd.svg) no-repeat center;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-body .period-selector .move-btn[data-v-04d39969]:first-child {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-body .field[data-v-04d39969]:last-child {
  margin-bottom: 0;
}

.section-body[data-v-0621f8ad] {
  padding: 24px;
}
.section-body .opportunity[data-v-0621f8ad] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 32px;
}
.section-body .opportunity .main-info[data-v-0621f8ad] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 10px;
}
.section-body .opportunity .main-info .common-logo[data-v-0621f8ad] {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
.section-body .opportunity .main-info .info .title[data-v-0621f8ad] {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #526173;
}
.section-body .opportunity .main-info .info .sub-role[data-v-0621f8ad] {
  line-height: 20px;
  font-size: 14px;
  color: #526173;
}
.section-body .opportunity .buttons[data-v-0621f8ad] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section-body .opportunity .buttons .btn[data-v-0621f8ad] {
  margin-right: 16px;
}
.section-body .opportunity .buttons .btn[data-v-0621f8ad]:last-child {
  margin-right: 0;
}
.section-body .footer[data-v-0621f8ad] {
  text-align: center;
  padding-top: 27px;
  border-top: 2px solid #dcdcdc;
}
.section-body .btn[data-v-0621f8ad] {
  line-height: 40px;
  padding: 0 24px;
}

.modal-container[data-v-7252a86a] {
  width: 558px;
}
.modal-container .field[data-v-7252a86a]:last-child {
  margin-bottom: 0;
}

.modal-container[data-v-a842aec6] {
  width: 558px;
}
.intro[data-v-a842aec6] {
  color: #526173;
  margin-bottom: 24px;
  font-size: 14px;
}

.modal-container[data-v-b80fefd4] {
  width: 558px;
}
.intro[data-v-b80fefd4] {
  color: #526173;
  font-size: 14px;
  margin-bottom: 24px;
}

.modal-container[data-v-10c79994] {
  width: 558px;
}
.modal-container .field[data-v-10c79994]:last-child {
  margin-bottom: 0;
}

.sub-area-title[data-v-b78ce76a] {
  margin-bottom: 20px;
}
input[type=text].search[data-v-b78ce76a] {
  margin-bottom: 24px;
}
.sections[data-v-b78ce76a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sections .section[data-v-b78ce76a] {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 13.5px);
}
.sections .section .sub-area-title[data-v-b78ce76a] {
  margin-bottom: 9px;
}

.list[data-v-12e71089] {
  display: table;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #526173;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
}
.list .item[data-v-12e71089] {
  display: table-row;
}
.list .item .cell[data-v-12e71089] {
  display: table-cell;
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid rgba(82, 97, 115, 0.25);
  vertical-align: middle;
}
.list .item .cell.logo-cell[data-v-12e71089] {
  width: 44px;
}
.list .item .cell .common-logo[data-v-12e71089] {
  width: 32px;
  height: 32px;
}
.list .item .cell[data-v-12e71089]:last-child {
  padding-right: 12px;
  text-align: right;
}

.filter-panel[data-v-0a9c4fd5] {
  margin-bottom: 16px;
}
.filter-panel .field[data-v-0a9c4fd5] {
  margin-bottom: 0;
}
.list[data-v-0a9c4fd5] {
  display: table;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #526173;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
}
.list .item[data-v-0a9c4fd5] {
  display: table-row;
}
.list .item .cell[data-v-0a9c4fd5] {
  display: table-cell;
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid rgba(82, 97, 115, 0.25);
  vertical-align: middle;
}
.list .item .cell[data-v-0a9c4fd5]:last-child {
  padding-right: 12px;
}

.fields-section .sub-area-title[data-v-edad8aaa] {
  margin-bottom: 8px;
}
.fields-section .organization-permissions .field.delete[data-v-edad8aaa] {
  display: flex;
}
.fields-section .organization-permissions .field.delete .btn-nobackground-delete[data-v-edad8aaa] {
  align-self: flex-end;
  margin-left: -13px;
  margin-bottom: 11px;
}
.fields-section .add-permission-btn[data-v-edad8aaa] {
  margin-bottom: 50px;
}
.fields-section .add-location-btn[data-v-edad8aaa] {
  margin-bottom: 32px;
}
.fields-section .locations[data-v-edad8aaa] {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 785px;
}
.fields-section .locations .field[data-v-edad8aaa] {
  margin-bottom: 27px;
}
.fields-section .password-buttons[data-v-edad8aaa] {
  margin-bottom: 35px;
}
.fields-section .password-buttons .btn[data-v-edad8aaa] {
  margin-right: 24px;
}
.main-actions[data-v-edad8aaa] {
  text-align: right;
}
.social-profile-icon[data-v-edad8aaa] {
  padding-top: 28px;
}

.modal-container[data-v-78c5af38] {
  width: 558px;
}
.intro[data-v-78c5af38] {
  color: #526173;
  margin-bottom: 24px;
  font-size: 14px;
}
input[type="password"][data-v-78c5af38] {
  margin-bottom: 16px;
}

.modal-container[data-v-16fbeb32] {
  width: 558px;
}
.intro[data-v-16fbeb32] {
  color: #526173;
  margin-bottom: 24px;
  font-size: 14px;
}

.area-section .sub-area-title[data-v-17719bc3] {
  margin-bottom: 27px;
}
.area-section .create-new-org.green[data-v-17719bc3] {
  pointer-events: none;
}
.status-hint[data-v-17719bc3] {
  margin-top: auto;
  line-height: 40px;
  font-size: 14px;
}

.area-title-panel[data-v-7b4f5dd6] {
  margin-bottom: 27px;
}

.sub-area-title[data-v-0e1b5f24] {
  margin-bottom: 16px;
}
.filter-panel .filter[data-v-0e1b5f24] {
  margin-right: 12px;
}
.filter-panel .filter[data-v-0e1b5f24]:last-child {
  margin-right: 0;
}
.grid[data-v-0e1b5f24] {
  margin-top: 27px;
}
.grid table tr th[data-v-0e1b5f24],
.grid table tr td[data-v-0e1b5f24] {
  padding: 16px 14px;
}

.non-canonized-organizations[data-v-3db27484] {
  margin-bottom: 48px;
}
.sub-area-title[data-v-3db27484] {
  margin-top: 46px;
  margin-bottom: 16px;
}
.grid[data-v-3db27484] {
  margin-top: 27px;
}
.grid table tr th[data-v-3db27484],
.grid table tr td[data-v-3db27484] {
  padding: 16px 14px;
}

.area-title-panel[data-v-84d0365a] {
  justify-content: space-between;
}
.info-area[data-v-84d0365a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 27px;
}
.info-area .org-info[data-v-84d0365a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #353da4;
}
.info-area .org-info .common-logo[data-v-84d0365a] {
  margin-right: 27px;
}
.info-area .org-info .first-part[data-v-84d0365a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-right: 27px;
}
.info-area .org-info .info .name[data-v-84d0365a] {
  line-height: 32px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.info-area .org-info .info .field[data-v-84d0365a] {
  margin-bottom: 19px;
}
.info-area .org-info .buttons[data-v-84d0365a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.info-area .org-info .buttons .btn[data-v-84d0365a] {
  margin-right: 24px;
}
.info-area .status[data-v-84d0365a] {
  margin-bottom: 8px;
}
.info-area .rating-area[data-v-84d0365a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  width: 450px;
}
.info-area .score-title[data-v-84d0365a] {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: rgba(82, 97, 115, 0.5);
  margin-bottom: 8px;
}
.info-area .overall-score[data-v-84d0365a] {
  border-radius: 3px;
  border: solid 1px rgba(82, 97, 115, 0.25);
  padding: 0 32px 0 8px;
  height: 40px;
  width: 100%;
  font-size: 16px;
  color: #526173;
  display: flex;
  align-items: center;
  background-color: white;
}
.info-area .delete[data-v-84d0365a] {
  float: right;
  cursor: pointer;
  font-size: 15px;
}
.info-area .last-active[data-v-84d0365a] {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: rgba(82, 97, 115, 0.5);
  margin-bottom: 8px;
}
.notes-area[data-v-84d0365a] {
  display: flex;
  padding-bottom: 27px;
}
.notes-area > div[data-v-84d0365a] {
  flex: 1;
}
.notes-area .notes-container[data-v-84d0365a] {
  flex: 2;
}
.notes-area .notes-container textarea[data-v-84d0365a] {
  margin-bottom: 27px;
  height: 60px;
}
.notes-area .notes-container .notes-type[data-v-84d0365a] {
  display: inline-block;
}
.notes-area .notes-container .notes-action[data-v-84d0365a] {
  text-align: right;
}
.notes-area .notes-container .msg-section[data-v-84d0365a] {
  padding-left: 5px;
  height: 27px;
}
.notes-area .notes-container .msg-section span[data-v-84d0365a] {
  font-size: 12px;
}
.notes-area .text-end[data-v-84d0365a] {
  text-align: right;
}
.notes-area .text-end p[data-v-84d0365a] {
  margin-top: 0;
}
.notes-area .pipeline[data-v-84d0365a] {
  text-align: left;
  display: inline-block;
}
.notes-area .pipeline .status[data-v-84d0365a] {
  margin-bottom: 8px;
  margin-right: 0;
}

.modal-container[data-v-7dceece8] {
  width: 558px;
}

.modal-container[data-v-03f6f29e] {
  width: 558px;
}
.modal-container .description[data-v-03f6f29e] {
  margin-bottom: 10px;
  font-size: 14px;
}

.modal-container[data-v-7638911e] {
  width: 558px;
}
.message[data-v-7638911e] {
  color: #526173;
  margin-bottom: 24px;
  font-size: 14px;
}

.sub-area-title[data-v-6a3dd209] {
  margin-bottom: 16px;
}
.sub-area-title.small[data-v-6a3dd209] {
  font-size: 14px;
  margin-bottom: 8px;
}
.field .conjunction[data-v-6a3dd209] {
  line-height: 40px;
  color: #526173;
  font-size: 12px;
}

.area-section .sub-area-title[data-v-c7070efa] {
  margin-bottom: 16px;
}
.images[data-v-c7070efa] .logo {
  margin-right: 115px;
}
.images[data-v-c7070efa] .logo .image {
  width: 163px;
}
.images[data-v-c7070efa] .image {
  width: 288px;
  height: 163px;
}
.cities-section input.search[data-v-c7070efa] {
  margin-bottom: 8px;
}
.cities-section .remove[data-v-c7070efa] {
  width: 24px;
  height: 24px;
  background-color: rgba(82, 97, 115, 0.25);
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.cities-section .remove[data-v-c7070efa]:before {
  display: block;
  content: "-";
  color: #fff;
}
.lists-section[data-v-c7070efa] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 43px;
}
.lists-section .sub-area-title[data-v-c7070efa] {
  margin-bottom: 9px;
}
.lists-section .items[data-v-c7070efa] {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  width: 363px;
  height: 447px;
  overflow-y: auto;
}
.lists-section .items .item[data-v-c7070efa] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 24px;
  height: 56px;
  box-shadow: inset 0 -1px 0 0 rgba(82, 97, 115, 0.25);
}
.lists-section .items .item .name[data-v-c7070efa] {
  color: #526173;
}
.next-step-btn-container[data-v-c7070efa] {
  margin-top: 16px;
  text-align: right;
}
.save-btn[data-v-c7070efa] {
  margin-left: auto;
}

.new-opportunity-applications[data-v-e288b902] {
  margin-bottom: 48px;
}

.sub-area-title[data-v-11e9b05e] {
  margin-bottom: 16px;
}
.applications-grid[data-v-11e9b05e] {
  margin-top: 27px;
}
.applications-grid[data-v-11e9b05e] .grid table tr th,
.applications-grid[data-v-11e9b05e] .grid table tr td {
  padding: 16px 14px;
}

.sub-area-title[data-v-7a20ca95] {
  margin-bottom: 16px;
}
.grid[data-v-7a20ca95] {
  margin-top: 27px;
}

.sub-area-title[data-v-4445505f] {
  margin-bottom: 16px;
}
.filter-panel[data-v-4445505f] {
  padding-bottom: 19px;
}

.apps-section[data-v-95273a90] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.apps-list-panel[data-v-95273a90] {
  width: 366px;
  margin-right: 27px;
}
.apps-list-panel .sub-area-title[data-v-95273a90] {
  margin-bottom: 16px;
}
.apps-list-panel .apps[data-v-95273a90] {
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 16px;
}
.apps-list-panel .apps .app[data-v-95273a90] {
  position: relative;
  background-color: #fff;
  margin-bottom: 2px;
  cursor: pointer;
}
.apps-list-panel .apps .app.selected[data-v-95273a90]:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0084d6;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
}
.apps-list-panel .apps .app[data-v-95273a90]:last-child {
  margin-bottom: 0;
}
.apps-list-panel .apps .app .main-info[data-v-95273a90],
.apps-list-panel .apps .app .sub-info[data-v-95273a90] {
  padding: 16px;
}
.apps-list-panel .apps .app .main-info[data-v-95273a90] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: inset 0 -1px 0 0 rgba(40, 51, 85, 0.1);
}
.apps-list-panel .apps .app .main-info .common-logo[data-v-95273a90] {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.apps-list-panel .apps .app .main-info .name[data-v-95273a90] {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: rgba(40, 51, 85, 0.8);
}
.apps-list-panel .apps .app .sub-info[data-v-95273a90] {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: rgba(40, 51, 85, 0.8);
  background-image: url(/dist/assets/icon-arrow-right.c3126a4b4dd99b06560856e150623ae2.png);
  background-repeat: no-repeat;
  background-position: right 21px center;
}
.btn[data-v-95273a90] {
  padding: 0 24px;
  font-size: 16px;
}
.open-app-panel[data-v-95273a90] {
  width: 752px;
}
.open-app-panel .sub-area-title[data-v-95273a90] {
  margin-bottom: 8px;
}
.open-app-panel .pipeline-tracker[data-v-95273a90] {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 1rem;
  padding: 1rem;
}
.open-app-panel .pipeline-tracker .pipeline[data-v-95273a90] {
  display: flex;
  grid-gap: 1rem;
}
.open-app-panel .progress-panel[data-v-95273a90] {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 16px;
}
.open-app-panel .progress-panel .steps-container[data-v-95273a90] {
  border-bottom: 2px solid #dcdcdc;
  padding: 27px 16px;
}
.open-app-panel .progress-panel .steps-container .steps-wrap[data-v-95273a90] {
  position: relative;
}
.open-app-panel .progress-panel .steps-container .steps-wrap img[data-v-95273a90] {
  width: 100%;
}
.open-app-panel .progress-panel .steps-container .steps-wrap .inner-line-wrap[data-v-95273a90] {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 16px;
  margin-top: -2.5px;
}
.open-app-panel .progress-panel .steps-container .steps-wrap .inner-line-wrap .inner-line[data-v-95273a90] {
  height: 5px;
  background-color: #0084d6;
}
.open-app-panel .progress-panel .steps-container .steps-wrap .steps[data-v-95273a90] {
  width: 100%;
  background-color: #eaebee;
  height: 11px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.open-app-panel .progress-panel .steps-container .steps-wrap .steps .step[data-v-95273a90] {
  width: 32px;
  height: 32px;
  background-color: #eaebee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  margin-top: -11px;
}
.open-app-panel .progress-panel .steps-container .steps-wrap .steps .step.selected[data-v-95273a90]:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0084d6;
}
.open-app-panel .progress-panel .buttons-container[data-v-95273a90] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 27px 16px 16px;
}
.open-app-panel .progress-panel .buttons-container .buttons .btn[data-v-95273a90] {
  margin-right: 16px;
}
.open-app-panel .progress-panel .buttons-container .buttons .btn[data-v-95273a90]:last-child {
  margin-right: 0;
}
.open-app-panel .progress-panel-actions[data-v-95273a90] {
  text-align: right;
  padding-right: 16px;
  margin-bottom: 32px;
}
.open-app-panel .progress-panel-actions .btn[data-v-95273a90] {
  margin-left: 11px;
}
.open-app-panel .view-switch[data-v-95273a90] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 16px;
}
.open-app-panel .view-switch label[data-v-95273a90] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.open-app-panel .view-switch label input[data-v-95273a90] {
  display: none;
}
.open-app-panel .view-switch label input:checked + span[data-v-95273a90] {
  border-bottom-color: #0084d6;
  color: #0084d6;
  cursor: default;
}
.open-app-panel .view-switch label span[data-v-95273a90] {
  display: block;
  line-height: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(40, 51, 85, 0.2);
  color: rgba(40, 51, 85, 0.6);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color .5s ease, border-color .5s ease;
  -moz-transition: color .5s ease, border-color .5s ease;
  -o-transition: color .5s ease, border-color .5s ease;
  transition: color .5s ease, border-color .5s ease;
}
.chat-panel[data-v-95273a90] {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 24px;
  padding: 16px;
}
.chat-panel .messages-panel[data-v-95273a90] {
  border-radius: 2px;
  border: solid 1px rgba(40, 51, 85, 0.2);
  margin-bottom: 16px;
  height: 452px;
  position: relative;
}
.chat-panel .messages-panel .chat-date[data-v-95273a90] {
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  text-align: center;
  padding: 16px 0;
  padding-left: 30px;
  color: rgba(40, 51, 85, 0.8);
  font-size: 12px;
  line-height: 15px;
  background: #fff;
  z-index: 1;
}
.chat-panel .messages-panel .messages[data-v-95273a90] {
  position: absolute;
  padding-top: 47px;
  bottom: 0;
  max-height: calc(100% - 16px);
  padding-right: 16px;
  left: 16px;
  right: 8px;
  bottom: 8px;
  overflow-y: auto;
}
.chat-panel .messages-panel .messages[data-v-95273a90]::-webkit-scrollbar {
  width: 8px;
}
.chat-panel .messages-panel .messages[data-v-95273a90]::-webkit-scrollbar-track {
  border-radius: 4px;
}
.chat-panel .messages-panel .messages[data-v-95273a90]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(40, 51, 85, 0.1);
}
.chat-panel .messages-panel .messages .message[data-v-95273a90] {
  margin-bottom: 24px;
}
.chat-panel .messages-panel .messages .message[data-v-95273a90]:last-child {
  margin-bottom: 0;
}
.chat-panel .messages-panel .messages .message.left .message-wrap[data-v-95273a90] {
  padding-left: 40px;
}
.chat-panel .messages-panel .messages .message.left .message-wrap .common-logo[data-v-95273a90] {
  left: -40px;
}
.chat-panel .messages-panel .messages .message.left .message-wrap .message-text[data-v-95273a90] {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(40, 51, 85, 0.8);
  background-color: rgba(40, 51, 85, 0.05);
}
.chat-panel .messages-panel .messages .message.right .message-wrap[data-v-95273a90] {
  padding-right: 40px;
  margin-left: auto;
}
.chat-panel .messages-panel .messages .message.right .message-wrap .name[data-v-95273a90] {
  text-align: right;
}
.chat-panel .messages-panel .messages .message.right .message-wrap .common-logo[data-v-95273a90] {
  right: -40px;
}
.chat-panel .messages-panel .messages .message.right .message-wrap .message-text[data-v-95273a90] {
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
  background-color: #0084d6;
  border: solid 1px #81d6d0;
}
.chat-panel .messages-panel .messages .message.right .message-wrap .seen-date[data-v-95273a90] {
  text-align: right;
}
.chat-panel .messages-panel .messages .message .message-wrap[data-v-95273a90] {
  width: 400px;
}
.chat-panel .messages-panel .messages .message .message-wrap .name[data-v-95273a90] {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: rgba(40, 51, 85, 0.8);
}
.chat-panel .messages-panel .messages .message .message-wrap .seen-date[data-v-95273a90] {
  font-size: 11px;
  line-height: 16px;
  color: rgba(40, 51, 85, 0.6);
  margin-top: 4px;
}
.chat-panel .messages-panel .messages .message .message-wrap .message-text-wrap[data-v-95273a90] {
  position: relative;
}
.chat-panel .messages-panel .messages .message .message-wrap .message-text-wrap .common-logo[data-v-95273a90] {
  position: absolute;
  width: 32px;
  height: 32px;
}
.chat-panel .messages-panel .messages .message .message-wrap .message-text-wrap .message-text[data-v-95273a90] {
  padding: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chat-panel textarea[data-v-95273a90] {
  height: 96px;
  border-radius: 2px;
  border: solid 1px rgba(40, 51, 85, 0.2);
  margin-bottom: 16px;
  padding: 16px;
  font-size: 14px;
}
.chat-panel .actions[data-v-95273a90] {
  text-align: right;
}
.chat-panel .actions .btn[data-v-95273a90] {
  line-height: 32px;
  font-size: 14px;
  padding: 0 32px;
  font-weight: normal;
}
.note[data-v-95273a90] {
  height: 154px;
  margin-bottom: 14px;
}
.note-actions[data-v-95273a90] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.note-actions .common-checkbox .text[data-v-95273a90] {
  font-size: 14px;
}
.note-actions .btn[data-v-95273a90] {
  line-height: 36px;
  font-size: 14px;
  padding: 0 16px;
}
.answers-panel[data-v-95273a90] {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  padding: 16px;
  margin-bottom: 24px;
}
.answers-panel .answers[data-v-95273a90] {
  border-radius: 2px;
  border: solid 1px rgba(40, 51, 85, 0.2);
  padding: 24px 16px;
}
.answers-panel .answers .answer[data-v-95273a90] {
  margin-bottom: 40px;
}
.answers-panel .answers .answer[data-v-95273a90]:last-child {
  margin-bottom: 0;
}
.answers-panel .answers .answer .title[data-v-95273a90] {
  margin-bottom: 10px;
}
.answers-panel .answers .answer .title .question-number[data-v-95273a90] {
  color: rgba(40, 51, 85, 0.6);
  font-size: 12px;
  font-style: italic;
  margin-bottom: 8px;
}
.answers-panel .answers .answer .title .question-text[data-v-95273a90] {
  font-weight: 600;
  font-size: 14px;
  color: rgba(40, 51, 85, 0.8);
}
.answers-panel .answers .answer .text[data-v-95273a90] {
  font-size: 14px;
  color: rgba(40, 51, 85, 0.8);
  overflow-wrap: break-word;
}
.answers-panel .answers .answer .text[data-v-95273a90] p {
  margin: 0;
  margin-bottom: 10px;
}
.answers-panel .answers .answer .text[data-v-95273a90] p:last-child {
  margin-bottom: 0;
}

.sub-area-title-panel .common-checkbox[data-v-0b834325] {
  margin-left: auto;
}
.sub-area-title[data-v-0b834325] {
  margin-bottom: 33px;
}
.grid[data-v-0b834325] {
  margin-top: 27px;
  margin-bottom: 24px;
}
.grid td[data-v-0b834325]:last-child {
  text-align: right;
}
.opportunities-section[data-v-0b834325] {
  padding-bottom: 33px;
}

.modal-container[data-v-126bf046] {
  width: 558px;
}
.modal-body > .field[data-v-126bf046]:last-child {
  margin-bottom: 0;
}
.separator[data-v-126bf046] {
  margin: 27px 0;
  height: 2px;
  background-color: #dcdcdc;
}
.section-title[data-v-126bf046] {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #353da4;
  margin-bottom: 10px;
}
.roles .role:first-child .separator[data-v-126bf046] {
  display: none;
}
.fields .field[data-v-126bf046] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal-footer .buttons[data-v-126bf046] {
  position: relative;
}
.modal-footer .buttons .delete[data-v-126bf046] {
  margin-left: auto;
}
.delete-warning[data-v-126bf046] {
  position: absolute;
  right: 0;
  top: -40px;
  width: 168px;
  font-size: 11px;
  color: #fe6058;
}
.error .text-editor[data-v-126bf046] {
  border-color: #fe6058 !important;
  border: solid 1px rgba(82, 97, 115, 0.25);
}
.error.remaining-characters[data-v-126bf046] {
  color: rgba(255, 0, 0, 0.6);
  border: none;
}
.error.checkboxList[data-v-126bf046] {
  border: none !important;
}
.error.checkboxList input[data-v-126bf046] {
  outline: 1px solid rgba(255, 0, 0, 0.6);
}
.error.text-editor[data-v-126bf046] {
  border-color: #fe6058 !important;
  border: solid 1px rgba(82, 97, 115, 0.25);
}

.checkboxList {
  /* disabled checkbox */
}
.checkboxList [type="checkbox"]:not(:checked),
.checkboxList [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkboxList [type="checkbox"]:not(:checked) + label,
.checkboxList [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.checkboxList [type="checkbox"]:not(:checked) + label:before,
.checkboxList [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #a9adbb;
  background: #fff;
  border-radius: 3px;
}
.checkboxList [type="checkbox"]:checked + label:before {
  background-color: #0094f0;
}
.checkboxList [type="checkbox"]:not(:checked) + label:after,
.checkboxList [type="checkbox"]:checked + label:after {
  content: "\2713   ";
  position: absolute;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
}
.checkboxList [type="checkbox"]:checked + label:after {
  color: white;
}
.checkboxList [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkboxList [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkboxList [type="checkbox"]:disabled:not(:checked) + label:before,
.checkboxList [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkboxList [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.checkboxList [type="checkbox"]:disabled + label {
  color: #aaa;
}
.checkboxList .twoColumns {
  column-count: 2;
  column-width: 200px;
}
.checkboxList__items {
  margin-left: 15px;
}
.checkboxList__title {
  letter-spacing: 0.8px;
}
.checkboxList__item {
  padding-bottom: 16px;
}
.checkboxList__checkbox {
  width: 20px;
  height: 20px;
}
.checkboxList__label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #49516d;
  letter-spacing: 0.8px;
}
.checkboxList__input {
  display: inline;
}
.checkboxList__input-wrapper {
  display: flex;
}
.checkboxList__close-input {
  color: rgba(0, 0, 0, 0.274);
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 100;
  text-align: center;
  display: inline;
  margin-left: -30px;
  cursor: default;
  line-height: 40px;
}
.checkboxList__close-input--little {
  margin-left: -16px;
}
.checkboxList__addButton-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.8px;
  color: #ffffff;
  margin-left: 10px;
}
.error .checkboxList__title.title {
  color: #fe6058 ;
}
.error .checkboxList__item [type="checkbox"]:not(:checked) + label:before {
  border: 1px solid #fe6058;
}

.application-period-new__field {
  display: flex;
}
.application-period-new__title {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: rgba(82, 97, 115, 0.5);
  margin-bottom: 16px;
}
.application-period-new__datepicker {
  width: 100px !important;
  margin-left: 10px !important;
}
.application-period-new__calendar-left {
  left: -190px;
}
.application-period-new__item {
  align-self: center;
}
.application-period-new__item label {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: rgba(82, 97, 115, 0.5);
}
.application-period-new__item .repeat-options-input {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 1em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.application-period-new__item .repeat-every-field {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 1em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.application-period-new__item .repeat-every-field .repeat-options {
  display: flex;
  gap: 20px;
}
.application-period-new__item .repeat-every-field .repeat-options .number-input {
  width: 70px;
  padding: 10px;
}
.application-period-new__item .end-field {
  margin-top: 16px;
}
.application-period-new__item .end-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.application-period-new__item .end-options .end-options-item {
  display: flex;
  gap: 6px;
  align-items: center;
}
.application-period-new__item .end-options .end-options-item .end-date-input {
  height: 34px;
}
.application-period-new__item .end-options .end-options-item .end-occurrences-input {
  height: 40px;
}
.application-period-new__item .week-repeat-on-field {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 1em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.application-period-new__item .week-repeat-on-field .repeat-days {
  display: flex;
  align-items: center;
  gap: 6px;
}
.application-period-new__item .week-repeat-on-field .repeat-days button {
  width: 24px;
  height: 24px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #f1f3f4;
  color: #70757a;
  border: none;
}
.application-period-new__item .week-repeat-on-field .repeat-days .selected-day {
  color: white;
  background-color: #1a73e8;
}
.application-period-new__item .month-repeat-on-field {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 1em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.application-period-new__item .month-repeat-on-field .month-repeat-select {
  height: 40px;
  padding: 0 10px;
  width: 100%;
}
.application-period-new__item .form-row {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 1em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.application-period-new__item .form-row .form-label {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: rgba(82, 97, 115, 0.5);
  margin-bottom: 8px;
}
.application-period-new__item .form-row .date-row .v-select {
  font: 12px "Montserrat";
  width: 150px;
}
.application-period-new__item .form-row .date-row .v-select .dropdown-menu {
  width: 150px;
  height: 100px;
}
.application-period-new__item .form-row .date-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.application-period-new__item .form-row .date-row .vdp-datepicker {
  flex: 1;
}
.application-period-new__item .form-row .date-row .dropdown {
  width: 160px;
}

.sub-area-title[data-v-3da2703f] {
  margin-bottom: 8px;
}
.sub-area-title.field[data-v-3da2703f] {
  line-height: 40px;
}
.main-actions[data-v-3da2703f] {
  text-align: right;
}
.programs .title[data-v-3da2703f] {
  margin-bottom: 20px;
}
.programs .program[data-v-3da2703f] {
  margin-bottom: 16px;
}
.programs .program input[type="text"][data-v-3da2703f] {
  margin-bottom: 5px;
}
.social-links .sub-area-title[data-v-3da2703f] {
  margin-bottom: 11px;
}
.social-links .field[data-v-3da2703f] {
  margin-bottom: 46px;
}
.simple-lists-section[data-v-3da2703f] {
  margin-top: 44px;
}
.simple-lists-section .field[data-v-3da2703f] {
  margin-bottom: 46px;
}

.simple-list .sub-area-title {
  margin-bottom: 26px;
}
.simple-list .sub-area-title span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(82, 97, 115, 0.5);
}
.simple-list .items {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #526173;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 16px;
}
.simple-list .items .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 12px 10px 24px;
  box-shadow: inset 0 -1px 0 0 rgba(82, 97, 115, 0.25);
}
.simple-list .items .item .btn {
  margin-left: auto;
}

.modal-container[data-v-2aa6d7f5] {
  width: 558px;
}

.sub-area-title-panel .common-checkbox[data-v-07eb56bc] {
  margin-left: auto;
}
.sub-area-title[data-v-07eb56bc] {
  margin-bottom: 33px;
}
.grid[data-v-07eb56bc] {
  margin-top: 27px;
  margin-bottom: 24px;
}
.grid td[data-v-07eb56bc]:last-child {
  text-align: right;
}
.opportunities-section[data-v-07eb56bc] {
  padding-bottom: 33px;
}

.modal-container[data-v-797b91b4] {
  width: 558px;
}
.modal-body > .field[data-v-797b91b4]:last-child {
  margin-bottom: 0;
}
.opp-admins[data-v-797b91b4] {
  display: flex;
  padding: 5px 0;
  flex-wrap: wrap;
}
.opp-admins .add-opp-admin-btn[data-v-797b91b4] {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #007bff;
  border-radius: 10px;
  color: #007bff;
  font-size: 18px;
  cursor: pointer;
  margin: 10px 10px 10px 0;
}
.opp-admins .add-opp-admin-btn[data-v-797b91b4]:hover {
  background-color: #007bff;
  color: white;
}
.opp-admins .add-opp-admin-btn.disabled[data-v-797b91b4] {
  opacity: 0.5;
  cursor: not-allowed;
}
.opp-admins .add-opp-admin-btn.disabled[data-v-797b91b4]:hover {
  color: #007bff;
  background-color: white;
}
.opp-admins .admin-card[data-v-797b91b4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #919191;
  border-radius: 10px;
  padding: 5px 8px;
  margin: 10px 10px 10px 0;
  background-color: #f9f9f9;
  cursor: pointer;
  /* Background color for the admin card */
}
.opp-admins .admin-card .avatar-section[data-v-797b91b4] {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.opp-admins .admin-card .avatar-section .avatar[data-v-797b91b4] {
  width: 20px;
  height: 20px;
}
.opp-admins .admin-card .delete-opp-admin-btn[data-v-797b91b4] {
  color: #919191;
  cursor: pointer;
  font-size: 18px;
  margin-left: 10px;
  /* Adjust the font size of the delete button */
}
.opp-admins .admin-card .delete-opp-admin-btn[data-v-797b91b4]:hover {
  color: red;
}
.add-opp-admin-section[data-v-797b91b4] {
  margin: 20px 0;
}
.add-opp-admin-section .custom-tree-node[data-v-797b91b4] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.add-opp-admin-section .select-opp-admin .dropdown-item[data-v-797b91b4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.add-opp-admin-section .org-opp-tree-view[data-v-797b91b4] {
  padding: 20px 0;
}
.add-opp-admin-section .opp-btn[data-v-797b91b4] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.add-opp-admin-section .opp-btn .btn[data-v-797b91b4] {
  margin-left: 20px;
}
.separator[data-v-797b91b4] {
  margin: 27px 0;
  height: 2px;
  background-color: #dcdcdc;
}
.section-title[data-v-797b91b4] {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #353da4;
  margin-bottom: 10px;
}
.roles .role:first-child .separator[data-v-797b91b4] {
  display: none;
}
.fields .field[data-v-797b91b4] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal-footer .buttons[data-v-797b91b4] {
  position: relative;
}
.modal-footer .buttons .delete[data-v-797b91b4] {
  margin-left: auto;
}
.delete-warning[data-v-797b91b4] {
  position: absolute;
  right: 0;
  top: -40px;
  width: 168px;
  font-size: 11px;
  color: #fe6058;
}
.error .text-editor[data-v-797b91b4] {
  border-color: #fe6058 !important;
  border: solid 1px rgba(82, 97, 115, 0.25);
}
.error.remaining-characters[data-v-797b91b4] {
  color: rgba(255, 0, 0, 0.6);
  border: none;
}
.error.checkboxList[data-v-797b91b4] {
  border: none !important;
}
.error.checkboxList input[data-v-797b91b4] {
  outline: 1px solid rgba(255, 0, 0, 0.6);
}
.error.text-editor[data-v-797b91b4] {
  border-color: #fe6058 !important;
  border: solid 1px rgba(82, 97, 115, 0.25);
}

.modal-container[data-v-76694550] {
  width: 558px;
}
.message[data-v-76694550] {
  color: #526173;
  margin-bottom: 24px;
  font-size: 14px;
}

.members-area .access-requests[data-v-b759289a] {
  margin-top: 68px;
}
.members-area .member-list[data-v-b759289a] {
  margin-top: 27px;
}

.sub-area-title[data-v-570de349] {
  margin-bottom: 16px;
}

.grid[data-v-df7426f6] {
  margin-top: 27px;
}

.sub-area-title[data-v-143da6c9] {
  margin-bottom: 16px;
}

.grid[data-v-709afc3e] {
  margin-top: 27px;
  overflow-x: auto;
  overflow-y: hidden;
}
.little-font-size td[data-v-709afc3e] {
  font-size: 14px;
}

.modal-container[data-v-1c17d8a0] {
  width: 630px;
}
.add-permission-btn[data-v-1c17d8a0] {
  font-size: 20px;
  font-weight: bold;
  color: #353da4;
  margin-bottom: 27px;
  cursor: pointer;
}

.sub-area-title[data-v-1d3e7ee1] {
  margin-bottom: 8px;
}
.field[data-v-1d3e7ee1] {
  margin-bottom: 52px;
}
.fields[data-v-1d3e7ee1] {
  margin-bottom: 52px;
}
.images[data-v-1d3e7ee1] .logo {
  margin-right: 115px;
}
.images[data-v-1d3e7ee1] .logo .image {
  width: 163px;
}
.images[data-v-1d3e7ee1] .image {
  width: 288px;
  height: 163px;
}
.main-actions[data-v-1d3e7ee1] {
  text-align: right;
}

.modal-container[data-v-d2aca64a] {
  width: 558px;
}

.filter-panel[data-v-61815489] {
  margin-bottom: 16px;
}
.filter-panel .field[data-v-61815489] {
  margin-bottom: 0;
}
.list[data-v-61815489] {
  display: table;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #526173;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
}
.list .item[data-v-61815489] {
  display: table-row;
}
.list .item .cell[data-v-61815489] {
  display: table-cell;
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid rgba(82, 97, 115, 0.25);
  vertical-align: middle;
}
.list .item .cell[data-v-61815489]:last-child {
  padding-right: 12px;
}

.sub-area-title[data-v-5c073c78] {
  margin-bottom: 16px;
}
.grid[data-v-5c073c78] {
  margin-top: 27px;
}

.sub-area-title-panel[data-v-9d3373d4] {
  margin-bottom: 41px;
  padding-right: 204px;
  padding-bottom: 0;
}
.sub-area-title-panel .sub-area-title[data-v-9d3373d4] {
  font-size: 20px;
}
.sub-area-title-panel .info[data-v-9d3373d4] {
  margin-left: auto;
  text-align: right;
}
.sub-area-title-panel .info .remove[data-v-9d3373d4] {
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}
.sub-area-title-panel .info .remove[data-v-9d3373d4]:hover {
  color: red;
}
.main-actions .btn[data-v-9d3373d4] {
  margin-right: 27px;
}

.modal-container[data-v-0674c31c] {
  width: 558px;
}
.intro[data-v-0674c31c] {
  color: rgba(40, 51, 85, 0.6);
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.2;
}
.intro p[data-v-0674c31c] {
  margin: 0;
  margin-bottom: 20px;
}
.intro p[data-v-0674c31c]:last-child {
  margin-bottom: 0;
}
.intro p b[data-v-0674c31c] {
  font-weight: 600;
}

.area-title-panel[data-v-01d0685f] {
  margin-bottom: 27px;
}

.sub-area-title-panel[data-v-24f8ee75] {
  padding-bottom: 16px;
}
td[data-v-24f8ee75]:last-child {
  text-align: right;
}
.grid[data-v-24f8ee75] {
  margin-top: 27px;
}

.sub-area-title[data-v-dff90f24] {
  font-size: 20px;
  margin-bottom: 27px;
}

.sub-area-title-panel[data-v-3e9b90f4] {
  padding-bottom: 16px;
}
.sub-area-title-panel .sub-area-title[data-v-3e9b90f4] {
  font-size: 20px;
}
.search[data-v-3e9b90f4] {
  margin-bottom: 48px;
}
.metro-area[data-v-3e9b90f4] {
  margin-bottom: 75px;
}
.metro-area[data-v-3e9b90f4]:last-child {
  margin-bottom: 0;
}

.sub-area-title[data-v-5f4b5be2] {
  margin-bottom: 10px;
}
.items[data-v-5f4b5be2] {
  margin-bottom: 0;
}
.btn.add[data-v-5f4b5be2] {
  margin-top: 16px;
}

.modal-container[data-v-5ebcb5c6] {
  width: 558px;
}
.intro[data-v-5ebcb5c6] {
  color: #526173;
  font-size: 14px;
  margin-bottom: 24px;
}

.search[data-v-359c16ec] {
  margin-bottom: 24px;
}
.sub-area-title[data-v-359c16ec] {
  margin-bottom: 16px;
}

.modal-container[data-v-663988ff] {
  width: 558px;
}
.intro[data-v-663988ff] {
  color: #526173;
  font-size: 14px;
  margin-bottom: 24px;
}

.modal-container[data-v-09a12d6f] {
  width: 558px;
}

.search[data-v-6ccaa0da] {
  color: #526173;
  font-size: 14px;
  margin-bottom: 24px;
}

.modal-container[data-v-44d0f6fe] {
  width: 558px;
}

.search[data-v-7a09ce6a] {
  color: #526173;
  font-size: 14px;
  margin-bottom: 24px;
}

.search[data-v-1cf7ad74] {
  color: #526173;
  font-size: 14px;
  margin-bottom: 24px;
}

.add-cat-btn[data-v-31029d8a] {
  margin-right: auto;
  margin-left: 0px !important;
  margin-top: 10px;
}
.search[data-v-31029d8a] {
  color: #526173;
  font-size: 14px;
  margin-bottom: 24px;
}
.simple-list .sub-area-title[data-v-31029d8a] {
  margin-bottom: 26px;
}
.simple-list .sub-area-title span[data-v-31029d8a] {
  font-weight: 400;
  font-size: 14px;
  color: rgba(82, 97, 115, 0.5);
}
.simple-list .items[data-v-31029d8a] {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #526173;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
  margin-bottom: 16px;
}
.simple-list .items .item-infos[data-v-31029d8a] {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  width: 100%;
}
.simple-list .items .item[data-v-31029d8a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 12px 10px 24px;
  box-shadow: inset 0 -1px 0 0 rgba(82, 97, 115, 0.25);
}
.simple-list .items .item .tx-info .tx-title[data-v-31029d8a] {
  font-size: 20px;
  font-weight: bold;
}
.simple-list .items .item .tx-info .tx-description[data-v-31029d8a] {
  font-size: 17px;
  font-weight: 100;
}
.simple-list .items .item .action-btn[data-v-31029d8a] {
  margin-left: auto;
}

.error[data-v-722a2296] {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
.disabled[data-v-722a2296] {
  opacity: 0.5;
  pointer-events: none;
}

.container {
  width: 100%;
}

.category[data-v-c6ea4ff4] {
  background: rgba(238, 238, 238, 0.85);
  padding: 10px;
}
.category .infos[data-v-c6ea4ff4] {
  display: flex;
  width: 100%;
}
.category .action-btn[data-v-c6ea4ff4] {
  margin-left: auto;
}
.category .cat-title[data-v-c6ea4ff4] {
  font-weight: bold;
}
.category .cat-description[data-v-c6ea4ff4] {
  font-size: small;
}

.error[data-v-3840283e] {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
.disabled[data-v-3840283e] {
  opacity: 0.5;
  pointer-events: none;
}

.container {
  width: 100%;
}

.category[data-v-7cb21868] {
  display: flex;
  width: 100%;
  background: white;
  padding: 10px;
}
.category .action-btn[data-v-7cb21868] {
  margin-left: auto;
}
.category .cat-title[data-v-7cb21868] {
  font-weight: bold;
}
.category .cat-description[data-v-7cb21868] {
  font-size: small;
}

.error[data-v-bb4696b2] {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
.disabled[data-v-bb4696b2] {
  opacity: 0.5;
  pointer-events: none;
}

.error[data-v-d1909c48] {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
.disabled[data-v-d1909c48] {
  opacity: 0.5;
  pointer-events: none;
}

.error[data-v-1533ab62] {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
.disabled[data-v-1533ab62] {
  opacity: 0.5;
  pointer-events: none;
}

.error[data-v-641d4a0d] {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
.disabled[data-v-641d4a0d] {
  opacity: 0.5;
  pointer-events: none;
}

.grid.loading[data-v-1c5420dd] {
  position: relative;
}
.grid.loading.empty[data-v-1c5420dd] {
  padding-bottom: 70px;
}
.grid.loading.empty[data-v-1c5420dd]:before {
  top: auto;
  bottom: 0;
  margin-top: 0;
}
.grid.loading[data-v-1c5420dd]:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(/dist/assets/spinner.2acf0259dfe91465c3de6db683d8c362.svg) no-repeat center;
  background-size: contain;
  animation: rotate 1s linear infinite;
}
.grid table[data-v-1c5420dd] {
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #526173;
  box-shadow: 0 2px 4px 0 rgba(82, 97, 115, 0.2);
}
.grid table th[data-v-1c5420dd],
.grid table td[data-v-1c5420dd] {
  padding: 16px 12px;
  border-bottom: 1px solid rgba(82, 97, 115, 0.25);
}
.grid table thead tr th[data-v-1c5420dd] {
  font-weight: 600;
  text-align: left;
  white-space: pre-wrap;
}
.grid table thead tr th.sort[data-v-1c5420dd] {
  cursor: pointer;
}
.grid table thead tr th.sort.sort-asc[data-v-1c5420dd]:after {
  display: inline-block;
  content: "\25B4";
}
.grid table thead tr th.sort.sort-desc[data-v-1c5420dd]:after {
  display: inline-block;
  content: "\25BE";
}
.grid .btn[data-v-1c5420dd] {
  line-height: 36px;
}
td[data-v-1c5420dd] {
  text-align: left;
}
td .common-checkbox[data-v-1c5420dd] {
  display: inline-block;
}
.no-records-message[data-v-1c5420dd] {
  color: #526173;
  margin-top: 20px;
  text-align: center;
}

.paging[data-v-8a4ed33a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.paging .prev-page[data-v-8a4ed33a],
.paging .next-page[data-v-8a4ed33a],
.paging .page[data-v-8a4ed33a] {
  height: 36px;
  width: 36px;
  background-color: #fff;
  margin: 4px;
  border-radius: 3px;
  cursor: pointer;
}
.paging .prev-page[data-v-8a4ed33a],
.paging .next-page[data-v-8a4ed33a] {
  border: 1px solid rgba(82, 97, 115, 0.25);
  background-image: url(/dist/assets/arrow-left.a4a6fd305ba85188908925927e9d69bd.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.paging .prev-page[data-v-8a4ed33a] {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.paging .next-page[data-v-8a4ed33a] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.paging .page[data-v-8a4ed33a] {
  text-align: center;
  font: 14px "Open Sans";
  line-height: 36px;
  color: rgba(82, 97, 115, 0.5);
  font-weight: bold;
}
.paging .page.current[data-v-8a4ed33a] {
  color: #353da4;
}
.paging .separator[data-v-8a4ed33a] {
  font: 14px 'Open Sans';
  font-weight: bold;
  line-height: 20px;
  color: rgba(82, 97, 115, 0.25);
  margin: 0 20px;
}

.dropdown {
  position: relative;
}
.dropdown input[type="text"] {
  border-radius: 3px;
  border: solid 1px rgba(82, 97, 115, 0.25);
  padding: 0 32px 0 8px;
  height: 40px;
  color: #526173;
  font: 16px "Open Sans";
}
.dropdown .toggle {
  position: absolute;
  background: url(/dist/assets/arrow-down.a4a6fd305ba85188908925927e9d69bd.svg) no-repeat center;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown.disabled .toggle {
  cursor: default;
}
.dropdown.no-filter {
  position: relative;
}
.dropdown.no-filter input[type="text"]:disabled {
  background-color: #fff;
}
.dropdown.no-filter .toggle {
  background-position: 8px center;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dropdown-popup {
  background-color: #fff;
  border: 1px solid rgba(82, 97, 115, 0.25);
  border-radius: 3px;
  margin-top: 1px;
  color: #526173;
  display: none;
  z-index: 2016;
  font: 16px "Open Sans";
}
.dropdown-popup.reversed {
  margin-top: -1px;
}
.dropdown-popup .options {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-popup .options .option {
  line-height: 18px;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(82, 97, 115, 0.25);
  cursor: pointer;
}
.dropdown-popup .options .option.active {
  background-color: rgba(147, 161, 178, 0.25);
}
.dropdown-popup .options .option:last-child {
  border-bottom: none;
}

.image-upload[data-v-7ac68f3c] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.image[data-v-7ac68f3c] {
  width: 363px;
  height: 215px;
  margin-right: 27px;
}

.vdp-datepicker input[type="text"] {
  background-image: url(/dist/assets/icon-calendar-purple.d7b97fd5f110b9b93d90070f7000a9f4.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.common-checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
label.common-checkbox {
  cursor: pointer;
}
.common-checkbox input[type="checkbox"] {
  display: none;
}
.common-checkbox input[type="checkbox"]:checked + .icon:before,
.common-checkbox.checked .icon:before {
  display: block;
}
.common-checkbox span {
  display: inline-block;
  vertical-align: middle;
}
.common-checkbox .icon {
  width: 20px;
  height: 20px;
  border: 2px solid #526173;
  border-radius: 3px;
  padding: 2px;
}
.common-checkbox .icon:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #526173;
  border-radius: 2px;
}
.common-checkbox .icon + .text {
  margin-left: 8px;
  margin-right: 0;
}
.common-checkbox.star input[type="checkbox"]:checked + .icon {
  background-image: url(/dist/assets/icon-star-filled.40edb90a19751c1e461b835a4af90d8d.svg);
}
.common-checkbox.star input[type="checkbox"]:checked + .icon:before {
  display: none;
}
.common-checkbox.star .icon {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  padding: 0;
  background: url(/dist/assets/icon-star.23f79fcbfb13d4c28d120b7cb528d26b.svg) no-repeat center;
}
.common-checkbox .text {
  color: #526173;
  margin-right: 8px;
}

.text-editor {
  position: relative;
}
.text-editor .placeholder {
  pointer-events: none;
  position: absolute;
  top: 59px;
  color: rgba(82, 97, 115, 0.5);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font: 16px "Open Sans";
  line-height: 16px;
  margin: 0 0.8em;
}

/*# sourceMappingURL=bundle.97fed3d13073b208acb4.css.map*/