/* Minification failed. Returning unminified contents.
(62,15): run-time error CSS1034: Expected closing parenthesis, found '>'
 */
.close {
    font-size: 40px;
}

.modal-header {
    margin: 5px 0px 15px 0px;
}

.modal__alert-SBP-label {
    text-align: center;
    color: red;
    margin-top: 10px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
}

.radio-field-row {
    border-bottom: 1px #ebecf2 solid;
}

    .radio-field-row .radio-payments-title {
        margin-bottom: 0px;
    }

.choose-pay-method-item > .modal-content__radio-label {
    padding: 5px 17px 5px 52px;
}

.search-box__form {
    margin-bottom: 5px;
}

.g-btn.m-btn-lg.modal__sbp-button {
    margin-top: 15px;
    font-size: 18px;
    padding: 14px 22px;
}

.modal-content__additional {
    flex-direction: column;
    display: flex;
    height: 95%;
    max-width: 430px;
    margin-top: 0px;
    padding: 20px 10px 15px 10px;
}

.modal-body__additional {
    width: 100%;
    margin-top: 5px;
    height: 100%;
    align-content: space-between;
    gap: 20px;
    display: grid;
    grid-template-rows: calc(100% - 50px) 50px;
}

    .modal-body__additional > .step-nav > .m-btn-lg {
        margin-top: 0;
    }

@media (width >= 470px) {
    .modal-content__additional {
        margin: 0 auto 0px auto;
        height: 60%;
        padding: 30px 10px 30px 10px;
    }
}

.modal-sbp {
    flex-direction: column;
    display: flex;
    width: 100%;
}

.modal-sbp__search {
    margin: 0px auto;
    width: 100%;
}

.modal-sbp__search-input {
    width: 100%;
    outline: 0;
    border-width: 0px 0 1px;
    border-color: #828282;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.modal-sbp__header {
    margin-top: 20px;
    display: flex;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 15px 0px;
}

    .modal-sbp__header:nth-of-type(1) {
        margin-top: 0;
    }

.modal-sbp__list {
    margin: 20px 0 0 0;
    flex-direction: column;
    display: flex;
    height: 90%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

    .modal-sbp__list::-webkit-scrollbar-thumb {
        border: 1px solid #F5F3F6;
        background: #c9c9c9;
        border-radius: 20px;
    }

    .modal-sbp__list::-webkit-scrollbar-track {
        background: transparent;
    }

    .modal-sbp__list::-webkit-scrollbar {
        width: 3px;
    }

.modal-sbp__item {
    width: 100%;
    display: flex;
    height: 50px;
    gap: 15px;
    padding: 5px 10px 5px 10px;
    background: #F5F3F6;
    border-radius: 10px;
}

    .modal-sbp__item:hover {
        -webkit-box-shadow: 0 1px 6px 0 rgba(145, 145, 145, 0.47);
        box-shadow: 0 1px 6px 0 rgba(145, 145, 145, 0.47);
        background: #cacdcf;
    }

.modal-sbp__item-selected {
    background: #cacdcf;
}

.modal-sbp__item-image {
    border-radius: 10px;
    height: 40px;
    -webkit-filter: none !important;
    filter: none !important;
    opacity: 1 !important;
}

.modal-sbp__item-label {
    align-self: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
}

.modal-body .step-nav {
    margin: 0;
}

