.mat-payment__items {
        margin-bottom: 20px;
        padding-bottom: 0 !important;
        
        & p#mat-paymentmodalLink {
            font-size: 15px;
            /* &:not([href]) {
                cursor: pointer;
            } */
            & .mat-scalapay {
                vertical-align: sub;
            }
            & span {
                margin-right: 3px;
                margin-left: -5px;
            }
        }
        & .mat-paymentInfo__modal {
            display: none;
            position: fixed;
            z-index: 999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 0 3rem;
            overflow: auto;
            background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
            border-color: transparent;
            border-style: solid;
            border-width: var(--popup-border-width);
  
            
            & .mat-paymentInfo__content {
                position: relative;
                background-color: #fefefe;
                margin: auto;
                margin-top: 10rem;
                padding: 3rem 4.5rem;
                max-width: 50%;
                border-radius: 13px;

                & .dor-icon-close  {
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index:1000;
                    cursor: pointer;
                    padding: 25px 50px 20px 30px;
                    font-size: 13px;
                }
                & h1 {
                    font-family: "Prata", serif;
                    font-size: 23px;
                    line-height: 33px;
                    color: #161413;
                }
                & a {
                    color: #161413;
                }
            }
            &.-open {
                display: block;
            }
        }
}
@media screen and ( max-width:880px ) {
    .mat-payment__items {
        & .mat-paymentInfo__modal  {

            & .mat-paymentInfo__content {
                max-width: 90%;
            }
        }
    }
}
