.custom-modal{
    position:absolute; 
    top:-14px; 
    right:4px; 
    font-size:2rem; 
    cursor:pointer;
    color: black;
}

    .fixedimg{
        width:60px !important;
        height:60px !important;
        object-fit: contain;
    }

    .main-modal{
        display:none; 
        position:fixed; 
        z-index:9999; 
        left:0; 
        top:0; 
        width:100vw; 
        height:100vh; 
        background:rgba(0,0,0,0.5); 
        align-items:center; 
            justify-content:center;
    }

    .modal-inner{
        background:#fff; padding:20px; border-radius:8px; max-width:90vw; max-height:90vh; position:relative; text-align:center;
    }

    #energyLabelModalImg{
        max-width:80vw !important; 
        max-height:70vh !important;
    }

    #energyLabelModalText{
        margin-top:10px; 
        font-weight:bold;
    }