.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;
  }