/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*li { list-style: none; }

a,
img,
span,
time,
data,
input,
button,
ion-icon { display: block; }*/

a {
  color: inherit;
  text-decoration: none;
}

.activ
{
  color: orangered;
}

img { height: auto; }

/*input,
button {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
}*/

input { width: 100%; }

input::-webkit-search-cancel-button { display: none; }

button { cursor: pointer; }

ion-icon { pointer-events: none; }

/*html {
  font-family: var(--ff-work-sans);
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--xiketic);
  color: var(--white-1);
  font-size: 1.6rem;
  line-height: 1.5;
}*/


::-webkit-scrollbar { 
  width: 5px; 
}

::-webkit-scrollbar:horizontal {
  height: 5px;
}

::-webkit-scrollbar-track { background-color: transparent; }

::-webkit-scrollbar-thumb { background-color: rgb(177, 177, 177); border-radius: 50px;}


/* Hide horizontal scrollbar */
html, body {
  overflow-x: hidden;
}