.logo {
    padding: 0;
}

.img {
    width: 150px;
    height: 100px;
}

.titles {
    margin: 2%;
    color: #26619C;
    font-size: 50px;
}

.titles-description{
    margin: 2%;
    color: black;
    font-size: 20px;
}

.subtitles {
    margin: 2%;
    color: #26619C;
    font-size: 35px;
}

.body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

 .nav-tabs > li > a {
    font-size: 20px;
}

.div-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 2%;
    background-color: white;
    margin-bottom: 15px;
    margin-top: 15px;
}

.container {
    width: 100%;
    margin: 2%;
    display: flex;
    flex-direction: row;
    margin-left:0%;
}

.container-1 {
    display: flex;
    flex-direction: row;
    margin-left:0%;
    margin-bottom:20px;
}

.gene-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px 16px;
    margin: 0 1% 16px;
}

.gene-row {
    display: contents;
}

.gene-column {
    padding: 12px 14px;
    box-sizing: border-box;
    border: 1px solid #d7dce0;
    border-radius: 12px;
    background: #f9fbfc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.gene-column select,
.gene-column input {
    width: 100% !important;
}

.row-two{
    width: 98%;
    margin: 1%;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.column-left {
    flex: 0.15;
    padding: 35px;
    padding-right: 30px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-top:20px;
}

.results-section {
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.results-section > div {
    margin-bottom: 18px;
    margin-top: 18px
