

/* FORM */

.password-label {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}

.link-password {
  font-size: 13px;
}

.login input::placeholder {
  color: #7A8D97;
  font-size: 15px;
}

.login input {
  padding-left: 15px !important;
}

.login-bg {
  right: 0;
  top: 0 !important;
  height: 100% !important;
}

.form-container {
  position: relative;
}

.form-container.waiting:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffffa3;
}

.form-container.waiting .lds-ripple {
  display: block;
}

/*SHOW PASSWORD*/

.show-password {
  cursor: pointer;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  border: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url('/assets/img/icon/show-pw.png');
}

.show-password:focus-visible {
  outline: none !important;
}

.bi-eye {
  background-image: url('/assets/img/icon/hide-pw.png');
}

.form-control-container.password-container:after {
  right: 48px;
  /*height: 20px;
  width: 20px;*/
}

button:disabled {
  background-color: #2D9ED6 !important;
}

.confirmation {
  background-color: #E4F0ED;
  padding: 5px 0;
}

.form-group {
  position: relative;
}


/* input#phone {
  padding-left: 5.5rem !important;
} */

.form-group .iti {
  width: 100%
}

.form-group .iti__flag-container {
  color: var(--blue);
}

.form-group .iti__selected-flag:focus-visible {
  outline: none !important;
}



/* ACCOUNT */

.box-info {
  background-color: #E0F0F9;
  padding: 23px;
}

.box-info .name {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 22px;
}

.table-box {
  padding: 20px;
  padding-bottom: 3px;
  border: 1px solid #dbdbdb;
}

.title-list {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

.account-table .order-num {
  color: var(--blue) !important;
  font-weight: 500;
}

.account-table th {
  padding-left: 0 !important;
  font-size: 16px;
}

.account-table td {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 0 !important;
}

.account-table p {
  margin-bottom: 0 !important;
}

.status,
.data {
  text-align: center;
}

.table th {
  border-width: 0 0 1px !important;
}

.cart-price span {
  font-weight: 500;
}

.detail ul {
  margin-bottom: 0;
}

/* .detail li:nth-child(2) {
  margin-top: 10px !important;
} */

.status .banner {
  margin: auto;
  width: fit-content;
  padding: 5px 15px;
  background-color: #e9e9e9;
  color: #818181;
  font-weight: 400;
}

.status .banner.fulfilled {
  background-color: #D4F1E0;
  color: #219653;
}

.status .banner.unfulfilled {
  background-color: #ffface;
  color: #ffc107;
}

.status .banner.unpaid {
  background-color: #ffcece;
  color: #ff0707;
}

.logout-btn {
  color: #EB5757;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}

.logout-btn::before  {
  content: '';
  background-image: url(/assets/img/logout.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 100%;
  position: absolute;
}


.login-padding {
  padding-top: 190px !important;
}

@media screen and (max-width: 1090px) {

  .login-padding {
    padding-top: 95px !important;
    padding-bottom: 100px !important;
  }

  .box-account {
    flex-flow: column;
  }

  .box-account .column {
    width: 100% !important;
  }

  .table-column {
    margin-top: 30px;
    overflow-x: scroll;
  }

  .table-column .table-box {
    min-width: 700px;
  }

  .mobile-padding {
    padding: 120px 1.5rem !important;
  }

}
