.bg-theme-primary, .bg-theme-primary i{
    background-color:#FF8A00;
    color:#fff;
}
.bg-theme-primary i{
    color:#fff;
}
button.bg-theme-primary:hover, a.bg-theme-primary:hover{
    background-color:#ff6600;
    color:#fff;
}
.bg-transparent-theme-primary, .bg-transparent-theme-primary i{
    color:#ff6600;
    background-color:rgba(255,102,0, 0.1);
}
button.bg-transparent-theme-primary:hover, a.bg-transparent-theme-primary:hover, .bg-transparent-theme-primary:hover i{
    background-color:#FF8A00;
    color:#fff;
}
.bg-outline-theme-primary{
    color:#FF8A00;
    background-color:transparent;
    border-color:#FF8A00;
}
.bg-outline-theme-primary i{
    color:#FF8A00;
}
button.bg-outline-theme-primary:hover, a.bg-outline-theme-primary:hover{
    background-color:#FF8A00;
    color:#fff;
}
button.bg-outline-theme-primary:hover i, a.bg-outline-theme-primary:hover i{
    color:#fff;
}
.label-theme-primary{
    color:#ff8a00;
    background-color:rgba(255,102,0, 0.1);
}
.text-theme-primary{
    color:#ff8a00 !important;
}
.theme-primary{
    color:#FF8A00;
}
.checkbox.checkbox-theme-primary > input:checked ~ span,
.radio.radio-theme-primary > input:checked ~ span,
.switch.switch-theme-primary:not(.switch-outline) input:checked ~ span::after {
    background-color:#FF8A00;
}
.switch.switch-theme-primary:not(.switch-outline) input:checked ~ span::before{
    color:#ff8a00;
    opacity:1;
}
.switch.switch-outline.switch-theme-primary input:checked ~ span::before {
    border: 2px solid #FF8A00;
    background-color: transparent;
}
.switch.switch-outline.switch-theme-primary input:checked ~ span::after {
    color: #ffffff;
    background-color: #FF8A00;
}
.switch.switch-outline.switch-theme-primary input:empty ~ span::before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}
.switch.switch-outline.switch-theme-primary input:empty ~ span::after {
    background-color: #EBEDF3;
}
.btn.btn-hover-light-theme-primary.focus:not(.btn-text), .btn.btn-hover-light-theme-primary:focus:not(.btn-text), .btn.btn-hover-light-theme-primary:hover:not(.btn-text):not(:disabled):not(.disabled){

}