
.cookies-table{
max-width: 800px;
}

.custom-switch {
    padding-left: 3.5rem;
}

.custom-switch .custom-control-label::before {
    left: -3.2rem;
    width: 2.1rem;
    height: 1.3rem;
    pointer-events: all;
    border-radius: 1rem;
  }
  
  .custom-switch .custom-control-label::after {
    top: 7px;
    left: calc(-3.2rem + 3px);
    width: calc(1.3rem - 6px);
    height: calc(1.3rem - 6px);
    background-color: #adb5bd;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }