:root {
    --input-padding-x: 1.2rem;
    --input-padding-y: .65rem;
}

/* reset */
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
h1,
h1,
h3,
h4,
h5,
h5,
p {
  padding: 0px;
  margin: 0px;
}
p {
  line-height: 1.5;
}
a,
a:hover,
a:focus,
a:active,
input[type="button"],
input[type="text"],
input[type="search"],
input[type="password"],
button,
button:focus,

html{
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
  font-size: 14px;
  scrollbar-width: none;
  overflow-y: auto;
}
body::-webkit-scrollbar {
  height: 0.8rem;
  width: 0.8rem;
}
body::-webkit-scrollbar-track {
  /*background*/
  background-color: rgba(209, 213, 219, 0.5);
  /* border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem; */
}
    body::-webkit-scrollbar-thumb {
        /*color*/
        background: #2959F0;
        /*TET*/
        /*background: #710014;*/
        /* border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem; */
    }

.scrollbar-style {
    scrollbar-width: none;
    overflow-y: auto;
    padding-right: 12px;
  }
  
  .scrollbar-style::-webkit-scrollbar {
    height: 0.45rem;
    width: 0.45rem;
  }
  
  .scrollbar-style::-webkit-scrollbar-track {
    /* background */
    background-color: rgba(14, 126, 216, 0.11);
  }
  
  .scrollbar-style::-webkit-scrollbar-thumb {
    /*color*/
    background-color: rgba(88, 104, 255, 0.6);
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}
  