.hide{
    display: none !important
}
.box-icon {
    min-width: 72px;
    width: 72px;
    height: 72px;
    color: #ffffff;
    font-size: 40px;
    background: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.box-icon i{
    font-size: 40px !important;
    color: #fff;
}
.box-icon.box-icon-success{
    background-color: #1b84ff;
}
.box-icon.box-icon-warning {
    background-color: #e8b006;
}
.box-icon.box-icon-danger {
    background-color: #c8303f;
}
.box-icon.box-icon-info {
    background-color: #0D6EFD;
}
.box-icon.box-icon-rounded{
    border-radius: 100%;
}
a.disabled {
    pointer-events: none;
    cursor: default;
  }

.blockui .blockui-overlay {
    position: fixed;
    z-index: 99999 !important;
    background-color: rgba(0, 0, 0, 0.3);
}

#modal-preview .modal-content.no-bg {
    background: transparent;
    border: none;
    box-shadow: none;
}
#modal-preview .modal-header {
    border: none;
    background: transparent;
    padding-bottom: 0;
}
#modal-preview .modal-body {
    padding: 0;
}
