* {
  padding: 0px;
  margin: 0px; 
}
/* @media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
} */
input,
button,
textarea,
select {
  outline: none !important;
  box-shadow: none !important;
}
input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.fz-14-light {
  font-size: 14px;
  color: #858585;
}
.fz-12-dark {
    font-size: 12px;
    color: #676767;
  }
.fz-14-dark {
  font-size: 14px;
  color: #676767;
}
.fz-14-dark-b {
  font-size: 14px;
  color: #676767;
  font-weight: bold;
}
.fz-16-light {
  font-size: 16px;
  color: #676767;
}
.fz-16-dark-b {
    font-size: 16px;
    color: #676767;
    font-weight: bold;
  }
.fz-16-wh-b {
  font-size: 16px;
  color: white;
  font-weight: bold;
}
.fz-16-wh {
  font-size: 16px;
  color: white;
}
.fz-24-wh-b {
  font-size: 24px;
  color: white;
  font-weight: bold;
}
.fz-14-wh {
  font-size: 14px;
  color: white;
}
.title-blue {
  color: #1f2677;
  font-size: 35px;
  font-weight: bold;
}
.title-blue-first {
  border-bottom: 2px solid #e70012;
}
.title-gray {
  font-size: 24px;
  color: #9c9c9c;
  margin-left: 4px;
}
.title-white-big {
  color: white;
  font-size: 35px;
  font-weight: bold;
}
.title-white-sm {
  color: white;
  font-size: 24px;
  margin-left: 4px;
}
.title-blue-slzb {
  color: #1f2677;
  font-size: 25px;
}
/* body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */
