.msg-box{
    position: absolute;
    width:max-content;
    height:max-content; 
    left: 50%;
    top: 50%;
    z-index: 90;
}

.msg-modal{
    position: fixed;
    overflow: auto; 
    top: 0; 
    left: 0;
    z-index: 100;
    height: 100%;
    width:100%; 
}

.align-right{
    text-align: right;
}

.popup-modal{
    position: fixed;
    overflow: auto; 
    top: 0; 
    left: 0;
    z-index: 50;
    height: 100%;
    width:100%;
    background-color: rgba(0,0,0,0.5);
}

.popup_wrap{
  background-color: white;
  position: absolute;
  margin: auto;
  top: 200px;
  bottom: 150px;
  left: 0;
  right: 0;
}

.pointer {
    cursor: pointer;
}

.table-fixed {
  position: sticky;
  top: 0;  
}



















