/**
 * Elementor editor styling
 */

/*body {
  background-color: red !important;
}*/

.hte-custom-account-page .breadcrumb {
  max-width: 1505px;
  margin: 20px auto 0;
  padding: 0 15px;
}

.hte-content-page-account {
  display: flex;
  gap: 20px;
  max-width: 1505px;
  margin: 20px auto 120px;
  padding: 0 15px;
  @media (max-width: 991px) {
    display: block;
    margin: 20px auto 80px;
  }
}

.hte-heading-sidebar {
  background-color: #1E00AE;
  border-radius: 8px;
  margin-bottom: 4px;
  padding: 10px 10px 10px 30px;
  font-weight: 600;
  font-style: Semibold;
  font-size: 18px;
  line-height: 36px;
  color: #fff;

}

.hte-heading-sidebar-list {
  min-width: 355px;
  padding: 0;
  background-color: #F5F5F5;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 15px 30px 15px 30px !important;
}

.hte-heading-sidebar-list li {
  list-style: none;
  padding: 10px 0 15px;
  cursor: pointer;
  border-bottom: 1px dashed #D9D9D9;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2C2C2C;
  transition: all .2s;
}

.hte-heading-sidebar-list li svg {
  transform: translateY(7px);
  margin-right: 5px;
  transition: all .2s;
}

.hte-heading-sidebar-list li a {
  color: #2C2C2C;
}

.hte-heading-sidebar-list li:last-child {
  border: none;
}

.hte-heading-sidebar-list li.active,
.hte-heading-sidebar-list li.active svg path {
  color: #1E00AE;
  stroke: #1E00AE;
}

.hte-heading-sidebar-list li:hover,
.hte-heading-sidebar-list li:hover a,
.hte-heading-sidebar-list li:hover svg path {
  color: #1E00AE;
  stroke: #1E00AE;
}


.hte-content-tab {
  flex: 1;
  border: 1px solid #EDEDED;
  padding: 30px 40px;
  border-radius: 8px;
}

.hte-content-tab h3 {
  font-weight: 600;
  font-style: Semibold;
  font-size: 26px;
  line-height: 24px;
  color: #2C2C2C;
}

.tab {
  display: none;
}

.tab.active {
  display: block; 
}

.order-item, .ebook-item {
  border-bottom: 1px solid #EDEDED;
  padding: 10px 0;
}

.header-login-wp:hover {
  cursor: pointer;
}



/* Css Account Page */
.orders-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial;
}

/* HEADER */
.orders-header {
  display: grid;
  grid-template-columns: 120px 120px 180px 1fr 120px;
  background-color: #1E00AE;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
}

/* ROW */
.order-item-row {
  display: grid;
  grid-template-columns: 120px 120px 180px 1fr 120px;
  align-items: center;
  padding: 15px;
  font-size: 14px;
}

.product-item-book {
  text-align: right;
  margin: 0 15px 15px 0;
}

.order-item-row-content {
  border-radius: 8px;
  border: 1px solid #EDEDED;
  margin-bottom: 15px;
}

.order-item-row-content:last-child {
  margin-bottom: 0;
}

.preview-btn {
  background-color: #1E00AE;
  font-weight: 500;
  font-size: 14px
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  border: none;
}

/* TEXT */
.order-id {
  color: #3b36c6;
  font-weight: 600;
}

.status {
  color: #666;
}

.time {
  color: #333;
}

/* PRODUCT */
.product {
  color: #333;
}

.product .more {
  color: #3b36c6;
  margin-left: 6px;
  font-size: 13px;
}

/* TOTAL */
.total {
  font-weight: 600;
}

/* BUTTON */
.action {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.btn {
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

/* cancel */
.btn.cancel {
  background: #f8d7da;
  color: #721c24;
}

/* view */
.btn.view {
  background: #3b36c6;
  color: #fff;
}






















.account-form-container {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
}

.account-form h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    flex: 1 1 100%;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.btn-save {
    background-color: #3b3bff;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.btn-save:hover {
    background-color: #2c2cd6;
}









































