#accordionSidebar {
    background-color: #c4add6;
}

.navbar {
    background-color: #e3d1f1;
}

.dropdown-item:hover {
    background-color: #c4add6;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

.modal {
    color: black;
}

/* Toggled sidebar */
.sidebar.toggled {
    width: 56px; /* Smaller width */
}

/* Sidebar toggle button */
#sidebarToggleTop {
    color: #fff;
    text-decoration: none;
}

.collapse-item:hover {
    background-color: #B6D0E2 !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

#warningTitle {
    color: #D22B2B;
}

.fa-user-cog {
    color: #990061;
    font-size: 25px;
}

.fa-bars {
    color: #990061;
}

#title {
    color: #990061;
}

.card-header {
    background-color: #c4add6;
    color: white;
}

.submitBtn {
    background-color: #990061 !important;
    color: white;
    font-weight: bold;
}

.submitBtn:hover {
    background-color: #990061 !important;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

#userType {
    color: black;
}

.cancelBtn {
    background-color: #D22B2B;
    color: white;
    font-weight: bold;
}

.cancelBtn:hover {
    background-color: #D22B2B;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

.notiClose {
    background-color: #D22B2B;
    color: white;
    font-weight: bold;
}

.notiClose:hover {
    background-color: #D22B2B;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

.notiConfirm {
    background-color: #990061;
    color: white;
    font-weight: bold;
}

.notiConfirm:hover {
    background-color: #990061;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

.modal-body {
    color: black
}