.membership .form-login {
  background-color: #F3F6FC;
  border-radius: 16px;
  padding: 57px 80px;
}
.membership .form-login .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.membership .form-login label {
  display: block;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.membership .form-login input {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding: 7px 12px;
  margin-bottom: 6px;
}
.membership .form-login a {
  cursor: pointer;
  color: #196EE2;
}
.membership .form-login a:hover {
  color: #064CAA;
}
.membership .form-login p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.membership .form-login .form-group-checkbox label {
  display: flex;
  cursor: pointer;
}
.membership .form-login .form-group-checkbox label input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.membership .form-login .form-group-checkbox label p {
  font-size: 14px;
}
.membership table {
  display: table;
  width: 100%;
  background-color: #F3F6FC;
}
.membership table thead {
  border-bottom: 1px solid #D9D9D9;
  color: #000;
}
.membership table tr {
  line-height: 40px;
}
.membership table tr td a {
  display: inline-block;
  background: #F3F6FC;
  color: #3986EE;
}
.membership table tr td a:hover {
  color: #064CAA;
}
.membership table tr th, .membership table tr td {
  padding: 6px 12px;
  text-align: center;
}
.membership table tr th:first-child, .membership table tr td:first-child {
  text-align: left;
}
.membership table tr th:last-child, .membership table tr td:last-child {
  text-align: center;
}
.membership .icon-download {
  color: #196EE2;
}
.membership .icon-download:hover {
  color: #064CAA;
}
.membership .form-group-checkbox label {
  display: flex;
  cursor: pointer;
}
.membership .form-group-checkbox label input[type=checkbox] {
  margin-right: 4px;
}
.membership .form-group-checkbox label p {
  font-size: 14px;
}
.membership .logo-and-title {
  text-align: center;
}
.membership .logo-and-title .page-title {
  padding: 15px 0;
  text-align: start;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  color: #064CAA;
}
.membership .logo-and-title .page-sub-title {
  padding: 15px 0;
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #064CAA;
}
.membership .btn {
  display: inline-block;
  padding: 16px;
  border-radius: 8px;
  min-width: 150px;
  max-width: fit-content;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.membership .btn.btn-blue {
  background-color: #196EE2;
  color: #fff;
  border: 2px solid #196EE2;
}
.membership .btn.btn-blue:hover {
  text-decoration: none;
  color: #196EE2;
  background-color: #fff;
}
.membership .btn.btn-default {
  background-color: #fff;
  color: #333;
  border: 2px solid #D9D9D9;
}
.membership .btn.btn-default:hover {
  background-color: #EDEDED;
}
.membership .btn.btn-default-red {
  background-color: #fff;
  border: 2px solid #F82626;
  color: #F82626;
}
.membership .btn.btn-default-red:hover {
  background-color: #FBDFDF;
}
.membership .tab-panel a {
  text-decoration: none;
  cursor: pointer;
}
.membership .tab-panel .tabs {
  display: flex;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.membership .tab-panel .tabs .tab {
  color: #6C757D;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 15px 24px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
}
.membership .tab-panel .tabs .tab.active {
  border-bottom: 4px solid #196EE2;
  color: #196EE2;
}
.membership .tab-panel .tab-content {
  background: #F3F6FC;
  display: block;
  padding: 30px 50px;
  border-radius: 0 5px 5px 5px;
}
.membership .tab-panel .hide {
  display: none;
}
.membership .l-navbar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: fit-content;
  min-height: 60vh;
  color: #333;
  padding: 0 30px 0 1rem;
  transition: 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .membership .l-navbar {
    position: fixed;
    text-align: center;
    top: 64px;
    height: 100%;
  }
}
.membership .l-navbar .nav ul {
  margin: 10px 0;
  list-style-type: none;
}
.membership .l-navbar .nav a {
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  color: #333;
  font-weight: 700;
}
.membership .l-navbar .nav .sub-menu {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin: 9px 0;
}
.membership .l-navbar .nav .sub-menu a.sub-link {
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  font-weight: 400;
}
.membership .l-navbar .nav .sub-menu a.sub-link:hover {
  color: #196EE2;
  font-weight: 700;
}
.membership .l-navbar .nav .sub-menu a.active {
  border-radius: 5px;
  color: #196EE2;
  font-weight: 700;
  background: #F3F6FC;
}
.membership .form-lable {
  height: fit-content;
  align-items: flex-start;
}
.membership .form-lable:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}
.membership .form-lable label {
  width: 25%;
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.membership .form-lable input {
  background: #fff;
  line-height: normal;
  width: 100%;
  border: 1px solid #CED4DA;
  margin-bottom: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 14px;
}
.membership .form-lable input:disabled {
  background-color: #EDEDED;
  cursor: not-allowed;
}
.membership .form-lable input:read-only {
  background-color: #EDEDED;
  cursor: not-allowed;
}
.membership .form-lable p {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.membership .form-lable .form-group-checkbox {
  width: 100%;
}
.membership .form-lable .form-group-checkbox input[type=checkbox] {
  width: 15px;
}
.membership .form-lable .form-group-checkbox label {
  width: 100%;
  font-weight: 500;
}
.membership .group-panel {
  gap: 20px;
  margin-top: 30px;
}
.membership .group-panel .group-notify {
  display: flex;
  justify-content: space-between;
  background: #F3F6FC;
  width: 100%;
  min-width: 350px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #196EE2;
}
.membership .group-panel button {
  min-width: 150px;
}
.membership .group-panel div {
  display: flex;
  align-items: center;
}
.membership .group-panel div .border-left {
  height: 20px;
  border-left: 1px solid #196EE2;
}
.membership .group-panel div .icon {
  width: 24px;
  color: #196EE2;
  padding: 2px;
  cursor: pointer;
}
.membership .group-panel div .icon.icon-rounded {
  color: #fff;
  background: #196EE2;
  border-radius: 50%;
}
.membership .group-panel div span {
  color: #196EE2;
  font-weight: 700;
}
.membership .form-plan {
  display: grid;
  gap: 30px;
  background: #fff;
  width: fit-content;
  padding: 30px 40px;
  border-radius: 30px;
  border: 2px solid #D9D9D9;
  place-items: center;
  text-align: center;
}
.membership .form-plan span.plan-title {
  margin: auto;
  font-weight: 700;
  font-size: 20px;
  width: fit-content;
  border-bottom: 5px solid #EFBB28;
  padding-bottom: 12px;
}
.membership .form-plan .group-price {
  display: flex;
  align-items: baseline;
}
.membership .form-plan .group-price p {
  font-size: 12px;
  font-weight: 700;
}
.membership .form-plan .group-price p.title {
  font-size: 36px;
}
.membership .form-plan li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.membership .form-plan li span {
  width: 15px;
  color: #196EE2;
}
.membership .form-plan li p {
  font-size: 15px;
  font-weight: 700;
}
.membership .form-plan li p.text-blue {
  color: #196EE2;
}
.membership .form-payment {
  padding: 30px 50px;
  background-color: #F3F6FC;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  min-width: 500px;
}
@media only screen and (max-width: 767px) {
  .membership .form-payment {
    min-width: unset;
    cursor: pointer;
  }
}
.membership .form-payment .form-group {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: fit-content;
}
.membership .form-payment label {
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
}
.membership .form-payment label[for] {
  cursor: pointer;
}
.membership .form-payment input {
  background: #fff;
  line-height: normal;
  width: 100%;
  border: 2px solid #CED4DA;
  margin-bottom: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 14px;
}
.membership .form-update-card {
  min-width: unset;
  max-width: 500px;
}
.membership .form-card {
  display: flex;
  gap: 16px;
  max-width: 500px;
  justify-content: space-between;
  background: #F3F6FC;
  padding: 30px 50px;
  margin-bottom: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  cursor: pointer;
}
.membership .form-card label {
  font-weight: 700;
}
.membership .form-card label p {
  font-weight: 500;
}
.membership .form-card .form-group {
  width: fit-content;
}
.membership .form-card .form-group input {
  background: #fff;
  padding: 5px 10px;
  width: 50%;
  border-radius: 5px;
  border: 2px solid #D9D9D9;
}
.membership .form-payment-wrapper {
  background: #fff;
  line-height: normal;
  width: 100% !important;
  border: 2px solid #CED4DA;
  margin-bottom: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 14px;
}
.membership a.link {
  color: #196EE2;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.membership a.link:hover {
  color: #064CAA;
}
.membership a.logout {
  position: relative;
  top: 0;
  right: 0;
}

.pdf .invoice .group-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.pdf .invoice .group-title .gray-color {
  color: #c1c1c1;
}
.pdf .invoice .group-date {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.pdf .invoice .group-date .date-item {
  display: flex;
  gap: 16px;
  font-weight: 700;
}
.pdf .invoice .group-info {
  display: flex;
  flex-shrink: 1;
  gap: 16px;
  margin-bottom: 2.5rem;
}
.pdf .invoice .group-info .title {
  font-size: 16px;
  font-weight: 700;
}
.pdf .invoice .group-info .info-item {
  width: 40%;
}
.pdf .invoice .title-price {
  font-weight: 700;
  font-size: 20px;
}
.pdf .invoice .title-link {
  color: #196EE2;
  margin-bottom: 2.5rem;
}
.pdf .invoice table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.pdf .invoice table thead {
  border-bottom: 1px solid #333;
}
.pdf .invoice table th, .pdf .invoice table td {
  padding: 0.25rem;
  text-align: left;
}
.pdf .invoice .payment-info {
  position: absolute;
  right: 0;
  width: 50%;
}
.pdf .invoice .payment-info ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
}
.pdf .invoice .payment-info ul li:last-child {
  border-bottom: none;
}

#responsive {
  display: none !important;
}
@media only screen and (max-width: 1280px) {
  #responsive {
    display: block !important;
  }
}

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