.btn-custom{
    background-color: white !important;
    color:#14153b !important;
    border: 1px solid #1d1d1e !important;
}
.btn-custom:hover {
    color: #ffffff !important;
    background-color: #1d1d1e !important;
}

.btn-custom2{
    color: white !important;
    background-color: #8de31cd5 !important;
}
.btn-custom2:hover {
    color: #14153b !important;
    background-color: #8de31cd5 !important;
}

