.bg-theme-secondary{
    background-color:#364150;;
    color:#fff;
}
.bg-theme-secondary i{
    color:#fff;
}
button.bg-theme-secondary:hover, a.bg-theme-secondary:hover{
    background-color:#2C3542;
    color:#fff;
}
.bg-transparent-theme-secondary{
    color:#364150;
    background-color:rgba(54, 65, 80, 0.1);
}
.bg-transparent-theme-secondary i{
    color:#364150;
}
button.bg-transparent-theme-secondary:hover, a.bg-transparent-theme-secondary:hover{
    background-color:#364150;
    color:#fff;
}
button.bg-transparent-theme-secondary:hover i, a.bg-transparent-theme-secondary:hover i{
    color:#fff;
}
.bg-outline-theme-secondary{
    color:#364150;
    background-color:transparent;
    border-color:#364150;
}
.bg-outline-theme-secondary i{
    color:#364150;
}
button.bg-outline-theme-secondary:hover, a.bg-outline-theme-secondary:hover{
    background-color:#364150;
    color:#fff;
}
button.bg-outline-theme-secondary:hover i, a.bg-outline-theme-secondary:hover i{
    color:#fff;
}
.label-theme-secondary{
    color:#364150;
    background-color:rgba(255,102,0, 0.1);
}
.text-theme-secondary{
    color:#364150;
}
.checkbox.checkbox-theme-secondary > input:checked ~ span,
.radio.radio-theme-secondary > input:checked ~ span,
.switch.switch-theme-secondary:not(.switch-outline) input:checked ~ span::after {
    background-color:#364150;
}
.switch.switch-theme-secondary:not(.switch-outline) input:checked ~ span::before{
    color:#364150;
    opacity:1;
}
.switch.switch-outline.switch-theme-secondary input:checked ~ span::before {
    border: 2px solid #364150;
    background-color: transparent;
}
.switch.switch-outline.switch-theme-secondary input:checked ~ span::after {
    color: #ffffff;
    background-color: #364150;
}
.switch.switch-outline.switch-theme-secondary input:empty ~ span::before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}
.switch.switch-outline.switch-theme-secondary input:empty ~ span::after {
    background-color: #EBEDF3;
}