﻿.hubpet-tutor-register {
    max-width: 760px;
    margin: 0 auto;
}

.hubpet-tutor-alert {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
}

.hubpet-tutor-alert--error {
    background: #fff1f0;
    border: 1px solid #ffccc7;
    color: #a8071a;
}

.hubpet-tutor-alert--success {
    background: #f6ffed;
    border: 1px solid #b7eb8f;
    color: #135200;
}

.hubpet-tutor-card {
    background: #fff;
    border-radius: 36px;
    padding: 32px;
    box-shadow: 0 14px 30px rgba(12, 48, 47, 0.12);
    margin-bottom: 40px;
    transition: box-shadow 0.2s ease;
}

.hubpet-tutor-register.hubpet-card-editing .hubpet-tutor-card {
    box-shadow: none !important;
}

.hubpet-tutor-register.hubpet-card-editing .hubpet-tutor-step[data-step="2"] > .hubpet-tutor-step-title {
    display: none;
}

.hubpet-tutor-register.hubpet-card-editing .hubpet-tutor-nav {
    display: none;
}

.hubpet-tutor-register.hubpet-final-step-active .hubpet-tutor-nav {
    display: none;
}

.hubpet-tutor-step {
    display: none;
}

.hubpet-tutor-step.is-active {
    display: block;
}

.hubpet-tutor-step-title {
    margin: 0 0 20px;
    text-align: center;
    color: #2f5958;
    font-size: 36px;
    font-weight: 600;
}

.hubpet-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hubpet-grid--single {
    grid-template-columns: 1fr;
}

.hubpet-grid--helper {
    margin-top: 4px;
}

.hubpet-field-pair {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hubpet-field-pair--spaced {
    margin-bottom: 15px;
}

.hubpet-password-wrap {
    position: relative;
}

.hubpet-grid input,
.hubpet-grid select,
.hubpet-pet-fields input {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-style: solid !important;
    height: 52px;
    border-radius: 12px;
    background: #fff;
    padding: 0 14px;
    font-size: 15px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.hubpet-grid input.is-error,
.hubpet-grid select.is-error,
.hubpet-pet-fields input.is-error,
.hubpet-field-pair.has-error input,
.hubpet-field-group.has-error input,
.hubpet-field-group.has-error select {
    border: 2px solid red !important;
    box-shadow: none !important;
}

.hubpet-grid select {
    color: #7f7f7f;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 34px;
}

.hubpet-select-wrap {
    position: relative;
}

.hubpet-select-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #2f5958;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.hubpet-select-icon i {
    font-size: 14px;
}

.hubpet-select-icon svg {
    width: 14px;
    height: 14px;
}

.hubpet-helper {
    margin: 4px 8px 15px;
    color: #b9b9b9;
    font-size: 14px;
}

.hubpet-card-optional-text {
    text-align: center;
    margin: 14px auto 0;
}

.hubpet-tutor-register.hubpet-card-editing .hubpet-card-optional-text {
    display: none;
}

.hubpet-field-pair .hubpet-helper {
    margin: 0px 8px 15px;
}

.hubpet-grid > div {
    position: relative;
}

.hubpet-toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-eye-icon-wrap {
    color: #ea831d;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-eye-icon-wrap i {
    font-size: 16px;
}

.hubpet-eye-icon-wrap svg {
    width: 16px;
    height: 16px;
}

.hubpet-payment-empty,
.hubpet-finish-description {
    text-align: center;
    color: #9d9d9d;
    font-size: 22px;
    max-width: 536px;
    margin: 20px 0px;
    padding-bottom: 80px;
}

.hubpet-payment-empty{
    margin: 20px auto;
    max-width: 203px;
    padding-bottom: 0px;
    margin-top: 90px;
}

.hubpet-payment-action[data-action="skip-card"] {
    padding-top: 90px;
}

.hubpet-payment-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 26px 0;
}

.hubpet-payment-action {
    border: 0;
    background: transparent;
    color: #ea831d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

.hubpet-card-fields,
.hubpet-card-summary {
    display: none;
}

.hubpet-card-fields {
    max-width: 760px;
    margin: 0 auto;
}

.hubpet-card-form-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 12px;
}

.hubpet-card-form-back-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    color: #173f3f;
    background: transparent;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.hubpet-card-form-back-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-card-form-back-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

.hubpet-card-form-back-icon i,
.hubpet-card-form-back-icon svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.hubpet-card-fields > .hubpet-card-form-remove {
    display: none;
    margin: 12px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    text-transform: none;
}

.hubpet-card-form-title {
    margin: 0 0 20px;
    text-align: center;
    color: #2f5958;
    font-size: 34px;
    font-weight: 700;
}

.hubpet-card-grid {
    margin-top: 8px;
    row-gap: 18px;
}

.hubpet-card-fields .hubpet-card-grid input,
.hubpet-card-fields .hubpet-card-grid select {
    border: 0 !important;
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0 !important;
}

