.mac-header {
    padding: 8px 16px;
    display: flex;
    align-items:center;
    gap: 8px;;
  }

  .mac-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }

  .dot-red { background-color: #ff5f56; }
  .dot-yellow { background-color: #ffbd2e; }
  .dot-green { background-color: #27c93f; }

  .modal-content {
    border-radius: 20px;
    height: 90%;
    display: flex;
    flex-direction: column;
  }

  .modal-body::-webkit-scrollbar {
    display: none;
  }

  .modal-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
  }