.title-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.my-order-item {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 12px;
}

.item-order {
  display: flex;
  justify-content: space-between;
}

.order-subtitle {
  color: #da9d1e;
}

.tab[tab-id="my-order"] {
  padding: 8px;
}

.account-sidebar {
  width: 250px;
  min-width: 250px;
  margin-right: 20px;
  border-radius: 5px;
}

.page-account-layout {
  display: flex;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.account-content {
  flex-grow: 1;
  background: #ffffff;
}

.account-content .tab[tab-id="account"] {
  flex-grow: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  background: #ffffff;
  align-items: center;
}

.account-content-inner {
  position: relative;
  top: -20px;
  background: #ffffff;
  box-shadow: 1px -2px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 15px;
  border-radius: 5px;
}

.menu-item-img {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.page-account-layout .menu {
  background: #ffffff;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #f8f8f8;
  border-left: 2px solid #ffffff;
  cursor: pointer;
}

.menu-item.active {
  border-left: 2px solid #d8b979;
}

.bg-top-account {
  height: 180px;
  display: block;
  position: relative;
  text-align: center;
  background-color: #f1f1f1;
  background-image: url(../images/background-account.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.profile-form {
  padding: 0px 20px 25px;
  margin-top: 90px;
  border-top: 1px solid #fbfbfb;
  display: flex;
  flex-wrap: wrap;
}

.item-profile {
  margin: 12px 0;
  border-bottom: 1px solid #fbfbfb;
  width: 50%;
}

.item-profile:nth-child(even) {
  padding-left: 15px;
}

.item-profile:nth-child(odd) {
  padding-right: 15px;
}

.profile-lable {
  font-size: 12px;
  padding-bottom: 3px;
  color: #adaeae;
}

.profile-input {
  border: none;
  background: 0 0;
  outline: 0;
  width: 100%;
  z-index: 2;
  padding-right: 5px;
  padding: 1px 2px;
  font-size: 13px;
  height: 22px !important;
}

select.profile-input {
}

.form-control:focus {
  box-shadow: none;
  border: none;
}

.btn-save-change {
  border-radius: 30px;
  outline: 0;
  height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  width: calc(50% - 30px);
  border: none;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.12);
  background: #d8b979;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.avatar-account {
  position: absolute;
  border-radius: 50%;
  top: -60px;
  left: calc(50% - 60px);
  background: 0 0;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  height: 120px;
  width: 120px;
  z-index: 2;
  background-color: #ffffff;
}

.btn-add-photo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -8%;
  height: 36px;
  width: 36px;
  z-index: 3;
  border-radius: 50%;
  left: 62%;
  z-index: 1;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  background: url(../images/camera-regular.svg) no-repeat center;
  background-color: #ffffff;
  background-size: 20px auto;
  cursor: pointer;
}

.avatar-shadow {
  width: 100%;
  height: 100%;
  border: 5px solid white;
  border-radius: 50%;
  background: rebeccapurple;
}

input[name="user_photo"] {
  display: none;
}

input[name="address_text"] {
  margin-right: 32px;
}

.address_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup {
  background: #f7f7f7;
}

.popup-change-address input {
  border: none;
  background: 0 0;
  outline: 0;
  width: 100%;
  z-index: 2;
  padding-right: 5px;
  padding: 1px 2px;
  font-size: 13px;
  height: 22px !important;
  flex-grow: 1;
  margin-left: 16px;
}

.popup-change-address .wrap-input {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}

.popup-change-address .title {
  padding: 0 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.btn-save-address {
  width: calc(100% - 40px);
  border-radius: 25px;
  border: 0;
  height: 32px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 600;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8b979;
  position: absolute;
  bottom: 12px;
  color: #ffffff;
  cursor: pointer;
}

.field-group {
  margin-top: 16px;
}

#map-change-address {
  height: 164px;
  border-bottom: 1px solid #f1f1f1;
}

.checkout-top {
  display: none;
}

.tab[tab-id="voucher"] {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}

.notice-guide{
  color:#F40F0F;
  font-weight: bold;
}

.voucher-item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 30px);
  padding: 6px 12px;
  margin: 0 15px 15px 0;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  box-shadow: 2px 2px 2px 0px #e0e0e0;
  cursor: pointer;
  background-color: #698137;
}

.voucher-public {
  background-color: #D0A151 !important;
}

.voucher-public-header {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
  color: #835f0e;
}

.voucher-item-header {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
  color: #28a745;
}

.voucher-code {
  font-weight: bold;
  color: #F40F0F;
  font-family: 'Roboto-Mono';
}

.voucher-code1 {
  font-weight: bold;
  color: #FFFF;
  font-family: 'Roboto-Mono';
}


.voucher-expired-date {
  color: #000000a1;
  font-size: 12px;
}

.voucher-title {
  font-weight: bold;
  color:#282828;
}

.voucher-title1{
  font-weight: bold;
  color:#D0A151;
}

#qrcode {
  margin-top: 12px;
}

.popup-qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-qrcode .voucher-code {
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.popup-qrcode .coupon-type{
  font-weight: bold;
  font-size: 18px;
}

.popup-qrcode .btn-copy {
  border-radius: 30px;
  outline: 0;
  height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  width: calc(50% - 30px);
  border: none;
  box-shadow: 2px 0 15px 0 rgb(0 0 0 / 12%);
  background: #d8b979;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* Mobile */
@media only screen and (max-width: 768px) {
  .order-header {
    display: none !important;
  }

  .item-profile {
    padding: 0px !important;
  }

  .voucher-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 30px);
    padding: 4px;
    margin: 15px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
  }
}
/* Mobile */
@media only screen and (max-width: 425px) {
}
