html,
body,
.dx-viewport {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}
.sx-page {
    height: 100%;
    width: 100%;
}
.sx-messageBox {
    text-align: center;
    /*border-radius: 15px;*/
    /*box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.5);*/
    margin-bottom: 2px;
    padding: 2px;
    /*border: 2px ridge rgba(0,38,53,0.1);*/
    display:none;
}
.sx-messageBoxSmall {
    text-align: center;
    border-radius: unset;
    /*box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.5);*/
    margin: 0px;
    padding: 5px;
    /*border: 2px ridge rgba(0,38,53,0.1);*/
    display: none;
}

.delete-button {
    text-align: center;
}

    .delete-button div {
        width: 98%;
    }

.msg {
    width: 100%;
    padding-bottom: 10px;
}

.dx-theme-ios .msg-button-left {
    width: 44%;
    margin: 0 4% 0 0;
    float: left;
}

.dx-theme-ios .msg-button-right {
    width: 44%;
    margin: 0 0 0 4%;
    float: left;
}

.dx-theme-ios #deleteConfirmation {
    height: 135px !important;
}

.dx-theme-android .msg-button-left {
    width: 42%;
    margin: 0 3% 0 0;
    float: left;
}

.dx-theme-android .msg-button-right {
    width: 42%;
    margin: 0 0 0 3%;
    float: left;
}

.dx-theme-android #deleteConfirmation {
    height: 150px !important;
}
