/* Login CSS */
.login-container {
  position: relative;
}

.login-background-container {
  position: absolute;
  width: 100%;
  text-align: center;
}

.login-logo-container {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 6vh;
}

.login-logo {
  height: 15vh;
  margin-top: 20px;
}

.login-banner-container {
  position: absolute;
  width: 100%;
  height: 90vh;
  text-align: center;
  overflow-x: clip;
}

.login-banner-position {
  position: absolute;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  top: 40vh;
  right: -84vh;
}

.login-banner {
  width: 75%;
}

.location-img {
  position: sticky;
  top: 20vh;
}

/*.login-background {
  background-color: black;
}*/

/* .login-background {
  height: 85vh;
  margin-top: -10vh;
} */

.form-container {
  height: 100vh;
}

.login-form {
  padding: 0px 5%;
  text-align: center;
  margin-top: 35vh;
}

.login-form-header {
  color: white;
  font-weight: 1000;
  font-size: 21px;
  margin-bottom: 3vh;
}

.login-ticket {
  width: 90%;
  height: 40px;
  border-radius: 10px;
  border: 0px;
  text-align: center;
  outline: none;
  /* color: #01308c; */
  color: black;
  font-weight: 400;
  font-size: 18px;
}

.login-ticket::placeholder {
  /* color: #01308c; */
  color: black;
  font-weight: 400;
  font-size: 18px;
}

.login-form-location-img {
  background: #529fcb;
  padding: 1px 10px;
}

.btn-scan-qr {
  background-color: rgb(252, 177, 38);
  color: white;
  border-radius: 15px;
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #7a4b9d !important;
  border-color: #7a4b9d !important;;
}

.btn-find-photos {
  border-radius: 15px;
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #da538c !important;
  border-color: #da538c !important;
}

.btn-scan-qr:hover {
  color: white;
}

.btn-scan-qr-icon {
  position: absolute;
  top: 3px;
  right: 8%;
}

.qr-btn-container {
  padding: 0px 15% !important;
}

.btn-need-help {
  color: white;
  font-size: 12px;
  margin-top: 4vh !important;
}

.btn-need-help:hover {
  color: white;
  text-decoration: underline;
}

.errorLogin-form {
  margin-top: 25vh;
}

.errorLogin-form-header {
  color: #01308c;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 2vh;
}

.errorLogin-form-paragraph {
  color: #01308c;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 4vh;
  width: 50%;
}

.errorLogin-ticket {
  height: 40px;
  border: 0px;
  outline: none;
  color: white;
  font-weight: 400;
  font-size: 18px;
  background-color: transparent;
  border-bottom: 1px solid white;
  padding: 0px;
}

.errorLogin-ticket::placeholder {
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.errorLogin-ticket-label {
  position: absolute;
  color: white;
  font-weight: 400;
}

.errorLogin-qr-btn-container {
  display: flex;
  background-color: rgb(252, 177, 38);
  border-radius: 16px;
  color: white;
}

.errorLogin-btn-scan {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
}

.errorLogin-btn-need-help {
  color: #fff;
  background-color: #eaa180;
  border-radius: 16px;
  font-size: 20px;
}

.footer-container {
  background-color: black;
  /* background-color: #01308c; */
  height: 8vh;
  /* margin-top: 2vh; */
  padding-top: 2vh;
}

.language-select-container {
  position: relative;
}

.language-select {
  width: 200px;
  color: white;
  background-color: transparent;
  border-color: white;
  border-radius: 20px;
  padding: 5px 20px;
}

.language-select-word-icon {
  position: absolute;
  top: 5px;
  left: 8px;
}

.share-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.31);
  text-align: center;
  left: 0;
  top: 0;
  z-index: 100;
}

.share-box > .share-list {
  margin-top: 70px;
}

.social {
  float: left;
  padding: 10px;
}

.share-box > .share-list > .social > img {
  filter: opacity(0.7);
  -webkit-filter: opacity(0.7);
  -moz-filter: opacity(0.7);
  -o-filter: opacity(0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;

  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

.share-box > .share-list > .social > img:hover {
  filter: opacity(1);
  -webkit-filter: opacity(1);
  -moz-filter: opacity(1);
  -o-filter: opacity(1);
}

.close-social {
  background: black;
  padding: 1% 13%;
  color: #fff;
  font-weight: bold;
}

img,
video:hover {
  cursor: pointer;
}

/* home/index Page */

.btn-buy {
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  background: rgb(255 100 100);
  color: white;
  font-weight: 10;
  min-width: 120px;
}

.btn-buy:hover {
  color: white;
}

.font-bold {
  font-weight: bold;
}
/* 
.modal {
    display: block;
  padding-right: 0px;
  background-color: rgba(4, 4, 4, 0.8);
} */

/* .modal-dialog {
  top: 20%;
  width: 100%;
  position: absolute;
}

.modal-content {
  border-radius: 0px;
  border: none;
  top: 40%;
}

.modal-body {
  color: white;
} */

/* Buy Modal */

#modal-buy.modal {
  background-color: rgba(4, 0, 59, 0.8);
}

#modal-buy .modal-dialog {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}


#modal-buy .modal-content {
  width: 100%;
  background-color: #82f3e4;
  color: rgb(53, 47, 143);
  border-radius: 40px;
}

