.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;

  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.loader .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-title + div {
  line-height: 1.8;
}
.col-lg-6 .form-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dot {
  width: 30px;
  height: 30px;
  border: 2px solid #004a7c;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
}

.dot:nth-child(2) {
  border: 2px solid #aec94e;
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}

.dot:nth-child(3) {
  border: 2px solid #ef3961;
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}

@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/**/

td .btn-success {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1;
}

.filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filters ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
}

.filters ul li.selected a {
  background: #0066b3;
  color: #fff;
  padding: 5px;
}

.filters ul li.selected a:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.filters ul li.selected a:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;

  border-color: rgba(194, 225, 245, 0);
  border-right-color: #0066b3;
  border-width: 17px;
  margin-top: -17px;
}

h3 {
  font-size: 1.2em;
}

#activities-table {
  width: 100%;
}

#activities-table .md-only {
  display: none;
}
td .fa-angle-left:before {
  margin-right: 2px;
}

@media (min-width: 992px) {
  #activities-table th,
  #activities-table td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
  }

  #activities-table tr:nth-child(2n) td {
    background: #f1f1f1;
    padding-bottom: 2rem;
  }

  #activities-table th {
    background: #00aeef;
    color: #fff;
  }
}

@media (max-width: 991px) {
  #activities-table,
  #activities-table caption,
  #activities-table thead,
  #activities-table tbody,
  #activities-table tr,
  #activities-table th,
  #activities-table td {
    display: block;
  }

  #activities-table td {
    padding: 10px;
    border-bottom: 1px dotted #ddd;
  }

  #activities-table thead {
    display: none;
  }

  #activities-table tr {
    border: 1px solid #ddd;
    margin-bottom: 30px;
  }

  #activities-table .md-only {
    display: inline-block;
    font-weight: bold;
  }
}

/**/

.hugim-search {
  padding: 0;
  margin-bottom: 30px;
}

.hugim-search h2 {
  position: relative;
  text-align: center;
  color: #00aeef;
  margin-bottom: 30px;
}

.hugim-search h2 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.hugim-search h2:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}

.hugim-search form {
  margin: 0 15px;
}

@media (min-width: 992px) {
  .hugim-search form {
    border-radius: 30px;
    margin-bottom: 20px;
  }
}

.hugim-search select,
.hugim-search input {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 0;
  background: #f1f1f1;
  height: 3em;
  border-radius: 2rem;
}

.hugim-search button {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 0;
  background: #ddd;
  background: #00aeef;
  color: #fff;
  cursor: pointer;
  height: 3em;
  border-radius: 2rem;
}

/**/

#activity-info-table {
  width: 100%;
  margin-bottom: 15px;
}

#activity-info-table tr th,
#activity-info-table tr td {
  border-top: 1px solid #ddd;
  padding: 10px;
  text-align: right;
}

#activity-info-table tr th {
  font-weight: bold;
  width: 200px;
}

#activity-info-table tr td {
}

#activity-info-table tr:nth-child(2n) th,
#activity-info-table tr:nth-child(2n) td {
  background: #f1f1f1;
}

/**/

.modal-body h2 {
  margin-bottom: 30px;
}

.modal-body h3 {
  margin-bottom: 15px;
  color: #00aeef;
  border-bottom: 2px solid #00aeef;
}

/**/

.activity-item h2 {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 30px;
}

.activity-item h2:after {
  border-style: solid;
  border-width: 2px 0 0;
  content: "";
  display: block;
  height: 0;
  right: 0;
  position: absolute;
  width: 20%;
  max-width: 50px;
  margin-top: 5px;
  color: #b1cb50;
}

.activity-item + .text-center {
  display: flex;
  justify-content: center;
}
@media (min-width: 1500px) {
  .container {
    max-width: 82vw;
    width: 100%;
  }
}

@media (max-width: 1499px) {
  .container {
    max-width: 90vw;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .modal-lg {
    max-width: 1000px;
  }
}

.modal {
  z-index: 999999;
}

.mini-card {
  width: max-content;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 29%;
}

.mini-card input {
  display: block;
  margin: 0 auto;
}

.mini-card img {
  display: block;
  margin: 0px auto;
}

.mini-card label {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #fff;
}

.mini-card-2 label {
  color: #fff;
}

.fieldset-search {
  display: flex;
  justify-content: start;
  gap: 15px;
  flex-wrap: wrap;
}
.advanced-hugim-search {
  margin-top: 2.5rem;
}
.fieldset-search legend,
.fieldset-search-2 legend {
  background: #28a745;
  border-radius: 5px;
  color: #fff;
  padding: 0.2rem;
  width: auto;
}

.fieldset-search-2 {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advanced-hugim-search h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

.mini-card {
  background: #657a99;
  display: inline-block;
  padding: 0.5rem 0.25rem;
  border-radius: 0.25rem;
}

.mini-card-2 {
  background: #657a99;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

.mini-card-2 label {
  margin: 0;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 92% 0%;
  }

  50% {
    background-position: 9% 100%;
  }

  100% {
    background-position: 92% 0%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 92% 0%;
  }

  50% {
    background-position: 9% 100%;
  }

  100% {
    background-position: 92% 0%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 92% 0%;
  }

  50% {
    background-position: 9% 100%;
  }

  100% {
    background-position: 92% 0%;
  }
}
