.winquote-notif{
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 5px 15px 0px #dedede;
  box-shadow: 0px 5px 15px 0px #dedede;
}

.modal-header-winquote{
  text-align:center;
  background-color: #f7f7f7;
}
.modal-title-winquote{
  font-size: 2rem;
  font-weight: 600;
  color:#3f5965;
  padding-top: 15px;
}
.modal-body-winquote{
  text-align:center;
  background-color: #f7f7f7;
}
.modal-footer-winquote{
  background-color: #f5c229;
  color:#3f5965;
  margin-bottom: 15px;
}
.modal-footer-text{
  text-align: center;
  padding: 15px 0;
}

.modal-footer-text-first{
  font-size: 2rem!important;
  font-weight: 400!important;
}

.modal-footer-text{
  font-size: 2.5rem!important;
  font-weight: 700!important;
}

#toast-container .toast {
background-image: none !important;
}




.custom-launcher
{
    background-color: #f7f7f7!important;
    padding-left: 15px!important
}

.custom-toast
{
    background-color: #2f96b4!important;
	 padding: 15px!important,
	text-align: center;

}
#toast-container >.toast-info {
/*   background-color: #f7f7f7!important;
    padding-left: 15px!important*/
}




#toast-container > div {
   opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}