.main-section {
    width: auto !important;
    height: auto;
    margin: 11px !important;
    background-color: #ffcb05;
    /* border-radius: 20px; */
    padding: 16px;
    justify-content: center;
  }

  

.form-holder {
    width: 280px;
    margin: auto;
    text-align: center;
  }

  .form-group-input {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .space-between {
    width: 20px;
  }

  .space-between2 {
    width: 80px;
    font-weight: bold;
  }

  .btn-gradient {
    background: linear-gradient(
      to top,
      lightgrey 0%,
      lightgrey 1%,
      #e0e0e0 26%,
      #efefef 48%,
      #d9d9d9 75%,
      #bcbcbc 100%
    );
    border-color: transparent;
    color: #000;
    font-weight: bold;
  }
  
  .yellow-bg {
    background-color: #ffcb05 !important;
  }
  
  .fsb-12 {
    font-size: 12px !important;
    font-weight: bold !important;
  }

  .active-pick {
    background-color: #000 !important;
    border: 2px solid #ffcb05 !important;
    color: #ffcb05 !important;
  }
  
  .active-pick-inv {
    background-color: #ffcb05 !important;
    border: 2px solid #000 !important;
    color: #000 !important;
  }
  
  .pick-completed {
    padding: 10px;
    border-radius: 0.4rem;
    background-color: #ffcb05 !important;
    border: 2px solid #000 !important;
    color: #000 !important;
  }