.modal-content {
	border-radius: 10px;
	border: 1px solid #E8E8E8;
	background: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.modal-header {
	display: block;
	border-bottom: none;
}

.modal-body {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	border-radius: 10px;
}

.modal-body .block-confirm a {
	text-decoration:underline;
}
.modal-body .block-confirm a:hover {
	color: #292D32;
}

.modal-footer {
	border-top: none;
	justify-content: center;
	color: #FFF;
	margin-bottom: 30px;
}

.modal-footer img {
	margin-right: 10px;
	height: 14px;
	margin-bottom: 4px;
}

.close-button {
	color: #FFF !important;
	font-size: 14px;
	font-weight: 700;
	padding: 4px 24px;
	border-radius: 50px;
	background: #292D32;
	color: #000;
	border: 1px solid #292D32;
}

.bell img {
	width: 50px;
	margin: 0px 0px 20px 0px;
}

/*dropdown*/
.dropdown-menu {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-top: 10px;

	padding: 5px 10px;
	color: #212529;
	text-align: left;
	white-space: nowrap;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
	border-radius: 10px;
}

.dropdown-menu .dropdown-item {
	margin: 0px 2px;
	width: 210px;
	color: #000;
}

.dropdown-menu .dropdown-item img {
	margin-right: 10px;
	margin-bottom: 4px;
	width: 16px;
	height: 16px;
}

/* form */
.item-title {
	padding: 4px;
	text-align: left;
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	margin: 10px 0px 4px 0px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.submit-button {
	color: #FFF !important;
	font-size: 14px;
	font-weight: 700;
	padding: 4px 24px;
	border-radius: 50px;
	background: #F30B0B;
	border: 1px solid #F30B0B;
}

/* image preview */
.image-preview .modal-body {
	padding: 0px;
}

.upload-cancel {
	border-radius: 25px;
	background: #292D32;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #292D32;
}

.image-preview .modal-footer img {
	margin-right: 0px;
}

.upload-submit {
	color: #fff;
	border-radius: 50px;
	background: #F30B0B;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #F30B0B;
}

.preview img {
	max-height: 200px;
	border-radius: 3px;
}

.confirm-button a {
	color: #155724;
}
.confirm-ok-button {
	border-radius: 50px;
	padding: 3px 12px 5px 12px;
	padding-right: 20px;
	padding-left: 20px;
	background: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}

.confirm-cancel-button {
	border-radius: 50px;
	padding: 3px 12px 5px 12px;
	padding-right: 20px;
	padding-left: 20px;
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.fadeout img {
	width:22px;
	height:22px;
	margin-right: 12px;
}

.fadeout p {
	margin: 0px;
	color: #212529;
}

.fadeout .modal-content {
	box-shadow: none;
	border-radius: 5px;
}

.fadeout .modal-body {
	padding: 20px 10px 13px 10px;
}
