body {
   min-width: 340px !important;
  overflow-y: hidden;
  position: relative;
}

@keyframes hidePreloader {
  0% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 0;
    height: 0;
  }
}

body > div.preloader {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.loaded) > div.preloader {
  opacity: 1;
}

body:not(.loaded) {
  overflow: hidden;
}

body.loaded > div.preloader {
  animation: hidePreloader 0.5s linear 0.5s forwards;
}

.image-mark {
  /* height: 100%; */
  width: 250px;
  z-index: 9999;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.text-title {
  position: absolute;
  top: 10px;
  color: red;
  left: 20px;
  font-family: Stencil Std, Charlemagne Std;
}
.form-title {
  color: red;
  font-family: Stencil Std, Charlemagne Std;
}
.text-wel {
}
@media (max-width: 892px) {
  .image-mark {
    height: 100% !important;
    width: 180px !important;
    z-index: 9999 !important;
  }
}

@media (max-width: 720px) {
  .image-mark {
    /* height: 100%; */
    width: 250px;
    z-index: 9999;
  }
}
@media (max-width: 575px) {
  .text-title {
    font-size: 25px !important;
  }

  .text-wel {
    padding-top: 5rem !important;
  }
}

@media (max-width: 330px) {
  .text-title {
    font-size: 16px !important;
  }
  .image-mark {
    padding-top: 0;
  }
}

#logo_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 479px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.pearls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 22px;
}

.pearl {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.pearl:before,
.pearl:after {
  position: absolute;
  top: 18px;
  z-index: 0;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #f3f7f9;
}

.pearl:before {
  left: 0;
}

.pearl:after {
  right: 0;
}

.pearl:first-child:before,
.pearl:last-child:after {
  display: none !important;
}

.pearl-number,
.pearl-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #ccd5db;
  border: 2px solid #ccd5db;
  border-radius: 50%;
}

.pearl-number {
  font-size: 18px;
}

.pearl-icon {
  font-size: 18px;
}

.pearl-title {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 16px;
  color: #526069;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pearl.current:before,
.pearl.current:after,
.pearl.active:before,
.pearl.active:after {
  background-color: #3e8ef7;
}

.pearl.current .pearl-number,
.pearl.current .pearl-icon,
.pearl.active .pearl-number,
.pearl.active .pearl-icon {
  color: #3e8ef7;
  background-color: #fff;
  border-color: #3e8ef7;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.pearl.disabled {
  pointer-events: none;
  cursor: auto;
}

.pearl.disabled:before,
.pearl.disabled:after {
  background-color: #f3f7f9;
}

.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
  color: #fff;
  background-color: #ccd5db;
  border-color: #ccd5db;
}

.pearl.error:before {
  background-color: #3e8ef7;
}

.pearl.error:after {
  background-color: #f3f7f9;
}

.pearl.error .pearl-number,
.pearl.error .pearl-icon {
  color: #ff4c52;
  background-color: #fff;
  border-color: #ff4c52;
}

.pearl.done:before,
.pearl.done:after {
  background-color: #3e8ef7;
}

.pearl.done .pearl-number,
.pearl.done .pearl-icon {
  color: #fff;
  background-color: #3e8ef7;
  border-color: #3e8ef7;
}

.pearls-lg .pearl:before,
.pearls-lg .pearl:after {
  top: 20px;
}

.pearls-lg .pearl-title {
  font-size: 18px;
}

.pearls-lg .pearl-number,
.pearls-lg .pearl-icon {
  width: 40px;
  height: 40px;
  line-height: 36px;
}

.pearls-lg .pearl-icon {
  font-size: 20px;
}

.pearls-lg .pearl-number {
  font-size: 20px;
}

.pearls-sm .pearl:before,
.pearls-sm .pearl:after {
  top: 16px;
}

.pearls-sm .pearl-title {
  font-size: 14px;
}

.pearls-sm .pearl-number,
.pearls-sm .pearl-icon {
  width: 32px;
  height: 32px;
  line-height: 28px;
}

.pearls-sm .pearl-number {
  font-size: 16px;
}

.pearls-sm .pearl-icon {
  font-size: 14px;
}

.pearls-xs .pearl:before,
.pearls-xs .pearl:after {
  top: 12px;
  height: 2px;
}

.pearls-xs .pearl-title {
  font-size: 12px;
}

.pearls-xs .pearl-number,
.pearls-xs .pearl-icon {
  width: 24px;
  height: 24px;
  line-height: 20px;
}

