
/* Add any custom styles if necessary */
.custom-control-label::before {
    background-color: #ddd;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745;
}
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
}
