html, body {
  height: 100%;
}

.h-100 {
  background-color: #D71921;
}

.freeWifi {
  color: #ffffff !important;
  font-family: 'Poppins';
  font-weight: bolder;
}

.ratingTitle {
  color: #ffffff !important;
  font-family: 'Poppins';
  font-weight: bolder;
  text-align: center;
}

.ratingTitleTwo {
  font-family: 'Poppins';
  font-weight: bolder;
  text-align: center;
  color: #000000;
  clear: both;
  padding-top: 10px;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

p {
  color: #ffffff;
  max-width: 350px;
  font-family: 'Poppins';
  text-align: center;
}

#veryGood {
  color: black;
  float: right;
  font-family: 'Poppins';
  font-size: 15px;
  margin-bottom: 0px;
  padding-right: 10px;
}

#veryBad {
  color: black;
  float: left;
  font-family: 'Poppins';
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 10px;
}

.btn-light {
  margin-top: 2px;
  width: 350px;
}

.btn-light:hover {
  background-color: black !important;
  color: white !important;
}

#connect {
  margin-top: 0px;
  background-color: #000;
  color: white;
}

#connect:hover {
  background-color: white !important;
  color: black !important;
}

.btnText {
  font-family: 'Poppins';
  font-weight: 700;
  width: 100%;
  padding-top: 2px!important;
}

h1 {
  text-align: center;
}

.slider {
  width: 400px;
}

.container {
  width: 350px !important;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 350px;
  height: auto;
}

form {
  background-color: #ffffff;
  border-radius: 5px;
  padding-bottom: 20px;
}

#button-addon1 {
  background-color: #D71921;
  color: white;
  padding: 0px 20px;
}

span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*checkbox*/
label {
  display: inline;
  margin-bottom: -0.3rem !important;
}

.regular-checkbox {
  display: none;
}

.regular-checkbox+label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 3px;
  position: relative;
}

.regular-checkbox+label:active, .regular-checkbox:checked+label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
  background-color: #D71921;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked+label:after {
  content: '\2713';
  font-size: 27px;
  position: absolute;
  top: -12px;
  left: 1px;
  color: white;
}

.big-checkbox+label {
  padding: 18px;
}

.big-checkbox:checked+label:after {
  font-size: 28px;
  left: 6px;
}

.tag {
  font-family: Arial, sans-serif;
  width: 200px;
  position: relative;
  top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
}

.checkButton {
  display: none;
  padding: 5px;
}

#uploadBtn {
  position: absolute;
  background-color: #D71921;
  padding: 7px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

#file-chosen {
  width: 80%;
  overflow: hidden;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/*star ratings*/
.rate {
  height: 0px;
  padding: 0 5px;
  width: 85%;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 40px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: '★ ';
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
}

@media only screen and (max-width: 427px)
