﻿.btn-toggle {
    border: 0;
    background-color: white;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.btn-toggle:hover {
    background-color: white;
}

.btn-toggle:active {
    background-color: white !important;
}

.btn-toggle > .toggle-option {
    display: none;
}

.btn-toggle > .toggle-option.active {
    display: block;
}

.btn-toggle > .toggle-option .toggle-icon {
    width: 48px;
}

.btn-toggle > .toggle-option .toggle-text {
    font-size: 12px;
    color: gray;
    word-wrap: anywhere;
}