
/* Onlod page notification code */
.toast{
    background-color: #4a4a4a;
    z-index: 99999;
   }
  .center-div{
    display: flex;
     height: 400px;
    justify-content: space-evenly;
    align-items: end;
  
   }
   /*.title{
    width: 218px
   }*/
   /*.btn{
    height: 50px;
     width: 150px;
     margin-top: 50px;
   }*/

  .t-header{
    color: #cbc7c7;
    position: absolute;
    right: 9px;
    border-bottom: none;
    
   }
   .t-header button{
    background-color: transparent;
    font-size: 18px;
    border: none;
    color: gold;
   }
   .t-header i{
       font-size: 50px;
   }
   .body-t{
    background-color: #303030;
    color: #fff;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    }
    .body-t h2{
        font-size: 29px;
        margin: 12px 0px 0px;
        color: #f5f5f5;
    }
    .body-t img{
        width: 80px;
        padding-right: 15px;
    }
    
    /*.body-t a{
    color: #fcde05;
    }*/
   /*.close{
    color: #14b3ff;
    opacity: 1;
    text-shadow: none;
   }*/
   .toast-detail span{
       color: #7c7c7c;
   }
    .toast-detail{
        font-size: 12px;
        margin: 0px;
        width: 236px;
    }
    .toast-body.body-t:before {
    content: '';
    width: 10px;
    position: absolute;
    background: linear-gradient( 173deg, rgb(241 171 12) 0%, rgb(243 23 225) 40%, rgb(13 231 231));
    height: 97px;
    left: 0px;
    }