/* Forms */
form label {
  font-weight: normal;
}

textarea {
  resize: vertical;
}

select {
  border: 1px solid #32593e;
  border-radius: 6px;
  outline: none;
}

.label {
  font-weight: normal;
}

label.required:after {
  content: "*";
  font-size: 0.8em;
  margin: 0.3em;
  position: relative;
  top: -2px;
}

.form-group {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.form-control {
  /* border-color: rgba(0, 0, 0, 0.09); */
  border-color: rgba(0, 0, 0, 0.4);
}

.form-control:not(.form-control-lg) {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.85;
}

.form-control.form-control-focused {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #32593e;
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #32593e;
}

.form-control.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.form-select.form-select-icon-light {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}

.page-link {
  border-color: rgba(0, 0, 0, 0.06);
}

.input-group .form-control {
  height: auto;
}

.input-group-rounded .form-control {
  border-radius: 2rem 0rem 0rem 2rem;
  border: 0;
  padding-left: 16px;
  padding-left: 1rem;
}

.input-group-rounded .btn {
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 0rem 2rem 2rem 0rem;
  font-size: 11.2px;
  font-size: 0.7rem;
  padding: 13.92px;
  padding: 0.87rem;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  z-index: 3;
}

/* Form - iOS Override */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

/* Placeholder Light */
.form-placeholders-light .form-control::-webkit-input-placeholder,
.form-placeholders-light input[type="text"]::-webkit-input-placeholder,
.form-placeholders-light input[type="password"]::-webkit-input-placeholder,
.form-placeholders-light input[type="datetime"]::-webkit-input-placeholder,
.form-placeholders-light input[type="datetime-local"]::-webkit-input-placeholder,
.form-placeholders-light input[type="date"]::-webkit-input-placeholder,
.form-placeholders-light input[type="month"]::-webkit-input-placeholder,
.form-placeholders-light input[type="time"]::-webkit-input-placeholder,
.form-placeholders-light input[type="week"]::-webkit-input-placeholder,
.form-placeholders-light input[type="number"]::-webkit-input-placeholder,
.form-placeholders-light input[type="email"]::-webkit-input-placeholder,
.form-placeholders-light input[type="url"]::-webkit-input-placeholder,
.form-placeholders-light input[type="search"]::-webkit-input-placeholder,
.form-placeholders-light input[type="tel"]::-webkit-input-placeholder,
.form-placeholders-light input[type="color"]::-webkit-input-placeholder,
.form-placeholders-light textarea::-webkit-input-placeholder {
  color: #FFF;
}

.form-placeholders-light .form-control::-moz-placeholder,
.form-placeholders-light input[type="text"]::-moz-placeholder,
.form-placeholders-light input[type="password"]::-moz-placeholder,
.form-placeholders-light input[type="datetime"]::-moz-placeholder,
.form-placeholders-light input[type="datetime-local"]::-moz-placeholder,
.form-placeholders-light input[type="date"]::-moz-placeholder,
.form-placeholders-light input[type="month"]::-moz-placeholder,
.form-placeholders-light input[type="time"]::-moz-placeholder,
.form-placeholders-light input[type="week"]::-moz-placeholder,
.form-placeholders-light input[type="number"]::-moz-placeholder,
.form-placeholders-light input[type="email"]::-moz-placeholder,
.form-placeholders-light input[type="url"]::-moz-placeholder,
.form-placeholders-light input[type="search"]::-moz-placeholder,
.form-placeholders-light input[type="tel"]::-moz-placeholder,
.form-placeholders-light input[type="color"]::-moz-placeholder,
.form-placeholders-light textarea::-moz-placeholder {
  color: #FFF;
}

.form-placeholders-light .form-control:-ms-input-placeholder,
.form-placeholders-light input[type="text"]:-ms-input-placeholder,
.form-placeholders-light input[type="password"]:-ms-input-placeholder,
.form-placeholders-light input[type="datetime"]:-ms-input-placeholder,
.form-placeholders-light input[type="datetime-local"]:-ms-input-placeholder,
.form-placeholders-light input[type="date"]:-ms-input-placeholder,
.form-placeholders-light input[type="month"]:-ms-input-placeholder,
.form-placeholders-light input[type="time"]:-ms-input-placeholder,
.form-placeholders-light input[type="week"]:-ms-input-placeholder,
.form-placeholders-light input[type="number"]:-ms-input-placeholder,
.form-placeholders-light input[type="email"]:-ms-input-placeholder,
.form-placeholders-light input[type="url"]:-ms-input-placeholder,
.form-placeholders-light input[type="search"]:-ms-input-placeholder,
.form-placeholders-light input[type="tel"]:-ms-input-placeholder,
.form-placeholders-light input[type="color"]:-ms-input-placeholder,
.form-placeholders-light textarea:-ms-input-placeholder {
  color: #FFF;
}

/* Form - Bootstrap Override */
.btn-lg,
.btn-group-lg>.btn {
  line-height: 1.334;
}

.input-group-btn .btn {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

select.form-control-sm,
select.form-control-lg {
  line-height: 1;
  height: auto !important;
}

.custom-select-1 {
  position: relative;
}

.custom-select-1 select {
  line-height: 1;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select-1 select::-ms-expand {
  display: none;
}

.custom-select-1.custom-select-1-icon-light select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}

/* Custom Checkbox */
.custom-checkbox-1 {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}

.custom-checkbox-1.form-check .form-check-input {
  margin-left: 0;
}

.custom-checkbox-1.form-check .form-check-label {
  padding-left: 0;
}

.custom-checkbox-1.checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .custom-checkbox-1.checkbox-inline {
  margin-top: 7px;
  padding-top: 0;
}

.custom-checkbox-1:last-child,
.custom-checkbox-1:last-of-type {
  margin-bottom: 0;
}

.custom-checkbox-1 input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.custom-checkbox-1 input[type="checkbox"]:checked+label:after {
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: '\F00C';
  top: 50%;
  left: 4px;
  margin-top: -5px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333;
}

.custom-checkbox-1 input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

.custom-checkbox-1 input[type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

.custom-checkbox-1 input[type="checkbox"]:disabled+label {
  cursor: not-allowed;
}

.custom-checkbox-1 input[type="checkbox"]:disabled+label:before {
  background-color: #eee;
}

.custom-checkbox-1 label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}

.custom-checkbox-1 label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #dadada;
  background-color: #fff;
}

.custom-checkbox-1 label+label.error {
  display: block;
}

.custom-checkbox-1.checkbox-custom-transparent label:before {
  background-color: transparent;
}

.custom-checkbox-1.checkbox-custom-transparent input[type="checkbox"]:checked+label:after {
  color: #FFF;
}

.custom-checkbox-1.checkbox-custom-transparent input[type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

/* Custom Checkbox Switch */
.custom-checkbox-switch {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 50px;
  height: 26px;
  background-color: #CCC;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  cursor: pointer;
  transition: ease all 300ms;
}

.custom-checkbox-switch:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0);
  transition: ease left 300ms;
}