.hubpet-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hubpet-field-label {
    color: #2f5958;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.hubpet-card-fields .hubpet-grid input,
.hubpet-card-fields .hubpet-grid select {
    background: #fff;
    border: 0;
    box-shadow: 0 10px 24px rgba(32, 57, 56, 0.08) !important;
    -webkit-box-shadow: 0 10px 24px rgba(32, 57, 56, 0.08) !important;
}

.hubpet-card-add-btn {
    margin: 26px auto 0;
    display: block;
    width: 220px;
    height: 56px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #f2d7be;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hubpet-card-summary {
    margin: 22px auto 0;
    max-width: 680px;
    padding-top: 8px;
}

.hubpet-card-summary-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hubpet-card-summary-icon {
    color: #2f5958;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-card-summary-icon i {
    font-size: 24px;
}

.hubpet-card-summary-icon svg {
    width: 24px;
    height: 24px;
}

.hubpet-card-summary-text {
    flex: 1;
    min-width: 0;
}

.hubpet-card-summary-title {
    margin: 0;
    color: #ea831d;
    font-size: 32px;
    font-weight: 700;
}

.hubpet-card-summary-subtitle {
    margin: 2px 0 10px;
    color: #7f7f7f;
    font-size: 20px;
}

.hubpet-card-summary-edit {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2f5958;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: none;
}

.hubpet-card-summary-edit i {
    font-size: 22px;
}

.hubpet-card-summary-edit svg {
    width: 22px;
    height: 22px;
}

.hubpet-card-summary-divider {
    margin-top: 14px;
    border-top: 1px solid #e9e9e9;
}

.hubpet-add-pet {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
    font-size: 16px;
    color: #2f5958;
}

.hubpet-pet-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 420px;
    margin: 0 auto 8px;
}

.hubpet-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 0;
    background: transparent;
    color: #ea831d;
    font-weight: 600;
    cursor: pointer;
}

.hubpet-upload-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.hubpet-pet-photo-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-pet-photo-shell {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background: #f0efec;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hubpet-pet-photo-placeholder {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.hubpet-pet-photo-placeholder::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    background: #f0efec;
}

.hubpet-pet-photo-placeholder-icon {
    position: relative;
    color: #fff;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-pet-photo-placeholder-icon i {
    font-size: 28px;
}

.hubpet-pet-photo-placeholder-icon svg {
    width: 28px;
    height: 28px;
}

.hubpet-upload-text {
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hubpet-upload input {
    display: none;
}

.hubpet-pet-photo-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 50%;
}

.hubpet-pet-photo-shell.has-photo .hubpet-pet-photo-placeholder {
    display: none;
}

.hubpet-pet-photo-shell.has-photo .hubpet-pet-photo-preview {
    display: block;
}

.hubpet-pet-photo-remove {
    position: absolute;
    top: 6px;
    right: -10px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #ea831d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(32, 57, 56, 0.12);
    cursor: pointer;
    z-index: 3;
}

.hubpet-pet-photo-remove i,
.hubpet-pet-photo-remove svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.hubpet-pet-photo-remove[hidden],
.hubpet-pet-photo-badge[hidden] {
    display: none !important;
}

.hubpet-pet-photo-badge {
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #173f3f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(32, 57, 56, 0.12);
    z-index: 2;
    pointer-events: none;
}

.hubpet-pet-photo-badge i,
.hubpet-pet-photo-badge svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.hubpet-tutor-nav {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hubpet-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 0;
    background: #ea831d;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.08s ease;
}

.hubpet-nav-btn:not([disabled]):hover,
.hubpet-nav-btn:not([disabled]):focus-visible {
    background: #cf6f12 !important;
    color: #fff !important;
}

.hubpet-nav-btn:not([disabled]):active {
    background: #b85f0f !important;
    color: #fff !important;
    transform: translateY(1px);
}

.hubpet-nav-icon {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-nav-icon i {
    font-size: 20px;
}

.hubpet-nav-icon svg {
    width: 20px;
    height: 20px;
}

.hubpet-nav-btn[disabled] {
    background: #e3e3e3;
    cursor: not-allowed;
}

.hubpet-dots {
    display: flex;
    gap: 8px;
}

.hubpet-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eaded9;
}

.hubpet-dots span.is-active {
    width: 38px;
    border-radius: 999px;
    background: #85c995;
}

.hubpet-submit {
    margin: 20px auto 0;
    display: none;
    width: 240px;
    height: 54px;
    border: 0;
    border-radius: 10px;
    background: #ea831d;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}

.hubpet-step-error {
    margin: 14px 0 0;
    text-align: center;
    color: #a8071a;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hubpet-tutor-card {
        padding: 20px;
    }

    .hubpet-grid {
        grid-template-columns: 1fr;
    }

    .hubpet-grid--helper {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .hubpet-grid--helper .hubpet-helper {
        margin: 0 8px;
        font-size: 13px;
        line-height: 1.3;
    }

    .hubpet-field-pair .hubpet-helper {
        margin: 0 8px 10px;
        font-size: 13px;
        line-height: 1.3;
    }

    .hubpet-field-pair--spaced {
        margin-bottom: 10px;
    }

    .hubpet-tutor-step-title {
        font-size: 28px;
    }

    .hubpet-payment-empty,
    .hubpet-finish-description {
        font-size: 18px;
    }

    .hubpet-card-form-title {
        font-size: 30px;
    }

    .hubpet-field-label {
        font-size: 20px;
    }

    .hubpet-card-summary-title {
        font-size: 24px;
    }

    .hubpet-card-summary-subtitle {
        font-size: 16px;
    }

    .hubpet-submit {
        width: 100%;
    }
}

.sem-borda{
    border-width: 0 !important;
}
