body {
  font-family: Lato, sans-serif !important;
}

.workspace-head {
  font-size: 17px;
  font-weight: 900;
}

.limit-20ch {
  max-width: 20ch;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ws-bs {
  white-space: break-spaces;
}

.label-w-helper {
  display: flex;
  flex-direction: column;
}

.label-w-helper .form-text {
  margin: 0px;
}

.acc-msg {
  border: 1px solid #61606166;
  border-radius: 4px;
}

.zoom-icon::before {
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  min-height: 21px;
  content: "";
}

.zoom-icon::before {
  background-image: url(/static/img/logo/zoom-32x32.png);
  filter: grayscale(100%);
}

.com-logo {
  padding: 48px 0 40px;
}

.com-logo img {
  max-width: 100%;
  max-height: 70px;
  margin: auto;
  display: block;
}

.h-mod {
  line-height: 1.5;
}

.errorlist {
  padding-left: 0;
  margin-bottom: 0;
}

.errorlist li {
  list-style: none;
}

.alert.email-warning {
  background-color: #f2c74459;
}

.alert.email-warning:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #f2c74459;
  left: 10px;
  top: -13px;
}

.code-container {
  display: flex;
  align-items: center;
}

.code-container input {
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  border: solid 1px rgb(116, 116, 116);
  outline: none;
  width: 20%;
  transition: all .2s ease-in-out;
}

.code-container input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.code-container input:first-of-type {
  border-radius: 5px 0 0 5px;
}

.code-container input:last-of-type {
  border-radius: 0 5px 5px 0;
}

.code-container input::selection {
  background: transparent;
}

.code-container .separator {
  margin: 5px;
  font-size: 20px;
}

.code-container .first {
  border-right: 0;
}

.code-container .last {
  border-left: 0;
}

.input-group-invalid {
  border-top-right-radius: 0.3125rem !important;
  border-bottom-right-radius: 0.3125rem !important;
  border-color: #ed4c78 !important;
}

.invite-container .bootstrap-tagsinput {
  width: 100%;
  height: 100px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\00d7" !important;
  padding: 0px 2px;
}

.videospace-logo {
  max-width: 12.5em !important;
}

.show-error {
  display: block !important;
}

.input-group-add-field-delete-icon {
  color: #ed4c78;
}

.input-group-merge .js-input-mask.input-group-invalid {
  border-width: inherit;
}

.vs-select-plan-btn {
  z-index: 9;
}

.vs-header-logo img {
  max-width: 100%;
  max-height: 50px;
  margin: auto;
  display: block;
}

.font-size-1 {
  font-size: 1rem !important;
}

.swal2-modal .swal2-title {
  font-size: 20px !important;
}

.disabled-item {
  pointer-events: none;
  opacity: 0.5;
}