

body.page-template-create-account .breadcrumbs, 
.page-template-basic-member .breadcrumbs,
.page-template-advanced-member .breadcrumbs, 
.page-template-account-thank-you  .breadcrumbs{
    display: none;
}

.account-page-container {
    background: #FFFFFF;
    max-width: 846px;
    margin: 0 auto;
    padding: 40px 0px;
    position: relative;
    z-index: 2;
    border-radius: 5px;
}

body.page-template-create-account .account-page-container {
    padding: 40px;
}

.create-account-page .icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    width: 100%;
    transition: all .5s;
}


.create-account-page .box-content {
    position: relative;
}

.create-account-page {
    padding: 80px 0px 100px;
    background: #F0EDE1;
    position: relative;
    overflow: hidden;
}
.create-account-page::before {
    content: '';
    width: 100%;
    height: calc(100% + 95px);
    position: absolute;
    top: -95px;
    left: 0;
    background-image: url(../images/vector-blue.svg);
    background-position: top left;
    background-size: 100% auto;
    pointer-events: none;
}
.create-account-page h1, .create-account-page h3 {
    text-align: center;
    font-family: Hind;
    margin: 0 0 39px;
}

.create-account-page  .page-options {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.create-account-page  .page-options>a {
    display: inline-flex;
    width: calc(50% - 8px);
    border: 1px solid #D3CFC1;
    border-radius: 5px;
    justify-content: center;
    padding: 39px 20px;
    text-align: center;
    align-items: center;
}

.create-account-page  .page-options>a:hover{
    border-color: #00ACD7;
}



.create-account-page  .page-options>a:hover .icon-hover {
    opacity: 1;
}

.create-account-page  .page-options>a:hover .icon {
    opacity: 0;
}
.create-account-page  .page-options>a .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 6px;
}

.create-account-page  .description {
    color: #959595;
}

.create-account-page  .icon {
    margin-bottom: 6px;
    transition: all .5s;
}

.create-account-page  .description p:last-child {
    margin-bottom: 0;
}

.create-account-page  .content-page h5 {
    color: #00ACD7;
    margin-bottom: 6px;
}

.create-account-page  .content-page {
    padding-bottom: 10px;
}

.consent-popup-content {
    max-width: 700px;
    background: #F0EDE1;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: block;
    height: 100%;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.consent-popup-content  .popup-title {
    padding: 38px 30px 11px;
}

.consent-popup-wrapper  .popup-close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #00ACD7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}

.consent-popup-wrapper .popup-close:hover path {
    stroke: #00ACD7;
}


.popup-close:before, .popup-close:after {
    position: absolute;
    left: 15px;
    top: 7px;
    content: ' ';
    height: 19px;
    width: 1px;
    background-color: #00ACD7;
    display: inline-block;
    transition: background-color .5s;
    opacity: 0;
}
.popup-close >span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .5s;
    background: #00ACD7;
    z-index: 0;
}

.popup-close:hover >span::before{
    width: 0;
    height: 0;

}
.popup-close >span svg{
    position: relative;
    transition: all .5s;
}

.popup-close:hover:before, .popup-close:hover:after {
opacity: 1;
}

.popup-close:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:hover:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.consent-popup-wrapper .popup-close:hover {
    background: transparent;
}

.consent-popup-wrapper .popup-close:hover svg {
    opacity: 0;
}

.consent-popup-wrapper  .popup-title h2 {
    font-family: Hind;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #00ACD7;
}

.consent-popup-wrapper  .popup-content {
    padding: 15px 30px;
    max-height: calc(100% - 100px - 89px);
    overflow-y: auto;
}

.consent-popup-wrapper  .popup-content::-webkit-scrollbar {
  width: 3px;
      border-radius: 3px;
}

/* Track */
.consent-popup-wrapper  .popup-content::-webkit-scrollbar-track {
  background: #959595;
          border-radius: 3px;
}

/* Handle */
.consent-popup-wrapper  .popup-content::-webkit-scrollbar-thumb {
  background: #00ACD7;
          border-radius: 3px;
}


.gform-theme .popup-action button, .basic-member-page .gform-theme--foundation .gform_footer input[type="submit"] {
    font-family: 'Hind' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0 !important;
    min-width: 180px !important;
    text-align: center !important;
    background: transparent !important;
    border-radius: 50px !important;
    color: #00ACD7 !important;
    border-color: #00ACD7 !important;
    height: 41px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all .5s !important;
}

