.btn-class-pf {
    background-color: #F08C81;
    border: 1px solid #F08C81 !important;
    color: #fff !important;
}

.btn-class-pop {
    background-color: #80C1C1;
    border: 1px solid #80C1C1 !important;
    color: #fff !important;
}

.text-class-pf {
    color: #F08C81 !important;
}

.text-class-pf:hover {
    color: #F08C81 !important;
}

.text-class-pop {
    color: #7266ba !important;
}

.text-class-pop:hover {
    color: #7266ba !important;
}