/*# sourceMappingURL=custom.min.css.map */
.theme-btn {
    background: linear-gradient(to right, rgba(97, 232, 13), rgba(168, 223, 17)) !important;
}

.theme-btn:hover {
    color: black;
}

.register-btn {
    background: transparent !important;
    border-color: white;
    color: white;
}

.register-btn:hover {
    background: linear-gradient(to right, rgba(97, 232, 13), rgba(168, 223, 17)) !important;
    border-color: linear-gradient(to right, rgba(97, 232, 13), rgba(168, 223, 17)) !important;
    color: black;
}