html {
    background-color: #f8f9fa;
}

html,
body {
    height: 100vh;
}

.plot {
    width: 100%;
    height: 50vh;
}

.container-plot {
    width: 100%;
    min-height: 50vh;
}

.container {
    font-family: arial;
    /*font-size: 1rem;*/
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    height: min-content;
    /*outline: dashed 1px black;*/
    /* Center child horizontally*/
    display: flex;
    justify-content: center;
}

.child {
    width: max-content;
    height: max-content;
    /*background-color: rgb(255, 247, 0);*/
}

table tr:first-child td {
    border-bottom: 2px solid black;
}

table tr td:first-child {
    border-right: 2px solid black;
}

.navbar,
.navbar-menu {
    background-color: #ac0033;
    color: #fff;
}

.navbar-item {
    color: #fff;
}

.small-txt-logo {
    font-size: 0.875em;
    line-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-item img {
    max-height: none;
}

.navbar a:hover {
    background-color: #850028;
    color: #fff;
    font-weight: bold;
}

.navbar-item a:hover {
    background-color: #850028;
    color: #fff;
    font-weight: bold;
}

.navbar-burger {
    color: #fff;
}

.navbar a:active,
.navbar-item a:active {
    color: #fff;
    background-color: #850028;
}

.navbar a:focus,
.navbar-item a:focus {
    color: #fff;
    font-weight: bold;
}

.custom-footer {
    background-color: #333;
    color: #fff;
}

.custom-footer strong {
    color: #fff;
}

.table.is-borderless td,
.table.is-borderless th {
    border: 0;
}

.grey-bg {
    background-color: rgb(204, 204, 204);
    font-weight: bold;
}

.highlighted-bg {
    background-color: #80ffd9;
    font-weight: bold;
}

.arrow {
    color: black;
    font-weight: bold;
}

.table td {
    /*min-width: 3em;
    min-height: 3em;*/
    width: 40px;
    height: 40px;
    font-size: small;
}

.innertable {
    width: 3rem;
    height: 3rem;
}

.seq {
    width: 100%;
}

.alignment-card {
    min-width: 40%;
}

.alignmentItem:hover {
    transform: scale(1.05);
    /*transition: transform 0.3s ease;*/
    background-color: #f5f5f5;
    transition: background-color 0.3s ease;
}

.alignmentItem.selected {
    background-color: #f5f5f5 !important;
}
.alignmentItem span {
    letter-spacing: 0.2rem;
}


.card {
    width: 100%;
    max-width: 800px;
}
