#mycred-sell-content-types {
    border: 2pxdashed#ccc;
    padding: 25px;
    margin: 30px0;
    background: #fafafa;
    border-radius: 8px;
  }
  #mycred-sell-content-typesh4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
  }
  .point-type-setup {
    margin-bottom: 25px;
    border: 1pxsolid#ddd;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
  }
  .point-type-setup.form-group {
    margin-bottom: 15px;
  }
  .point-type-setup.cover {
    margin-top: 15px;
    padding: 15px;
    background: #f7f7f7;
    border-top: 1pxsolid#eee;
    border-radius: 006px6px;
  }
  .toggle-setup {
    margin-right: 8px;
  }
  .general-settings {
    padding-top: 20px;
    border-top: 1pxsolid#ddd;
    margin-top: 30px;
  }
  .general-settings.form-group {
    margin-bottom: 15px;
  }
  li.select2-selection__choice {
    width: 100%;
  } /*Containerandlayout*/
  .select2-container--default.select2-selection--multiple {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px5px;
    min-height: 38px;
    width: 100% !important;
    box-sizing: border-box;
    border: 1pxsolid#ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: text;
  } /*Renderedtagsandsearchbox*/
  .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  } /*Individualtag*/
  .select2-selection__choice {
    background-color: #f1f1f1;
    border: 1pxsolid#aaa;
    border-radius: 3px;
    padding: 2px6px;
    font-size: 90%;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
  } /*Inlinesearchgrowstoremainingwidth*/
  .select2-search--inline {
    flex-grow: 1 !important;
    min-width: 150px;
  }
  .select2-search__field {
    width: 100% !important;
    min-width: 100px;
    padding: 4px6px;
    font-size: 14px;
    border: none;
    outline: none;
  }
  body.select2-container.select2-dropdown {
    margin-top: 2% !important;
  }
  
  span.select2-dropdown.select2-dropdown--below {
    margin-top: 2% !important;
}

  .msc-hideable {
    max-height: 1000px;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 1;
    margin-top: 15px;
}

.msc-hideable.hidden {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    pointer-events: none;
}
