

.air-container {
    padding: 20px 0px;
}

.air-container tr:nth-child(even) td {
    background-color: #f59d85 !important;
    color: #FFF;
}

.air-container tr:nth-child(odd) td {
    background-color: var(--theme-color) !important;
    color: #FFF;
}

/**********************************************************************************/

.sea-container td,.sea-container th{
    text-align: center;
    color: #FFF ;
}
/*******************************/
.sea-container .sea-container-table-type-1 thead tr:nth-child(1) th {
    background-color: var(--secondary-color) !important;
}

.sea-container .sea-container-table-type-1 thead tr:nth-child(2) th {
    background-color:var(--secondary-color-light) !important;
}

.sea-container .sea-container-table-type-1 tbody tr:nth-child(1) td {
    background-color: var(--secondary-color-lighter) !important;
}

/*******************************/
.sea-container .sea-container-table-type-2 thead tr:nth-child(1) th {
    background-color: var(--theme-color) !important;
}

.sea-container .sea-container-table-type-2 thead tr:nth-child(2) th {
    background-color: var(--theme-color-light) !important;
}

.sea-container .sea-container-table-type-2 tbody tr:nth-child(1) td {
    background-color: var(--theme-color-lighter) !important;
}

/* Calculator////////////////////
/* Ensure calculator-container width does not exceed viewport */
.calculator-container {
    max-width: 100%; /* Prevent content from exceeding the viewport */
    margin: 0 auto;
    padding: 0 20px; /* Add padding for better spacing */
    box-sizing: border-box;
    overflow-x: visible; /* Prevent unnecessary horizontal scrolling */
}

.fixed-table {
table-layout: fixed;
width: 100%;
}
.fixed-table th, .fixed-table td , .fixed-table td input{
/*width: 100px; /* Set the width for each column */
}

thead>tr>th {
    background-color: var(--secondary-color) !important; /* Medium blue for headers */
    color:#FFF !important;
    width:100px;
}

tbody {
    background-color: var(--body-color) !important; /* Light cell background */
}

.resources .tab.quote-list-tab .tabs_item
{
    background-color:#fff !important;
}

.resources .tab.quote-list-tab .default-btn
{
    width:250px;
}


.form-control {
    background-color: #FFF !important;
}
.mb-10
{
    margin-bottom: 10px;
}