@charset "UTF-8";


   #custom-alert {
   	z-index: 99999;
       position: fixed; top: 0; left: 0; width: 100%; height: 100%;
       background: rgba(0, 0, 0, 0.2); display: flex;
       justify-content: center; align-items: center;
   }
   #custom-alert-box {position:relative;
       background: #fff;border-radius: 10px; text-align: center;min-width:300px;min-height:200px;padding: 30px 30px 95px 30px; border-radius: 10px; text-align: center;
       display:flex;align-items:center;justify-content:center;
   }
   #close-alert {position:absolute;left:30px;bottom:30px;width:calc(100% - 60px);}