.custom-checkbox-switch:checked {
  border-color: #CCC;
}

.custom-checkbox-switch:checked:after {
  left: 27px;
}

.bootstrap-timepicker-widget input {
  border: 0;
}

.bootstrap-timepicker-widget table td input {
  width: 40px;
}

.fileupload .btn {
  line-height: 20px;
  margin-left: -5px;
}


/* Forms Validations */
label.valid {
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  color: #c10000;
  font-size: 0.7em;
  line-height: 18px;
  padding: 5px 0 0;
}

label.error#captcha-error {
  margin-top: 15px;
}

.form-errors-light .form-control.error {
  border-color: #FFF;
}

.form-errors-light label.error {
  color: #FFF;
}

/* End Forms Validations */


/* Font Size */
.text-0 {
  font-size: .7em !important;
}

.text-1 {
  font-size: .8em !important;
}

.text-2 {
  font-size: .9em !important;
}

.text-2-3,
.text-2-5 {
  font-size: .95em !important;
}

.text-3 {
  font-size: 1em !important;
}

.text-3-4,
.text-3-5 {
  font-size: 1.1em !important;
}

.text-4 {
  font-size: 1.2em !important;
}

.text-4-5 {
  font-size: 1.35em !important;
}

.text-5 {
  font-size: 1.50em !important;
}

.text-5-6,
.text-5-5 {
  font-size: 1.65em !important;
}

.text-6 {
  font-size: 1.80em !important;
}

