.header-container {
    background-color: rgb(217 197 180);
}

.table-btn.active .icon {
    transform: rotate(180deg);
}
.table-btn::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: black;
    bottom: 0px;
    left: 0;
}
.table-list {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}
