.compare-udise-code {
    overflow: hidden;
    transition: max-width 0.3s ease;
    max-width: 0;
    visibility: hidden;
}

.compare-udise-code.open {
    visibility: visible;
    max-width: 150px;
    border-radius: 0rem 0.375rem 0.375rem 0rem !important;
}

.toggle-compare-btn.expanded {
    border-radius: 0rem 0rem 0rem 0rem !important;
}

.mapouter {
    position:relative;
    text-align:right;
    width:100%;
    height:400px;
    
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:100%;
    height:400px;
    
}

.gmap_iframe {
    height:400px!important;
    
}

.blurred {
    filter: blur(3px);
}