/**
 * CSS for both Frontend+Backend.
 */
.tpgb-switch-wrap .switch-toggle-wrap {
    display: flex;
    padding: 15px;
    align-items: center;
    flex-direction: row
}
.tpgb-switch-wrap .switch-toggle-content {
    padding: 10px
}
.switch-toggle-wrap .switch-1 {
    margin-right: 10px;
    cursor: pointer
}
.switch-toggle-wrap .switch-2 {
    cursor: pointer;
    margin-left: 10px
}
.switch-toggle+.switch-slider {
    background: #6f14f1
}
.switch-toggle-wrap.active .switch-2,.switch-toggle-wrap.inactive .switch-1 {
    color: #6f14f1
}

.switch-toggle-wrap.active .switch-1,.switch-toggle-wrap.inactive .switch-2 {
    color: #7013f180
}
.tpgb-switch-wrap .switcher-button label.switch-btn-label {
    position: relative;
    display: inline-block;
    width: 5.2em;
    height: 2.3em;
    vertical-align: middle;
    margin-bottom: 0;
    border-radius: 100px;
    transition: background-color .2s
}
.tpgb-switch-wrap .switcher-button .switch-toggle {
    display: none
}
.tpgb-switch-wrap span.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 3px;
    right: 0;
    border-radius: 45px;
    bottom: 0;
    transition: .4s
}
.switch-toggle-content .switch-content-1,.switch-toggle-content.active .switch-content-2 {
    display: block
}
.switch-toggle-content .switch-content-2,.switch-toggle-content.active .switch-content-1 {
    display: none
}
.tpgb-switcher .switch-1 .switch-label,.tpgb-switcher .switch-2 .switch-label {
    font-size: 20px;
    line-height: 22px
}
.tpgb-switcher .switch-toggle-content .switch-content-1,.tpgb-switcher .switch-toggle-content .switch-content-2 {
    font-size: 18px;
    line-height: 22px;
    color: #000
}
.switch-slider.switch-round:before {
    border-radius: 50%
}

/* Icon Css */
.tpgb-switch-wrap .tpgb-swt-icon {
	display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

/* Aligment Css */
.tpgb-switch-wrap .switch-toggle-wrap.text-left {
    justify-content: flex-start;
    margin-left: 0
}
.tpgb-switch-wrap .switch-toggle-wrap.text-center {
    justify-content: center
}
.tpgb-switch-wrap .switch-toggle-wrap.text-right {
    justify-content: flex-end;
    margin-right: 0
}
/* Aligment Css */