.modal-task-form-popup .modal-dialog {
	width: 100%;
	max-width: 528px;
	margin: 30px auto;
}
.modal-task-form-popup .modal-content {
	background: #FFFFFF;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.35);
	border-radius: 0px;
	width: calc(100% - 30px);
	margin: 0 auto;
}
.modal-task-form-popup .modal-header {
	padding: 35px 35px 14px;
	border-bottom: none;
}
.modal-task-form-popup .close {
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.596191' y='10.6066' width='15' height='2' transform='rotate(-45 0.596191 10.6066)' fill='%239A9A9A'/%3E%3Crect x='2.0105' width='15' height='2' transform='rotate(45 2.0105 0)' fill='%239A9A9A'/%3E%3C/svg%3E");
	width: 13px;
	height: 13px;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
}
.modal-task-form-popup .close:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.596191' y='10.6066' width='15' height='2' transform='rotate(-45 0.596191 10.6066)' fill='%23D11600'/%3E%3Crect x='2.0105' width='15' height='2' transform='rotate(45 2.0105 0)' fill='%23D11600'/%3E%3C/svg%3E");
}
.modal-task-form-popup .modal-body {
	padding: 15px 15px 40px;
	/* max-height: 65vh; */
	/* overflow-y: auto; */
}
.modal-task-form-popup .modal-body.scroll_line {
	border-top: 1px solid #e5e5e5;
}
.modal-task-form-popup .modal-body {
	scrollbar-width: thin;
}
.modal-task-form-popup .modal-body::-webkit-scrollbar {
	width: 5px;
}
.modal-task-form-popup .modal-body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 5px;
}
.modal-task-form-popup .modal-body::-webkit-scrollbar-thumb {
	background-color: #D6DEEA;
	border-radius: 5px;
}
.modal-task-form-popup .modal-title {
	font-family: GothamPro, sans-serif;
	color: #172331;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
.modal-task-form-popup ul.task_items {	
	list-style: none;	
	padding: 0;
	margin: 0;	
	text-align: center;
}
.modal-task-form-popup ul.task_items li + li {
	margin-top: 20px;
}
.modal-task-form-popup a.task_item {
	display: inline-block;
	background: linear-gradient(0deg, #ECECEC 0%, #F3F3F3 100%), #F3F3F3;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	font-family: GothamPro, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #172331;
	text-align: center;
	text-decoration: none;
	position: relative;
	width: 340px;
	height: auto;
	padding: 15px 25px;
	padding-right: 35px;
	margin: 0 auto;
}
.modal-task-form-popup a.task_item:hover {
	background: #D11600;
	color: #FFF;
}
.modal-task-form-popup a.task_item:after {
	content: '';
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.51709 7L0.12916 13.9282L0.12916 0.071797L9.51709 7Z' fill='%23172331'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.modal-task-form-popup a.task_item:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.51709 7L0.12916 13.9282L0.12916 0.071797L9.51709 7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}


@media (max-width: 767px) {
	.modal-task-form-popup .modal-dialog {
		width: 100%;
		max-width: 528px;
		margin: 30px auto;
	}
	.modal-task-form-popup .modal-header {
		padding: 37px 15px 15px;
	}
	.modal-task-form-popup .modal-title {
		font-size: 18px;
		line-height: 21px;
	}
	.modal-task-form-popup ul.task_items {
		text-align: left;
	}
	.modal-task-form-popup a.task_item {
		font-size: 13px;
		line-height: 15px;
		width: 100%;
		min-width: auto;
		max-width: 400px;
		padding: 10.5px 25px;
	}
}




