#accordionSidebar {
    background-color: #913831;
}

#logo {
    margin-top: 10px;
}

#logoName {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

.dropdown-item:hover {
    background-color: #913831;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

.modal {
    color: black;
}

#warningNoti {
    color: #913831;
    font-weight: bold;
}

/* Toggled sidebar */
.sidebar.toggled {
    width: 56px; /* Smaller width */
}

#userType {
    color: #913831;
    letter-spacing: 1px;
}

.fa-user-cog {
    color: #913831;
    font-size: 25px;
}

.fa-bars {
    color: #913831;
}

.fa-filter {
    color: black;
    margin-top: 10px;
}

.align-center {
    text-align: center;
}

#content {
    background-color: #F6E5C5;
}

#title {
    color: #913831;
}

.card-title {
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

.submitBtn {
    background-color: #FFE5B4 !important;
    color: black;
    font-weight: bold;
}

.submitBtn:hover {
    background-color: #FFE5B4;
    color: black;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

#userType {
    color: black;
}

.cancelBtn {
    background-color: #D22B2B;
    color: black;
    font-weight: bold;
}

.cancelBtn:hover {
    background-color: #D22B2B;
    color: black;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

.notiClose {
    background-color: #D22B2B;
    color: black;
    font-weight: bold;
}

.notiClose:hover {
    background-color: #D22B2B;
    color: black;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}

.notiConfirm {
    background-color: #FFE5B4;
    color: black;
    font-weight: bold;
}

.notiConfirm:hover {
    background-color: #FFE5B4;
    color: black;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0 , 0.5);
}