.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%;
}


.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;
}

.mysr-samsung-pay-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    height: 50px;
}

.mysr-samsung-pay-icon {
    height: 100% !important;
}

.mysr-samsung-pay-button:hover {
    background-color: #333;
    color: #fff;
    transform: scale(1.05);
}

.mysr-samsung-pay-button:active {
    transform: scale(0.95);
}

.mysr-samsung-pay-button:disabled {
    background-color: #333 !important;
    color: #fff !important;
    cursor: not-allowed;
}

.mysr-samsung-pay-button:focus {
    background-color: #333 !important;
    color: #fff !important;
}

.mysr-sam-logo {
    height: 22px;
    vertical-align: middle;
}

.mysr-samsung-arrow {
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    background-color: transparent;
    border-right: 3px solid white;
    border-top: 3px solid white;
    border-radius: 2px;
    margin-bottom: 2px;
}
