.techno-cgpc-plan,
.techno-cgpc-plan * {
    box-sizing: border-box;
}

.techno-cgpc-plan {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    background: #fff;
    color: #222;
}

.techno-cgpc-dashboard-plan-list-thead {
    background-color: #333;
    color: white;
}

.techno-cgpc-dashboard-plan-list td {
    vertical-align: middle;
}

#techno-cgpc-plan-name-main {
    margin: 0 auto;
    background: #f2f2f2;
    padding: 20px;
}

#techno-cgpc-plan-name label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.techno-cgpc-plan h1 {
    font-size: 1.6rem;
    margin-bottom: 14px;
}

.techno-cgpc-plan .techno-cgpc-step {
    margin: 16px 0;
    border: 1px solid #d6d6d6;
}

.techno-cgpc-plan .techno-cgpc-step h2 {
    margin: 0;
    padding: 10px;
    background: #f2f2f2;
    font-weight: 700;
    font-size: 1.3rem;
}

.techno-cgpc-plan table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-block-end: 0px;
}

.techno-cgpc-plan th,
.techno-cgpc-plan td {
    border: 1px solid #d6d6d6;
    padding: 6px 8px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.techno-cgpc-plan th {
    background: #fafafa;
    text-align: center;
}

.techno-cgpc-plan td.txt {
    text-align: left;
}

.techno-cgpc-plan td.num,
.techno-cgpc-plan th.num {
    text-align: right;
}

.techno-cgpc-plan input, 
.techno-cgpc-plan select {
    width: 100%;
    height: 32px;
    padding: 4px 6px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    font-size: 0.95rem;
    background: #fff;
    color: #222;
}

.techno-cgpc-plan input[type="number"], 
.techno-cgpc-plan input[type="text"] {
    text-align: right;
    font-size: 1rem;
    line-height: 1.5;
}

.techno-cgpc-plan input[type="checkbox"] {
    width: auto;
    height: auto;
    transform: scale(1.2);
    margin: 0;
}

.techno-cgpc-plan input[disabled], 
.techno-cgpc-plan select[disabled] {
    border: none !important;
    background: transparent !important;
}

.techno-cgpc-plan .techno-cgpc-cols-2 col.techno-cgpc-colL {
    width: 40%;
}
.techno-cgpc-plan .techno-cgpc-cols-2 col.techno-cgpc-colR {
    width: 60%;
}

.techno-cgpc-plan .techno-cgpc-cols-3 col.techno-cgpc-col1 {
    width: 40%;
}
.techno-cgpc-plan .techno-cgpc-cols-3 col.techno-cgpc-colN {
    width: 30%;
}

.techno-cgpc-plan .techno-cgpc-val {
    display: inline-block;
    min-width: 0;
    font-family: "Arial", Sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.techno-cgpc-plan .techno-cgpc-cta {
    display: inline-block;
    padding: 8px 14px;
    background: #1976d2;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #155a9c;
    font-weight: 600;
}

.techno-cgpc-plan .techno-cgpc-cta:hover {
    background: #155a9c;
}

.techno-cgpc-plan .techno-cgpc-total-row th,
.techno-cgpc-plan .techno-cgpc-total-row td {
    background: #e8e8e8;
    font-weight: bold;
}

.techno-cgpc-step4 th,
.techno-cgpc-step4 td {
    /*font-weight: bold;*/
}

.techno-cgpc-actions-btn {
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: center;
    /*margin-top: 20px;*/
}

.techno-cgpc-dashboard-btn {
    background-color: #088634 !important;
    font-family: "Caveat", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 8px 25px !important;
    text-decoration: none !important;
    display: inline-block;
    border: none !important;
}

@media screen and (max-width: 572px){
    .techno-cgpc-actions-btn {
        text-align: center;
        display: flex;
        gap: 5px;
        justify-content: center;
        flex-direction: column;
    }
    .techno-cgpc-plan td.txt {
    text-align: left;
    font-size: 0.7rem;
}
}