/* -----------------------------------------
MANAGE ACCOUNT
----------------------------------------- */
.page-template-account-management main {
  justify-content: center;
  margin: 0 2rem;
}

#account-management {
  max-width: 800px;
}
#account-management h1,
#account-management h2,
#account-management h3 {
  font-family: "Proxima Nova", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  color: #333;
}
#account-management h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #account-management nav {
    margin-top: 4rem;
  }
}
#account-management nav ul {
  margin-bottom: 0;
  margin-left: 0;
}
#account-management nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
#account-management nav ul li:first-child {
  margin-left: 1rem;
}
@media (max-width: 900px) {
  #account-management nav ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 899px) {
  #account-management nav ul li {
    border-radius: 0;
    display: block;
    margin-bottom: 5px;
  }
}
#account-management nav ul li a {
  background: #0095c8;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  font-family: "Proxima Nova", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom-style: none;
  border-radius: 5px 5px 0 0;
  color: white;
  display: block;
  padding: 0.7em 1em 0.6em;
  transition: all 0.5s;
}
@media (max-width: 900px) {
  #account-management nav ul li a {
    border-radius: 0;
  }
}
#account-management nav ul li a:hover {
  background: #2680b7;
  color: white;
}
#account-management nav ul li a.active {
  background: white;
  border: 1px solid #0095c8;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  color: #0095c8;
  transform: translateY(1px);
  font-weight: 600;
}
@media (max-width: 900px) {
  #account-management nav ul li a.active {
    border-bottom: 1px solid #0095c8;
    border-radius: 0;
  }
}
#account-management .account-container {
  border: 1px solid #0095c8;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding: 3rem;
}
#account-management .account-container p.success,
#account-management .account-container p.error {
  font-size: 1em;
  padding: 1em;
}
#account-management .account-container .print-link {
  background: transparent url("/wp-content/plugins/fool-wp-commerce/src/CommerceGateway/css/dist/images/icon-print.png") no-repeat;
  display: block;
  float: right;
  font-family: "Oxygen", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: -30px;
  padding-left: 25px;
  padding-right: 5px;
}
#account-management .account-container #tax-invoice {
  border: 1px dotted #ccc;
  margin: 20px;
  padding: 20px;
}
#account-management .account-container #tax-invoice .from-address {
  border: 4px solid #eee;
  border-width: 4px 0;
  display: inline-block;
  font-family: "Oxygen", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-bottom: 1rem;
  padding: 1rem;
}
#account-management form {
  margin-top: 2em;
}
#account-management form label {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#account-management form input {
  border-radius: 5px;
  font-family: "Oxygen", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 3rem;
  padding: 1em 0.5em;
}
@media (max-width: 767px) {
  #account-management form input {
    width: 100%;
  }
}
#account-management form input.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 1rem 3rem;
  border-color: #fbaa31;
  background: #ffcc33;
  font-family: "Proxima Nova", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  color: black;
  font-size: 1rem;
  font-weight: bold;
}
#account-management form input.button:hover {
  background: #fbaa31;
}
#account-management form select {
  font-family: "Oxygen", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-bottom: 1.5rem;
}
#account-management form select#country, #account-management form select#district {
  width: 80%;
}
#account-management form .select-month,
#account-management form .select-year {
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
}
#account-management form #postal-code {
  width: 50%;
}
#account-management form .validate-cvn {
  width: 25%;
}
#account-management #change-password-form label + small {
  display: block;
  margin-bottom: 1em;
  margin-top: -1em;
}
#account-management table .account-table-link {
  display: block;
}
#account-management table .account-table-link .date {
  display: block;
  font-size: 0.9em;
}
#account-management table .account-table-link .amount {
  display: block;
  font-weight: bold;
  padding: 0.2em 0 1em;
}
#account-management table td,
#account-management table th {
  font-family: "Oxygen", "Hind", "Helvetica Neue", helvetica, arial, sans-serif !important;
  font-size: 1em;
}
#account-management table td {
  vertical-align: top;
}
#account-management table .small-code {
  border-bottom: 1px solid rgba(145, 210, 220, 0.5);
  color: #5c5c5c;
  font-family: "Oxygen", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 0.1em;
}
#account-management dt {
  margin: 0 0 0.5rem;
}
#account-management dd {
  margin: 0 0 0.5rem;
}
#account-management dd::after {
  clear: both;
  content: "";
  display: block;
}
#account-management .btnLink {
  background: #4e858e;
  border-radius: 5px;
  color: white;
  font-family: "Oxygen", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.9em;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  top: -15px;
}
#account-management .btnLink:hover {
  color: white;
}

#account-management p.error,
#account-management p.success,
span.wpcf7-not-valid-tip-no-ajax,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px;
}

#account-management p.error,
span.wpcf7-not-valid-tip-no-ajax,
.wpcf7-validation-errors {
  background: #c30;
}

#account-management p.success,
.wpcf7-mail-sent-ok {
  background: #393;
}

#account-subscriptions-load-more {
  background: #4e858e;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Oxygen", "Hind", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 0 auto 2rem;
  padding: 1em 1.5em;
  text-transform: uppercase;
}

.account-details__loading {
  background: #f9f9f9;
  margin: 0 auto 3rem;
  padding-bottom: 3rem;
}
.account-details__loading p {
  padding: 1rem 2rem 1.5rem;
  text-align: center;
}

.inline-spinner {
  animation: color-bubble 2s linear 0s infinite;
  color: #f00;
  position: relative;
}
.inline-spinner::before, .inline-spinner::after {
  animation: spinner-bubble 1.3s linear 0s infinite;
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 0 0 3px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.inline-spinner::before {
  animation: spinner-bubble 1.3s linear 2s infinite;
}

@keyframes spinner-bubble {
  from {
    height: 10px;
    opacity: 0.8;
    width: 10px;
  }
  to {
    height: 50px;
    opacity: 0;
    width: 50px;
  }
}
@keyframes color-bubble {
  0% {
    color: #009ddc;
  }
  33% {
    color: #50b949;
  }
  66% {
    color: #ee2d24;
  }
  100% {
    color: #feb825;
  }
}

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