[role=dialog].modal {
    z-index: 1053;
}
@media (max-width: 767.98px) {
    [role=dialog].modal {
        padding-right: 0px !important;
    }
}
@media (max-width: 991.98px) {
    [role=dialog].modal .modal-dialog.modal-dialog-lg {
        max-width: 100%;
    }
}
[role=dialog].modal .modal-content {
    position: relative;
    min-height: 200px;
}
[role=dialog].modal .modal-content.modal-full-height {
    min-height: 100vh !important;
}
[role=dialog].modal .modal-footer {
    padding: 1.5rem 0;
    border: 0px;
}
@media (max-width: 767.98px) {
    [role=dialog].modal .modal-footer {
        padding-left: 0px;
        padding-right: 0px;
    }
}
[role=dialog].modal .modal-footer .action-box:has(.wc_button) {
    row-gap: 1rem;
}
[role=dialog].modal .loading {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
}
[role=dialog] .modal-footer > .actionbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
[role=dialog] .modal-footer > .actionbox .action-btn {
    display: block;
    font-size: 1rem;
    color: #111;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-left: 1.5rem;
    cursor: pointer;
}
[role=dialog] .modal-footer > .actionbox .action-btn.filled {
    padding: 0.75rem 3rem;
    background: #0061B4;
    color: #fff;
    border-radius: 10rem;
}
[role=dialog] .modal-footer > .actionbox .action-btn.filled:hover {
    background: #356a9c;
}
[role=dialog] .modal-footer > .actionbox .action-btn.linkStyle {
    font-size: 0.875rem;
    color: #0061B4;
}
[role=dialog] .modal-footer > .actionbox .action-btn.linkStyle:hover {
    text-decoration: underline;
}
[role=dialog] .modal-footer > .actionbox .action-btn:focus {
    outline: none;
}
[role=dialog] .modal-footer.align-center > .actionbox {
    justify-content: center;
}
[role=dialog] .modal-footer.align-left > .actionbox {
    justify-content: flex-start;
}
[role=dialog] .modal-footer.align-rigth > .actionbox {
    justify-content: flex-end;
}
