/*toggle*/
.ba-content-toggle-tab-item {
    display: none;
}

.ba-content-toggle-tab-item.show-content {
    display: block;
}

.bricks-is-frontend .ba-content-toggle-tab-item.show-content.brx-animated[data-animation*="In"] {
    opacity: 1;
}

.ba-content-toggle-item {
    cursor: pointer;
    position: relative;
    border-radius: inherit;
    z-index: 1;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.ba-content-toggle-switcher {
    position: relative;
    display: inline-flex;
}

.ba-content-toggle-slider {
    display: flex;
    position: absolute;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    align-items: stretch;
    transition: all 0.35s;
}

.ba-content-toggle-style-animated .ba-content-toggle-item.active .ba-content-label-title {
    transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
}