﻿.modal {
	z-index: 9999 !important;
}
.modal-header {
	display: block;
}
	.modal-header h4 {
		color: var(--custom-color-1);
		font-size: 2.5rem;
		font-weight: 500;
	}

	.modal-header .Close {
		color: var(--custom-color-1);
		cursor: pointer;
		text-align: left;
	}

		.modal-header .Close img {
			height: 2rem;
			width: 2rem;
		}

.modal-body {
}
	.modal-body h4 {
		color: var(--custom-color-1);
		font-size: 2.5rem;
		font-weight: 500;
	}

	.modal-body .Close {
		color: var(--custom-color-1);
		cursor: pointer;
		margin-bottom: 1rem;
		text-align: left;
	}

		.modal-body .Close img {
			height: 2rem;
			width: 2rem;
		}

.modal-content {
	border: none;
	border-radius: 0rem;
	margin: 0rem;
	padding: 0rem;
}


.modal-fullscreen {
}
	.modal-fullscreen .modal-dialog {
		margin: 0rem;
		padding: 0rem;
	}
	.modal-fullscreen .modal-header {
		border-bottom: none !important;
		font-size: 2.5rem;
		height: 15vh;
		overflow: hidden;
	}
	.modal-fullscreen .modal-body {
		height: 85vh;
		overflow: auto;
	}

.modal-messagebox {
}
	.modal-messagebox .modal-dialog {
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		max-width: calc(100vw - 20px);
		width: 400px;
	}

.modal-extended-deals {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

	.modal-extended-deals .modal-dialog {
		margin: 0rem;
		margin-top: 10rem;
		padding: 0rem;
	}

	.modal-extended-deals .modal-content {
		border-radius: 10px !important;
	}

	.modal-extended-deals .modal-header {
		border-bottom: none !important;
		font-size: 2.5rem;
		overflow: hidden;
	}

	.modal-extended-deals .modal-body {
		overflow: auto;
	}


.z-index-10000 {
	z-index: 10000 !important;
}
.z-index-20000 {
	z-index: 20000 !important;
}
