
.template_main_color{
    color:#02BEA6!important;
}
.template_main_back{
    background-color:#02BEA6!important;
}
.template_main_border{
    border-color:#02BEA6!important;
}


.template_sub_color{
    color:#2496EC!important;
}
.template_sub_back{
    background-color:#2496EC!important;
}
.template_sub_border{
    border-color:#2496EC!important;
}


.template_rgb_color{
    color:rgba(2, 190, 166, 0.65)!important;
}
.template_rgb_back{
    background-color:rgba(2, 190, 166, 0.65)!important;
}
.template_rgb_pseudo:before,.template_rgb_pseudo:after{
    background:rgba(2, 190, 166, 0.65)!important;
}
.template_rgb_border{
    border-color:rgba(2, 190, 166, 0.65)!important;
}