.wrapper{
    width: 100%;
    min-height: 100%;
    height: auto !important;
    position: absolute;
}
.widget-box-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: -1px;
    left: -1px;
    min-height: 100%;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    z-index: 999;
}
.widget-box-overlay > .loading-icon {
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 20%;
}
.white {
    color: #fff;
}

/*FULL SCREEN MODAL*/
.modal.xl-custom-modal  {
    padding: 0 !important;
}
.modal.xl-custom-modal  .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
}
.modal.xl-custom-modal  .modal-content {
    height: 100vh;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
/* Header fixed to the top of the modal */
.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}
.modal.xl-custom-modal .right-btn{
    margin-right: 10%;
}
/*END FULL SCREEN MODAL*/