div#mebership-detail, .sidebar-profile, .dashboard-content-block {
    font-family: 'Roboto', san-serif;
}
.acf-checkbox-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .acf-checkbox-list li {
    box-sizing: border-box;
    width: 49%;
  }
  .acf-checkbox-list li label {
    background: #f6ce1cdf;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #d8b928;
  }
  .acf-checkbox-list li label.selected {
    background: #a6ecaa47;
    color: #145740;
    border: 1px solid #97c69f;
}
.mebership-detail .acf-label {
    padding-bottom: 5px;
    font-weight: 600;
}
.mebership-detail .acf-checkbox-list li label.selected, .mebership-detail .acf-date-picker input {
  pointer-events: none;
  cursor: not-allowed;
}
body .stripe-payment-form .payment-element .__PrivateStripeElement iframe {
  margin-bottom: 20px !important;
}
.mebership-detail .hidden {
  display: none;
}