.activity {
  max-width: 100%;
  margin: 0 auto;
  background-color: gray;
  border-radius: 3px;
  /* background: white; */
  background: #9eadc1;
  /* width: 37%; */
  width: 95%;
  box-shadow: 0px 3px 5px rgba(127, 127, 127, 0.349019607843137);
  z-index: 1;
  padding: 15px;
}

/*hr{
	border: 0.25px solid gray;
}*/

h4 {
  font-weight: bold;
  font-size: 26px !important;
}

.text {
  color: #0f4b85;
  width: 100%;
  /* margin-top: 20px; */
}

.textred {
  color: red;
  width: 100%;
  /* margin-top: 20px; */
}

.textregis {
  color: #0f4b85;
  padding: 10px 0;
  float: left;
  width: 100%;
}

.clearpadding {
  padding: 0;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pv0 {
  padding-left: 0;
  padding-right: 0;
}

.mt10 {
  margin-top: 10px;
}

.frm {
  /* width: 400px; */
  width: 70%;
  margin: 0 auto;
  padding: 20px 10px;
}

.fname {
  float: left;
  width: 48%;
}

.lname {
  float: right;
  width: 48%;
}

.email {
  float: left;
  width: 100%;
}

.phone {
  float: left;
  width: 56%;
}

.phoneinput {
  float: right;
  width: 42%;
}

small {
  color: gray;
  font-size: 18px;
}

.btn_submit {
  padding: 5px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid gray;
  width: 110px;
  transition-duration: 0.5s;
  /* float: left; */
}

.btn_submit:hover {
  background-color: gray;
  color: white;
  transition-duration: 0.5s;
}

.button-submit {
  padding-top: 20px;
  clear: both;
}

.button-form_submit {
  padding-top: 20px;
  clear: both;
  text-align: center;
}

.form-show {
  background-color: rgba(1, 179, 225, 1);
  color: white;
  padding: 10px 0 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
}

.form-show-mem-receipt {
  background-color: rgba(245, 245, 245, 1);
  color: rgba(124, 124, 124, 1);
  padding: 10px 0 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.table_show_mem_receipt_input {
  color: black;
}

.form-show_travel {
  background-color: rgba(1, 179, 225, 1);
  color: white;
  padding: 10px 0 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
}

.form-show_travel label {
  float: none;
}

.textphone {
  margin: 0;
  line-height: 20px;
}

.textfullname {
  margin-top: -5px;
  margin-bottom: 10px;
}

.btn_edit {
  color: #333 !important;
  text-decoration-line: none;
  border-left: 1px solid white;
  text-align: center;
}
.text_btn_edit {
  line-height: 36px;
  color: white;
}

.btn-block {
  background-color: white;
  transition-duration: 0.3s;
  color: rgba(1, 91, 187, 1);
  border: 1px solid rgba(1, 91, 187, 1);
}
.btn-block:hover {
  background-color: rgba(1, 91, 187, 1);
  color: white;
}

.btn_edit:hover {
  color: #333;
  cursor: pointer;
}

.pencil {
  font-size: 24px !important;
}

.btn_editflight {
  color: #333 !important;
  text-decoration-line: none;
  border-left: 1px solid white;
  text-align: center;
  padding: 0 10px;
}

.text_btn_editflight {
  color: white;
}

.btn_editflight:hover {
  color: #333;
  cursor: pointer;
}

.table_show_travel {
  width: 100%;
}

.table_show_friend {
  width: 100%;
}

.btn-cancel {
  color: gray;
  float: right;
  /* width: 52%; */
  padding: 5px;
  text-align: center;
  margin-right: 24%;
  text-decoration-line: underline;
}

.btn-cancel:hover {
  color: gray;
  cursor: pointer;
}

.btn-delete {
  color: gray;
  padding: 5px;
  float: right;
  text-decoration-line: underline;
}

.btn-delete:hover {
  cursor: pointer;
  color: gray;
}

.btn-cancelflight {
  color: gray;
  float: right;
  /* width: 52%; */
  padding: 5px;
  text-align: center;
  margin-right: 24%;
  text-decoration-line: underline;
}

.btn-cancelflight:hover {
  color: gray;
  cursor: pointer;
}

.btn-deleteflight {
  color: gray;
  padding: 5px;
  float: right;
  text-decoration-line: underline;
}

.btn-deleteflight:hover {
  cursor: pointer;
  color: gray;
}

#icon-trash {
  text-decoration-line: none;
  font-size: initial;
}

.flight_no {
  float: left;
  width: 48%;
}

.flight_date {
  float: right;
  width: 48%;
}

.form_date {
  position: relative;
}

.form_date i {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0 8px;
}

.inputdate {
  text-align: left !important;
}

.comment {
  width: 100%;
}

.termsbody {
  background-color: #f2f2f2;
  line-height: 20px;
  padding: 10px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.termscontent {
  font-size: 16px;
  height: 150px;
}

.termsaccept {
  background-color: #f2f2f2;
  /*height: 50px;*/
  height: auto;
  padding: 10px 10px 10px 20px;
}

.form_submit {
  width: 30%;
  text-align: center;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 50%;
}

/* Main div */

.box-ACTIVITYs,
.box-promotions,
.box-register {
  position: relative;
  padding-top: 10%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center;
	background-attachment: fixed; */
}

.form_wrapper {
  padding: 5% 0 5% 0;
  position: relative;
}
.backgroundimage {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  top: 0;
  width: 100%;
}
.backgroundimage_mobile {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  top: 0;
  width: 100%;
}
#bgdesktop {
  display: block;
}
#bgmobile {
  display: none;
}

