.row {
    margin: 0!important;
  }
  
  a {
    text-decoration: none;
    color: #343a40;
  }
  
  .mypagetop {
    background: linear-gradient(white,#1c9eaf);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  div.quicklink {
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    width: 200px;
    border: 1px solid #CCC;
  }
  
  @media (max-width: 768px) {
    div.quicklink {
      margin: 0 auto;
      background: #fff;
      margin: 5px;
      padding: 10px;
      width: 98%;
      border: 1px solid #CCC;
    }
  }
  
  i {
    padding: 10px;
  }
  
  select {
    display: block;
    width: 100%;
  }
  
  input[type="text"], input[type="date"] {
    display: block;
    width: 100%!important;
    color: #414d55;
    background-color: var(--bs-gray-100);
  }
  
  h1.mypage {
    background-color: #1c9eaf;
    padding: 5px;
    margin: 10px 0;
    color: #fff;
  }
  
  .nav a {
    color: #1c9eaf;
  }
  
  .active {
    background-color: #1c9eaf!important;
    color: #ffffff!important;
  }
  
  h1 {
    font-size: 1.5em;
    margin-top: 20px;
  }
  
  input[type="checkbox"] {
    accent-color: #1c9eaf;
  }
  
  .btn {
    margin: 2px;
    padding: 1px 10px 3px 0px;
  }
  
  .button-bar {
    background-color: #f8f9fa;
    padding: 12px;
    margin-top: 10px;
  }
  
  label {
    font-size: 0.8em;
    color: #414d55;
  }
  
  
  @media (max-width: 768px) {
    .quicklink {
      padding: 0px;
      margin: 0px;
    }
  }
  
  @media (max-width: 768px) {
    .fas.quicklink {
      padding: 0px;
      margin: 0px;
    }
  }
  
  
  .myadmin_sublabel {
    margin-left: 37px;
    line-height: 26px;
    display: block;
  }
  .myadmin_subcomponent {
    display: block;
    height: 25px;
    margin: 5px 0;
    
  }

  /* Settings layout: checkbox + label + icon + description */
  .ccmp-setting-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
  }
  /* Single header row for Label / Icon / Description columns */
  .ccmp-setting-line--header {
    font-weight: 600;
    color: #1d2327;
    padding-bottom: 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid #c3c4c7;
  }
  .ccmp-setting-line--header .ccmp-setting-line__check,
  .ccmp-setting-line--header .ccmp-setting-line__label,
  .ccmp-setting-line--header .ccmp-setting-line__icon,
  .ccmp-setting-line--header .ccmp-setting-line__desc {
    padding-top: 0;
  }
  .ccmp-setting-line__check {
    flex: 0 0 auto;
    padding-top: 4px;
  }
  .ccmp-setting-line__label {
    flex: 1 1 260px;
    min-width: 220px;
  }
  .ccmp-setting-line__icon {
    flex: 0 0 56px;
    min-width: 56px;
  }
  .ccmp-setting-line__desc {
    flex: 3 1 520px;
    min-width: 320px;
  }
  .ccmp-setting-line__desc textarea {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  @media (max-width: 782px) {
    .ccmp-setting-line {
      flex-direction: column;
      gap: 10px;
    }
    .ccmp-setting-line__label,
    .ccmp-setting-line__icon,
    .ccmp-setting-line__desc {
      flex: 1 1 auto;
      min-width: 0;
      width: 100%;
    }
  }

  /* Icon grid picker (Font Awesome) */
  .ccmp-icon-picker {
    margin-top: 6px;
  }
  .ccmp-icon-picker__summary {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ccmp-icon-picker__preview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
  }
  .ccmp-icon-picker__preview:focus {
    outline: 2px solid #1c9eaf;
    outline-offset: 2px;
  }
  .ccmp-icon-picker__preview i {
    font-size: 18px;
    padding: 0;
  }
  .ccmp-icon-picker__panel {
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 10px;
    max-height: 320px;
    overflow: auto;
  }

  /* Modal/overlay variant: voorkomt overlap en clipping */
  .ccmp-icon-picker--open .ccmp-icon-picker__panel {
    position: fixed;
    top: 7vh;
    left: 50%;
    transform: translateX(-50%);
    width: min(980px, calc(100vw - 40px));
    max-height: 86vh;
    overflow: auto;
    z-index: 100000;
    box-shadow: 0 12px 40px rgba(0,0,0,.25);
    border-radius: 8px;
  }
  .ccmp-icon-picker__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 99999;
  }
  .ccmp-icon-picker__search-row {
    margin-bottom: 8px;
  }
  .ccmp-icon-picker__search {
    width: 100%;
    max-width: 280px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
  }
  .ccmp-icon-picker__search:focus {
    border-color: #1c9eaf;
    outline: none;
  }
  .ccmp-icon-picker__row {
    margin-bottom: 10px;
  }
  .ccmp-icon-picker__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
    gap: 6px;
    align-items: stretch;
  }
  .ccmp-icon-choice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 4px;
    cursor: pointer;
    height: 42px;
    min-width: 42px;
    user-select: none;
  }
  .ccmp-icon-choice:hover {
    background: #f0f6ff;
    border-color: #b8d2ff;
  }
  .ccmp-icon-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .ccmp-icon-choice__icon i {
    font-size: 18px;
    padding: 0;
  }
  .ccmp-icon-choice--default {
    justify-content: flex-start;
    padding: 8px 10px;
    gap: 10px;
    width: 100%;
    height: auto;
  }
  .ccmp-icon-choice__label {
    font-size: 12px;
    color: #333;
  }

  /* Selected state */
  .ccmp-icon-choice:has(input:checked) {
    background: #1c9eaf;
    border-color: #1c9eaf;
  }
  .ccmp-icon-choice:has(input:checked) .ccmp-icon-choice__icon i,
  .ccmp-icon-choice:has(input:checked) .ccmp-icon-choice__label {
    color: #fff;
  }

  .ccmp-icon-choice.ccmp-icon-picker--hidden {
    display: none !important;
  }

  .ccmp-field-title {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #666;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .02em;
  }

  /* Settings order (sortable) */
  .ccmp-setting-order-handle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #666;
    cursor: grab;
    user-select: none;
  }
  .ccmp-setting-order-handle:active {
    cursor: grabbing;
  }
  /* Eerste 4 rijen (Data, Subscriptions, Invoices, Orders): geen drag-handle */
  .ccmp-setting-row--fixed .ccmp-setting-order-handle {
    display: none;
  }
  .ccmp-settings-order__placeholder td,
  .ccmp-settings-order__placeholder th {
    background: #f0fbfd !important;
    border-top: 2px dashed #1c9eaf !important;
    border-bottom: 2px dashed #1c9eaf !important;
  }

  .myadmin_subcomponent input,
  .myadmin_subcomponent input {
    display: block;
    height: 22px;
    min-height: 20px!important;
    
  }