.sds-activity-modal {
    z-index: 1051!important;
}

.sds-modal {
    display: block;
    padding-right: 17px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    height: 100%;
    width: 100%;

    font-family: "Open Sans", sans-serif;
}

.no-pointer-events {
    pointer-events: none;
}

.sds-modal .lg {
    width: 80%;
}

.sds-modal-dialog {
    z-index: 1051;
    position: relative;
    margin: 30px auto;
    height: 100%;
    width: 80%;
}

.sds-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
    max-height: 90%;
    overflow: auto;
}

.sds-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
}

.sds-modal-body {
    position: relative;
    padding: 20px;
    overflow-y: auto;
}

.sds-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.sds-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 30%;
}

.sds-modal-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    color: inherit;
}

button.sds-modal-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

.sds-header-success {
    background-color: #218838;
    border-color: #218838;
    color: white;
}

.sds-header-danger {
    background-color: red;
    border-color: red;
    color: white;
}


