@font-face {
  font-family: 'Gill Sans';
  src: local('GillSans-Light'), local('GillSans-Light'), url('../fonts/GillSans-Light.woff2') format('woff2'), url('../fonts/GillSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: local('GillSans-Bold'), local('GillSans-Bold'), url('../fonts/GillSans-Bold.woff2') format('woff2'), url('../fonts/GillSans-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: local('GillSans-Medium'), local('GillSans-Medium'), url('../fonts/GillSans-Medium.woff2') format('woff2'), url('../fonts/GillSans-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: 'Gill Sans', sans-serif;
}
html {
  font-size: 16px;
}
body {
  font-size: 14px;
}
small,
.small,
.badge,
.tooltip,
.popover,
.dropdown-menu,
.dropdown-item,
.form-label,
.form-check-label,
.form-text,
.invalid-feedback,
.valid-feedback,
.form-control,
.form-select,
.bootstrap-select > .dropdown-toggle,
.table,
.pagination,
.breadcrumb,
.accordion-button,
.modal,
button,
input,
select,
textarea {
  font-size: 14px !important;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-orange {
  color: #333 !important;
}
.text-blue {
  color: #333 !important;
}
.text-white {
  color: #fff !important;
}
.background-sand {
  background-color: #F4EFE9 !important;
}
.background-blue {
  background-color: #939598 !important;
  border-radius: 2px;
}
.form-label {
  color: #333 !important;
}
.background-orange {
  background-color: #333 !important;
}
.background-warmGrey {
  background-color: #333 !important;
}
input.error,
textarea.error {
  border: 2px solid red;
}
.ivecopuan-button {
  background-color: #333 !important;
  border-color: #808080 !important;
  color: #fff !important;
}
.ivecopuan-button:hover {
  background-color: #1554ff !important;
  border-color: #1A3140 !important;
  color: #FFF !important;
}
.ivecopuan-button:hover * {
  color: #FFF !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1554FF !important;
  border-color: #1554FF !important;
  color: #FFF !important;
}
.btn-primary:hover *,
.btn-primary:focus * {
  color: #FFF !important;
}
.app-button,
.iclubpuan-button {
  background-color: #1554FF !important;
  border-color: #808080 !important;
  color: #FFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  line-height: 1em !important;
}
.app-button:hover,
.iclubpuan-button:hover {
  background-color: #1554FF !important;
  border-color: #808080 !important;
  color: #FFF !important;
}
.app-button:hover *,
.iclubpuan-button:hover * {
  color: #FFF !important;
}
.app-button.bg-white,
.iclubpuan-button.bg-white {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #002373 !important;
}
.app-button.bg-white:hover,
.iclubpuan-button.bg-white:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
a {
  text-decoration: none !important;
}
footer {
  min-height: 200px;
}
.form-control:focus,
.form-check-input:checked,
.form-check-input:focus {
  border-color: #1A3140 !important;
  box-shadow: 0 0 0 0.15rem rgba(21, 84, 255, 0.2) !important;
  border-radius: 10px;
}
.form-check-input:checked {
  background-color: #1554FF !important;
  border-color: #1554FF;
}
.button-loading {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #FFF !important;
}
.logo-text {
  color: #fff !important;
  font-size: 2.5em !important;
  margin-bottom: 0 !important;
}
.logo-text .red {
  color: #1554FF !important;
}
