/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 août 2021, 18:57:39
    Author     : Charles
*/


.swal2-overlay {
  background-color: rgba(255, 247, 193, 0.45);
}

.swal2-modal {
  background-color:white;
  border: 3px solid #FFCA00;
}

.swal2-styled {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #FFCA00;
  font-size: 12px;
  color:black;
}

.swal2-styled.swal2-deny{
  color:black;   
}

.swal2-styled.swal2-confirm{
  color:black;  
} 

.swal2-styled.swal2-cancel{
  color:black;  
} 
