.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}
.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}
.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}
.v-divider--vertical {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
}
.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}
.members-list[data-v-707ffd4e] {
  height: calc(100vh - 365px);
  padding-right: 16px;
  margin-top: 16px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.working-status-avatar[data-v-707ffd4e] {
  position: relative;
  height: 56px;
  width: 56px;
  border-radius: 28px;
}
.working-status-avatar.active[data-v-707ffd4e] {
  background-color: rgba(136, 222, 49, 0.2);
}
.working-status-avatar.absent[data-v-707ffd4e] {
  background-color: rgba(248, 215, 29, 0.2);
}
.working-status-avatar2[data-v-707ffd4e] {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.working-status-avatar2.active[data-v-707ffd4e] {
  background-color: rgba(136, 222, 49, 0.3);
}
.working-status-avatar2.absent[data-v-707ffd4e] {
  background-color: rgba(248, 215, 29, 0.3);
}
.working-status-avatar3[data-v-707ffd4e] {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.working-status-avatar3.active[data-v-707ffd4e] {
  background-color: #88DE31;
}
.working-status-avatar3.absent[data-v-707ffd4e] {
  background-color: #F8D71D;
}
.card-content-title[data-v-707ffd4e] {
  color: #364462;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.card-content-subtitle[data-v-707ffd4e] {
  color: #364462;
  font-size: 14px;
  line-height: 16px;
}
.contact-info-card-title[data-v-707ffd4e] {
  color: rgba(54, 68, 98, 0.5);
  font-size: 14px;
  line-height: 16px;
}
.contact-info-card-subtitle[data-v-707ffd4e] {
  color: #364462;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.contact-assignment-section-title[data-v-707ffd4e] {
  color: #364462;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.contact-assignment-action[data-v-707ffd4e] {
  color: #3773F5;
  font-size: 14px;
  line-height: 16px;
}

.text-not-found[data-v-4ab3de08] {
  color: #364462;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

