.delete-popup{
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	z-index: 99999999999 !important;
	min-width: 100vw;
	min-height: 100vh;
	background: rgba(29, 29, 29, 0.5);
}

.delete-popup>div{
	height: fit-content;
}

input[type="checkbox"].checkbox {
    width: 18px;
    height: 18px;
    margin: 0 auto;
}


input[type="checkbox"]:checked {
    background-color: #0d6efd !important; /* Bootstrap primary blue */
}