.text-6-7,
.text-6-5 {
  font-size: 1.9em !important;
}

.text-7 {
  font-size: 2em !important;
}

.text-8 {
  font-size: 2.30em !important;
}

.text-9 {
  font-size: 2.50em !important;
}

.text-10 {
  font-size: 2.75em !important;
}

.text-11 {
  font-size: 3em !important;
}

.text-12 {
  font-size: 3.5em !important;
}

.text-12-13,
.text-12-5 {
  font-size: 3.75em !important;
}

.text-13 {
  font-size: 4em !important;
}

.text-14 {
  font-size: 4.5em !important;
}

.text-15 {
  font-size: 5em !important;
}

.text-16 {
  font-size: 5.33em !important;
}

.text-17 {
  font-size: 5.66em !important;
}

.text-18 {
  font-size: 6em !important;
}

.text-19 {
  font-size: 6.33em !important;
}

.text-20 {
  font-size: 6.66em !important;
}

@media (min-width: 576px) {
  .text-sm-0 {
    font-size: .7em !important;
  }

  .text-sm-1 {
    font-size: .8em !important;
  }

  .text-sm-2 {
    font-size: .9em !important;
  }

  .text-sm-2-3,
  .text-sm-2-5 {
    font-size: .95em !important;
  }

  .text-sm-3 {
    font-size: 1em !important;
  }

  .text-sm-3-4,
  .text-sm-3-5 {
    font-size: 1.1em !important;
  }

  .text-sm-4 {
    font-size: 1.2em !important;
  }

  .text-sm-4-5 {
    font-size: 1.35em !important;
  }

  .text-sm-5 {
    font-size: 1.50em !important;
  }

  .text-sm-5-6,
  .text-sm-5-5 {
    font-size: 1.65em !important;
  }

  .text-sm-6 {
    font-size: 1.80em !important;
  }

  .text-sm-6-7,
  .text-sm-6-5 {
    font-size: 1.9em !important;
  }

  .text-sm-7 {
    font-size: 2em !important;
  }

  .text-sm-8 {
    font-size: 2.30em !important;
  }

  .text-sm-9 {
    font-size: 2.50em !important;
  }

  .text-sm-10 {
    font-size: 2.75em !important;
  }

  .text-sm-11 {
    font-size: 3em !important;
  }

  .text-sm-12 {
    font-size: 3.5em !important;
  }

  .text-sm-12-13,
  .text-sm-12-5 {
    font-size: 3.75em !important;
  }

  .text-sm-13 {
    font-size: 4em !important;
  }

  .text-sm-14 {
    font-size: 4.5em !important;
  }

  .text-sm-15 {
    font-size: 5em !important;
  }

  .text-sm-16 {
    font-size: 5.33em !important;
  }

  .text-sm-17 {
    font-size: 5.66em !important;
  }

  .text-sm-18 {
    font-size: 6em !important;
  }

  .text-sm-19 {
    font-size: 6.33em !important;
  }

  .text-sm-20 {
    font-size: 6.66em !important;
  }
}

@media (min-width: 768px) {
  .text-md-0 {
    font-size: .7em !important;
  }

  .text-md-1 {
    font-size: .8em !important;
  }

  .text-md-2 {
    font-size: .9em !important;
  }

  .text-md-2-3,
  .text-md-2-5 {
    font-size: .95em !important;
  }

  .text-md-3 {
    font-size: 1em !important;
  }

  .text-md-3-4,
  .text-md-3-5 {
    font-size: 1.1em !important;
  }

  .text-md-4 {
    font-size: 1.2em !important;
  }

  .text-md-4-5 {
    font-size: 1.35em !important;
  }

  .text-md-5 {
    font-size: 1.50em !important;
  }

  .text-md-5-6,
  .text-md-5-5 {
    font-size: 1.65em !important;
  }

  .text-md-6 {
    font-size: 1.80em !important;
  }

  .text-md-6-7,
  .text-md-6-5 {
    font-size: 1.9em !important;
  }

  .text-md-7 {
    font-size: 2em !important;
  }

  .text-md-8 {
    font-size: 2.30em !important;
  }

  .text-md-9 {
    font-size: 2.50em !important;
  }

  .text-md-10 {
    font-size: 2.75em !important;
  }

  .text-md-11 {
    font-size: 3em !important;
  }

  .text-md-12 {
    font-size: 3.5em !important;
  }

  .text-md-12-13,
  .text-md-12-5 {
    font-size: 3.75em !important;
  }

  .text-md-13 {
    font-size: 4em !important;
  }

  .text-md-14 {
    font-size: 4.5em !important;
  }

  .text-md-15 {
    font-size: 5em !important;
  }

  .text-md-16 {
    font-size: 5.33em !important;
  }

  .text-md-17 {
    font-size: 5.66em !important;
  }

  .text-md-18 {
    font-size: 6em !important;
  }

  .text-md-19 {
    font-size: 6.33em !important;
  }

  .text-md-20 {
    font-size: 6.66em !important;
  }
}

