.card{
    font-size: 16px;
}
.form-card .nav-pills .nav-link.active{
    background-color: #7239ea !important;
}
.form-card .nav-pills{
    border-bottom:1px solid rgba(114, 57, 234, 0.56);
}
.form-card .nav-pills .nav-link{
    border:1px solid gray;
}
.bgCustom2{
    background-color: #d9d9d9 !important;
}
.btn-modal{
    color: #7239ea;
    font-size: 18px;
    border:1px solid rgba(128, 128, 128, 0.63) !important;
}
.btn-modal:hover{
    background-color: #d9d9d9;
    transition: 0.5s;
}
.price-box{
    background-color: rgba(80, 205, 137, 0.24);
    border-radius:10px;
    font-size: 16px;
}
.form-box{
    background-color: rgba(240, 240, 240, 0.59) !important;
    border-radius:10px;
}
.select-name .btn{
   background-color: white !important;
    border:1px solid lightgray !important;
    color: black !important;
}
.select-name .btn.active ,.select-name .btn.show,.select-name .btn.btn-light:focus:not(.btn-active).btn:focus{
    background-color: white !important;
    border:1px solid #7239ea !important;
    color: black !important;
}
.select-name .filter-option{
    text-align: right !important;
}