﻿.painel-owner {
    margin: 0;
    display: flex;
    gap: 30px;
    height: max-content;
    margin-bottom: 50px;
}

.title-owner {
    margin-top: 64px;
    margin-bottom: 48px;
}

    .title-owner span {
        color: var(--surface-darker, #0F1729);
        text-align: center;
        font-family: sans-serif;
        font-size: 54px;
        font-style: normal;
        font-weight: 550;
        text-transform: capitalize;
    }

.painel-extract {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
    background: var(--typography-white-emphasis-1, #FFF);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 95vh;
}

.painel-transfer {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
    background: var(--typography-white-emphasis-1, #FFF);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 70vh;
    padding: 32px;
}

.painel-transfer-review {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
    background: var(--typography-white-emphasis-1, #FFF);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: m;
}

.painel-transfer-receipt {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
    background: var(--typography-white-emphasis-1, #FFF);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 95vh;
}

.painel-transfer-value {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
    background: var(--typography-white-emphasis-1, #FFF);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: m;
}


.painel-extract-header {
    background: var(--surface-light, #E2E8F0);
    padding: 40px;
    margin: -20px -20px 20px -20px;
    border-radius: 10px 10px 0 0;
}

.painel-transfer-header span {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-size: 32px;
    font-style: normal;
    font-weight: 350;
    line-height: 38px;
}

.painel-transfer-pix {
    padding: 20px;
    text-align: center;
}

.painel-transfer-title-review {
    padding: 20px 50px 10px 50px;
    text-align: justify;
}

.painel-transfer-header-pix {
    padding: 20px;
}

.painel-transfer-header span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; /* SemiLight */
    font-size: 32px;
    line-height: 38px;
}

.title-painel-pix {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-size: 25px;
    font-style: normal;
    font-weight: 550;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
}

.title-painel-pix-amount {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; /* Semilight */
    font-size: 32px;
    line-height: 38px;
}

.painel-extract-balance {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin: -20px -20px 20px -20px;
    background: var(--surface-dark, #334154);
    color: #FFF;
}

@media (max-width: 768px) {
    .painel-owner {
        flex-direction: column;
        height: auto;
    }

    .painel-extract, .painel-transfer {
        width: 100%;
    }

    .painel-extract-balance {
        margin: 20px 0;
    }
}

.painel-extract-balance {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.balance-header {
    margin-bottom: 5px;
}

    .balance-header span {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }


.balance-amount h1 {
    margin: 0;
}

.balance-amount {
    align-items: center;
    text-align: center;
}

.balance-action-button {
    margin-top: 10px;
    padding: 4px 12px;
    background-color: var(--surface-dark, #334154);
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

    .balance-action-button span {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    .balance-action-button svg {
        vertical-align: middle;
        width: 24px;
        height: 24px;
    }

.extract-list {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
}

.extract-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid var(--surface-light, #E2E8F0);
    margin-top: 15px;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
}

.transaction-type {
    overflow: hidden;
    color: var(--Tipografia-escura-Enfase-2, var(--typography-black-emphasis-2, rgba(6, 13, 72, 0.60)));
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.grid-details {
    display: inline-grid;
}

.transaction-details-value {
    display: flex;
    justify-content: center;
    align-items: center;
}


.person-name {
    overflow: hidden;
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 200px;
    font-family: 'Inter', sans-serif;
}

.title-recipient {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.recipient {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.transaction-value-in {
    color: #0FB44E;
    font-size: 18px;
    font-style: normal;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    background: rgba(42, 197, 102, 0.16);
    border-radius: 5px;
}

.transaction-value-out {
    font-size: 18px;
    font-style: normal;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
}

.title-extract {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.icon-content img {
    vertical-align: bottom;
    max-height: 40px;
}

.icon-content {
    display: flex;
    align-items: center;
}

.contact-start {
    margin-right: 10px;
    padding: 3px;
    font-size: 24px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 16px;
    border: 2px solid var(--surface-medium, #94A3B7);
    background: var(--typography-white-emphasis-1, #FFF);
}

.container-favorite-empty {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.text-info-empty-favorite {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 38px;
}

.day-extract {
    color: var(--Tipografia-escura-Enfase-2, var(--typography-black-emphasis-2, rgba(6, 13, 72, 0.60)));
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.go-extract {
    color: var(--Primria-3, var(--primary-color-medium, #EC780A));
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.go-extract-container {
    display: flex;
    padding: 50px 24px;
    justify-content: center;
    gap: var(--spacing-05, 8px);
}

.input-container label {
    color: var(--Tipografia-escura-Enfase-2, var(--typography-black-emphasis-2, rgba(6, 13, 72, 0.60)));
    font-family: 'Inter', sans-serif;
    font-weight: 600; /* Semibold */
    font-size: 14px;
    line-height: 20px;
}

.text-input {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: var(--spacing-05, 8px);
    border: 1px solid rgba(6, 13, 72, 0.16);
    padding: 16px;
    gap: 16px;
}

    .text-input:focus {
        border-color: #007bff;
        outline: none;
    }

    .text-input::placeholder,
    .text-input-search::placeholder {
        color: #060D4840;
    }


.input-container {
    padding: 16px;
}

.fa-arrow-right {
    margin-left: 10px;
}

.transfer-button-continue {
    margin-top: 30px;
    color: white;
    background-color: #EC780A;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 15px;
    height: 50px;
    border-radius: 12px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 600; /* Semibold */
    font-size: 18px;
    line-height: 24px;
}

    .transfer-button-continue:disabled {
        margin-top: 30px;
        color: #060D4840;
        border: none;
        transition: background-color 0.3s, color 0.3s;
        height: 50px;
        border-radius: 12px;
        width: 100%;
        cursor: not-allowed;
        background: var(--Tipografia-escura-Enfase-3, rgba(6, 13, 72, 0.25));
    }

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.text-input-search {
    width: 100%;
    padding-right: 40px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: var(--spacing-05, 8px);
    border: 1px solid rgba(6, 13, 72, 0.16);
    padding: 16px;
    gap: 16px;
}

.input-search {
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    padding: 30px;
    border: none;
}

.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.contact-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 8px;
    cursor: pointer;
}

.recipient-pix-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 8px;
}

.button-trasnfer-go-back {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
}

.button-trasnfer-go-cancel {
    color: var(--Primria-3, var(--primary-color-medium, #EC780A));
}

.button-trasnfer-go-cancel, .button-trasnfer-go-back {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}


.header-button-transfer {
    display: flex;
    justify-content: space-between;
}

.input-value-pix {
    width: 90%;
    position: relative;
}

.pix-input {
    width: 110%;
    border: none;
    border-bottom: 2px solid;
    outline: none;
    text-align: left;
    -moz-appearance: textfield;
    color: #5D2380;
    padding: 10px 0 10px 30px;
    border-color: var(--Tipografia-escura-Enfase-3, rgba(6, 13, 72, 0.25));
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 48px;
}

    .pix-input::-webkit-inner-spin-button,
    .pix-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .pix-input::placeholder {
        color: var(--Tipografia-escura-Enfase-3, rgba(6, 13, 72, 0.25));
    }

.currency-symbol {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #5D2380;
    line-height: 48px;
    padding: 0px 0 20px 0px;
}

.review-container {
    display: flex;
    flex-direction: column;
    padding: 0px 50px 10px 50px
}

.title-review-value-label {
    text-align: left;
    margin-top: 5px;
    color: var(--surface-dark, #334154);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.review-content {
    display: flex;
    align-items: center;
}

.review-amount {
    color: #5D2380;
    text-transform: uppercase;
    border: none;
    width: 315px;
    background-color: white;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; /* Semilight */
    font-size: 52px;
    line-height: 48px;
}

    .review-amount:focus {
        border-bottom: 2px solid var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
        outline: none;
    }

.edit-amount-review {
    background-color: transparent;
    padding: 4px 20px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-md, 16px);
    border: 2px solid #E2D6EB;
    gap: var(--spacing-05, 8px);
}

.receiver-container-review-inside label {
    display: block;
    margin-bottom: 0px !important;
    font-weight: bold;
    font-weight: normal;
}

.receiver-container-review-inside input {
    width: 100%;
    padding: 0px;
}

.receiver-container-review-inside.container {
    display: flex;
    width: 100%;
}

    .receiver-container-review-inside.container div {
        flex: 3;
    }

    .receiver-container-review-inside.container:not(:first-child) div:last-child {
        flex: 1;
        writing-mode: vertical-rl;
        display: flex;
        justify-content: center;
    }

.receiver-container-review-inside {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #060D4899;
}

    .receiver-container-review-inside input::placeholder,
    .receiver-container-review-inside .purple,
    .receiver-container-review-inside i {
        color: #8343AA;
        font-weight: bold;
    }

    .receiver-container-review-inside input,
    .receiver-container-review-inside input:focus,
    .receiver-container-review-inside input:focus-visible,
    .receiver-container-review-inside input#schedule-start-date::placeholder {
        border: none;
        outline: none;
        color: #1E0631F2;
    }


.receiver-container-review .receiver-container-review-inside {
}

.receiver-container-review .receiver-container-review-inside {
    padding: 10px 16px;
}

    .receiver-container-review .receiver-container-review-inside:first-child {
        padding: 16px 16px 10px 16px;
    }

    .receiver-container-review .receiver-container-review-inside:last-child {
        padding: 10px 16px 16px 16px;
    }


    .receiver-container-review .receiver-container-review-inside:not(:last-child) {
        border-bottom: 2px solid #CBD5E0;
    }

.receiver-container-review {
    border: 2px solid #CBD5E0;
    border-radius: 10px;
    margin-top: 20px;
}
    .receiver-container-review.review{
        padding: 16px;
    }

    .title-recipient-review {
        display: block;
        margin-bottom: 12px;
        text-align: left;
        color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

.content-recipient-review {
    padding-top: 8px;
}

.content-title-info-review {
    display: block;
    text-align: left;
    color: var(--Tipografia-escura-Enfase-2, rgba(6, 13, 72, 0.60));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.content-info-review {
    display: block;
    text-align: left;
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.header-button-transfer-receipt {
    padding: 20px 50px 5px 50px;
    text-align: end;
}

.button-email {
    margin-top: 30px;
    color: white;
    background-color: #EC780A;
    border: none;
    cursor: pointer;
    font-size: 15px;
    height: 50px;
    border-radius: 12px;
    width: 49%;
    font-weight: 350;
}

.button-download-receipt {
    margin-top: 30px;
    color: #EC780A;
    background-color: #ec780a00;
    cursor: pointer;
    font-size: 15px;
    height: 50px;
    border-radius: 12px;
    width: 49%;
    font-weight: 350;
    border: 2px solid #EC780A;
}

.input-container-center {
    display: flex;
    justify-content: center;
}

    .input-container-center * {
        flex-grow: 2;
    }

.input-container.mb {
    margin-bottom: 10px;
}

.span-destaque {
    color: var(--Tipografia-escura-Enfase-2, var(--typography-black-emphasis-2, rgba(6, 13, 72, 0.60)));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.span-mini-destaque {
    color: var(--Tipografia-escura-Enfase-2, var(--typography-black-emphasis-2, rgba(6, 13, 72, 0.25)));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#btn-change-account {
    border: 2px solid #94A3B7;
    border-radius: 10px;
    text-align: center;
    padding: 3px 7px;
}

#btn-hide-amount-transfer,
#btn-hide-amount {
    background-color: transparent;
    border: none;
    height: 24px;
    width: 24px;
}

#btn-hide-amount-transfer {
    font-size: 20px;
}

#input-amount {
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
}

    #input-amount::placeholder {
        font-weight: bold;
        opacity: 0.5;
        font-size: 35px;
    }

#span-amount-transfer {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    margin: 0 8px;
}

.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--typography-white-emphasis-1, #FFF);
    z-index: 1000;
    text-align: start;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 35px;
}

#popup {
    display: none;
}

#overlay {
    display: block;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.message-error {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-style: normal;
    font-weight: 350;
    font-size: 30px;
    line-height: 38px;
}

.message-error-text {
    color: var(--Tipografia-escura-Enfase-1, var(--typography-black-emphasis-1, rgba(30, 6, 49, 0.95)));
    font-style: normal;
    font-weight: 350;
    font-size: 25px;
    line-height: 38px;
}

.header-popup-error {
    display: flex;
    justify-content: space-between;
    background-color: var(--main-color);
    border-radius: 10px 10px 0 0;
    height: 50px;
}

.button-close-popup {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: white;
    margin-left: 20px;
}

.balance-amount-text {
    margin: 10px 0 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 36px;
    height: max-content;
    align-items: center;
}

    .balance-amount-text span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
        height: 45px;
        display: inline-flex;
        align-items: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .balance-amount-text span {
        color: #fff;
    }

.modal-pix-schedule-recurrence {
    width: 600px;
    height: max-content;
    padding: 40px 32px 32px 32px;
}

    .modal-pix-schedule-recurrence .header {
        display: flex;
        margin-bottom: 16px;
    }

        .modal-pix-schedule-recurrence .header div {
            flex: 1;
        }

            .modal-pix-schedule-recurrence .header div:last-child {
                display: flex;
                justify-content: flex-end;
            }

.modal-pix-schedule-recurrence-radio label {
    position: relative;
    width: 100%;
    height: 56px;
    border: 1px solid #CBD5E0;
    border-radius: 8px;
    padding: 16px 0px 16px 44px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    vertical-align: middle;
}

.modal-pix-schedule-recurrence-radio {
    margin-bottom: 8px;
}

    .modal-pix-schedule-recurrence-radio input[type="radio"] {
        opacity: 0;
        position: absolute;
    }

.custom-radio::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 20px;
    height: 20px;
    border: 2px solid #8343AA;
    border-radius: 50%;
    background: white;
}

.modal-pix-schedule-recurrence-radio input[type="radio"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #8343AA;
}

.modal-pix-schedule-recurrence .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 550;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #1E0631F2;
}

.modal-pix-schedule-recurrence .subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #060D4899;
}

.modal-pix-schedule-recurrence .end-recurrence a {
    display: flex;
    align-items: center;
    border: 2px solid #7220A43D;
    border-radius: 16px;
    padding: 8px;
}

    .modal-pix-schedule-recurrence .end-recurrence a.disabled {
        pointer-events: none;
        color: gray;
        opacity: 0.6;
        text-decoration: none;
        cursor: default;
    }

    .modal-pix-schedule-recurrence .end-recurrence a p {
        line-height: 24px;
        letter-spacing: 0;
        margin: 0;
    }

        .modal-pix-schedule-recurrence .end-recurrence a p:first-child {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #060D4899;
        }

        .modal-pix-schedule-recurrence .end-recurrence a p:last-child {
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 18px;
            color: #8343AA;
        }

.modal-pix-schedule-recurrence .button-save {
    width: 100%;
    height: 56px;
    border-radius: 16px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    background-color: #EC780A;
    color: white;
    border: none;
    margin-top: 16px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
}

    .modal-pix-schedule-recurrence .button-save[disabled] {
        background-color: #060D4840;
        color: #060D4840;
        cursor: not-allowed;
        opacity: 0.6;
    }

#schedule-end-date {
    border: 1px solid #060D4899;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #1E0631F2;
}

#schedule-end-date-icon,
#schedule-start-date-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url('/img/pix-schedule/picker-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#schedule-end-date-icon {
    top: 17px;
    right: 15px;
}

#schedule-start-date-icon {
    top: 10px;
    right: 0px;
}

#overlay-pix-schedule-recurrence {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1031;
}
