.accountDetails {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .accountDetails__inner {
    width: 90%;
  }
}
.accountDetails__inner__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #212529;
}
@media screen and (max-width: 768px) {
  .accountDetails__inner__title {
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.accountDetails__inner__main {
  display: flex;
  flex-wrap: wrap;
}
.accountDetails__inner__main__left {
  width: 30%;
  padding-right: 24px;
  border-right: 1px solid #CACACC;
}
@media screen and (max-width: 768px) {
  .accountDetails__inner__main__left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.accountDetails__inner__main__left__btn {
  cursor: pointer;
  display: block;
  background: transparent;
  border: none;
  font-size: 18px;
  padding: 8px 10px;
  color: #212529;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .accountDetails__inner__main__left__btn {
    padding: 5px;
    font-size: 16px;
  }
}
.accountDetails__inner__main__left__btn.active {
  color: #ebb576;
  border: 1px solid #ebb576;
  border-radius: 5px;
}
.accountDetails__inner__main__right {
  padding-left: 40px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .accountDetails__inner__main__right {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
}
.accountDetails__inner__main__right__title {
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .accountDetails__inner__main__right__title {
    text-align: center;
    font-size: 22px;
  }
}
.accountDetails__inner__main__right__form {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
}
.accountDetails__inner__main__right__form__label {
  width: 50%;
  padding: 0 12px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .accountDetails__inner__main__right__form__label {
    width: 100%;
  }
}
.accountDetails__inner__main__right__form__label input {
  width: 100%;
  background-color: transparent;
  background-image: none;
  border-radius: 8px;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  height: 38px;
  padding: 0 12px;
}
.accountDetails__inner__main__right__form__label p {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.accountDetails__inner__main__right__form__label p span {
  color: #b20000;
}
.accountDetails__inner__main__right__form__btn {
  background-color: #cacacc;
  color: #fff;
  width: 98%;
  margin: 24px auto 0;
  border: none;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .accountDetails__inner__main__right__form__btn {
    font-size: 13px;
    height: 36px;
  }
}
.accountDetails__inner__main__right__form__changePass {
  margin-top: 24px;
  color: #503e9d;
}/*# sourceMappingURL=accountDetails.css.map */