p, li, ul {
  line-height: 1.3;
}

h6 {
  font-weight: bold;
}

.xyz-generic {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: normal !important;
}

.xyz-warnings-container {
  min-height: 75px;
}

.navbar .navbar-collapse {
  max-height: 1200px;
}

.navbar-nav .dropdown .dropdown-toggle:after {
  display: none;
}

.navbar .navbar-brand img {
  width: 243px;
  min-width: 243px;
  max-width: 243px;
}

@media (min-width: 768px) {
  .navbar .navbar-brand img {
    width: 243px;
    min-width: 243px;
    max-width: 243px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    width: 243px;
    min-width: 243px;
    max-width: 243px;
  }
}
.accordion .card .card-header h5.icon-bg:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.xyzh-website-page-main-content p {
  font-size: 0.94rem;
  margin-bottom: 1.25rem !important;
  color: #222 !important;
}

.xyzh-website-page-main-content li {
  font-size: 0.94rem;
  color: #222 !important;
}

@media (max-width: 575.99px) {
  .section-top {
    margin-top: 0px !important;
  }
}
tr.xyz-chapter, tr.xyz-fb-matter {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

tr.xyz-section {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

.xyz-table-fix-head {
  overflow-y: auto;
  height: 170px;
}

.xyz-table-fix-head th {
  position: sticky;
  top: 0;
}

.ui-jqgrid,
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-jqgrid-pager,
.ui-jqgrid .ui-pg-input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8d7da;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #17a2b8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #17a2b8;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}
