body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  background: #000000;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}
/* body, */
html,
h1,
p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
*,
:after,
:before {
  box-sizing: border-box;
  outline: 0;
  appearance: none;
}
a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #29311d;
}
.container {
  display: grid;
  place-items: center;
  height: 100vh;
}
.container-btn {
  display: grid;
  place-items: center;
}
.imageHeader {
  max-width: 100%;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.imageHeader img {
  width: inherit;
  border-radius: inherit;
  object-fit: cover;
  /* height: 290px; */
  height: 290px;
}
form {
  display: grid;
  padding: 5px 24px 24px;
}
.wrapper {
  transition: transform 0.3s cubic-bezier(0.6, 0.4, 0, 1),
    opacity 0.3s cubic-bezier(0.6, 0.4, 0, 1);
  will-change: transform;
  border-radius: 14px;
  background: #000000;
  width: 100%;
  border: 0.2px solid #ffffff;
  border-radius: 10px;
}
.title-wrapper {
  text-align: center;
  padding-bottom: 24px;
}
.title-wrapper > h1 {
  line-height: 1.1em;
  letter-spacing: -0.035em;
  margin-bottom: 10px;
}
.title-wrapper > p {
  line-height: 1.4em;
  font-size: 16px;
}
.dateTimeWrapper {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
.clock {
  font-size: 27px;
}

.input-group {
  margin-bottom: 20px;
  position: relative;
}
.input-icon {
  position: relative;
}
.input {
  border-radius: 10px;
  height: 46px;
  font-size: 15px;
  transition: box-shadow 0.15s ease;
  box-shadow: inset #202715 0 0 0 1px, inset #29311d 0 0 0 100px !important;
  color: #fdd274;
  border: none;
  width: 100%;
  outline: 0;
  padding: 0 14px;
  padding-left: 52px;
}
.input::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.btn {
  cursor: pointer;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border: none;
  text-decoration: none;
  transition: all 0.15s ease;
}
.btn-primary {
    display: flex;
    justify-content: space-between;
    background: #181818;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    height: 46px;
    line-height: 45px;
}
@media only screen and (max-width: 430px) {
  .btn-primary {
    font-size: 10px;
  }
}
@media only screen and (max-width: 720px) {
  .btn-primary {
    font-size: 12px;
  }
}
.btn-primary:not(:disabled):not(.is-disabled):hover {
  background: #0d0d0d;
  border: none;
}
.btn-method {
  margin: 3px;
  width: 33.33%;
  float: left;
  background: #202715;
  color: #f9d26e;
  border: 1px solid #2c351e;
  border-radius: 10px;
  font-size: 15px;
  padding: 0 21px;
  height: 46px;
  line-height: 45px;
}
.btn-method:not(:disabled):not(.is-disabled):hover {
  background: #202715;
  border: 1px solid #f9d26e;
}
.btn-show-hide {
  position: absolute;
  top: 13%;
  width: auto;
  right: 6px;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  color: #fcd275;
  box-shadow: inset rgb(0 0 0 / 15%) 0 0 0 1px;
}
.input:hover:not(:disabled) {
  box-shadow: inset #fdd274 0 0 0 1px, inset #202715 0 0 0 100px !important;
}
.input:focus:not(:disabled) {
  box-shadow: inset #fdd274 0 0 0 1px, inset #202715 0 0 0 100px !important;
}
.btn-show-hide:not(:disabled):not(.is-disabled):hover {
  box-shadow: inset rgb(0 0 0 / 30%) 0 0 0 1px;
}
.icon {
  left: 15px;
  font-size: 18px;
  position: absolute;
  top: 45%;
  transition: all 0.15s ease;
  transform: translate3d(0, -50%, 0);
  font-style: normal;
}
.form-footer {
  flex-basis: 100%;
  flex-grow: 1;
  box-shadow: rgb(0 0 0 / 11%) 0 -1px;
  text-align: center;
  line-height: 1.7em;
  padding: 24px;
}
.copy-right {
  color: #f8b477;
  font-size: 13px;
}
.copy-right a {
  font-weight: normal;
}

.login-method {
  display: flex;
  justify-content: center;
}

.login-method li {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}

.login-method li:hover {
  color: #c57d85;
}

.login-method-active {
  border-bottom: 2px solid #02715a;
  color: #c57d85;
}
.error {
  padding: 0 10px 20px;
}

table {
  border-collapse: collapse;
  margin: 0 auto 20px;
  text-align: left;
  min-width: 300px;
}
td,
th {
  border: 1.5px solid #ffffff;
  padding: 10px;
  color: #ffffff;
}

@media (min-width: 375px) {
  .imageHeader img {
    height: 225px;
  }
}
@media (min-width: 425px) {
  .imageHeader img {
    height: 290px;
  }
}
@media (min-width: 576px) {
  .wrapper {
    width: 468px;
  }
}
@media (min-width: 576px) {
  .wrapper {
    width: 468px;
  }
}

/* spinner */
.spinner {
  margin: 0;
  text-align: left;
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #9e9e9e;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.small-button {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  gap: .25rem;
  font-size: 80%;
  border: none;
  cursor: pointer;
}
.small-button svg {
  width: 22px;
  height: auto;
}
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#input-group-password {
  position: relative;
}
.username {
  border-radius: 5px;
  height: 46px;
  font-size: 15px;
  transition: box-shadow 0.15s ease;
  box-shadow: inset #ffffff 0 0 0 1px, inset #ffffff 0 0 0 100px !important;
  color: #000000;
  border: none;
  width: 100%;
  outline: 0;
  padding: 0 14px;
  margin-bottom: 10px;
}
.password {
  margin-bottom: 10px;
  border-radius: 5px;
  height: 46px;
  font-size: 15px;
  transition: box-shadow 0.15s ease;
  box-shadow: inset #ffffff 0 0 0 1px, inset #ffffff 0 0 0 100px !important;
  color: #000000;
  border: none;
  width: 100%;
  outline: 0;
  padding: 0 14px;
}
.show-password {
  position: absolute;
  display: -webkit-inline-box;
  z-index: 9;
  top: 3px;
  right: 15px;
  bottom: 5px;
  cursor: pointer;
}
.show-password svg {
  position: relative;
  text-align: center;
  fill: #acacac;
  transition: 0.5s;
  margin: 10px auto;
  width: 24px;
  height: 24px;
}
.show-password .hidden {
  display: none;
}
.info-login {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
  line-height: 1.7em;
  padding: 24px;
}
/* Clock */
/*ICON*/
.svg {
  vertical-align: middle;
  width: 35px;
  height: 35px;
  fill: white;
}
@media only screen and (max-width: 430px) {
  .svg {
    height: 23px;
  }
}
/*Accordion*/
.accordion-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 24px 24px;
  margin: 1rem auto;
  width: 100%;
}
.accordion-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: .25rem;
  overflow: hidden;
}
.accordion-content .box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 0;
  min-height: 0;
  gap: 0;
}
.accordion-content .box-content .button-accordion {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #181818;
  color: #ffffff;
  cursor: pointer;
  padding: .25rem;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  gap: 1rem;
}
.accordion-content .box-content .button-accordion span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .25rem;
}
.accordion-content .box-content .content {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion-content .box-content .content ul li {
  color: #ffffff;
}
@media only screen and (max-width: 720px) {
  .accordion-content .box-content .button-accordion {
    font-size: 12px;
  }
}
@media only screen and (max-width: 430px) {
  .accordion-content .box-content .button-accordion {
    font-size: 10px;
  }
}
.active,
.accordion-content .box-content .button-accordion:hover {
  background-color: #0d0d0d;
}

/* Box Profile */
.box-profile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: .5rem 0;
  gap: 1rem;
  background-color: rgb(75 79 77 / 20%);
  border-radius: 1rem;
}
.profile-info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.profile-info p {
  text-align: center;
  margin: .5rem 0;
}
.profile-info .info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: .5rem;
  font-size: .9rem;
  color: #ffffff;
}
.profile-info .info img {
  width: 20px;
  height: auto;
}
.social-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}
.icon-social {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}
.icon-social img {
  width: 28px;
  height: auto;
}

/* Box Price */
.box-price {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
  gap: 1rem;
}
.button-price {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: .5rem;
  padding: .35rem;
  margin: 0;
  background-color: #262626;
  border-radius: .25rem;
}
.button-price .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #262626;
  color: #ffffff;
  padding: .25rem .5rem;
  font-size: 80%;
  font-weight: 600;
  border: none;
  border-radius: .25rem;
  cursor: pointer;
}
.button-price .button.active {
  background-color: #ffffff;
  color: #262626;
}
.box-output-price {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 0;
}
.box-output-price .output-price {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #ffffff;
}



