[data-popup-id] {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  width: 40vw;
  background-color: whitesmoke;
  z-index: 100000 !important;
  border: none;
  min-width: 30vw;
  min-height: 20vh;
  max-height: 100vh;
  overflow: auto; }
  [data-popup-id]:not(.dark-overlay) {
    padding: 15px;
    border-radius: 5px;
    max-width: 30em;
    width: 95vw; }
    [data-popup-id]:not(.dark-overlay) > div {
      position: relative; }
  [data-popup-id] span.close-popup {
    float: left;
    cursor: pointer;
    margin-left: 0.55vw;
    margin-top: 0.75vh;
    background-color: #ff5353;
    height: 1.5rem;
    width: 3rem;
    color: white;
    font-weight: bolder;
    font-size: 13pt;
    text-align: center;
    line-height: normal; }
    [data-popup-id] span.close-popup:hover {
      filter: brightness(130%); }
  [data-popup-id] span.js-drag-handle {
    float: right;
    margin-right: 0.55vw;
    cursor: grab; }
  [data-popup-id].dark-overlay {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    border: none; }
  [data-popup-id].no-darken {
    position: fixed;
    border: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.no-scroll {
  overflow: hidden !important; }

.force-password-reset-popup {
  text-align: center;
  padding: 2rem;
  background-color: white;
  border-radius: 8px;
  max-width: 400px;
  margin: auto; }
  .force-password-reset-popup .warning-icon {
    font-size: 3rem;
    color: #f39c12;
    margin-bottom: 1rem;
    display: block; }
  .force-password-reset-popup .title {
    margin-bottom: 0.5rem;
    color: #333; }
  .force-password-reset-popup .explanation {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem; }
  .force-password-reset-popup .password-field {
    margin-bottom: 1rem; }
    .force-password-reset-popup .password-field input {
      width: 100%;
      padding: 0.75rem;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 1rem;
      box-sizing: border-box; }
      .force-password-reset-popup .password-field input:focus {
        outline: none;
        border-color: #3498db; }
  .force-password-reset-popup .button-wrapper {
    margin-top: 1.5rem; }
    .force-password-reset-popup .button-wrapper button {
      width: 100%;
      padding: 0.75rem 1.5rem;
      background-color: #3498db;
      color: white;
      border: none;
      border-radius: 4px;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.2s; }
      .force-password-reset-popup .button-wrapper button:hover {
        background-color: #2980b9; }

/*# sourceMappingURL=popup.css.map */
