body.modal-open {
	overflow: visible !important;
	padding-right: 0 !important;
}

.modal[data-bs-backdrop="false"] {
	position: fixed;
    width: auto;
    height: auto;

    top: auto;
    left: auto;

    right: 0;
    bottom: 0;
}

.modal:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.modal-content {
	background: #fefefe !important;
	border-radius: 10px !important;
	box-shadow: 5px 0 10px rgba(0,0,0,.1) !important;
}

.modal-content:has(.modal-footer:first-child) {
	box-shadow: none !important;
	border: 0 !important;
	.modal-footer {
		border: 0 !important;
		a {
			margin: 0 !important;
		}
	}
}