.action-modal-fix.zelle-available {}

.action-modal-fix.zelle-available .action-modal-body-container {
    border-top: 1px solid #b979ff;
    background: #0c1629;
}


.action-modal-fix.zelle-available .description {
    font-size: 12px;
    color: #69707F;
    margin-top: 14px;
}

.action-modal-fix.zelle-available .action-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.action-modal-fix.zelle-available .zelle-available-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.action-modal-fix.zelle-available .zelle-available-title span {
    color: #b979ff;
}
.action-modal-fix.zelle-available .zelle-available-image {
    width: 361px;
    height: 240px;
    background-image: url(../../system/modals-action/zelle-available/image.png);
    background-size: 100%;
    margin-top: 10px;
    margin-bottom: 24px;
}

.action-modal-fix.zelle-available .purple-button {
    width: calc(100% - 80px);
}

@media(max-width: 500px) {
    .action-modal-fix.zelle-available .action-modal-container {
        align-items: flex-end;
    }
    
    .action-modal-fix.zelle-available .action-modal-body-container {
        max-width: 100vw;
        width: 100vw;
        border-radius: 14px 14px 0px 0px;
    }
}