.member-grp.full-width {
    width: 100%;
    flex: 100%;
}

.member-grp textarea {
    resize: none;
}
.energy-consuption-tab-wrapper .tab-link {
    background: #03a14c;
    display: inline-block;
    padding:12px 30px 12px 30px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .4s ease;
    font-size: 16px;
    margin-bottom: 0;
    opacity:1;
}
.energy-consuption-tab-wrapper .tab-header {
    margin-bottom: 20px;
}
.energy-consuption-tab-wrapper .tab-link:hover {
    /*background: #525252;*/
     opacity:.7;
}
.energy-consuption-tab-wrapper .tab-link.active {
    /*background: #525252;*/
    opacity:.7;
    cursor: not-allowed;
}
.energy-consuption-tab-wrapper .tab-content {
    display: none;
}

.energy-consuption-tab-wrapper .tab-content.active {
    display: block;
}

.criteria-acc .tab-content_description{
    margin-bottom:20px;
}
.accordion-main .accordion-body h3 {
    margin-bottom: 5px;
    font-weight: 700;
}

.energy-consumption-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px -10px;
}

.energy-consumption-form .form-group {
    padding: 10px 10px;
   width: calc(100% / 6);
    margin-bottom: 5px;
    min-width:200px;
}
@media screen and (max-width:768px){
    .energy-consumption-form .form-group {
    width: 100%;
}
}
.energy-consumption-form .form-group input::placeholder {
    font-size: 14px;
}

.energy-consumption-form .form-group input {
    width: 100%;
    height: 40px;
}
.energy-consuption-tab-wrapper {
    margin-bottom: 55px;
}
.energy-consumption-form .form-group.single-data {
    width: 100%;
}
.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
 .h1rte {
    font-size: 2.5em !important; /* Largest for H1 */
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

 .h2rte {
    font-size: 1.75em !important; /* Slightly smaller for H2 */
    font-weight: bold;
    line-height: 1.3;
    color: #333;
}

 .h3rte {
    font-size: 1.5em !important; /* Smaller for H3 */
    font-weight: bold;
    line-height: 1.4;
    color: #666;
}

 .h4rte {
    font-size: 1.25em !important; /* Even smaller for H4 */
    font-weight: bold;
    line-height: 1.5;
    color: #999;
}