.cookie-toast {
    display: flex; 
    flex-direction: column;
    position: fixed;
    z-index: 20001;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    color: black;
    background-color: white !important;
    font-family:'Kanit';
    font-style: normal;
}
.cookie-toast-header{
    color: black !important;
    font-family:'Kanit';
    font-style: normal;
}
.cookie-toast-overlay{
    position:fixed;
    background:#000;
    opacity:.3;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 20000;
  }