.pearls-xs .pearl-number {
  font-size: 12px;
}

.pearls-xs .pearl-icon {
  font-size: 12px;
}

.min-vh-60 {
  min-height: 60vh !important;
}

.min-width-100 {
  /* width: 100%; */
  min-width: 150px;
}

.width-150 {
  width: 30%;
  min-width: 150px;
}

.width-250 {
  width: 35%;
  min-width: 250px;
}

.width-300 {
  width: 750%;
  min-width: 300px;
}

.cursor-hover {
  cursor: pointer;
}

.color-red {
  color: red;
}

@media (min-width: 480px) {
  .pl-custom {
    padding-left: 1.5rem !important;
  }
}

.text-v-middle {
  display: flex;
  align-items: center;
  vertical-align: middle !important;
}

.listHorizontal {
  list-style: none;
  display: inline;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-top: 1px solid #e2e8f0;
}

.listHorizontal li .display-inline {
  display: inline !important;
}

.list-group-custom {
  display: inline !important;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

#reportConfirmTable .table-label {
  width: 30%;
  min-width: 150px;
}

#reportConfirmTable tbody tr td {
  padding: 0.5rem 5px;
}

.summary-errors {
  padding: 10px;
}

.summary-errors p {
  color: inherit;
  margin-bottom: 0;
}

.summary-errors ul {
  margin-bottom: 0;
}

.summary-errors ul li a {
  color: inherit;
}

.summary-errors ul li a:hover {
  text-decoration: none;
}

.min-width-300 {
  min-width: 300px;
  border-bottom: solid 1px #e3ecec;
}

.min-width-500 {
  min-width: 500px;
  border-bottom: solid 1px #e3ecec;
}

@media (min-width: 768px) {
  #exampleFullForm .form-horizontal .form-control-label {
    text-align: inherit;
  }
}

@media (max-width: 550px) {
  .row-responsive {
    overflow-x: auto !important;
  }
}

.table-label {
  font-size: 16px !important;
  font: bold;
}

.table-value {
  font-size: 16px !important;
}

.table-value span {
  white-space: normal !important;
  word-break: break-all !important;
}

.input-disable {
  border: 0 !important;
  box-shadow: none;
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .pa-3 {
    padding-top: 1rem;
  }
}

.custom-footer-btn {
  /*width: 150px !important;*/
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 400px) {
  .custom-footer-btn {
    /*width: 150px !important;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom-footer-btn span {
    padding: 0;
  }
}

@media (max-width: 484px) {
  .custom-footer-btn {
    /*width: 150px !important;*/
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (max-width: 800px) {
  .custom-footer-btn {
    /*width: 150px !important;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*all tables*/
table thead tr th, table tbody tr td {
  font-size: 14px !important;
}

/*datatable users*/
#datatable-users thead tr:nth-child(0) {
  width: 5% !important;
}

#datatable-users thead tr:nth-child(1) {
  width: 20% !important;
}

#datatable-users thead tr:nth-child(2) {
  width: 25% !important;
}

#datatable-users thead tr:nth-child(3) {
  width: 25% !important;
}

#datatable-users thead tr:nth-child(4) {
  width: 5% !important;
}

#datatable-users thead tr:nth-child(5) {
  width: 5% !important;
}

#datatable-users thead tr:nth-child(6) {
  width: 5% !important;
}

#datatable-users thead tr:nth-child(7) {
  width: 10% !important;
}

/*datatable reports*/

/*datatable notification*/

/*custom datatable css*/
.select2-container--bootstrap .select2-dropdown {
  border-color: #226bff !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #226bff !important;
  color: #fff !important;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #226bff !important;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 212, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 212, 255, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #226bff !important;
}

#datatable-incidents tbody > tr > td,
#datatable-faqs tbody > tr > td,
#datatable-users tbody > tr > td,
#datatable-email tbody > tr > td,
#datatable-locations tbody > tr > td,
#datatable-notification tbody > tr > td,
#datatable-denyReasons tbody > tr > td,
#datatable-reports tbody > tr > td
{
  padding: 0;
}

@media (max-width: 1175px) {
  #datatable-reports .header-title
  {
    display: none;
  }
}

@media (max-width: 450px) {
  .user-list
  {
    padding-top: 0.5rem!important;
  }
}

.spinner-loading {
  position: absolute !important;
  background-color: rgba(60, 60, 60, 0.4) !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1050 !important;
  /*opacity: 0 !important;;*/
  transition: opacity 0.5s ease !important;
  overflow: hidden !important;
  pointer-events: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}