@import "mutual.css";
#wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;

}
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;

}
.td-tooltip
{
    min-width: 100px;
}
.td-tooltip .text-truncate
{
    max-width: 250px;
    width: auto;
}
.td-tooltip input
{
    width: 250px;
}