.btn-cool {
    background: linear-gradient(
        90deg,
        rgb(2, 46, 113) 0%,
        rgb(4, 4, 128) 35%,
        rgba(0, 212, 255, 1) 100%
    ) !important;
    color: #fff !important;
    border-color: none;
}

.btn-cool:hover {
    background: linear-gradient(
        90deg,
        rgba(198, 199, 199, 0.553) 35%,
        rgba(207, 225, 243, 0.591) 58%,
        rgba(183, 184, 184, 0.61) 100%
    ) !important;
    color: rgb(1, 16, 24) !important;
}
ul,
ol {
    list-style: none !important;
    padding-left: 0 !important; /* optional: removes default left padding */
    margin-left: 0 !important; /* optional: aligns lists to the left */
}
ul li::before {
    display: none !important;
}
.list-group-item:hover {
    background-color: rgba(141, 141, 142, 0.1); /* Bootstrap primary hover */
    cursor: pointer;
}
