/* select option[value='none']{
    background-color: #fff !important;
}
select option[value='default']{
    background-color: #EF641A !important;
}
select option[value='primary']{
    background-color: #264AA2 !important;
}
select option[value='secondary']{
    background-color: #F0B0CC !important;
}
select option[value='tertiary']{
    background-color: #5ABA3F !important;
}
select option[value='quaternary']{
    background-color: #3AC1CC !important;
}
select option[value='success']{
    background-color: #F9EB3D !important;
}
select option[value='info']{
    background-color: #287F9A !important;
}
select option[value='light']{
    background-color: #F5F5F5 !important;
}
select option[value='dark']{
    background-color: #1A1818 !important;
}
select option[value='darker']{
    background-color: #707070 !important;
}

/* WATERMARK */

span.w-default{
    background-color: #EF641A !important;
    color: #EF641A !important;
}
span.w-primary{
    background-color: #264AA2 !important;
    color: #264AA2 !important;
}
span.w-secondary{
    background-color: #F0B0CC !important;
    color: #F0B0CC !important;
}
span.w-tertiary{
    background-color: #5ABA3F !important;
    color: #5ABA3F !important;
}
span.w-quaternary{
    background-color: #3AC1CC !important;
    color: #3AC1CC !important;
}
span.w-success{
    background-color: #F9EB3D !important;
    color: #F9EB3D !important;
}
span.w-info{
    background-color: #287F9A !important;
    color: #287F9A !important;
}
span.w-light{
    background-color: #F5F5F5 !important;
    color: #F5F5F5 !important;
}
span.w-dark{
    background-color: #1A1818 !important;
    color: #1A1818 !important;
}
span.w-darker{
    background-color: #707070 !important;
    color: #707070 !important;
} */