html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100vw;
}

a {
  color: rgb(0, 100, 200);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: rgb(0, 80, 160);
}

label {
  display: block;
}

input,
button,
select,
textarea {
  padding: 0.4em;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

input:disabled {
  color: #ccc;
}

input[type="range"] {
  height: 0;
}

button {
  background-color: #f4f4f4;
  outline: none;
}

button:active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}
.h-100 {
  height: 100% !important;
}
.w-100 {
  width: 100% !important;
}
.max-width {
  margin-left: auto;
  margin-right: auto;
}
.max-width-header-footer {
  margin: auto;
}
@media (max-width: 767px) {
  .max-width {
    max-width: 620px;
    margin: auto;
  }
  .max-width-header-footer {
    max-width: 620px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .max-width {
    max-width: 768px;
  }
  .max-width-header-footer {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .max-width {
    max-width: 992px;
  }
  .max-width-header-footer {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .max-width {
    max-width: 1200px;
  }
  .max-width-header-footer {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .max-width {
    max-width: 1400px;
  }
  .max-width-header-footer {
    max-width: 1400px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  background: transparent;
  overflow: visible;
  width: 3px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #0056d6;
}

::-webkit-scrollbar-thumb:hover {
  background: #0056d6;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