.gform-theme button:hover, .basic-member-page .gform-theme--foundation .gform_footer input[type="submit"]:hover{
    background: #00ACD7 !important;
    color: #fff !important;
}

.popup-action {
    padding: 30px;
    text-align: center;
}

.gfield ul.iti__country-list li:before {
    display: none;
}

.gfield ul li {
    cursor: pointer;
}

.consent-popup-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 33px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.consent-popup-wrapper.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.consent-popup-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    display: block;
    pointer-events: none;
}

.gfield .popup-content ul {
    margin: 6px 10px 30px;
}

.gfield .popup-content ol {
    margin: 5px 0 30px 12px;
}

.gfield  .popup-content ol li {
    margin-bottom: 1px;
}
.gform-theme--foundation .gfield legend.gfield_label {
    font-weight: 400;
    font-family: 'Hind';
}
.basic-member-page .content-page {
    padding: 1px 0 0 0;
}

.basic-member-page .gform_wrapper form {
    padding: 0 0 41px;
}

.create-account-page.basic-member-page h3 {
    margin: 0 0 9px;
}
.basic-member-page .gform-theme--foundation .gform-grid-row{
    margin-inline: 0;
}

.basic-member-page .gform-theme--foundation .gfield--type-password .gform-grid-row  {

    display: block;
}

.basic-member-page .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #959595;
    font-size: 16px;
    line-height: 26px;
}

.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield .ginput_complex label.gform-field-label {
    display: block;
}

.basic-member-page .gform-theme--foundation .ginput_password {
    width: 100%;
}

.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield .ginput_complex input {
    width: 100%;
}

.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield .ginput_complex .password_input_container input {
    border-radius: 5px;
}


.basic-member-page .gform-theme--foundation .gfield--width-full .gfield_description {
    border: 0;
    padding: 0;
}

.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-consent input[type="checkbox"] {
    border-color: #00ACD7;
    opacity: 0;
    position: absolute;
    /* pointer-events: none; */
}

.basic-member-page .gform-theme--foundation .gform_footer {
    justify-content: center;
}

.basic-member-page .gform-theme--framework .gfield_password_strength {
    display: none;
}


.basic-member-page .ginput_container.ginput_container_checkbox {
    padding: 11px 0 0px 0;
}

.basic-member-page .gform-theme--framework .gfield .gform-field-label--type-inline {
    margin: 0px 0 4px 16px;
    cursor: pointer;
}
.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-consent input[type="checkbox"] + label:before {
    content: '';
    border-radius: 5px;
    border: 1px solid #00ACD7;
    width: 24px;
    height: 24px;
    box-shadow: none;
    display: inline-block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 0;
}


.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-consent input[type="checkbox"]:checked {
  opacity: 1;
    z-index: 3;
}

.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-consent input[type="checkbox"]:checked + label:before{
    background: #00ACD7;
}


.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-consent input[type="checkbox"] + label {
    position: relative;
    padding-left: 40px;
    margin-left: 0;
}

.basic-member-page .gform-theme--foundation .gfield.gfield--type-multi_choice {
    margin-bottom: 25px;
}

.basic-member-page .gform-theme--foundation .gfield.gfield--type-email.gfield--input-type-email {
    margin-bottom: 0;
}

.gform-theme--foundation .gfield.gfield--type-email.gfield--input-type-email + .gfield--input-type-html{
    margin-bottom: 30px !important;
    margin-top: 6px !important;
    /* color: #959595; */
}

.gform-theme--foundation .gfield label{
    gap: 0;
}

.basic-member-page .gform_wrapper form {
    padding: 0;
    margin: 0;
}

.basic-member-page  .gform-theme--foundation .gform_footer {
    margin-top: 0;
}

.gform-theme--framework .password-requirements{
    display: none;
    margin-top: -5px;
}

.gform-theme--framework .gfield_error .password-requirements{
    display: block;
}
.password-requirements p {
    line-height: 26px;
    font-size: 16px;
}

.account-page .gfield.gfield--type-multi_choice legend.gfield_label,
.basic-member-page .gfield.gfield--type-multi_choice legend.gfield_label {
    margin-bottom: 17px;
}

.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield.gfield_error input, .gform_wrapper form .gform-body.gform_body .gfield.gfield_error .ginput_complex select, .gform_wrapper form .gform-body.gform_body .gfield.gfield_error .ginput_complex input, .gform_wrapper form .gform-body.gform_body .gfield_error .ginput_container_telephone .iti__selected-flag, .gform-theme--framework .gfield_error.gfield--input-type-datepicker .ginput_container_date input {
    border-color: #E40000;
}
.gform-theme--framework .password-requirements,
.basic-member-page .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).validation_message.gfield_validation_message {
    color: #E40000;
}

