body {font-family: Arial;}

  /* Style the tab */
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 10px;
  }

  /* Style the buttons inside the tab */
  .tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
    font-size: 16px;
  }

  /* Change background color of buttons on hover */
  .tab a:hover {
    background-color: #ddd;
  }

  /* Create an active/current tablink class */
  .tab a.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;

  }

  .apply-form {
    border-radius: 8px;
  }

  .apply-form .gender-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    align-items: center;
    margin-top: 6px;
  }

  .apply-form .gender-group label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
  }

  .apply-form .gender-group .form-check-input {
    position: static;
    margin: 0;
  }

  .apply-form .exp-duration {
    display: block;
    margin-top: 4px;
    font-size: 0.85rem;
    color: #6c757d;
  }

  .apply-form select.js-placeholder-select.select-placeholder {
    color: #9aa0a6 !important;
  }

  .apply-form select.js-placeholder-select option[value=""] {
    color: #9aa0a6;
  }

  .apply-form select.form-control {
    color: #212529;
  }

  .apply-form table {
    width: 100%;
  }

  @media (max-width: 767.98px) {
    .apply-form {
      padding: 1rem !important;
    }

    .apply-form .row.form-group {
      margin-left: 0;
      margin-right: 0;
    }

    .apply-form .col-md-6,
    .apply-form .col-md-4,
    .apply-form .col-md-12 {
      padding-left: 0;
      padding-right: 0;
    }

    .apply-form table {
      display: block;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      min-width: 720px;
    }

    .apply-form table th,
    .apply-form table td {
      white-space: nowrap;
      min-width: 160px;
    }

    .apply-form .alert,
    .apply-form small {
      font-size: 0.95rem;
    }

    .apply-form #add_cite {
      min-width: 360px;
    }

    .apply-form #add_cite th,
    .apply-form #add_cite td {
      min-width: 300px;
      white-space: normal;
    }
  }

  @media (max-width: 575.98px) {
    .apply-form .btn.btn-primary {
      display: block;
      width: 100%;
    }
  }
