.descriptionModal-container {
  .header {
    margin-bottom: 10px;

    & > span:nth-of-type(1) {
      font-size: 18px;
      font-weight: bold;
    }

    & > span:nth-of-type(2) {
      position: absolute;
      right: 14px;
      top: 22px;
      font-size: 30px !important;
    }
  }

  .textArea {
    resize: none;
    border: 2px solid rgba(65, 131, 255, 0.4);
    border-radius: 8px;
    box-shadow: none;
    font-weight: bold;
  }

  :global {
    .adm-center-popup-wrap {
      width: 85vw;
      max-width: 85vw;
    }

    .adm-modal-body {
      position: relative;
      padding: 24px 8px 10px;
    }

    .adm-modal-content {
      padding-bottom: 12px;
    }

    .adm-center-popup-close {
      top: 20px;
      opacity: 0;
    }

    .adm-modal-footer {
      padding-bottom: 0;
    }

    .adm-button-primary {
      --background-color: #4183ff;
      --border-color: #4183ff;
    }
  }
}
