.drupal-message {
   
    
        box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1) !important;
    bottom: 50% !important;
    left: 50% !important;
    width: 30% !important;
    max-height: 50% !important;
    color: green !important;
    overflow: hidden !important;
  
    
}



.drupal-message .close {
   
    top: 10% !important;
  
    right: 10px !important;
    color: red !important;
    font-size: 20px !important;
  
 
}

.close {
    
    color: #000 !important;
    
    opacity: 1 !important;
   
}

.drupal-message .messages__wrapper {
   
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}



.c-status-message__text ul{
      line-height: 22px;
    font-size: 12px !important;
}

.c-status-message__close{
  top:10% !important;
  font-size: 20px;
}


