.Modal {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1050;
  width: 560px;
  max-height: 80vh;
  margin-top: 10vh;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
.Modal.BootstrapModal {
  position: fixed;
}
@media (max-height: 600px) {
  .Modal {
    margin-top: 32px;
    max-height: calc(100vh - (32px * 2));
  }
}
@media (max-width: 600px) {
  .Modal {
    width: calc(100vw - (12px * 2));
    margin-top: 12px;
    max-height: calc(100vh - (12px * 2));
  }
}
.Modal__closeCrossBtn:disabled {
  pointer-events: none;
}
.Modal__closeCrossBtn:disabled.guideflow_hovered,
.Modal__closeCrossBtn:disabled:focus {
  opacity: 0.2;
}
.Modal__footer {
  display: flex;
  text-align: left;
  align-items: center;
}
@media screen and (max-width:  767px ) {
  .Modal__footer {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }
}
.Modal__subActions {
  display: flex;
  align-items: center;
}
@media screen and (max-width:  767px ) {
  .Modal__subActions {
    order: 2;
    border-top: 1px solid #e2e2e2;
    justify-content: center;
    padding: 16px 0;
  }
}
.Modal__actions {
  margin-left: auto;
}
@media screen and (max-width:  767px ) {
  .Modal__actions {
    order: 1;
    padding: 0 0 16px 0;
  }
}
.Modal__actionsLoader {
  display: inline-block;
  margin-right: 10px;
}
.Modal__disabledBtn {
  pointer-events: none;
}

.ModalInsetSection {
  margin: -15px;
  margin-bottom: 15px;
  background-color: #eff1f5;
}
.ModalInsetSection--danger {
  background-color: #fbe6e8;
  border-bottom: 1px solid #e8d4d7;
}
.ModalInsetSection.is-alone {
  margin-bottom: -15px;
}
.ModalInsetSection.has-illustration {
  display: grid;
  grid-template-columns: 1fr calc(var(--illustration-width, 105px) + 15px);
  gap: 32px;
  align-items: center;
}
@media screen and (max-width:  767px ) {
  .ModalInsetSection.has-illustration {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.ModalInsetSection__body {
  padding: 15px;
  line-height: 1.53846154;
}
.ModalInsetSection__title {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42857143;
}
.ModalInsetSection__title:not(:last-child) {
  margin-bottom: 8px;
}
.ModalInsetSection__illustration {
  margin-top: 15px;
  padding-right: 15px;
  align-self: end;
  line-height: 0;
  display: block;
}
.ModalInsetSection__illustration svg {
  width: 100%;
}
@media screen and (max-width:  767px ) {
  .ModalInsetSection__illustration {
    display: none;
  }
}

.RestrictionMessage {
  width: auto;
}
.RestrictionMessage--expanded .RestrictionMessage__expandableBody {
  display: block;
}
.RestrictionMessage--modal {
  border-radius: 0;
}
.RestrictionMessage--modal.RestrictionMessage--modal {
  margin: -15px;
}
.RestrictionMessage--modalHeader {
  border-radius: 0;
}
.RestrictionMessage--modalHeader.RestrictionMessage--modalHeader {
  margin: -15px -15px 30px -15px;
}
.RestrictionMessage__title {
  font-weight: bold;
}
.RestrictionMessage__expandableBody {
  display: none;
  color: #262e39;
}
.RestrictionMessage__usersListContainer.RestrictionMessage__usersListContainer {
  margin: 10px -15px;
}
.RestrictionMessage__usersList {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.RestrictionMessage__userRow {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.RestrictionMessage__userRow:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.RestrictionMessage__avatarCell,
.RestrictionMessage__nameCell,
.RestrictionMessage__phoneCell,
.RestrictionMessage__emailCell {
  padding: 5px 5px;
}
.RestrictionMessage__nameCell {
  font-weight: bold;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RestrictionMessage__avatarCell {
  padding-left: 15px;
  width: 25px;
  box-sizing: content-box;
}
.RestrictionMessage__emailCell {
  width: 33%;
  padding-right: 15px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RestrictionMessage__phoneCell {
  width: 33%;
}
.RestrictionMessage__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.RestrictionMessage__footer.RestrictionMessage__footer {
  margin-top: 15px;
}
.RestrictionMessage__footerBtn {
  margin-right: 15px;
}
.RestrictionMessage__footerLink {
  line-height: 30px;
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/SmartViewList~5c451404.3fd3793933450eff0b5b.js.map*/