﻿.PanelModalclass {
    display: none;
    height: auto;
    width: auto;
}
.modalTitleclass {
    text-align: center
}
.AMPdiv {
    padding: 20px;
    text-align: center
}
.AMPtd {
    text-align: center;
    align-content: center
}
.AMPdiv1 {
    padding: 10px;
}

.alertmessageimage {
    height: 30px;
    width : 30px;    
}
.Alertdisplay{
    display:block;
}

.alertdisplaynone {
    display:none;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000001;
    text-align: center;
}

.overlayclass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.displayoverlay {
    display: none;
}
