/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
.buy-account {
  padding-top: 42px;
  position: relative;
}
.buy-account:before {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e5e7eb;
  z-index: -1;
  content: "";
}
.buy-account__title h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24.61px;
  margin-bottom: 23px;
  color: #111827;
}
.buy-account__content {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 0 0;
  margin-bottom: 44px;
}
.buy-account__content__form form .row {
  margin: 0;
  row-gap: 60px;
  justify-content: space-between;
  width: 100%;
  padding: 0 34.5px;
}
.buy-account__content__form form .form-control {
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid #c6c6d0;
  border-radius: 8px;
  padding: 0 13px 0 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.buy-account__content__form form .form-control span {
  display: flex;
  align-items: center;
}
.buy-account__content__form form .form-control span i {
  font-size: 10px;
  line-height: 30px;
  margin: 0 10px;
  background: #dbe1ff;
  border-radius: 50%;
  padding: 2px 5px;
}
.buy-account__content__form form .form-control img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: none;
}
.buy-account__content__form form .form-control img.active {
  display: block;
}
.buy-account__content__form form label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  margin-bottom: 8px;
}
.buy-account__content__form form input {
  border: none;
  border-radius: 0 8px 8px 0;
  line-height: 47.6px;
  width: 100%;
}
.buy-account__content__form form input.b-left {
  border-left: 1px solid #c6c6d0;
}
.buy-account__content__form form input:focus {
  outline: 0;
  box-shadow: none;
}
.buy-account__content__form form select {
  border: none;
  margin-right: auto;
  width: 50%;
  height: 52px;
}
.buy-account__content__form form select:focus {
  outline: 0;
}
.buy-account__content__form form button {
  background-color: #fbda56;
  width: 135px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-account__content__form form button i {
  margin-right: 5px;
  font-size: 14px;
  line-height: 24px;
}
.buy-account__content__form form button.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-account__content__form form button.loading span {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.buy-account__content__form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  margin-top: 31px;
  padding: 34.5px;
  border-top: 1px solid #e5e7eb;
}
.buy-account__content__form__footer__price.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-account__content__form__footer__price.loading span {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.buy-account__content__form__footer__price span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
.buy-account__content__form__footer__price ins {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-decoration: none;
}
.buy-account__content__form__footer__price ins small {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
.buy-account__content__form__footer span {
  font-size: 14.81px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 992px) {
  .buy-account__content {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 0 0;
    margin-bottom: 44px;
  }
  .buy-account__content__form form .form-group .warning {
    font-size: 13px;
  }
  .buy-account__content__form form .row {
    row-gap: 30px;
    padding: 0 20.5px;
  }
  .buy-account__content__form form label {
    font-size: 14px;
  }
  .buy-account__content__form form button {
    font-size: 13px;
  }
  .buy-account__content__form form button i {
    font-size: 12px;
  }
  .buy-account__content__form__footer__price span {
    font-size: 13px;
  }
  .buy-account__content__form__footer__price ins {
    font-size: 15px;
  }
  .buy-account__content__form__footer__price ins small {
    font-size: 13px;
  }
  .buy-account__content__form__footer span {
    font-size: 12.81px;
  }
}
@media (max-width: 576px) {
  .buy-account__content__form__footer__price {
    display: flex;
    flex-direction: column;
  }
  .buy-account__content__form__footer__price span {
    margin-bottom: 10px;
  }
}
.myaccount {
  padding-top: 42px;
  position: relative;
}
.myaccount:before {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e5e7eb;
  z-index: -1;
  content: "";
}
.myaccount__title h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24.61px;
  margin-bottom: 23px;
  color: #111827;
}
.myaccount__content {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 73.92px;
  padding-bottom: 15px;
}
.myaccount__content__search {
  padding: 18px 23px 24px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myaccount__content__search input {
  background-color: #f3f4f6;
  border: none;
  padding: 5px 18px;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  width: 194px;
  border-radius: 6px;
}
.myaccount__content__search input::placeholder {
  color: #9ca3af;
}
.myaccount__content__search input:focus {
  outline: 0;
}
.myaccount__content__search a {
  background-color: #fbda56;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding: 7px 18px;
  color: #000;
}
.myaccount__content table {
  width: 100% !important;
  margin-bottom: 0;
}
.myaccount__content table thead {
  border: 1px solid #e5e7eb;
  border-left: none;
  border-right: none;
}
.myaccount__content table thead tr td {
  border: none;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #f9fafb;
  text-align: center;
}
.myaccount__content table tbody tr td {
  border: none;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}
.myaccount__content table tbody tr td.status--green {
  color: #16a34a;
}
.myaccount__content table tbody tr td.status--red {
  color: #ec221f;
}
.myaccount__content table tbody tr td.status--black {
  color: #374151;
}
.myaccount__content table tbody tr td.operate a {
  background-color: #fbda56;
  color: #000;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 6px;
}
.myaccount__content table tbody tr td.operate span {
  background-color: #f3f3f3;
  color: #b3b3b3;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 6px;
}
.myaccount__content table tbody tr:nth-child(even) td {
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .myaccount__title h1 {
    font-size: 25px;
  }
  .myaccount__content table thead {
    display: none;
  }
  .myaccount__content table tbody {
    border-bottom: none;
  }
  .myaccount__content table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .myaccount__content table tbody tr:nth-child(4n + 3) {
    background-color: #f6f8f9;
    border-top: 1px solid #e8e8e8;
  }
  .myaccount__content table tbody tr td {
    border-right: 1px solid #e8e8e8;
    height: 40px;
  }
  .myaccount__content table tbody tr .item {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
    display: flex;
    align-items: center;
  }
  .myaccount__content table tbody tr .item:before {
    content: attr(data-title) ":";
    margin-left: auto;
    font-size: 14px;
    color: #00000085;
  }
  .myaccount__content table tbody tr .item--first {
    padding-right: 20px;
  }
}
.order {
  padding-top: 42px;
  position: relative;
}
.order:before {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e5e7eb;
  z-index: -1;
  content: "";
}
.order__title h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24.61px;
  margin-bottom: 23px;
  color: #111827;
}
.order__content {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 73.92px;
  padding-bottom: 15px;
}
.order__content__search {
  padding: 18px 23px 24px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order__content__search__form form {
  display: flex;
  align-items: center;
}
.order__content__search__form form .form-group {
  margin-bottom: 0;
  margin-left: 12px;
  border: 1px solid #c6c6d0;
  background-color: #fff;
  border-radius: 6px;
  padding: 9px;
  max-width: 150px;
  display: flex;
  align-items: center;
}
.order__content__search__form form .form-group input {
  background-color: transparent;
  border: none;
  padding: 5px 18px;
  color: #1b1b1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  width: 100%;
}
.order__content__search__form form .form-group input::placeholder {
  color: #1b1b1f;
}
.order__content__search__form form .form-group input:focus {
  outline: 0;
}
.order__content__search__form form .form-group select {
  background-color: transparent;
  border: none;
}
.order__content__search__form form .form-group select:focus {
  outline: 0;
}
.order__content__search__finder {
  color: #68686b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.order__content table {
  width: 100% !important;
  margin-bottom: 0;
}
.order__content table thead {
  border: 1px solid #e5e7eb;
  border-left: none;
  border-right: none;
}
.order__content table thead tr td {
  border: none;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #f9fafb;
  text-align: center;
}
.order__content table tbody tr td {
  border: none;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}
.order__content table tbody tr td.status--pending {
  color: #16a34a;
}
.order__content table tbody tr td.status--complete {
  color: #ec221f;
}
.order__content table tbody tr td.status--failure {
  color: #374151;
}
.order__content table tbody tr td.status--gray {
  color: #374151;
}
.order__content table tbody tr td.operate a {
  background-color: #fbda56;
  color: #000;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 6px;
}
.order__content table tbody tr td.operate span {
  background-color: #f3f3f3;
  color: #b3b3b3;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 6px;
}
.order__content table tbody tr:nth-child(even) td {
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .order__title h1 {
    font-size: 25px;
  }
  .order__content__search {
    flex-direction: column;
  }
  .order__content__search__form form {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    gap: 20px;
  }
  .order__content__search__form form .form-group {
    width: 100%;
    max-width: 100%;
  }
  .order__content__search__finder {
    margin-top: 20px;
  }
  .order__content table thead {
    display: none;
  }
  .order__content table tbody {
    border-bottom: none;
  }
  .order__content table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .order__content table tbody tr:nth-child(4n + 3) {
    background-color: #f6f8f9;
    border-top: 1px solid #e8e8e8;
  }
  .order__content table tbody tr td {
    border-right: 1px solid #e8e8e8;
    height: 40px;
  }
  .order__content table tbody tr .item {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
    display: flex;
    align-items: center;
  }
  .order__content table tbody tr .item:before {
    content: attr(data-title) ":";
    margin-left: auto;
    font-size: 14px;
    color: #00000085;
  }
  .order__content table tbody tr .item--first {
    padding-right: 20px;
  }
}
fieldset{
  border: none!important;
}