@font-face {
  font-family: 'Buenard';
  src: url('fonts/Buenard-Regular.ttf');
}

@font-face {
  font-family: 'SourceSans3';
  src: url('fonts/SourceSans3-Regular.ttf');
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ck.ck-content ul,
.ck.ck-content ul li {
  list-style-type: inherit;
}

.ck.ck-content ul {
  /* Default user agent stylesheet, you can change it to your needs. */
  padding-left: 40px;
}

.ck.ck-content ol,
.ck.ck-content ol li {
  list-style-type: decimal;
}
.ck.ck-content ol {
  /* Default user agent stylesheet, you can change it to your needs. */
  padding-left: 40px;
}

audio {
  width: 100%;
}

audio::-webkit-media-controls-enclosure {
  border-radius: 4px;
}

/* React Phone Input CSS */
input[type='tel'] {
  height: 50px;
  font-size: 16px;
  font-family: 'SourceSans3', sans-serif;
  color: #4d4d4d;
  padding: 0.825rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  &:focus {
    border-color: #666666;
  }
}

/* Announcekit css */
.announcekit-booster-bar {
  top: 120px !important;
  background-color: 'red' !important;
  z-index: 1000 !important;
}

.announcekit-widget-badge {
  position: absolute !important;
  top: -1px !important;
  right: -1px !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
}
