div#error-message {
  padding: 16px 10px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border-radius: 3px;
  border-radius: 4px;
  border: 1px solid #FF4D26;
  background: rgba(255, 77, 38, 0.1);
}
div#error-message.active {
  display: flex;
}
input#somfrp_user_info {
  width: 100%;
  margin-top: 8px;
}
#lostpasswordform .button {
  background-color: var(--primary-black-dark);
  color: var(--primary-white);
  border: 2px solid var(--primary-black-dark);
  width: 100%;
  margin-top: 16px;
  max-height: 64px;
  height: 64px;
}
#resetpasswordform input {
  width: 100%;
  max-width: 100%;
}
#resetpasswordform div p label {
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
}
.lostpassword-submit {
  margin-top: 16px;
  margin-bottom: 16px;
}
.lostpassword-submit button#reset-pass-submit {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 32px;
  max-height: 64px;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  transition: 0.3s;
  background-color: var(--primary-black-dark);
  color: var(--primary-white);
  border: 2px solid var(--primary-black-dark);
}
.lostpassword-submit button#reset-pass-submit:hover {
  background-color: transparent;
  color: var(--primary-black-dark);
}
#resetpasswordform p.extra-space {
  font-size: 18px;
}
.page-template-login-template, .page-template-lostpswrd-template {
  background: var(--primary-black-dark, #0D1D4A);
}
.page-template-login-template form#login.loading:after, .page-template-lostpswrd-template form#login.loading:after {
  background: url(/wp-content/themes/gptonline/assets/img/loading.svg);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #fff;
  background-position: center center;
  background-size: 55px;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 4px;
}
.page-template-login-template form#login.loading, .page-template-lostpswrd-template form#login.loading {
  overflow: hidden;
  position: relative;
}
.page-template-login-template .login-wrapper, .page-template-lostpswrd-template .login-wrapper {
  position: relative;
  border-radius: 24px;
  background: var(--primary-black-white, #FFF);
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  padding: 48px;
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper, .page-template-lostpswrd-template .login-wrapper {
    padding: 24px;
  }
}
.page-template-login-template .login-wrapper:before, .page-template-lostpswrd-template .login-wrapper:before {
  content: "";
  background: url(/wp-content/themes/gptonline/assets/img/icon/icon-quote-left.svg);
  width: 128px;
  height: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  top: -48px;
  left: -108px;
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper:before, .page-template-lostpswrd-template .login-wrapper:before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -10px;
  }
}
.page-template-login-template .login-wrapper:after, .page-template-lostpswrd-template .login-wrapper:after {
  content: "";
  background: url(/wp-content/themes/gptonline/assets/img/icon/icon-quote-right.svg);
  width: 128px;
  height: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  bottom: -48px;
  right: -108px;
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper:after, .page-template-lostpswrd-template .login-wrapper:after {
    width: 40px;
    height: 40px;
    bottom: -20px;
    right: -10px;
  }
}
.page-template-login-template .login-wrapper .title, .page-template-lostpswrd-template .login-wrapper .title {
  margin-bottom: 56px;
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper .title, .page-template-lostpswrd-template .login-wrapper .title {
    margin-bottom: 24px;
  }
}
.page-template-login-template .login-wrapper .title h1, .page-template-lostpswrd-template .login-wrapper .title h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper .title h1, .page-template-lostpswrd-template .login-wrapper .title h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
}
.page-template-login-template .login-wrapper .title h1 span, .page-template-lostpswrd-template .login-wrapper .title h1 span {
  color: #FF4D26;
  display: block;
}
.page-template-login-template .login-wrapper .login-user-data, .page-template-lostpswrd-template .login-wrapper .login-user-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper .login-user-data, .page-template-lostpswrd-template .login-wrapper .login-user-data {
    grid-template-columns: 1fr;
  }
}
.page-template-login-template .login-wrapper .login-user-data input, .page-template-lostpswrd-template .login-wrapper .login-user-data input {
  width: 100%;
}
.page-template-login-template .login-wrapper .login-pas-button, .page-template-lostpswrd-template .login-wrapper .login-pas-button {
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper .login-pas-button, .page-template-lostpswrd-template .login-wrapper .login-pas-button {
    flex-flow: column;
  }
  .page-template-login-template .login-wrapper .login-pas-button .button, .page-template-lostpswrd-template .login-wrapper .login-pas-button .button {
    width: 100%;
    margin-top: 24px;
  }
}
.page-template-login-template .login-wrapper .login-not-member, .page-template-lostpswrd-template .login-wrapper .login-not-member {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid var(--primary-black-normal, #E3E8F2);
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper .login-not-member, .page-template-lostpswrd-template .login-wrapper .login-not-member {
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper .login-not-member .wrapper, .page-template-lostpswrd-template .login-wrapper .login-not-member .wrapper {
    flex-flow: column;
  }
  .page-template-login-template .login-wrapper .login-not-member .wrapper .button, .page-template-lostpswrd-template .login-wrapper .login-not-member .wrapper .button {
    width: 100%;
  }
}
.page-template-login-template .login-wrapper .login-not-member .wrapper p, .page-template-lostpswrd-template .login-wrapper .login-not-member .wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 672px) {
  .page-template-login-template .login-wrapper .login-not-member .wrapper p, .page-template-lostpswrd-template .login-wrapper .login-not-member .wrapper p {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.page-template-login-template .site-footer .wrapper .footer-left a, .page-template-login-template .site-footer .wrapper .footer-left p, .page-template-login-template .site-footer .footer-right p, .page-template-lostpswrd-template .site-footer .wrapper .footer-left a, .page-template-lostpswrd-template .site-footer .wrapper .footer-left p, .page-template-lostpswrd-template .site-footer .footer-right p {
  color: var(--primary-white);
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 18px 16px;
  max-height: 64px;
  background: url("/wp-content/themes/gptonline/assets/scss/../../assets/img/icon/icon-arrow-to-bottom.svg") no-repeat right 10px center;
  border-radius: 4px;
  border: 1px solid var(--primary-black-normal);
}
select:active, select:focus, select:focus-visible, select:target {
  border: 1px solid var(--primary-black-meduim) !important;
  outline: none;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="number"], input[type="email"], textarea {
  padding: 18px 16px;
  max-height: 64px;
  height: 64px;
  border: 1px solid var(--primary-black-normal);
  border-radius: 4px;
}
@media (max-width: 1140px) {
  input[type="text"], input[type="tel"], input[type="password"], input[type="number"], input[type="email"], textarea {
    padding: 12px 24px;
    max-height: 48px;
  }
}
input[type="text"]:active, input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:target, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:focus-visible, input[type="tel"]:target, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:focus-visible, input[type="password"]:target, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:focus-visible, input[type="number"]:target, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:focus-visible, input[type="email"]:target, textarea:active, textarea:focus, textarea:focus-visible, textarea:target {
  border: 1px solid var(--primary-black-meduim) !important;
  outline: none;
}
.field-label {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 8px 0px;
}
.field-label > * {
  width: 100%;
  display: flex;
  text-align: left;
}
.field-label label {
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--primary-black-dark);
}
.ui-form {
  position: relative;
}
.ui-form label.error {
  position: absolute;
  font-size: 11px;
  background: #ff4e26;
  color: #fff;
  border-radius: 3px;
  padding: 0 8px;
  bottom: -10px;
  left: 10px;
  width: auto !important;
  text-align: center;
}
.form-checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
}
/* Hide the default checkbox */
.checkbox {
  display: none;
}
/* Create a custom checkbox */
.t-checkbox {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid var(--primary-black-normal);
  /* Checkbox border color */
  border-radius: 3px;
  background-color: var(--primary-black-normal);
  margin-right: 16px;
  top: 3px;
  /* Spacing between the custom checkbox and the text */
}
/* Customize the appearance of the custom checkbox when checked */
.checkbox:checked + .t-checkbox {
  background-image: url("/wp-content/themes/gptonline/assets/img/icon/icon-check-white.svg");
  background-color: var(--primary-orange);
  background-repeat: no-repeat;
  background-position: center center;
}
label.label-checkbox {
  color: var(--primary-black-meduim);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.radio-button {
  margin-bottom: 8px;
  margin-top: 8px;
  margin-right: 8px;
  min-width: max-content;
}
@media (max-width: 672px) {
  .radio-button {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
  }
}
.radio-button input[type="radio"] {
  display: none;
}
.radio-button label {
  padding: 8px 12px;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid transparent;
  background: var(--primary-black-light, #F1F4F9);
  display: flex;
  min-width: max-content;
}
.radio-button label:hover {
  border: 1px solid var(--primary-black-meduim);
  background-color: white;
  color: var(--primary-orange);
}
@media (max-width: 672px) {
  .radio-button label {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.radio-button input[type="radio"]:checked + label {
  border: 1px solid var(--primary-orange);
  background-color: white;
  color: var(--primary-orange);
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--primary-black-meduim, #93A1C8);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--primary-black-meduim, #93A1C8);
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--primary-black-meduim, #93A1C8);
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--primary-black-meduim, #93A1C8);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--primary-black-meduim, #93A1C8);
}
::placeholder {
  /* Most modern browsers support this now. */
  color: var(--primary-black-meduim, #93A1C8);
}
.editorjs {
  width: 100%;
  min-height: 150px;
  border: 1px solid var(--primary-black-normal);
  border-radius: 5px;
  padding: 16px;
}
form#a24orderAbout {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
form#a24orderAbout .button {
  width: 100%;
  margin-top: 16px;
}
/*# sourceMappingURL=https://smarstudy.ai/wp-content/build/scss_library/355aca98ac5416c3b71f7b13f4873aede53e6022.css.map */