#sidebar .sidebar-header {
    background: rgb(15, 62, 88);
    color: #fff;
}
.navbar {
    background: #115674;
}

.btn-collapse {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
#sidebar {
    background: #dedee1;
    color: rgb(36, 36, 36);
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #303030;
    background: rgb(247, 231, 231);
}
a.article,
a.article:hover {
    background: #cccccc !important;
    color: rgb(2, 2, 2) !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: rgb(161, 161, 161) !important;
}
.text-activityList {
    color: #26214f !important;
}

.logoEventoSidebar {
    max-width: 100%;
}

.card {
    background-color: #ffffffe5 !important;
}
.title-content-color {
    color: #303030;
}

a.title-content-color {
    color: #303030;
}
.btnPay {
    width: 100%;
    background-color: #007bff;
    border-radius: 15px;
    font-size: 25px;
    color: #fff;
    margin-top: 20px;
}