.create-account-page .content-page>.gform_validation_error .gform_validation_errors {
    display: none;
}

.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex input, 
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex select,
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    font-size: 16px;
    line-height: 26px;
    color: #282828;
    font-family: 'Hind' !important;
    outline: none;
    box-shadow: none;
}

.basic-member-page  .gform-theme--framework .ginput_container_date input::placeholder {
    color: #959595 !important;
}

.gform_wrapper.gform-theme--foundation .gfield input.gf-telephone::placeholder{
    color: #fff !important;
}

.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex input {
    padding-top: 6px;
}

.gform_wrapper.gform-theme--foundation .gfield input.gf-telephone {
    padding-top: 3px;
}

.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield .ginput_container_telephone .iti__selected-flag,
.account-page .gform_wrapper form .gform-body.gform_body .gfield .ginput_container_telephone .iti__selected-flag {
    padding-top: 14px;
    justify-content: flex-start;
    background: url(../images/icon-down.svg) no-repeat center right 22px !important;
}

.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex select, 
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    padding-top: 3px;
    text-align: left;
    padding-left: 20px;
}

.create-account-page .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) {
    border: 0;
    padding: 0 !important;
}

.create-account-page .gform-theme--foundation .gfield.gfield--type-html {
    margin-bottom: 6px !important;
    margin-top: 14px !important;
}

.basic-member-page .gform-theme--foundation .ginput_password:first-child .password_input_container {
    margin-bottom: 15px;
}
.basic-member-page .gform_wrapper form .gform-body.gform_body .gfield .ginput_complex select {
    text-align: left;
    padding-left: 20px;
}
.gform-theme--foundation .gfield.gfield--type-password {
    margin-bottom: 24px;
}

.basic-member-page  .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button{
    outline: none;
    box-shadow: none;
    border: 0;
    background-color: transparent !important;
}


.basic-member-page  .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden::before{
    content: '';
    background-image: url(../images/eye.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
}


.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility::before{
    background-image: url(../images/eye-slash.svg);
    display: block;
    width: 24px;
    height: 24px;
    content: '';
}

.gform-theme--framework .gfield--type-choice .gchoice {
    cursor: pointer;
}

.create-account-page.thank-you .content-page {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 24px;
}

.create-account-page.thank-you .content-page h5 {
    color: #282828;
}

.create-account-page.thank-you  .account-page-container {
    text-align: center;
    padding: 40px 20px 60px;
}

.create-account-page.thank-you .account-page-container img {
    max-width: 131px;
    height: auto;
}
/* Account records */
.page-template-account-records .account-records__table__body__row{
    display: flex;
    gap: 60px;
}
.page-template-account-records .account-records__table__body__row .account-records__table__row__label{
    width: 120px;
}
.page-template-account-records .account-records__table__body__row .account-records__table__row__value {
    width: calc(100% - 180px);
}

@media (max-width: 767px){
    .create-account-page.thank-you .account-page-container img {
        max-width: 96px;
    }
    
    .create-account-page.thank-you .account-page-container a.button {
        width: 100%;
        max-width: 300px;
    }
    
    .create-account-page.thank-you .account-page-container {
        padding: 40px 20px;
    }
    .create-account-page .page-options>a {
        width: 100%;
        height: 199px;
    }
    
    body.page-template-create-account .account-page-container {
        padding: 40px 24px;
    }
    .create-account-page {
        padding: 40px 0px 100px;
    }

    .create-account-page::before {
        top: 267px;
        width: 109%;
    }
    
    .create-account-page .container {
        padding: 0 20px;
    }
    
    .gform_wrapper form .gform-body.gform_body .gfield .ginput_complex .name_prefix_select + .gform-grid-col {
        max-width: calc(100% - 97px);
    }

    .consent-popup-content .popup-title {
        padding: 20px 10px 7px;
    }

    .consent-popup-wrapper .popup-title h2 {
        font-size: 20px;
        line-height: 30px;
        padding-right: 30px;
    }

    .consent-popup-wrapper {
        padding: 76px 20px;
    }

    .consent-popup-wrapper .popup-close {
        top: 20px;
        right: 20px;
    }

    .consent-popup-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .consent-popup-wrapper .popup-content {
        padding: 15px 10px;
    }
}
