﻿.mud-toggle-group.toggle-rounded {
    border-radius: 20px;
    padding: 4px;
    border: 1.5px solid #032233 !important;
}

.mud-toggle-group.toggle-rounded .mud-toggle-item {
    border-radius: 20px !important;
    padding: 8px 16px;
}

.mud-toggle-group.toggle-rounded .mud-toggle-item-selected {
    border-radius: 20px !important;
    color: white !important;
}

.mud-toggle-item {
    border: 0 !important;
    box-shadow: none !important;
}

.toggle-info-text{
    font-weight: bold;
}

.toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.toggle-inner {
    width: 400px;
    display: flex;
    justify-content: center;
}