.radio-group .form-check {
    padding-left: 0;
}

.radio-group .btn-group > .form-check:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.radio-group .btn-group > .form-check:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.daq-toggleswitch--light__label {
    flex-direction: row-reverse !important;
}

.daq-toggleswitch--light {
    margin-left: 1em;
}

.jpcCTi {
    justify-content: space-between !important;
    padding-left: 3.5rem !important;
    padding-right: 6.5rem !important;
}

.aside__toggle-container {
    display:flex;
    flex-direction: column;
    margin-top: 2rem;
    max-height: 200px;
    overflow: auto;
    
    --g:radial-gradient(55% 20px, #0009, #0000);  
    background: 
      linear-gradient(#222 10px, #0000 40px calc(100% - 40px),#222 calc(100% - 10px)) local, 
      var(--g) top   /100% 200%,    
      var(--g) bottom/100% 200%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.aside__toggle-container::-webkit-scrollbar {
    display: none;
}
  
  /* Hide scrollbar for IE, Edge and Firefox */
.aside__toggle-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}