/* [project]/src/styles/my-account.css [app-client] (css) */
.ac-container:before, .ac-container:after {
  content: " ";
  width: 100%;
  display: table;
}

.toggle-nav {
  display: none;
}

.toggle-info {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 20px;
  display: flex;
}

nav.myaccount-navigation {
  float: left;
  background: #fff;
  border-radius: 15px;
  width: 23%;
  transition: all .5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

div[lang="ar"] nav.myaccount-navigation {
  float: right;
}

h2.user-name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

span.user-mail {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.image-box {
  text-align: center;
  border-radius: 10px;
  padding: 25px;
}

.image-box img.user-image {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  padding: 5px;
  display: block;
  position: relative;
}

.account-sidebar .nav-title {
  color: #000;
  background: #fdc040;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.account-sidebar li a {
  color: #000;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.account-sidebar li.myaccount-navigation-link.is-active a {
  font-weight: 600;
}

li.myaccount-navigation-link.myaccount-navigation-link--customer-logout button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  border: 0;
  border-radius: 0;
  width: 90%;
  margin: 10px auto 15px;
  padding: 15px 20px;
  font-weight: 600;
  display: block;
}

.deshbord-container {
  float: right;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  width: 75%;
  min-height: 250px;
  padding: 30px;
}

div[lang="ar"] .deshbord-container {
  float: left;
}

.orders-table a.btn-link {
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: .618em 1em;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.orders-table tr td {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.orders-table thead th {
  background: #ddd;
}

.orders-table thead th, .orders-table tbody td {
  text-align: center;
  padding: 9px 10px;
}

a.ot-medium {
  color: #000;
  font-weight: 600;
}

.load-more button {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 3px;
  padding: .618em 1em;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.load-more {
  text-align: center;
  margin-top: 30px;
}

.dashbord .das-image-box {
  justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
  display: flex;
}

.dashbord .das-image-box .box {
  background: #fdc040;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 0;
  width: 100%;
  padding: 20px 25px;
  transition: all .5s;
  box-shadow: 0 36px 48px rgba(31, 66, 135, .04);
}

.dashbord .das-image-box .total-icon {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
}

.dashbord .total-detail span.text {
  font-size: 14px;
}

.dashbord .total-detail h2.title {
  color: #000;
}

.dashbord .das-text p {
  color: #000;
  margin-bottom: 16px;
  line-height: 22px;
}

.dashbord .das-text p a {
  color: #000;
  text-decoration: underline;
}

.account-card .form-group {
  flex-wrap: wrap;
  margin-bottom: 25px;
  display: flex;
}

.account-card .form-group input {
  border: 1px solid rgba(18, 18, 18, .8);
  border-radius: 0;
  width: 100%;
  padding: 14px 10px;
  font-size: 14px;
}

.account-card label.title {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.account-card .react-tel-input .form-control {
  height: auto;
  padding-left: 70px;
}

.react-tel-input .flag-dropdown {
  width: 65px;
}

.account-content {
  margin-bottom: 60px;
}

a.toggle-btn {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  padding: 10px 15px;
}

.nav-menu {
  color: #fff;
  background: #000;
  border-radius: 5px;
  padding: 5px;
}

span.side-bar-close {
  display: none;
}

select.form-control {
  background: #fff;
  border: 1px solid rgba(18, 18, 18, .8);
  border-radius: 0;
  width: 100%;
  padding: 14px 10px;
  font-size: 14px;
}

a.line-item-slug {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .toggle-nav {
    display: flex;
  }

  .deshbord-container {
    width: 100%;
  }

  nav.myaccount-navigation {
    z-index: 999999;
    width: 90%;
    max-width: 350px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }

  span.side-bar-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .deshbord-container {
    float: unset;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .account-wrapper {
    padding: 15px;
  }

  span.side-bar-close, nav.myaccount-navigation.active {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .account-content {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .dashbord .das-image-box {
    flex-wrap: wrap;
  }

  .dashbord .das-text p {
    margin-bottom: 14px;
  }

  .dashbord .das-image-box .box {
    gap: 20px;
    padding: 15px;
    display: flex;
  }

  .dashbord .das-image-box .total-icon {
    margin-bottom: 0;
  }

  .dashbord .total-detail h2.title {
    font-size: 16px;
  }

  .total-detail {
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 7px 0;
    display: flex;
  }

  h2.user-name {
    font-size: 16px;
  }

  .account-sidebar li a {
    font-size: 14px;
  }

  li.myaccount-navigation-link.myaccount-navigation-link--customer-logout button {
    border-radius: 10px;
    padding: 12px 20px;
  }
}

/*# sourceMappingURL=src_styles_my-account_ab17a8f3.css.map*/