.mysr-modal{
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.mysr-modal-content{
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
}

@media (max-width: 600px) {
    .moyasar-iframe {
        position: absolute;
        overflow: hidden;
        --width: 100vw; /* only change these values */
        --height: 100vh;
        --scale: 0.7;
        width: var(--width); /* was 1024px */
        height: var(--height); /* was  800px */

        transform: scale(var(--scale)); /* scaled to % of original frame size */

        margin: calc(-1 * (var(--height) - var(--scale) * var(--height)) / 2) calc(-1 * (var(--width) - var(--scale) * var(--width)) / 2);
    }
}


.moyasar-stc-pay-button {
    background: #6e3b96;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    height: 50px;
    margin-top: 10px;
    border-style: none;
}

.moyasar-stc-pay-button:hover {
    flex-grow: 0;
    color: #fff;
    background: #5c2e7f;
}

.moyasar-stc-pay-button:disabled {
    background: #ccc;
    color: #fff;
    cursor: auto;
}

.moyasar-number {
    text-align: -webkit-match-parent;
    direction: ltr;
}