.detail-btn {
    color: #007bff;
    cursor: pointer;
}

.grid-stack-item-content {
    padding: 1rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .5) !important;
    border-radius: .3rem !important;
    background-color: #fff !important;
}

.block-width-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
    background-color: #343a4063;
}

.loading-section-sm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.w-150px {
  width: 150px;
}
