#modal-fullscreen .bracket {

}

#modal-fullscreen {
	padding: 0 !important;
	line-height: 24px !important;
}

#modal-fullscreen{


}
#modal-fullscreen .modal-dialog {
	width: 100%;
	height: 99%;
	margin: 0;
	padding: 0;
}

#modal-fullscreen .modal-content {

	height: auto;
	min-height: 99%;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;


}

/* Extra small devices (less than 768px) */
@media (max-width: 767px) {
	.modal-fullscreen-xs-down {
		padding: 0 !important;
	}
	.modal-fullscreen-xs-down .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.modal-fullscreen-xs-down .modal-content {
		height: auto;
		min-height: 100%;
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
	}
}

/* Small devices (less than 992px) */
@media (max-width: 991px) {
	.modal-fullscreen-sm-down {
		padding: 0 !important;
	}
	.modal-fullscreen-sm-down .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: auto;
		min-height: 100%;
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
	}
}

/* Medium devices (less than 1200px) */
@media (max-width: 1199px) {
	.modal-fullscreen-md-down {
		padding: 0 !important;
	}
	.modal-fullscreen-md-down .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: auto;
		min-height: 100%;
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
	}
}

#modal-fullscreen .modal-backdrop {

	background-color: #fff !important;
	opacity: 1 !important;
	all:unset !important;

}

#modal-fullscreen .modal-header, #modal-fullscreen .modal-footer {
	padding-top: 10px;
	padding-bottom: 5px;
}
