.account {
  max-width: 1280px;
  margin: 64px auto 60px;
}
@media screen and (max-width: 767px) {
  .account {
    margin: 24px 16px 32px;
  }
}
.account__header {
  text-align: center;
}
.account__header h1 {
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  color: #466da0;
}
@media screen and (max-width: 767px) {
  .account__header h1 {
    font-family: Tangerine;
    font-size: 32px;
    font-weight: 400;
    position: relative;
  }
  .account__header h1::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 148px;
    height: 2px;
    background-image: url(../../img/billing-underline-mobile.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateX(-50%);
  }
}
.account__header p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #001f37;
  margin-top: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .account__header p {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 20px;
  }
}
.account__header svg {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .account__header svg {
    display: none;
  }
}
.account__tabs {
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #f9fbff;
}
.account__tabs fieldset {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .account__tabs fieldset {
    gap: 0;
    flex-wrap: wrap;
  }
  .account__tabs fieldset .tab {
    flex: 0 0 50%;
  }
}
.account__tabs input {
  display: none;
}
.account__tabs label {
  padding: 16px 40px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #001f37;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .account__tabs label {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding: 16px 12px;
  }
}
.account__tabs input:checked + label {
  border-color: #466da0;
}
.account__tab-content {
  display: none;
}
.account__tab-content--manage {
  border: 1px solid #d9d9d9;
  padding: 24px 24px 48px;
}
@media screen and (max-width: 767px) {
  .account__tab-content--manage {
    padding: 24px 12px 8px;
  }
}
.account__tab-content.active {
  display: block;
}
.account__summary {
  padding-bottom: 8px;
  border-bottom: 1px solid #1b1b1b;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account__summary {
    flex-flow: column;
  }
}
.account__summary h2 {
  font-family: Tangerine;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #466da0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .account__summary h2 {
    font-size: 32px;
  }
}
.account__summary p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #001f37;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .account__summary p {
    font-size: 16px;
  }
}
.account__summary span {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #1b1b1b;
  display: flex;
  gap: 8px;
  align-items: center;
}
.account__summary span svg {
  width: 24px;
  height: 24px;
}
.account__summary-col {
  display: flex;
  flex-flow: column;
}
.account__table {
  width: 100%;
  margin-top: 16px;
}
.account__table thead {
  background-color: rgba(70, 109, 160, 0.1019607843);
}
.account__table th {
  padding: 10px 0;
  text-align: center;
}
.account__table td {
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .account__table .product:not(:last-child) td {
    border-bottom: 1px solid #d9d9d9;
  }
}
.account__table .product-item {
  display: flex;
  align-items: start;
}
.account__table .product-image {
  width: 100px;
  height: 100px;
  padding: 10px;
}
.account__table .product-details {
  padding: 12px 24px 24px 12px;
}
@media screen and (max-width: 767px) {
  .account__table .product-details {
    padding: 12px;
  }
}
.account__table .product-details span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .account__table .product-details span {
    font-size: 12px;
  }
}
.account__table .product-details h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 12px;
}
.account__table .product-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .account__table .product-details p {
    font-size: 12px;
    display: block;
    text-align: left;
    margin-top: 8px;
  }
}
.account__table .product-cat,
.account__table .product-req,
.account__table input {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  color: #1b1b1b;
  text-align: center;
  margin: 0 auto;
}
.account__table input {
  display: block;
  width: 80px;
  padding: 8px 12px;
  border: 1px solid #b8bec8;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .account__table input {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-top: 4px;
    text-align: left;
  }
}
.account__table .product-req-col {
  position: relative;
}
.account__table tr:hover .actions {
  opacity: 1;
  visibility: visible;
}
.account .actions {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.account .actions a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #d8dde5;
  border-radius: 4px;
}
.account__buttons {
  display: flex;
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .account__buttons {
    flex-flow: column;
    gap: 8px;
  }
}
.account__buttons.anonymous {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .account__buttons.anonymous {
    margin-top: 20px;
    text-align: center;
  }
}

.empty-registry {
  max-width: 540px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .empty-registry {
    padding-top: 35px;
    padding-bottom: 27px;
  }
}
.empty-registry h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #001f37;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .empty-registry h3 {
    font-size: 24px;
  }
}
.empty-registry p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .empty-registry p {
    font-size: 14px;
  }
}

.btn-account {
  width: 220px;
  padding: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-account {
    font-size: 16px;
    width: 100%;
  }
}
.btn-account svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.btn-account svg path {
  transition: fill 0.3s ease-in-out;
}

.btn-account.invert {
  background-color: transparent;
  border-color: #466da0;
  color: #466da0;
}
.btn-account.invert:not(:disabled):hover {
  background-color: #466da0;
  color: white;
}
.btn-account.invert:not(:disabled):hover svg path {
  fill: white;
}

.btn-account:disabled {
  border-color: #c5cbd4;
  color: #c5cbd4;
  cursor: not-allowed;
}
.btn-account:disabled svg path {
  fill: #c5cbd4;
}