@media (min-width: 992px) {
  .text-lg-0 {
    font-size: .7em !important;
  }

  .text-lg-1 {
    font-size: .8em !important;
  }

  .text-lg-2 {
    font-size: .9em !important;
  }

  .text-lg-2-3,
  .text-lg-2-5 {
    font-size: .95em !important;
  }

  .text-lg-3 {
    font-size: 1em !important;
  }

  .text-lg-3-4,
  .text-lg-3-5 {
    font-size: 1.1em !important;
  }

  .text-lg-4 {
    font-size: 1.2em !important;
  }

  .text-lg-4-5 {
    font-size: 1.35em !important;
  }

  .text-lg-5 {
    font-size: 1.50em !important;
  }

  .text-lg-5-6,
  .text-lg-5-5 {
    font-size: 1.65em !important;
  }

  .text-lg-6 {
    font-size: 1.80em !important;
  }

  .text-lg-6-7,
  .text-lg-6-5 {
    font-size: 1.9em !important;
  }

  .text-lg-7 {
    font-size: 2em !important;
  }

  .text-lg-8 {
    font-size: 2.30em !important;
  }

  .text-lg-9 {
    font-size: 2.50em !important;
  }

  .text-lg-10 {
    font-size: 2.75em !important;
  }

  .text-lg-11 {
    font-size: 3em !important;
  }

  .text-lg-12 {
    font-size: 3.5em !important;
  }

  .text-lg-12-13,
  .text-lg-12-5 {
    font-size: 3.75em !important;
  }

  .text-lg-13 {
    font-size: 4em !important;
  }

  .text-lg-14 {
    font-size: 4.5em !important;
  }

  .text-lg-15 {
    font-size: 5em !important;
  }

  .text-lg-16 {
    font-size: 5.33em !important;
  }

  .text-lg-17 {
    font-size: 5.66em !important;
  }

  .text-lg-18 {
    font-size: 6em !important;
  }

  .text-lg-19 {
    font-size: 6.33em !important;
  }

  .text-lg-20 {
    font-size: 6.66em !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-0 {
    font-size: .7em !important;
  }

  .text-xl-1 {
    font-size: .8em !important;
  }

  .text-xl-2 {
    font-size: .9em !important;
  }

  .text-xl-2-3,
  .text-xl-2-5 {
    font-size: .95em !important;
  }

  .text-xl-3 {
    font-size: 1em !important;
  }

  .text-xl-3-4,
  .text-xl-3-5 {
    font-size: 1.1em !important;
  }

  .text-xl-4 {
    font-size: 1.2em !important;
  }

  .text-xl-4-5 {
    font-size: 1.35em !important;
  }

  .text-xl-5 {
    font-size: 1.50em !important;
  }

  .text-xl-5-6,
  .text-xl-5-5 {
    font-size: 1.65em !important;
  }

  .text-xl-6 {
    font-size: 1.80em !important;
  }

  .text-xl-6-7,
  .text-xl-6-5 {
    font-size: 1.9em !important;
  }

  .text-xl-7 {
    font-size: 2em !important;
  }

  .text-xl-8 {
    font-size: 2.30em !important;
  }

  .text-xl-9 {
    font-size: 2.50em !important;
  }

  .text-xl-10 {
    font-size: 2.75em !important;
  }

  .text-xl-11 {
    font-size: 3em !important;
  }

  .text-xl-12 {
    font-size: 3.5em !important;
  }

  .text-xl-12-13,
  .text-xl-12-5 {
    font-size: 3.75em !important;
  }

  .text-xl-13 {
    font-size: 4em !important;
  }

  .text-xl-14 {
    font-size: 4.5em !important;
  }

  .text-xl-15 {
    font-size: 5em !important;
  }

  .text-xl-16 {
    font-size: 5.33em !important;
  }

  .text-xl-17 {
    font-size: 5.66em !important;
  }

  .text-xl-18 {
    font-size: 6em !important;
  }

  .text-xl-19 {
    font-size: 6.33em !important;
  }

  .text-xl-20 {
    font-size: 6.66em !important;
  }
}

.text-1rem {
  font-size: 16px !important;
  font-size: 1rem !important;
}

/* Line Height */
.line-height-initial {
  line-height: initial !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.line-height-3 {
  line-height: 1.3 !important;
}

.line-height-4 {
  line-height: 1.4 !important;
}

.line-height-5 {
  line-height: 1.5 !important;
}

.line-height-6 {
  line-height: 1.6 !important;
}

.line-height-7 {
  line-height: 1.7 !important;
}

.line-height-8 {
  line-height: 1.8 !important;
}

.line-height-9 {
  line-height: 1.9 !important;
}

@media (min-width: 576px) {
  .line-height-sm-initial {
    line-height: initial !important;
  }

  .line-height-sm-1 {
    line-height: 1 !important;
  }

  .line-height-sm-1-1 {
    line-height: 1.1 !important;
  }

  .line-height-sm-2 {
    line-height: 1.2 !important;
  }

  .line-height-sm-3 {
    line-height: 1.3 !important;
  }

  .line-height-sm-4 {
    line-height: 1.4 !important;
  }

  .line-height-sm-5 {
    line-height: 1.5 !important;
  }

  .line-height-sm-6 {
    line-height: 1.6 !important;
  }

  .line-height-sm-7 {
    line-height: 1.7 !important;
  }

  .line-height-sm-8 {
    line-height: 1.8 !important;
  }

  .line-height-sm-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 768px) {
  .line-height-md-initial {
    line-height: initial !important;
  }

  .line-height-md-1 {
    line-height: 1 !important;
  }

  .line-height-md-1-1 {
    line-height: 1.1 !important;
  }

  .line-height-md-2 {
    line-height: 1.2 !important;
  }

  .line-height-md-3 {
    line-height: 1.3 !important;
  }

  .line-height-md-4 {
    line-height: 1.4 !important;
  }

  .line-height-md-5 {
    line-height: 1.5 !important;
  }

  .line-height-md-6 {
    line-height: 1.6 !important;
  }

  .line-height-md-7 {
    line-height: 1.7 !important;
  }

  .line-height-md-8 {
    line-height: 1.8 !important;
  }

  .line-height-md-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 992px) {
  .line-height-lg-initial {
    line-height: initial !important;
  }

  .line-height-lg-1 {
    line-height: 1 !important;
  }

  .line-height-lg-1-1 {
    line-height: 1.1 !important;
  }

  .line-height-lg-2 {
    line-height: 1.2 !important;
  }

  .line-height-lg-3 {
    line-height: 1.3 !important;
  }

  .line-height-lg-4 {
    line-height: 1.4 !important;
  }

  .line-height-lg-5 {
    line-height: 1.5 !important;
  }

  .line-height-lg-6 {
    line-height: 1.6 !important;
  }

  .line-height-lg-7 {
    line-height: 1.7 !important;
  }

  .line-height-lg-8 {
    line-height: 1.8 !important;
  }

  .line-height-lg-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 1200px) {
  .line-height-xl-initial {
    line-height: initial !important;
  }

  .line-height-xl-1 {
    line-height: 1 !important;
  }

  .line-height-xl-1-1 {
    line-height: 1.1 !important;
  }

  .line-height-xl-2 {
    line-height: 1.2 !important;
  }

  .line-height-xl-3 {
    line-height: 1.3 !important;
  }

  .line-height-xl-4 {
    line-height: 1.4 !important;
  }

  .line-height-xl-5 {
    line-height: 1.5 !important;
  }

  .line-height-xl-6 {
    line-height: 1.6 !important;
  }

  .line-height-xl-7 {
    line-height: 1.7 !important;
  }

  .line-height-xl-8 {
    line-height: 1.8 !important;
  }

  .line-height-xl-9 {
    line-height: 1.9 !important;
  }
}