@font-face {
  font-family: "phantomstorm";
  src: url("../fonts/phantomstorm.ttf") format("truetype");
}
@font-face {
  font-family: "MomenticYesterday";
  src: url("../fonts/MomenticYesterday.ttf") format("truetype");
}
@font-face {
  font-family: "TTTravelsNextTrialBlack";
  src: url("../fonts/TTTravelsNextTrialBlack.ttf") format("truetype");
}
@font-face {
  font-family: "TTSlabsTrialBlack";
  src: url("../fonts/TTSlabsTrialBlack.otf") format("opentype");
}
body {
  background-color: #268bd2; /* #268bd2, 132026 */
  color: white; /* 495057 */
  font-family: sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

.iframe_container  {
  position: relative !important;
  overflow: hidden;
  width: 100% !important;
  padding-top: 56.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute !important;
  top:0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100%;
  height: 100%;
}

textarea {
  resize: none;
}

h1 {
  font-weight: normal;
}

th {
  color: #495057 !important;
}

td {
  color: #495057 !important;
}

a {
  color: #686c73;
  text-decoration: none;
  /*margin: 0 !important;
  padding: 0 !important;
  */
}
a:hover {
  color: black;
  text-decoration: none;
}

.form-check-input {
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
}

.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  color: gray;
  text-decoration: none;
}

.btn-success {
  background-color: #983725;
  border: #983725;
}
.btn-success:hover {
  background-color: #DF5338;
  border: #DF5338;
}

#price_text {
  font-weight: bold;
  font-size: 40pt;
}

#nationalitytext {
  display: none;
}

#contribute_other_text {
  display: none;
}

.field_bg {
  border-radius: 5px;
  background-color: white;
  border: 1px solid #ced4da;
  color: #686c73;
  padding: 0.375rem 0.75rem;
}

.hide_extended_column {
  display: none !important;
}

ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}
ul li {
  float: left;
}
ul li a {
  color: #495057;
  display: block;
  padding: 10px;
  background-color: white;
  margin: 4px;
  border-radius: 5px;
}
ul li a:hover {
  color: white;
  background-color: #343a40;
}

.btn-dark:focus {
  box-shadow: none !important;
}

/*# sourceMappingURL=main.css.map */

.btn:focus {
  box-shadow: none !important;
}

.card  {
  background-color: black;
  border: 1px solid #DF5338;
  margin-bottom: 20px;
  border-radius: 5px;
}

.card-header h5 {
  padding: 5px 0 5px 0;
  text-transform: uppercase;
  text-align: left;
}

.card-header .btn-link  {
  color: white;
  font-weight: bold;
  font-size: 15pt;
}


.mb-0 > a {
  display: inline-block;
  width: 100%;
  padding:0.75rem 1.25rem;
}
.card-header {
  padding:0;
}

.infolink:hover {
  color: darkgrey !important;
}

.card-header {
  cursor: pointer;
}

.buttonAction {
  color: #495057;
  display: block;
  padding: 10px 10px 7px 10px;
  background-color: white;
  margin: 4px 4px 4px 4px;
  border-radius: 5px;
}

.buttonAction:active {
  padding: 10px 10px 7px 10px;
  margin: 4px !important;
  border: 0 solid red;
}

.buttonAction:hover {
  color: white;
  background-color: #343a40;
}

.inactiveButton {
  background-color: #495057;
  color : white;
}