/* ================= RESET CSS ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  line-height: 1.5 !important;
  overflow-x: hidden;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  background: #fff;
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: Lato, sans-serif !important;
}
input:hover,
select:hover,
textarea:hover {
  box-shadow: none !important;
}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 92vw !important;
}
a {
  text-decoration: none;
  color: black;
}
.fs-7 {
  font-size: 0.875rem;
}

.fs-8 {
  font-size: 0.8125rem;
}

.fs-9 {
  font-size: 0.75rem;
}

.fs-10 {
  font-size: 0.6875rem;
}

.fs-11 {
  font-size: 0.625rem;
}

.fs-12 {
  font-size: 0.5625rem;
}

.text-justify {
  text-align: justify;
}

.primary-color {
  color: #264c5d;
}
.color-2 {
  color: #8b5b19;
}
.text-color {
  color: #888;
}

.bg-primary-bold {
  background-color: #4c76b2 !important;
}
.border {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.cursor-pointer {
  cursor: pointer;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}

.btn-border {
  background: #fff;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  color: #264c5d;
  border: 1px solid #264c5d;
  text-transform: uppercase;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 161px;
  height: 39px;
  line-height: 37px;
  font-weight: bold;
}
.btn-border:hover {
  background-color: #264c5d;
  color: white;
}

.box-shadow {
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 5px !important;
  box-shadow: none !important;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: none !important;
  border-radius: 4px !important;
  background-color: #264c5d !important;
}

.button,
button {
  margin-right: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

td:first-child,
th:first-child {
  padding-left: 10px !important;
}