.partner-profile-tab-result input:disabled {
    background: #F5F5F5 !important;
}

.partner-profile-tab-result {
    flex-flow: column;
}

.profile-title-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
}

.profile-title-holder h2 {
    color: #333;
    font-family: 'Literata';
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.profile-title-holder .profile-submit-button {
    width: fit-content !important;
}

.profile-title-holder .woocommerce-Button {
    width: auto !important;
    padding: 10px 16px !important;
    height: 44px !important;
}

.profile-image-div__notification {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
    border-radius: 8px;
    background: #FFF3EB;
    width: 100%;

    color: #333;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.62;
}

.profile-image-div__notification svg {
    margin-right: 6px;
    margin-top: 2px;
    flex: 0 0 17px;
}

#upload-message {
    color: #333;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.62;
    border-radius: 8px;
    background: #EEF9F1;
    padding: 12px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.woocommerce {
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-content .profile-password-div {
    margin-bottom: 40px;
}

.woocommerce .woocommerce-MyAccount-content .profile-password-div h2 {
    margin-bottom: 24px;
    color: #333;
    font-family: Literata;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.woocommerce .woocommerce-MyAccount-content .profile-fields-div {
    margin-bottom: 40px;
}

.woocommerce .woocommerce-MyAccount-content .profile-fields-div h2 {
    color: #333;
    font-family: 'Literata';
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 24px;
}

.woocommerce .woocommerce-MyAccount-content .profile-submit-button {
    width: 25%;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-title {
    color: #333;
    font-family: Literata;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #C8C8C8;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .current-image-section {
    display: flex;
    align-items: center;
    gap: 24px;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .edit-image-section {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .edit-image-section button {
    border: 0;
    background: transparent;
    color: #2CBC63;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    padding: 12px 20px;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .edit-image-section input {
    display: none;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .current-image-section {
    display: flex;
    align-items: center;
    gap: 24px;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .current-image-section img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fff;
}

.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .current-image-section .image-description p {
    word-break: break-all;
}
.woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .current-image-section .image-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #333;
    font-family: 'Figtree';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.partner-dashboard-tab-results .woocommerce-notices-wrapper {
    padding: 0 20px;
}

.partner-dashboard-tab-results .woocommerce-notices-wrapper .woocommerce-error strong {
    padding-right: 4px;
}

.woocommerce .woocommerce-MyAccount-content .profile-title-holder .profile-submit-button button.button {
    margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
    .profile-image-div__notification {
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .woocommerce .woocommerce-MyAccount-content .profile-submit-button {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .partner-dashboard-title-holder .left-side {
        flex: 0 0 100%;
    }

    .profile-image-div-content {
        flex-flow: row wrap;
    }

    .woocommerce .woocommerce-MyAccount-content .profile-image-div .profile-image-div-content .edit-image-section {
        flex: 0 0 100%;
        justify-content: flex-start;
        padding: 12px 0;
    }
}