* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

html {
  width: 100%;
  zoom: 0.9;
  min-width: 360px;
  text-wrap: nowrap;
}


body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/images/bg.jpg");
  background-size:cover;
}

.scrollblock::-webkit-scrollbar {
  height: 6px;
}

.scrollblock::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 3px;
}

.text_hover:hover {
  color: #e75539;
}

.borderTop {
  border-top: 2px solid #e75539 !important;
  color: #e75539;
}

.borderTop i::before {
  color: #e75539;
}

.textarea {
  overflow-x: "hidden";
  resize: "none";
}