@import "mutual.css";
#wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;

}
header {
    background-color: #850D0F;
}
.slogan{
    color: white;
    cursor: pointer;
    width: fit-content;
}
.btn.disabled
{
    color: rgba(73, 80, 87, 0.27);
}
.td-tooltip .tooltip > .tooltip-inner{
    text-align: right;
    min-width: 370px;
}
.add-invoice{
    font-size: 1.5rem;
    color: black;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
.add-invoice-cont{
    display: none;
}
.add-invoice-form li
{
    margin-right: .5rem;
}
#success-action{
    display: none;
}
.modal-sm
{
    --bs-modal-width:350px;
}