p.account-notice {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #f99d20;
  text-align: right;
  margin: 0;
  margin-top: auto;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  p.account-notice {
    text-align: left;
  }
}
p.account-notice.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.event-details-form {
  display: flex;
  flex-flow: column;
  gap: 24px;
  max-width: 936px;
  margin: 0 auto;
}
.event-details-form__row {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .event-details-form__row {
    flex-flow: column;
  }
}
.event-details-form__item {
  flex: 1 1 0;
}
.event-details-form label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #001f37;
}
.event-details-form input[type=text] {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #222222;
  width: 100%;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #b8bec8;
  margin-top: 8px;
}
.event-details-form input[type=text]::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #8a8a8a;
  opacity: 1;
}
.event-details-form input[type=text]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #8a8a8a;
  opacity: 1;
}
.event-details-form input[type=file] {
  display: none;
}
.event-details-form button {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 16px 24px;
  margin: 8px auto 0;
  min-width: 350px;
}
.event-details-form button:disabled {
  background-color: #c5cbd4;
  border-color: #c5cbd4;
  cursor: not-allowed;
}
.event-details-form button:disabled:hover {
  color: white;
}
.event-details-form__upload {
  display: block;
  border: 1px dashed #b8bec8;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  margin-top: 8px;
  cursor: pointer;
}
.event-details-form__upload .upload-heading,
.event-details-form__upload .upload-subheading {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #8a8a8a;
  margin: 0;
  margin-top: 12px;
}
.event-details-form__upload .upload-subheading {
  font-size: 12px;
  font-variant: normal;
  text-transform: none;
  margin-top: 6px;
}
.event-details-form__uploaded {
  display: flex;
  flex-flow: column;
  gap: 8px;
  margin-top: 8px;
}
.event-details-form__uploaded:empty {
  display: none;
}
.event-details-form .upload-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 17px 4px 4px;
  border: 1px solid #e5e5ea;
  border-radius: 4px;
}
.event-details-form .upload-item img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  background-color: #f2f2f7;
}
.event-details-form .upload-item__name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #001f37;
}
.event-details-form .upload-item__size {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #8e8e93;
  margin-top: 3px;
}
.event-details-form .upload-item__remove {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background: url(../../img/upload-delete.svg) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .event-details-form .upload-item__remove {
    opacity: 1;
  }
}
.event-details-form .upload-item:hover .upload-item__remove {
  opacity: 1;
}

.orders-table-wrap {
  overflow-x: auto;
}

.orders-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Source Serif Pro", serif;
}
.orders-table thead {
  background-color: rgba(70, 109, 160, 0.1019607843);
}
.orders-table thead th {
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #001f37;
  text-align: left;
  white-space: nowrap;
}
.orders-table tbody tr {
  border-bottom: 1px solid #e8ecf1;
}
.orders-table tbody tr:last-child {
  border-bottom: none;
}
.orders-table tbody tr:hover {
  background-color: #f9fbff;
}
.orders-table tbody td {
  padding: 16px;
  font-size: 15px;
  font-weight: 400;
  color: #1b1b1b;
  vertical-align: top;
}
.orders-table .col-order {
  font-weight: 600;
  color: #466da0;
  white-space: nowrap;
}
.orders-table .col-date {
  white-space: nowrap;
  color: #6b7280;
  font-size: 14px;
}
.orders-table .col-guest {
  font-weight: 600;
  white-space: nowrap;
}
.orders-table .col-total {
  font-weight: 600;
  white-space: nowrap;
}
.orders-table .col-status {
  white-space: nowrap;
}
.orders-table .order-items-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.orders-table .order-items-list li {
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.orders-table .order-items-list .item-name {
  color: #1b1b1b;
}
.orders-table .order-items-list .item-qty {
  color: #6b7280;
  font-size: 13px;
  white-space: nowrap;
}
.orders-table .order-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.orders-table .order-status-badge--completed {
  background-color: #d1fae5;
  color: #065f46;
}
.orders-table .order-status-badge--processing {
  background-color: #dbeafe;
  color: #1e40af;
}
.orders-table .order-status-badge--on-hold {
  background-color: #fef3c7;
  color: #92400e;
}
.orders-table .order-status-badge--cancelled, .orders-table .order-status-badge--refunded {
  background-color: #fee2e2;
  color: #991b1b;
}
.orders-table .order-status-badge--pending {
  background-color: #f3f4f6;
  color: #374151;
}
@media screen and (max-width: 767px) {
  .orders-table {
    display: block;
  }
  .orders-table thead {
    display: none;
  }
  .orders-table tbody,
  .orders-table tr,
  .orders-table td {
    display: block;
  }
  .orders-table tr {
    padding: 16px 0;
    border-bottom: 1px solid #e8ecf1;
  }
  .orders-table td {
    padding: 4px 0;
  }
  .orders-table td::before {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 2px;
    margin-right: 8px;
  }
  .orders-table td.col-order::before {
    content: "Order: ";
  }
  .orders-table td.col-date::before {
    content: "Date: ";
  }
  .orders-table td.col-guest::before {
    content: "Guest: ";
  }
  .orders-table td.col-total::before {
    content: "Total: ";
  }
  .orders-table td.col-status::before {
    content: "Status: ";
  }
  .orders-table td.col-items::before {
    content: "Items: ";
    display: block;
  }
}

.event-details-footer {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #001f37;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .event-details-footer {
    margin-top: 24px;
  }
}
.event-details-footer a {
  font-weight: 700;
  color: #466da0;
}

/*# sourceMappingURL=account.css.map*/