.dim-light-backdrop{

    position:fixed;

    top:0;

    right:0;

    bottom:0;

    left:0;

    z-index:1100;

    background-color:#000;

    opacity:.15;

    filter:alpha(opacity=80)

}

#noty_bottomLeft_layout_container,
#noty_bottomLeft_layout_container > li,
#noty_bar, #noty_type_warning{
    width: 400px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f6c544 !important;
    border-radius: 25px;
}


.noty_type_warning .noty_text {
  font-size: 20px;
  line-height: 22px;
  color: black;
}

.noty_type_warning .noty_text a {
  color: black;
}

@media (max-width: 980px) {
  .non-mobile {
    display: none;
  }

  .mobile {
    display: block !important;
  }

  #noty_bottomLeft_layout_container,
  #noty_bottomLeft_layout_container > li,
  #noty_bar, #noty_type_warning{
      width: 97% !important;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px;
      background-color: #f6c544 !important;
      border-radius: 5px;
      left :1.5% !important;
  }
}