.authorization-modal-container {
  width: 100%;
  max-width: 580px;
}

.authorization-modal {
  padding: 45px 32px;
  width: 100%;
}

.authorization-modal .authorization-header {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 48px;
}

.authorization-modal .contract-name {
  color: var(--primary);
}

.close-button {
  position: absolute;
  top: 16px;
  right: 16px;
}

.authorization-modal .ui.button.close-button::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-5-5h24v24H-5z'/%3E%3Cpath fill='%23FFF' d='M13.706.363l-.069-.069a1 1 0 0 0-1.414 0L7 5.517 1.777.294a1 1 0 0 0-1.414 0L.294.363a1 1 0 0 0 0 1.414L5.517 7 .294 12.223a1 1 0 0 0 0 1.414l.069.069a1 1 0 0 0 1.414 0L7 8.483l5.223 5.223a1 1 0 0 0 1.414 0l.069-.069a1 1 0 0 0 0-1.414L8.483 7l5.223-5.223a1 1 0 0 0 0-1.414z'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}

.authorization-modal .authorization-error {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 16px;
}

.authorization-modal .authorization-error::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-5-5h24v24H-5z'/%3E%3Cpath fill='%23FFF' d='M13.706.363l-.069-.069a1 1 0 0 0-1.414 0L7 5.517 1.777.294a1 1 0 0 0-1.414 0L.294.363a1 1 0 0 0 0 1.414L5.517 7 .294 12.223a1 1 0 0 0 0 1.414l.069.069a1 1 0 0 0 1.414 0L7 8.483l5.223 5.223a1 1 0 0 0 1.414 0l.069-.069a1 1 0 0 0 0-1.414L8.483 7l5.223-5.223a1 1 0 0 0 0-1.414z'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  filter: invert(42%) sepia(92%) saturate(5601%) hue-rotate(333deg)
    brightness(103%) contrast(101%);
  margin-top: 3px;
}

@media (max-width: 768px) {
  .authorization-modal {
    padding: 20px;
  }

  .authorization-modal .authorization-header {
    margin-top: 20px;
  }
}
