.box {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 16px;
}

.box:hover {
  -webkit-transform: translateY(-0.15rem);
          transform: translateY(-0.15rem);
  -webkit-box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.button.is-info.is-outlined {
  background-color: white;
  border-color: #3298dc;
  color: #3298dc;
}

.button.is-warning.is-outlined {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: #000000;
}

.button.is-warning.is-outlined:hover {
  background-color: #57ff7b;
}

.acc_section {
  border: 0px solid transparent !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
  border-radius: 16px !important;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  margin-bottom: 2rem;
}

.acc_section:hover {
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}

#location-header {
  background-image: url("../img/world map.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.tab {
  margin-right: 0.8rem;
}

.table th {
  padding: 1em .75em !important;
}

th {
  text-align: center !important;
}

.table thead td, .table thead th {
  border-width: 0 0 1px;
  color: #363636;
}

.check {
  color: green;
}

.uncheck {
  color: red;
}

.location-country {
  text-align: left !important;
}

.flag-desc {
  font-weight: 500;
  color: #9c9c9c;
}

#feature {
  background-color: #fdfbff;
}

.feat-list {
  font-weight: 500;
}

.mr-1 {
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  .loc-col {
    padding: 0.5rem 1.25rem;
  }
  .table th {
    padding: 1em .5em !important;
  }
  .tabs ul {
    display: block;
  }
}
/*# sourceMappingURL=location.css.map */