﻿
.modal-update
{
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    /*background:rgba(128,128,128,0.4);*/
    background:rgba(0,0,0,0.6);
}
.center-update
{
    z-index: 10000;
    margin: 100px auto;
    
    /*padding: 5px; 
    width: 37px;
    background-color: White;
            border-radius: 100px;*/
  
    text-align: center;
    
    /*background:rgba(112,81,246,0.6);*/
}
.center-update img
{
    height: 60px;
    width: 60px;
}


