 .modal-header {
      justify-content: center;
      border-bottom: none;
    }
    .modal-header img {
      max-height: 60px;
    }
    .modal-content {
      border-radius: 10px;
    }
    .modal-body {
      display: flex;
      flex-wrap: wrap;
    }
    .left-content {
      flex: 1;
      width: 100%;
      background-size: cover;
      border-radius: 10px 0 0 10px;
    }
    .right-form {
      flex: 1;
      padding: 20px;
    }
    .form-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .btn-close-custom {
      position: absolute;
      top: 10px;
      right: 10px;
      border: none;
      background: none;
      font-size: 1.5rem;
      cursor: pointer;
    }