

/* Start:/local/templates/savingsim_new/components/pensionreserve/pif.cost/archive/style.css?17606161151556*/
.header-content {
    padding: 20px;
    background-color: #f8f9fa;
    border-bottom: 2px solid rgba(82, 100, 138, 1);
}

.table-container {
    padding: 20px;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    border: 1px solid #dee2e6;
    padding: 12px;
    text-align: left;
}
.container-btns {
    display: flex;
    gap: 10px;
}
.btn-scha{
    width: 100%;
    display: flex;
    outline: 1px solid rgba(82, 100, 138, 1);
    height: 50px;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #151515;
}
.btn-scha-select{
    background:rgba(82, 100, 138, 1);
    font-weight: 600;
    color: #fff;
}
.data-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.data-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.mobile-layout {
    display: none;
}

.mobile-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px;
}

.mobile-row:nth-child(even) {
    background-color: #f2f2f2;
}

.mobile-row:nth-child(odd) {
    background-color: #ffffff;
}

.mobile-col {
    flex: 1;
    margin-right: 10px;
}

.mobile-col:last-child {
    margin-right: 0;
}

@media (max-width: 1023.98px) {
    .data-table {
        display: none;
    }

    .mobile-layout {
        display: block;
    }
    .table-container {
        font-size: 12px;
    }
    .header-content {
        font-size: 14px;
        text-align: center;
    }
    .btn-scha {
        font-size: 13px;
    }
}

/* End */
/* /local/templates/savingsim_new/components/pensionreserve/pif.cost/archive/style.css?17606161151556 */
