/* _content/Multibanking.UI.Components/Components/AccordionBankMovements.razor.rz.scp.css */
.styled-accordion[b-3idsqvimzm] {
    width: 100%;
    border: 1px solid #981d68;
}

.styled-accordion .accordion-header[b-3idsqvimzm] {
    cursor: pointer;
    padding: 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.styled-accordion .accordion-header .angle[b-3idsqvimzm] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    transition: all linear 0.3s;
}

.styled-accordion .accordion-header .angle.opened[b-3idsqvimzm] {
    transform: rotate(-180deg);
}

.styled-accordion .heading[b-3idsqvimzm] {
    font-size: 8px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.styled-accordion p[b-3idsqvimzm] {
    font-size: 18px;
}

.styled-accordion .value[b-3idsqvimzm] {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.styled-accordion .title[b-3idsqvimzm] {
    font-weight: bold;
}

.styled-accordion .accordion-content[b-3idsqvimzm] {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all linear 0.4s;
    padding: 0 15px;
    border-top: 1px solid #981d8820;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.styled-accordion .accordion-content.opened[b-3idsqvimzm] {
    opacity: 100;
    visibility: visible;
    max-height: 300px;
    padding: 15px;
}


@media only screen and (max-width: 1200px) {
    .styled-accordion .accordion-header[b-3idsqvimzm] {
        padding: 10px;
    }


    .styled-accordion .heading[b-3idsqvimzm] {
        font-size: 16px;
    }

    .styled-accordion p[b-3idsqvimzm] {
        font-size: 16px;
    }

    .styled-accordion .value[b-3idsqvimzm] {
        font-size: 20px;
    }

    .styled-accordion .accordion-content[b-3idsqvimzm] {
        padding: 0 10px;
    }

    .styled-accordion .accordion-content.opened[b-3idsqvimzm] {
        padding: 10px;
    }
}
/* _content/Multibanking.UI.Components/Components/AccordionMessageDetails.razor.rz.scp.css */
.accordion-message-details[b-c6m1uaq0q3] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #981d68;
}
.accordion-message-details:not(:last-child)[b-c6m1uaq0q3] {
    margin-bottom: 5px;
}

.accordion-message-details .accordion-header[b-c6m1uaq0q3] {
    cursor: pointer;
    padding: 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: all linear 0.4s;
}

    .accordion-message-details .header-opened[b-c6m1uaq0q3] {
        background-color: #981d68 !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .color-opened[b-c6m1uaq0q3] {
        color: #fff !important;
    }

        .accordion-message-details .accordion-header .angle[b-c6m1uaq0q3] {
            width: 16px;
            height: 16px;
            min-width: 16px;
            transition: all linear 0.3s;
        }

            .accordion-message-details .accordion-header .angle.opened[b-c6m1uaq0q3] {
                transform: rotate(-180deg);
            }

        .accordion-message-details .accordion-header .left-heading-content[b-c6m1uaq0q3] {
            display: flex;
            flex-direction: column;
        }

                .accordion-message-details .heading[b-c6m1uaq0q3] {
                    font-size: 16px;
                    color: #981d68;
                    font-weight: bold;
                    display: flex;
                    flex-flow: row wrap;
                    align-items: center;
                }

.upload-documents .heading[b-c6m1uaq0q3] {
    font-size: 16px;
}

.accordion-message-details .document-count-wrapper[b-c6m1uaq0q3] {
    padding: 0 5px;
}

.document-count-wrapper .document-count[b-c6m1uaq0q3] {
    color: red;
}

.accordion-message-details p[b-c6m1uaq0q3] {
    font-size: 18px;
}

.accordion-message-details .value[b-c6m1uaq0q3] {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.accordion-message-details .title[b-c6m1uaq0q3] {
    font-weight: bold;
}

.accordion-message-details .accordion-content[b-c6m1uaq0q3] {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all linear 0.4s;
    border-top: 1px solid #981d8820;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    overflow: hidden;
}

    .accordion-message-details .accordion-content.opened[b-c6m1uaq0q3] {
        opacity: 100;
        visibility: visible;
        max-height: 800px;
        overflow-y: auto;
    }

    .accordion-message-details .first-row[b-c6m1uaq0q3] {
        display: flex;
        align-items: center;
    }

.accordion-message-details .message-title[b-c6m1uaq0q3] {
    min-width: 30px;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .accordion-message-details .accordion-header[b-c6m1uaq0q3] {
        padding: 10px;
    }


    .accordion-message-details .heading[b-c6m1uaq0q3] {
        font-size: 16px;
    }

    .upload-documents .heading[b-c6m1uaq0q3] {
        font-size: 14px;
    }

    .accordion-message-details p[b-c6m1uaq0q3] {
        font-size: 16px;
    }

    .accordion-message-details .value[b-c6m1uaq0q3] {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .accordion-message-details .message-title[b-c6m1uaq0q3] {
        max-width: 490px;
    }
}

@media only screen and (max-width: 768px) {
    .accordion-message-details .message-title[b-c6m1uaq0q3] {
        max-width: 225px;
    }
}

@media only screen and (max-width: 480px) {
    .accordion-message-details .message-title[b-c6m1uaq0q3] {
        max-width: 60px;
    }
}

@media only screen and (max-width: 320px) {
    .accordion-message-details .message-title[b-c6m1uaq0q3] {
        max-width: 30px;
    }
}
/* _content/Multibanking.UI.Components/Components/Breadcrumb.razor.rz.scp.css */
.breadcrumb[b-cou2vi7l8h] {
    color: #981d68;
    font-size: 16.38px;
    margin-bottom: 30px;
}

    .breadcrumb .breadcrumb-url[b-cou2vi7l8h] {
        color: #981d68;
        font-weight: bold;
    }

.breadcrumb .breadcrumb-display-name[b-cou2vi7l8h] {
    font-weight:100;
}

    .breadcrumb .breadcrumb-separator[b-cou2vi7l8h] {
        font-weight: bold;
    }
/* _content/Multibanking.UI.Components/Components/ConfirmationDialog.razor.rz.scp.css */
.dialog[b-jlq1wiamja] {
    padding: 15px;
    border-radius: 10px;
}

.dialog-actions[b-jlq1wiamja] {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 8px 15px 8px;
}

.dialog-actions button[b-jlq1wiamja] {
    max-width: 160px !important;
}
/* _content/Multibanking.UI.Components/Components/ConsentPopup.razor.rz.scp.css */
.consent-popup[b-vv26of8d91] {
    width: 80%;
    max-width: 600px;
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
}

    .exclamation-block[b-vv26of8d91] {
        position: absolute;
        top: -15px;
        left: -15px;
    }

    .consent-popup .info-text[b-vv26of8d91], .consent-popup .warning-text[b-vv26of8d91] {
        font-size: 16px;
        text-align: center;
    }

.consent-popup .warning-text[b-vv26of8d91] {
    color: red;
    font-weight: bolder;
    padding-bottom: 30px;
}

.consent-popup .info-text[b-vv26of8d91] {
    font-weight: 100;
    padding-bottom: 30px;
}

.consent-popup.closed[b-vv26of8d91] {
    display: none;
    visibility: hidden;
    opacity: 0;
}
/* _content/Multibanking.UI.Components/Components/ConsultantCard.razor.rz.scp.css */
.consultant-card[b-8aql6b3yhm] {
    /*background-color: #f4e7e6;*/
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: 46px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear;
    max-width: 700px;
    width: 100%;
}

.consultant-card .consultant-header[b-8aql6b3yhm] {
    padding: 5px 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bordered[b-8aql6b3yhm] {
    border-left: 1px solid #981d68;
    border-right: 1px solid #981d68;
    border-top: 1px solid #981d68;
}

.consultant-card .consultant-header .icon[b-8aql6b3yhm] {
    width: 15px;
    height: 15px;
    transition: all 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.consultant-card .consultant-header .icon.rotate[b-8aql6b3yhm] {
    transform: rotate(180deg);
}

.consultant-card .consultant-info[b-8aql6b3yhm],
.consultant-card .consultant-content[b-8aql6b3yhm] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.consultant-card .consultant-info img[b-8aql6b3yhm] {
    border-radius: 50%;
}

.consultant-card .consultant-info .text[b-8aql6b3yhm] {
    font-size: 14px;
}

.consultant-card .consultant-info .name[b-8aql6b3yhm] {
    text-transform: uppercase;
    font-size: 18px;
}

.consultant-card .consultant-content[b-8aql6b3yhm] {
    max-height: 0;
    transition: all 0.3s linear;
    overflow: hidden;
    padding: 0 20px;
}

.consultant-card .consultant-content div[b-8aql6b3yhm] {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    display: flex;
    gap: 15px;
}

.consultant-card .consultant-content div div[b-8aql6b3yhm] {
    flex: 1 60%;
}

.consultant-card .consultant-content div:nth-child(odd)[b-8aql6b3yhm] {
    flex: 1 35%;
}

.consultant-card .consultant-content div a[b-8aql6b3yhm] {
    display: flex;
    gap: 5px;
    text-decoration: none;
    color: #616161;
}

.consultant-card .consultant-content div a:hover[b-8aql6b3yhm] {
    color: #981d68;
}

.consultant-card .consultant-content.is-visible[b-8aql6b3yhm] {
    max-height: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.consultant-card .consultant-content.is-visible div[b-8aql6b3yhm] {
    opacity: 1;
    visibility: visible;

}

@media only screen and (max-width: 600px) {
    .consultant-card[b-8aql6b3yhm] {
        width: 100%;
        max-width: 100%;
    }

    .consultant-card .consultant-content div[b-8aql6b3yhm] {
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s linear;
        display: flex;
        flex-flow: row wrap;
        gap: 10px;
    }

    .consultant-card .consultant-content div div[b-8aql6b3yhm] {
        flex: 1 50%;
    }

    .consultant-card .consultant-content div a[b-8aql6b3yhm] {
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }
}
/* _content/Multibanking.UI.Components/Components/CreditlandConsentCTA.razor.rz.scp.css */
.creditland-consent[b-8ke8hc4by8] {
    margin: 20px 0;
}
.creditland-consent  h3[b-8ke8hc4by8]{
    color: #981D61;
    font-weight: lighter;
    margin-bottom: 10px;
}
/* _content/Multibanking.UI.Components/Components/ErrorMessage.razor.rz.scp.css */
.error[b-vllflj8oj3] {
    color: #f44437;
}
/* _content/Multibanking.UI.Components/Components/FormStepper.razor.rz.scp.css */
.stepper[b-t3zqxs2dnj] {
    max-width: 575px;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
}

    .stepper > div[b-t3zqxs2dnj] {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        font-size: 23px;
        font-weight: bold;
        position: relative;
        width: 100%;
        transition: all 0.2s linear;
    }

    .stepper.is-hidden[b-t3zqxs2dnj] {
        max-height: 0;
    }

        .stepper.is-hidden > div[b-t3zqxs2dnj] {
            opacity: 0;
            visibility: hidden;
        }

    .stepper .line[b-t3zqxs2dnj] {
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #981d68;
        z-index: 1;
    }

    .stepper .step[b-t3zqxs2dnj] {
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-width: 34px;
        color: #ced4da;
        border: 3px solid #981d68;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        z-index: 2;
        transition: all 0.3s linear;
        cursor: pointer;
    }

.stepper .step.is-completed[b-t3zqxs2dnj] {
    background-color: #981d68;
    color: #fff;
}

.stepper .step.disabled[b-t3zqxs2dnj] {
    pointer-events: none;
}

.stepper .step:hover[b-t3zqxs2dnj] {
    background-color: #b40e71;
    color: #fff
}
/* _content/Multibanking.UI.Components/Components/RequestInWaitingDetails.razor.rz.scp.css */
.request-in-waiting-details[b-7hkeb1fslj] {
    width: 100%;
    margin-bottom: 10px;
}

    .request-in-waiting-details .accordion-header[b-7hkeb1fslj] {
        background-color: white;
        color: black;
        padding: 10px;
        font-weight: bold;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    .request-in-waiting-details .accordion-header .left-heading-content[b-7hkeb1fslj] {
        display: flex;
        align-items: center;
    }

        .request-in-waiting-details .accordion-header .left-heading-content h3[b-7hkeb1fslj] {
            margin-left: 10px;
            line-height: 100%;
            font-size: 14px;
            color: #333;
        }

    .request-in-waiting-details .accordion-content[b-7hkeb1fslj] {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: all linear 0.4s;
        border-top: 1px solid #981d8820;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        overflow: hidden;
    }

        .request-in-waiting-details .accordion-content.opened[b-7hkeb1fslj] {
            opacity: 100;
            visibility: visible;
            max-height: 800px;
            overflow-y: auto;
        }


    .request-in-waiting-details .details-table td[b-7hkeb1fslj] {
        padding: 8px;
    }

        .request-in-waiting-details .details-table td.label[b-7hkeb1fslj] {
            text-align: right;
        }

        .request-in-waiting-details .details-table td.info[b-7hkeb1fslj] {
            color: #981d68;
        }

    .request-in-waiting-details .right-heading-content[b-7hkeb1fslj] {
        display: flex;
        align-items: center;
    }
/* _content/Multibanking.UI.Components/Components/StyledAccountBox.razor.rz.scp.css */
.styled-account-box[b-951sf9dilh] {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 2px solid #981d68;
    width: 100%;
    min-height: 185px;
    gap: 10px;
    border-radius: 12px;
    box-shadow: 1px 1px 8px 0 rgba(140,140,140,0.6);
    transition: all linear 0.3s;
    max-width: 325px;
    background-color: #fff;
}

.styled-account-box .account-heading img[b-951sf9dilh] {
    height: 35px;
    width: auto;
    max-width: 215px;
}

.styled-account-box .account-heading[b-951sf9dilh] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative
}

.styled-account-box .delete-button[b-951sf9dilh] {
    position: absolute;
    right: 0;
    z-index: 9999;
}

.styled-account-box.expired-consent[b-951sf9dilh] {
    background-color: #dbdbdb;
    border-color: #d03;
    border-width: 3px;
}

.styled-account-box.expired-consent .account-heading img[b-951sf9dilh] {
    margin: 0 20px;
}

.styled-account-box.expired-consent > img[b-951sf9dilh] {
    filter: grayscale(1);
}

.styled-account-box:hover[b-951sf9dilh] {
    box-shadow: 1px 1px 16px 0 rgba(140,140,140,1);
}

.styled-account-box .account-data[b-951sf9dilh] {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.styled-account-box .account-type[b-951sf9dilh] {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #616161;
    line-height: 1;
}

.styled-account-box .iban[b-951sf9dilh] {
    font-size: 16px;
    color: #616161;
    line-height: 1;
}

.styled-account-box.expired-consent .account-type[b-951sf9dilh],
.styled-account-box.expired-consent .iban[b-951sf9dilh] {
    color: #9e9e9e
}

.styled-account-box .balance[b-951sf9dilh] {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.styled-account-box .balance .balance-text[b-951sf9dilh],
.styled-account-box .available-date[b-951sf9dilh] {
    font-size: 14px;
    color: #616161;
}

.styled-account-box .balance .balance-sum[b-951sf9dilh],
.styled-account-box .balance .no-balance-sum[b-951sf9dilh] {
    font-size: 29px;
    color: #981d68;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.styled-account-box.expired-consent .expired-consent-text[b-951sf9dilh] {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.styled-account-box.expired-consent .expired-consent-text span[b-951sf9dilh] {
    font-size: 18px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    color: #981d68;
}

.styled-account-box .buttons[b-951sf9dilh] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 90%;
}

@media only screen and (max-width: 1200px) {
    .styled-account-box[b-951sf9dilh] {
        max-width: 290px;
        padding: 10px;
        gap: 5px;
    }

    .styled-account-box .account-type[b-951sf9dilh] {
        font-size: 18px;
    }

    .styled-account-box .iban[b-951sf9dilh] {
        font-size: 14px;
    }

    .styled-account-box .balance .balance-text[b-951sf9dilh],
    .styled-account-box .available-date[b-951sf9dilh] {
        font-size: 12px;
    }

    .styled-account-box .balance .balance-sum[b-951sf9dilh],
    .styled-account-box .balance .no-balance-sum[b-951sf9dilh] {
        font-size: 25px;
    }

    .styled-account-box .buttons button[b-951sf9dilh] {
        font-size: 14px;
        padding: 2px 10px;
    }

    .styled-account-box > img[b-951sf9dilh] {
        height: 25px;
        width: auto;
    }
}
/* _content/Multibanking.UI.Components/Components/StyledButton.razor.rz.scp.css */
.styled-button[b-3cqy3owv6o] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    transition: all linear 0.3s;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 2px 15px;
    text-align: center;
}

.styled-button div[b-3cqy3owv6o] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.styled-button span[b-3cqy3owv6o],
.styled-button input[b-3cqy3owv6o] {
    font-size: 22px;
    text-align: center;
}

.styled-button:hover[b-3cqy3owv6o] {
    background-color: #b40e71;
}

.styled-button svg[b-3cqy3owv6o] {
    fill: #fff;
}

.styled-button.big-pink[b-3cqy3owv6o] {
    justify-content: space-between;
    gap: 5px;
    min-height: 65px;
    border-radius: 30px;
    font-size: 23px;
    padding: 7px 15px;
    background-color: #f4e7e6;        
}

.styled-button.big-pink > div[b-3cqy3owv6o] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.styled-button.big-pink span[b-3cqy3owv6o] {
    color: #981d68;
    font-weight: 600;
    transition: all linear 0.3s;
    font-size: 23px;
    min-width: auto;
}

.styled-button.big-pink svg[b-3cqy3owv6o],
.styled-button.big-pink .svg-icon[b-3cqy3owv6o],
.styled-button.big-pink *[b-3cqy3owv6o] {
    fill: #981d68 !important;
    transition: all linear 0.3s;
}

.styled-button.big-pink:hover[b-3cqy3owv6o] {
    box-shadow: 1px 1px 8px 0 rgba(140,140,140,0.6);
}

.styled-button.big-pink:hover span[b-3cqy3owv6o] {
    color: #616161;
}

.styled-button.big-pink:hover svg[b-3cqy3owv6o],
.styled-button.big-pink:hover *[b-3cqy3owv6o] {
    fill: #616161 !important;
}

.styled-button.big[b-3cqy3owv6o],
.styled-button.big input[b-3cqy3owv6o] {
    font-size: 22px;
    min-height: 55px;
    border-radius: 30px;
    color: #fff;
    background-color: #981d68;
}

.styled-button.big:hover[b-3cqy3owv6o],
.styled-button.medium:hover[b-3cqy3owv6o],
.styled-button.small:hover[b-3cqy3owv6o],
.styled-button.extra-small:hover[b-3cqy3owv6o],
.styled-button.extra-small-pink:hover[b-3cqy3owv6o] {
    background-color: #b40e71;
    color: #fff;
}

.styled-button.medium[b-3cqy3owv6o] {
    min-height: 35px;
    font-weight: 500;
    background-color: #981d68;
    border-radius: 30px;
}

.styled-button.medium span[b-3cqy3owv6o] {
    font-weight: 500;
    font-size: 20px;
}

.styled-button.simple[b-3cqy3owv6o],
.styled-button.simple-purple[b-3cqy3owv6o] {    
    background-color: transparent;
    height: 22px;
    min-height: 22px;
    border-radius: unset;
    padding: 3px;
}

.styled-button.simple:hover[b-3cqy3owv6o],
.styled-button.simple-purple:hover[b-3cqy3owv6o] {
    background-color: transparent;
}

.styled-button.simple span[b-3cqy3owv6o] {
    color: #616161;
    font-size: 14px;
    text-transform: none;
    transition: all 0.3s linear;
}

.styled-button.simple *[b-3cqy3owv6o] {
    fill: #616161;
    transition: all 0.3s linear;
}

.styled-button.simple:hover span[b-3cqy3owv6o] {
    color: #981d68;
}

.styled-button.simple:hover *[b-3cqy3owv6o] {
    fill: #981d68;
}

.styled-button.simple-purple span[b-3cqy3owv6o] {
    color: #981d68;
    font-size: 18px;
    text-transform: none;
    transition: all 0.3s linear;
}

.styled-button.simple-purple *[b-3cqy3owv6o] {
    fill: #981d68;
    transition: all 0.3s linear;
}

.styled-button.simple-purple:hover span[b-3cqy3owv6o] {
    color: #616161;
}

.styled-button.simple-purple:hover *[b-3cqy3owv6o] {
    fill: #616161;
}

.styled-button.small[b-3cqy3owv6o],
.styled-button.extra-small[b-3cqy3owv6o],
.styled-button.extra-small-pink[b-3cqy3owv6o] {
    border-radius: 30px;
    font-size: 16px;
    padding: 2px 15px;
    transition: all linear 0.3s;
}

.styled-button.small[b-3cqy3owv6o] {
    min-height: 30px;
}

.styled-button.small:hover[b-3cqy3owv6o],
.styled-button.extra-small:hover[b-3cqy3owv6o],
.styled-button.extra-small-pink:hover[b-3cqy3owv6o] {
    background-color: #b40e71;
    color: #fff;
}

.styled-button.small[b-3cqy3owv6o],
.styled-button.extra-small[b-3cqy3owv6o] {
    background-color: #981d68;
    color: #fff;
}

.styled-button.extra-small-pink[b-3cqy3owv6o] {
    background-color: #f4e7e6;
    color: #616161;
    gap: 0 5px !important;
}

.styled-button.small svg[b-3cqy3owv6o],
.styled-button.extra-small svg[b-3cqy3owv6o],
.styled-button.small-pink svg[b-3cqy3owv6o] {
    min-width: 15px;
}

.styled-button.small span[b-3cqy3owv6o],
.styled-button.extra-small span[b-3cqy3owv6o],
.styled-button.extra-small-pink span[b-3cqy3owv6o] {
    font-size: 16px;
}

.styled-button.small *[b-3cqy3owv6o],
.styled-button.extra-small[b-3cqy3owv6o] {
    fill: #fff;
}

.styled-button.extra-small-pink *[b-3cqy3owv6o] {
    fill: #616161;
}

.label-container[b-3cqy3owv6o] {
    position: relative;
}

.counter[b-3cqy3owv6o] {
    background-color: red;
    display: block;
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 2px;
    position: absolute;
    top: -10px;
    right: -15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .counter p[b-3cqy3owv6o] {
        color: white;
        font-size: 14px;
    }

@media only screen and (max-width: 1200px) {
    .styled-button span[b-3cqy3owv6o],
    .styled-button input[b-3cqy3owv6o],
    .styled-button.big[b-3cqy3owv6o],
    .styled-button.big input[b-3cqy3owv6o] {
        font-size: 20px;
    }

    .styled-button.big-pink span[b-3cqy3owv6o] {
        font-size: 21px;
    }

    .styled-button.big span[b-3cqy3owv6o] {
        font-size: 20px;
    }

    .styled-button.medium span[b-3cqy3owv6o] {
        font-size: 18px;
    }
}
/* _content/Multibanking.UI.Components/Components/StyledButtonCircle.razor.rz.scp.css */
.styled-button-circle[b-v26s9jh3nd] {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    transition: all linear 0.3s;
    color: #fff;
    cursor: pointer;
    position: relative;
    border: 0;
    background-color: transparent;
    color: #616161;
    outline: none;
    padding: 0;
}

.styled-button-circle .circle[b-v26s9jh3nd] {
    transition: all linear 0.3s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #981d68;
}

.styled-button-circle .circle.big[b-v26s9jh3nd] {
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.styled-button-circle .circle.small[b-v26s9jh3nd],
.styled-button-circle .circle.small-gray[b-v26s9jh3nd] {
    width: 45px;
    height: 45px;
    min-width: 45px;
}

.styled-button-circle .circle.simple[b-v26s9jh3nd],
.styled-button-circle .circle.simple-big[b-v26s9jh3nd] {
    width: 35px;
    height: 35px;
    min-width: 35px;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.3s linear
}

.styled-button-circle .circle.simple-big[b-v26s9jh3nd] {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.styled-button-circle span.simple-big[b-v26s9jh3nd] {
    color: #981d68;
}

.styled-button-circle .circle.small-gray[b-v26s9jh3nd] {
    background-color: #616161;
}

.styled-button-circle span[b-v26s9jh3nd] {
    transition: all 0.3s linear;
}

.styled-button-circle:hover .circle[b-v26s9jh3nd] {
    background-color: #b40e71;
}

.styled-button-circle:hover .circle.simple[b-v26s9jh3nd],
.styled-button-circle:hover .circle.simple-big[b-v26s9jh3nd] {
    background-color: #fff;
    border: 1px solid #981d68;
}

.styled-button-circle:hover span[b-v26s9jh3nd] {
    color: #981d68;
}

.styled-button-circle.disabled[b-v26s9jh3nd] {
    pointer-events: none;
    cursor: initial;
}

.styled-button-circle.disabled .circle[b-v26s9jh3nd] {
    background-color: #ced4da;
}

.styled-button-circle.disabled span[b-v26s9jh3nd] {
    color: #ced4da;
}
/* _content/Multibanking.UI.Components/Components/StyledCheckbox.razor.rz.scp.css */
.styled-checkbox[b-5io8mcejvs] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.styled-checkbox .checkbox[b-5io8mcejvs] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.styled-checkbox input[b-5io8mcejvs] {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.styled-checkbox .checkmark[b-5io8mcejvs] {
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-color: #fff;
    border: 1px solid #981d68;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    overflow: hidden;
}

.styled-checkbox:hover .checkmark[b-5io8mcejvs] {
    background-color: #ced4da;
}

.styled-checkbox input:checked ~ .checkmark[b-5io8mcejvs] {
    background-color: #981d68;
}

.styled-checkbox input:checked:hover ~ .checkmark[b-5io8mcejvs] {
    background-color: #b40e71;
}

.styled-checkbox .text.big[b-5io8mcejvs] {
    font-size: 18px;
}

.styled-checkbox .text.small[b-5io8mcejvs] {
    font-size: 16px;
}

.validation-message[b-5io8mcejvs] {
    padding-left: 9px
}


/* _content/Multibanking.UI.Components/Components/StyledCodeInput.razor.rz.scp.css */
.form-element[b-t8303it1ws] {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.form-element label[b-t8303it1ws] {
    text-align: center;
}

.form-element .styled-code-input[b-t8303it1ws] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.form-element .styled-code-input input[type=number][b-t8303it1ws]::-webkit-inner-spin-button,
.form-element .styled-code-input input[type=number][b-t8303it1ws]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-element .styled-code-input input[b-t8303it1ws] {
    width: 50px;
    height: 45px;
    min-width: 50px;
    border: 1px solid #ced4da;
    z-index: 1;
    text-align: center;
    transition: all 0.3s linear;
    margin-right: -1px;
    cursor: pointer;
}

.form-element .styled-code-input input:focus[b-t8303it1ws] {
    border: 1px solid #981d68;
    z-index: 2;
}

.form-element .styled-code-input input:first-of-type[b-t8303it1ws] {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.form-element .styled-code-input input:last-of-type[b-t8303it1ws] {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.validation-message[b-t8303it1ws] {
    padding: 0;
}
/* _content/Multibanking.UI.Components/Components/StyledInput.razor.rz.scp.css */
.form-element[b-6ymisrot4i] {
    display: flex;
    flex-flow: column;
    gap: 5px;
    width: 100%;
}

.styled-input[b-6ymisrot4i] {
    background-color: #fff;
    width: 100%;
    border: 1.55px solid #9e9e9e;
    transition: all linear 0.3s;
    flex-grow: 1;
    color: #981d68;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.styled-input.size-big[b-6ymisrot4i] {
    height: 55px;
    max-height: 55px;
    border-radius: 30px;
}

.styled-input.size-small[b-6ymisrot4i] {
    max-height: 45px;
    height: 45px;
    border-radius: 25px;
}

    .styled-input.size-none[b-6ymisrot4i] {
        max-height: 150px;
        height: 150px;
    }

.styled-input label[b-6ymisrot4i] {
    position: absolute;
    left: 12px;
    color: #616161;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    padding: 1px 8px;
    max-height: 25px;
    max-width: 235px;
    overflow: hidden;
    z-index: 2;
    transition: all linear 0.3s;
    border-radius: 13px;
}

    .styled-input.size-none label[b-6ymisrot4i] {
        top: 12px;
    }

.styled-input.size-big label[b-6ymisrot4i] {
    top: 13px;
}

.styled-input.size-small label[b-6ymisrot4i] {
    top: 8px;
}

.styled-input input[b-6ymisrot4i] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all linear 0.2s;
    padding: 2px 45px 2px 20px;
    flex-grow: 1;
    color: #981d68;
    font-size: 18px;
    z-index: 3;
    background-color: transparent;
    border: 0
}

    .styled-input textarea[b-6ymisrot4i] {
        width: 100%;
        height: 100%;
        resize: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all linear 0.2s;
        padding: 8px 45px 8px 20px;
        flex-grow: 1;
        color: #981d68;
        font-size: 18px;
        z-index: 3;
        background-color: transparent;
        border: 0;
        overflow: auto;
        border: none;
        outline: none;
    }

        .styled-input textarea[b-6ymisrot4i]::-webkit-scrollbar {
            width: 5px;
            border-bottom-right-radius: 25px;
            border-top-right-radius: 25px;
            background-color: transparent;
        }

        .styled-input textarea[b-6ymisrot4i]::-webkit-scrollbar-thumb {
            background-color: #981d68;
            width: 5px;
            cursor: pointer;
        }

        .styled-input.size-big input[b-6ymisrot4i], .styled-input.size-big textarea[b-6ymisrot4i] {
            height: 53px;
            max-height: 53px;
            border-radius: 30px;
        }

    .styled-input.size-small input[b-6ymisrot4i], .styled-input.size-small textarea[b-6ymisrot4i] {
        height: 43px;
        max-height: 43px;
        border-radius: 25px;
    }

    .styled-input .icon[b-6ymisrot4i] {
        position: absolute;
        right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        transition: all 0.3s linear;
    }

.styled-input *[b-6ymisrot4i] {
    fill: #9e9e9e;
    transition: all linear 0.3s;
}

.styled-input.focused[b-6ymisrot4i] {
    border-color: #981d68;
}

.styled-input.focused *[b-6ymisrot4i] {
    fill: #981d68;
}

.styled-input.focused label[b-6ymisrot4i],
.styled-input.not-empty label[b-6ymisrot4i] {
    top: -13px;
    z-index: 4;
    font-size: 15px;
}

.styled-input input.centered[b-6ymisrot4i] {
    text-align: center;
}

.styled-input input[b-6ymisrot4i],
.styled-input input:focus-visible[b-6ymisrot4i],
.styled-input input:focus[b-6ymisrot4i] {
    outline: none;
}

.styled-input .icon.not-empty-password[b-6ymisrot4i] {
    cursor: pointer;
    z-index: 4;
}

.styled-input .icon.not-empty-password:hover[b-6ymisrot4i] {
    background-color: #f4e7e6;
}

@media only screen and (max-width: 1200px) {
    .styled-input label[b-6ymisrot4i],
    .styled-input input[b-6ymisrot4i] {
        font-size: 16px;
    }

    .styled-input.size-big label[b-6ymisrot4i] {
        top: 15px;
    }

    .styled-input.size-small label[b-6ymisrot4i] {
        top: 10px;
    }

    .styled-input.focused label[b-6ymisrot4i],
    .styled-input.not-empty label[b-6ymisrot4i] {
        top: -13px;
        z-index: 4;
    }
}
/* _content/Multibanking.UI.Components/Components/StyledLoading.razor.rz.scp.css */
.styled-loading[b-ogfxkjjddf] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #f4e7e650;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
}

.styled-loading.visible[b-ogfxkjjddf] {
    visibility: visible;
    opacity: 100;
}

.styled-loading .loader[b-ogfxkjjddf] {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.styled-loading .loader div[b-ogfxkjjddf] {
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 5px solid;
    border-radius: 50%;
    animation: animation-b-ogfxkjjddf 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #981d68 transparent transparent transparent;
}

.styled-loading .loader div:nth-child(1)[b-ogfxkjjddf] {
    animation-delay: -0.45s;
}

.styled-loading .loader div:nth-child(2)[b-ogfxkjjddf] {
    animation-delay: -0.3s;
}

.styled-loading .loader div:nth-child(3)[b-ogfxkjjddf] {
    animation-delay: -0.15s;
}

@keyframes animation-b-ogfxkjjddf {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1200px) {
    .styled-loading .loader[b-ogfxkjjddf] {
        width: 50px;
        height: 50px;
    }

    .styled-loading .loader div[b-ogfxkjjddf] {
        width: 55px;
        height: 55px;

    }
}
/* _content/Multibanking.UI.Components/Components/StyledLoadingBackground.razor.rz.scp.css */
.styled-loading-background[b-iqg7uavfg0] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #f4e7e650;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
}

.styled-loading-background.fade-in[b-iqg7uavfg0] {
    animation: fadeInAnimation-b-iqg7uavfg0 0.3s linear;
}

@keyframes fadeInAnimation-b-iqg7uavfg0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.styled-loading-background .loader[b-iqg7uavfg0] {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.styled-loading-background .loader div[b-iqg7uavfg0] {
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 5px solid;
    border-radius: 50%;
    animation: animation-b-iqg7uavfg0 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #981d68 transparent transparent transparent;
}

.styled-loading-background .loader div:nth-child(1)[b-iqg7uavfg0] {
    animation-delay: -0.45s;
}

.styled-loading-background .loader div:nth-child(2)[b-iqg7uavfg0] {
    animation-delay: -0.3s;
}

.styled-loading-background .loader div:nth-child(3)[b-iqg7uavfg0] {
    animation-delay: -0.15s;
}

@keyframes animation-b-iqg7uavfg0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.styled-loading-background .child-content *[b-iqg7uavfg0] {
    font-size: 20px;
    color: #981d68;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .styled-loading-background .loader[b-iqg7uavfg0] {
        width: 50px;
        height: 50px;
    }

    .styled-loading-background .loader div[b-iqg7uavfg0] {
        width: 55px;
        height: 55px;
    }
}
/* _content/Multibanking.UI.Components/Components/StyledNumberInput.razor.rz.scp.css */
.form-element[b-rprqwzh9y4] {
    display: flex;
    flex-flow: column;
    gap: 5px;
    width: 100%;
}

.styled-input[b-rprqwzh9y4] {
    background-color: #fff;
    width: 100%;
    border: 1.55px solid #9e9e9e;
    transition: all linear 0.3s;
    flex-grow: 1;
    color: #981d68;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.styled-input.size-big[b-rprqwzh9y4] {
    height: 55px;
    max-height: 55px;
    border-radius: 30px;
}

.styled-input.size-small[b-rprqwzh9y4] {
    max-height: 45px;
    height: 45px;
    border-radius: 25px;
}

.styled-input label[b-rprqwzh9y4] {
    position: absolute;
    left: 12px;
    color: #616161;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    padding: 1px 8px;
    max-height: 25px;
    max-width: 235px;
    overflow: hidden;
    z-index: 2;
    transition: all linear 0.3s;
    border-radius: 13px;
}

.styled-input.size-big label[b-rprqwzh9y4] {
    top: 13px;
}

.styled-input.size-small label[b-rprqwzh9y4] {
    top: 8px;
}

[b-rprqwzh9y4] .styled-input input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all linear 0.2s;
    padding: 2px 45px 2px 20px;
    flex-grow: 1;
    color: #981d68;
    font-size: 18px;
    z-index: 3;
    background-color: transparent;
    border: 0
}

.styled-input.size-big input[b-rprqwzh9y4] {
    height: 53px;
    max-height: 53px;
    border-radius: 30px;
}

.styled-input.size-small input[b-rprqwzh9y4] {
    height: 43px;
    max-height: 43px;
    border-radius: 25px;
}

.styled-input .icon[b-rprqwzh9y4] {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: all 0.3s linear;
}

.styled-input *[b-rprqwzh9y4] {
    fill: #9e9e9e;
    transition: all linear 0.3s;
}

.styled-input.focused[b-rprqwzh9y4] {
    border-color: #981d68;
}

.styled-input.focused *[b-rprqwzh9y4] {
    fill: #981d68;
}

.styled-input.focused label[b-rprqwzh9y4],
.styled-input.not-empty label[b-rprqwzh9y4] {
    top: -13px;
    z-index: 4;
    font-size: 15px;
}

.styled-input input.centered[b-rprqwzh9y4] {
    text-align: center;
}

.styled-input input[b-rprqwzh9y4],
.styled-input input:focus-visible[b-rprqwzh9y4],
.styled-input input:focus[b-rprqwzh9y4] {
    outline: none;
}

.styled-input .icon.not-empty-password[b-rprqwzh9y4] {
    cursor: pointer;
    z-index: 4;
}

.styled-input .icon.not-empty-password:hover[b-rprqwzh9y4] {
    background-color: #f4e7e6;
}

@media only screen and (max-width: 1200px) {
    .styled-input label[b-rprqwzh9y4],
    .styled-input input[b-rprqwzh9y4] {
        font-size: 16px;
    }

    .styled-input.size-big label[b-rprqwzh9y4] {
        top: 15px;
    }

    .styled-input.size-small label[b-rprqwzh9y4] {
        top: 10px;
    }

    .styled-input.focused label[b-rprqwzh9y4],
    .styled-input.not-empty label[b-rprqwzh9y4] {
        top: -13px;
        z-index: 4;
    }
}
/* _content/Multibanking.UI.Components/Components/StyledPhoneField.razor.rz.scp.css */
.field[b-h6zerv0yg0] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    margin-top: 4px;
}
.styled-select[b-h6zerv0yg0] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
    position: relative;
}

.styled-select label[b-h6zerv0yg0] {
    position: absolute;
    left: 12px;
    color: #616161;
    font-weight: 600;
    background-color: #fff;
    padding: 1px 8px;
    max-height: 25px;
    max-width: 235px;
    overflow: hidden;
    z-index: 2;
    transition: all linear 0.3s;
    border-radius: 13px;
    top: -13px;
    z-index: 4;
    font-size: 15px;
}

[b-h6zerv0yg0] .styled-select select {
    background-color: #fff;
    width: 100%;
    transition: all linear 0.3s;
    flex-grow: 1;
}

.styled-select select.centered[b-h6zerv0yg0] {
    text-align: center;
}

[b-h6zerv0yg0] .styled-select select {
    height: 45px;
    max-height: 43px;
    border-radius: 30px;
    border: 1.55px solid #9e9e9e;
    padding: 2px 28px 2px 17px;
    font-size: 18px;
    color: #981d68;
    min-width: 100px !important;
    max-width: 100px !important;
}

.styled-select select:hover[b-h6zerv0yg0] {
    box-shadow: 0 0 8px 0 rgba(140,140,140,0.5);
}

.styled-select select option[b-h6zerv0yg0] {
    color: #616161;
    font-size: 18px;
    transition: all linear 0.3s;
    word-wrap: normal;
}

[b-h6zerv0yg0] .styled-select select * {
    min-height: 45px;
    color: #616161;
}

[b-h6zerv0yg0] .styled-select select:focus,
[b-h6zerv0yg0] .styled-select select:focus-visible {
    border-color: #981d68;
}

[b-h6zerv0yg0] .styled-select select,
[b-h6zerv0yg0] .styled-select select:focus-visible,
[b-h6zerv0yg0] .styled-select select:focus {
    outline: none;
}

[b-h6zerv0yg0] .preview-container {
    position: relative;
}

.preview[b-h6zerv0yg0] {
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 25px 0 0 25px;
    padding: 2px 10px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.55px solid #9e9e9e;
    font-size: 18px;
    color: #981d68;
    transition: all linear 0.3s;
    max-height: 43px;
}

[b-h6zerv0yg0] input {
    width: 100% !important;
    height: 100%;
    min-height: 43px;
    border-radius: 0 25px 25px 0;
    padding: 2px 10px;
    line-height: 100%;
    border: 1.55px solid #9e9e9e;
    font-size: 18px;
    color: #981d68;
    transition: all linear 0.3s;
}

    .preview-container:focus-within .preview[b-h6zerv0yg0], 
    [b-h6zerv0yg0] input:focus, 
    [b-h6zerv0yg0] input:focus-visible {
        border-color: #981d68;
    }

@media only screen and (max-width: 1200px) {
    .styled-select select[b-h6zerv0yg0] {
        font-size: 16px;
    }

    .styled-select select option[b-h6zerv0yg0] {
        font-size: 16px;
    }
}
/* _content/Multibanking.UI.Components/Components/StyledRequestsGroup.razor.rz.scp.css */
.requests-group[b-tp35x89pw7] {
    width: 100%;
}

    .requests-group .accordion-header[b-tp35x89pw7] {
        background-color: #ddd;
        padding: 10px;
    }

        .requests-group .accordion-header h3[b-tp35x89pw7] {
            color: black;
            line-height: 100%;
            font-weight: bold;
            font-size: 22px;
        }

    /*.requests-group .accordion-content {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: all linear 0.4s;
        border-top: 1px solid #981d8820;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        overflow: hidden;
    }

        .requests-group .accordion-content.opened {
            opacity: 100;
            visibility: visible;
            max-height: 800px;
            overflow-y: auto;
        }*/
/* _content/Multibanking.UI.Components/Components/StyledSelect.razor.rz.scp.css */
.styled-select[b-ldcl8elrt2] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    position: relative;
    margin-top: 8px;
}

.styled-select label[b-ldcl8elrt2] {
    position: absolute;
    left: 12px;
    color: #616161;
    font-weight: 600;
    background-color: #fff;
    padding: 1px 8px;
    max-height: 25px;
    max-width: 235px;
    overflow: hidden;
    z-index: 2;
    transition: all linear 0.3s;
    border-radius: 13px;
    top: -13px;
    z-index: 4;
    font-size: 15px;
}

.styled-select select[b-ldcl8elrt2] {
    background-color: #fff;
    width: 100%;
    transition: all linear 0.3s;
    flex-grow: 1;
}

.styled-select select.centered[b-ldcl8elrt2] {
    text-align: center;
}

.styled-select.size-big select[b-ldcl8elrt2] {
    height: 45px;
    max-height: 45px;
    border-radius: 30px;
    border: 1.55px solid #9e9e9e;
    padding: 2px 28px 2px 17px;
    font-size: 18px;
    color: #981d68;
}

.styled-select.size-small select[b-ldcl8elrt2] {
    height: 35px;
    max-height: 35px;
    min-width: 75px;
    border-radius: 5px;
    border: 1.55px dashed #981d68;
    padding: 5px 28px 5px 17px;
    font-size: 16px;
    color: #616161;
}

.styled-select.size-small select:hover[b-ldcl8elrt2] {
    box-shadow: 0 0 8px 0 rgba(140,140,140,0.5);
}

.styled-select select option[b-ldcl8elrt2] {
    color: #616161;
    font-size: 18px;
    transition: all linear 0.3s;
}

.styled-select.size-big select *[b-ldcl8elrt2] {
    min-height: 45px;
    color: #616161;
}

.styled-select.size-small select *[b-ldcl8elrt2] {
    min-height: 50px;
    color: #616161;
}

.styled-select.size-big select:focus[b-ldcl8elrt2],
.styled-select.size-big select:focus-visible[b-ldcl8elrt2] {
    border-color: #981d68;
}

.styled-select.size-small select:focus[b-ldcl8elrt2],
.styled-select.size-small select:focus-visible[b-ldcl8elrt2] {
    border-color: #616161;
}

.styled-select select[b-ldcl8elrt2],
.styled-select select:focus-visible[b-ldcl8elrt2],
.styled-select select:focus[b-ldcl8elrt2] {
    outline: none;
}

@media only screen and (max-width: 1200px) {
    .styled-select.size-big select[b-ldcl8elrt2] {
        font-size: 16px;
    }

    .styled-select.size-small select[b-ldcl8elrt2] {
        font-size: 14px;
        min-width: 65px;
        padding: 5px;
    }

    .styled-select select option[b-ldcl8elrt2] {
        font-size: 16px;
    }
}
/* _content/Multibanking.UI.Components/Components/StyledValueSelect.Razor.rz.scp.css */
.styled-select[b-ihe46sewls] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    position: relative;
    margin-top: 8px;
}

.styled-select label[b-ihe46sewls] {
    position: absolute;
    left: 12px;
    color: #616161;
    font-weight: 600;
    background-color: #fff;
    padding: 1px 8px;
    max-height: 25px;
    max-width: 235px;
    overflow: hidden;
    z-index: 2;
    transition: all linear 0.3s;
    border-radius: 13px;
    top: -13px;
    z-index: 4;
    font-size: 15px;
}

.styled-select select[b-ihe46sewls] {
    background-color: #fff;
    width: 100%;
    transition: all linear 0.3s;
    flex-grow: 1;
}

.styled-select select.centered[b-ihe46sewls] {
    text-align: center;
}

.styled-select.size-big select[b-ihe46sewls] {
    height: 45px;
    max-height: 45px;
    border-radius: 30px;
    border: 1.55px solid #9e9e9e;
    padding: 2px 28px 2px 17px;
    font-size: 18px;
    color: #981d68;
}

.styled-select.size-small select[b-ihe46sewls] {
    height: 35px;
    max-height: 35px;
    min-width: 75px;
    border-radius: 5px;
    border: 1.55px dashed #981d68;
    padding: 5px 28px 5px 17px;
    font-size: 16px;
    color: #616161;
}

.styled-select.size-small select:hover[b-ihe46sewls] {
    box-shadow: 0 0 8px 0 rgba(140,140,140,0.5);
}

.styled-select select option[b-ihe46sewls] {
    color: #616161;
    font-size: 18px;
    transition: all linear 0.3s;
}

.styled-select.size-big select *[b-ihe46sewls] {
    min-height: 45px;
    color: #616161;
}

.styled-select.size-small select *[b-ihe46sewls] {
    min-height: 50px;
    color: #616161;
}

.styled-select.size-big select:focus[b-ihe46sewls],
.styled-select.size-big select:focus-visible[b-ihe46sewls] {
    border-color: #981d68;
}

.styled-select.size-small select:focus[b-ihe46sewls],
.styled-select.size-small select:focus-visible[b-ihe46sewls] {
    border-color: #616161;
}

.styled-select select[b-ihe46sewls],
.styled-select select:focus-visible[b-ihe46sewls],
.styled-select select:focus[b-ihe46sewls] {
    outline: none;
}

@media only screen and (max-width: 1200px) {
    .styled-select.size-big select[b-ihe46sewls] {
        font-size: 16px;
    }

    .styled-select.size-small select[b-ihe46sewls] {
        font-size: 14px;
        min-width: 65px;
        padding: 5px;
    }

    .styled-select select option[b-ihe46sewls] {
        font-size: 16px;
    }
}
/* _content/Multibanking.UI.Components/Components/UserProfile.razor.rz.scp.css */
.drawer-profile[b-m128e4pb9e] {
    clip-path: inset(0);
    padding: 16px;
    border-bottom: solid 1px #777;
    color: #fff;
    font-size: 12px;
}

    .drawer-profile a[b-m128e4pb9e], .drawer-profile[b-m128e4pb9e] .mud-icon-button-label {
        color: #fff;
    }
