.table {
    color: var(--text);
}
#itemModalLabel {
    margin-top: 0;
}
.modal-body {
    display: flex;
}
.modal-dialog {
    max-width: 750px
}
.modal-content {
    background-color: var(--background);
}
input {
    background-color: var(--input);
    color: var(--text);
    border-radius: 5px;
    border: 0px;
}
input:focus {
    outline: none;
}

#myInput {
    margin-bottom: 3rem;
}
.table-header th {
    cursor: pointer;
}
.item-container {
    width: 80%;
    margin: 0 auto
}
.item_name {
    cursor: pointer;
    width: 80%;
}
.item_quantity {
    width: 20%;
}
.forItem {
    display: flex;
}
.item-quantity {
    position: absolute;
    right: 40%;
}
.forItem div {
    font-weight: bold;
}
.forItem a {
    text-decoration: none;
    font-weight: bold;
}
h5 span {
    position: absolute;
    right: 40%;
}
h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#modalImageArea {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: var(--input);
    border-radius: 15px;
    display: flex;
    align-items: center;
    /* margin-left: 2rem; */
}
#modalInfoArea {
    width: 70%;
}
#modalImageArea img {
    max-width: 100px;
    max-height: 100px;
    margin: auto;
    display: block;
}



/* Some base classes */
.rounded {
    border-radius: 50%;
}
.soft-edges {
    border-radius: 2rem;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.flexvertical {
    display: flex;
    flex-direction: column;
}

.flexhorizontal {
    display: flex;
    flex-direction: row;
}


#overview-loading {
    height: 100%;
    align-items: center;
}