/* End Main div */

/* text span */
#text_flight_origin {
  float: left;
}

#text_flight_destination {
  float: left;
}

#text_booking_reference {
  float: left;
}

#text_ticket_no {
  float: left;
}
/* end text span */

/* when login (firstname / lastname) */
.info_login {
  /* background-color: rgba(1, 91, 187, 1);
	border-radius: 5px;
	padding: 10px 25px 10px 25px;
	color: white; */
  background-color: rgba(1, 91, 187, 1);
  border-radius: 5px;
  min-height: 73px;
  margin-top: 30px;
  padding: 10px 25px 10px 25px;
  color: white;
}

.info_login_mg0 {
  margin-bottom: 0px !important;
}
/* end when login (firstname / lastname) */

.text_limit_friend {
  float: right;
  line-height: 30px;
}

.text_recommend {
  width: 90%;
}

.activity_countdown {
  background-color: rgba(242, 242, 242, 1);
  border-radius: 15px;
  width: 100%;
  text-align: center;
  color: #1c3f94;
  margin-top: 0px;
  font-size: 18px;
}

#countdown i {
  font-style: normal;
}

/* show_travel */
.text_show_travel {
  color: white;
  font-size: 15px;
  padding-left: 0;
  line-height: 11px;
}

/* End show_travel */

#flight_no_note small {
  font-size: 17px;
}

@media screen and (max-width: 1200px) {
  .frm {
    width: auto;
  }
  .activity {
    /* width: 41%; */
    width: 95%;
  }
  .termsaccept {
    /*height: 70px;*/
    height: auto;
  }
  .btn_editflight {
    padding: 0 10px;
  }

  .text_btn_editflight {
    font-size: 18px;
  }

  .table_show_travel small {
    font-size: 15px;
  }

  .table_show_travel span {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .activity {
    /* width: 53%; */
    width: 95%;
  }
  .termsaccept {
    /*height: 70px;*/
    height: auto;
  }
  .btn_editflight {
    padding: 0 10px;
  }

  .text_btn_editflight {
    font-size: 18px;
  }

  .table_show_travel small {
    font-size: 14px;
  }

  .table_show_travel span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .txt_title {
    font-size: 21px;
  }
  .text_countdown {
    width: 17%;
    display: inline-block;
  }
  .btn_editflight {
    padding: 0 10px;
  }

  .text_btn_editflight {
    font-size: 18px;
  }

  .table_show_travel small {
    font-size: 14px;
  }

  .table_show_travel span {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .frm,
  .fname,
  .lname,
  .email,
  .text,
  .flight_no,
  .flight_date,
  .input-group {
    width: 100%;
  }

  .termsaccept {
    /*height: 70px ;*/
    height: auto;
  }
  .text_countdown {
    width: 33%;
    margin: 5% 6%;
    display: inline-block;
  }
  .text_countdown span {
    font-size: 1.5rem;
  }
  .box_countdown_text {
    width: 83%;
    margin-left: 8%;
  }
  .activity,
  .box_countdown {
    max-width: 300px;
  }
  #bgmobile {
    display: block;
  }
  #bgdesktop {
    display: none;
  }

  /* Flight */

  .btn_editflight {
    padding: 0 10px;
  }

  .text_btn_editflight {
    font-size: 18px;
  }

  .table_show_travel small {
    font-size: 14px;
  }

  .table_show_travel span {
    font-size: 16px;
  }

  .btn-cancelflight {
    margin: 0px;
  }
  /* Emd Flight */

  .txt_countdown {
    margin: 0;
  }
  .form_wrapper {
    padding: 45% 0 12% 0;
  }
  .activity {
    max-width: 100%;
    margin: 0 auto;
    background-color: gray;
    border-radius: 3px;
    background: white;
    width: 100%;
    box-shadow: 0px 3px 5px rgba(127, 127, 127, 0.349019607843137);
    z-index: 1;
    padding: 15px;
  }
}

@media screen and (max-width: 400px) {
  .table_show_travel small {
    font-size: 12px;
  }
}
