@import url(mainstyle.css);

*{
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box; 
}
.btn-close {
    background-image: unset;
}
a{
    color: inherit;
    text-decoration: none;
} 

.letter-space{
   letter-spacing: 5px;
}

[data-SantaBuzz-theme="light"] .count-img{
  background-color: #8e141e;
  background-position: center;
  background-size: cover;
}
[data-SantaBuzz-theme="dark"] .count-img{
  background-color: #282828;
  background-position: center center;
  background-size: cover;
}


[data-SantaBuzz-theme="light"] .timer-bg{
  background: linear-gradient(to bottom,  rgba(108, 26, 33, 0.7), rgba(122, 31, 39, 0.3)), url('../../assets/images/mainbg1.png') no-repeat;
  background-position: center;
  background-size: cover;
}

[data-SantaBuzz-theme="dark"] .timer-bg{
  background: linear-gradient(to bottom,  rgba(30, 30, 30, 0.4), rgba(30, 30, 30, 0.4)), url('../../assets/images/mainbg2.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.time-main{
  display: flex;
  justify-content: space-evenly;
}

::placeholder{
  color: var(--input-text) !important;
}
.error{
    color: red;
} 
#newslettermain div.error{
    position: absolute;
    bottom: -25px;
    background-color: white; 
}