table#resultTable thead th {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    background: #1E58B8;
    color: #fff;
}
table#resultTable td {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
}
@media(max-width:767px){
    table#resultTable thead th {
        font-size: 10px;
        line-height: 18px;
        padding: 6px 6px;
    }
    
    table#resultTable td {
        font-size: 10px;
        padding: 4px;
    }
}
@media(min-width:371px) and (max-width:767px){
    table#resultTable thead th {
        font-size: 14px;
    }
    
    table#resultTable td {
        font-size: 12px;
    }
}
.table-div {
    height: 300px !important;
    overflow: auto;
}

.input-main-div {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.input-main-div .input-group {
    width: 100%;
}

.tenure-container{
    display: flex;
    gap:20px;
}
.tenure-container input, .tenure-container select{
    width:100% !important;
}

@media(max-width:525px){
    .input-main-div{
        flex-direction:column;
        gap:10px;
    }
}