#mod-custom99  {
    width: 100%;

}

#mod-custom125  {
    width: 100%;

}


.container-header {

background-image: url("/images/headers/permanentmakeup.png?1695753719000") !important;

background-position: center  !important;
  background-repeat: no-repeat  !important;
  background-size: cover  !important;
  
 
}


#snackbar {
  min-width: 250px;
  color: #fff;
  text-align: center;
  border-radius: 2px;

  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.hidden { visibility: hidden; display: none;}

.close_pop_wtc {
  width : 35px;
}


.showwelcome {
  display: inline-block;
  color: white;
  font-family: 'Righteous', serif;
  font-size: 3em; 
  text-shadow: .03em .03em 0 hsla(230,40%,50%,1);
  }
  .showwelcome:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em; left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image:
      linear-gradient(
        45deg,
        transparent 45%,
        hsla(48,20%,90%,1) 45%,
        hsla(48,20%,90%,1) 55%,
        transparent 0
        );
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    animation: shad-anim 15s linear infinite;
    }

