:root {
    --bs-primary: #0083ff;
    --bs-primary-rgb: 0, 131, 255;
}

.border-dashed {
    background: #f8fbff;
    transition: 0.15s ease;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px !important;
}

.border-dashed:hover {
    background: rgba(0, 131, 255, 0.08);
    border-color: #0083ff !important;
}

.list-group.customhover {
    position: absolute;
    z-index: 20;
    width: calc(100% - 1.5rem);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.list-group-item.customhover2 {
    cursor: pointer;
}

.list-group-item.customhover2:hover {
    background: rgba(0, 131, 255, 0.08);
}