#modal-buy .buy-form-header {
  border-bottom: 1px solid rgb(25, 19, 100);
  text-align: right;
  font-weight: bold;
}

#modal-buy .buy-form-container {
  padding: 0px 10%;
}

#modal-buy .buy-input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 40px;
  padding: 0px 10px;
  height: 30px;
}

#modal-buy .buy-input-short {
  width: 73px;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 40px;
  padding: 0px 10px;
  height: 30px;
}

#modal-buy .btn-buy-submit {
  width: 100%;
  background: #ffba3a;
  color: white;
  border-radius: 20px;
}

#modal-buy .modal-buy-logo {
  width: 120px;
}

#modal-buy .modal-payment-logo {
  width: 60px;
}

.error-login-background {
  height: 85vh;
  margin-top: -10vh;
}

.form-container {
  height: 92vh;
  margin: 0px;
}

.btn-group-buy .buy-control-input[type=radio] {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-clip: content-box;
  border: 2px solid #82f3e4;
  background-color: transparent;
  vertical-align: middle;
  margin-top: -2px;
}
.btn-group-buy .buy-control-input[type="radio"]:checked {
  background-color: #82f3e4;
  padding: 4px;
  border: 2px solid #82f3e4;
}
.btn-group-buy .btn-default.active.focus,
.btn-group-buy .btn-default.active:focus,
.btn-group-buy .btn-default.active:hover,
.btn-group-buy .btn-default:active.focus,
.btn-group-buy .btn-default:active:focus,
.btn-group-buy .btn-default:active:hover {
  color: rgb(53, 47, 143);
  background-color: #fff;
  border-color: #fff;
}
.btn-group-buy .btn-default.active,
.btn-group-buy .btn-default:active {
  color: rgb(53, 47, 143);
  background-color: #fff;
  border-color: #fff;
}
.btn-group-buy .btn-default {
  border-radius: 30px;
  color: rgb(53, 47, 143);
  background-color: #fff;
  border-color: #fff;
}
.btn-group-buy .btn-default:hover {
  color: rgb(53, 47, 143);
  background-color: #fff;
  border-color: #fff;
}
.btn-group-buy .btn.active, .btn-group-buy .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .login-background {
    height: auto;
    /* margin-top: 15vh; */
  }
  .error-login-background {
    height: auto;
    margin-top: 15vh;
  }
  .form-container {
    height: 92vh;
    margin: 0px;
  }
  .login-container {
    /* overflow: scroll; */
  }
   .login-banner-position {
    height: 17vh;
    top: 83vh;
    right: -17vh;
  }
  .login-banner {
    width: 100%;
  }
  .login-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .language-select {
    width: 100px;
  }
  .footer-container {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .location-img {
    display: none;
  }
  .login-form-location-img {
    margin-bottom: 0px !important;
  }
  .package-area {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
  }

  .align-items-center {
    display: block !important;
    text-align: left !important;
    padding: 0px !important;
  }

  .align-items-center > div {
    text-align: left !important;
  }

  .month {
    padding: 0px !important;
  }

  .logos {
    text-align: center;
  }

  .input-area {
    margin-top: 5vh;
  }

  .errorLogin-form-header {
    width: 100% !important;
    font-weight: 800;
    color: #01308c;
    font-size: 12px;
    margin-bottom: 2vh;
  }

  .errorLogin-form {
    margin-top: 20vh;
  }

  .errorLogin-form-paragraph {
    width: 100% !important;
  }

  .errorLogin-ticket {
    width: 90%;
    margin-bottom: 2vh;
  }

  .errorLogin-qr-btn-container {
    margin-top: 20px !important;
    padding: 2px !important;
    width: 72%;
  }

  .paragraph {
    position: absolute;
    top: 25vh;
  }

  .errorLogin-btn-need-help {
    top: 5vh;
  }

  #modal-buy.modal {
    background-color: rgba(4, 0, 59, 0.8);
  }

  #modal-buy .modal-dialog {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }

  #modal-buy .modal-content {
    width: 100%;
    background-color: #82f3e4;
    color: rgb(53, 47, 143);
    border-radius: 40px;
  }

  #modal-buy .modal-content .row .col-sm-12 {
    padding: 0px 10px !important;
  }

  #modal-buy .buy-form-header {
    border-bottom: 1px solid rgb(25, 19, 100);
    text-align: center;
    font-weight: bold;
  }

  #modal-buy .buy-form-container {
    padding: 0px 10%;
  }

  #modal-buy .buy-input {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 40px;
    padding: 0px 10px;
    height: 30px;
  }

  #modal-buy .buy-input-short {
    width: 73px;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 40px;
    padding: 0px 10px;
    height: 30px;
  }

  #modal-buy .btn-buy-submit {
    width: 100%;
    background: #ffba3a;
    color: white;
    border-radius: 20px;
  }

  #modal-buy .modal-buy-logo {
    width: 120px;
  }

  #modal-buy .modal-payment-logo {
    width: 60px;
  }

  .btn-footer {
    font-size: 10px;
    padding: 10px 2px;
  }
}

@media only screen and (max-height: 770px) {
    #modal-buy .modal-dialog {
      align-items: start !important;
    }
}
