.custom-toggle-block {
    display: flex;
}

.custom-toggle-block .custom-toggle {
    display: flex;
    width: 45px;
    height: 26px;
    padding: 2px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #f2f2f2;
}

.custom-toggle-block .custom-toggle-name {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 6px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
}

.custom-toggle-block .custom-toggle .custom-toggle-btn {
    width: 20px;
    height: 20px;
    margin-right: auto;
    border: 1px solid #ccc;
    border-radius: 24px;
    background-color: #fff;
}

.custom-toggle-block .custom-toggle.toggle-on {
    border: 1px solid #337ab7;
    background-color: #337ab7;
}

.custom-toggle-block .custom-toggle.toggle-on .custom-toggle-btn {
    margin-left: auto;
    margin-right: 0;
}