.modal.show.popup-msg .modal-dialog {
	-webkit-transform: translate(0, 30vh) !important;
	transform: translate(0, 30vh) !important;
}

.modal.popup-msg .modal-header {
	border-bottom: none;
	justify-content: center;
	background-color: unset;
}

.modal.popup-msg .modal-content {
	border-radius: 27px;
}

.modal.popup-msg .modal-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.19;
	letter-spacing: 5.48px;
	text-align: center;
	color: #333333;
}

.modal.popup-msg .modal-body {
	font-size: 20px;
	line-height: 1.21;
	letter-spacing: 4.32px;
	text-align: center;
	color: #333333;
	flex-wrap: wrap;
}

.modal.popup-msg .modal-footer {
	border-top: none;
	justify-content: center;
}

.modal.popup-msg .cancel-button {
	border-radius: 13px;
	border: solid 1px #0eb5fe;
	background-color: #ffffff;
	padding: 6px 20px 3px;
	color: #0eb5fe;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3.32px;
	margin-right: 40px !important;
	cursor: pointer;
}

.modal.popup-msg .remove-button {
	border-radius: 13px;
	background-color: #0eb5fe;
	color: white;
	background-color: #0eb5fe;
	padding: 6px 20px 3px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3.32px;
	border: none;
	cursor: pointer;
}