/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 10, 2026, 7:57:06 PM
    Author     : devops
*/
.zoom-container {
    overflow: auto;
    /*display: flex;
    justify-content: center;
    align-items: center; */
    width:100%;
    /*height:250px;*/

}
.zoom-img {

    overflow: auto;
    cursor: zoom-in;
    transition: transform 0.3s ease-in-out;
    transform-origin: top left;
    width: 100%;
    /*  height: 250px; */
}

