body:not(.com_gridbox) .body {
  margin: 30px 0 50px !important;
}

/* Joomtestimonials */

body.contentpane.modal.com_joomtestimonials.form {
	font-family: 'Roboto',Arial;
}
body.contentpane.modal.com_joomtestimonials.form #system-message-container, 
body.contentpane.modal.com_joomtestimonials.form #adminForm {
	margin: 0;
}
body.contentpane.modal.com_joomtestimonials.form .juit-form {
	padding: 1rem !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: inherit; !important;
}
body.contentpane.modal.com_joomtestimonials.form .control-group {
	position: relative;
}
body.contentpane.modal.com_joomtestimonials.form .mb-3 {
	margin-bottom: 20px;
}
body.contentpane.modal.com_joomtestimonials.form .form-label, 
body.contentpane.modal.com_joomtestimonials.form .control-label,
body.contentpane.modal.com_joomtestimonials.form .control-label label {
	color: #2a2a2a;
	font-size: 18px;
	display: block;
	font-weight: 500;
	line-height: 1;
}
body.contentpane.modal.com_joomtestimonials.form .control-group {
	margin-bottom: 20px;
}
body.contentpane.modal.com_joomtestimonials.form .control-group .control-label {
	padding: 0;
	width: 100%;
} 
body.contentpane.modal.com_joomtestimonials.form .form-control, 
body.contentpane.modal.com_joomtestimonials.form select {
	display: block;
	width: 100% !important;
	font-size: 16px;
	font-weight: 500;
	border-color: #ced4da;
	border-radius: 4px;
	background-color: #fff;
	line-height: 1;
	height: auto;
	padding: 10px;
}

body.contentpane.modal.com_joomtestimonials.form .form-control.invalid,
body.contentpane.modal.com_joomtestimonials.form select.invalid {
	border-color: #9d261d;
	background-color: #f2dede;
}
body.contentpane.modal.com_joomtestimonials.form textarea.form-control {
	height: 140px;
}
body.contentpane.modal.com_joomtestimonials.form .form-control-feedback {
	display: block;
	font-size: 11px;
	color: #9d261d;
	line-height: 1;
	float: right;
	font-weight: 400;
}
body.contentpane.modal.com_joomtestimonials.form .form-text.text-muted {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	line-height: 1;
}
body.contentpane.modal.com_joomtestimonials.form .fixed-bottom {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index: 1020;
	padding: 1rem !important;
	background-color: #f8f9fa !important;
	display: flex;
	justify-content: space-between;
}
#jb_template .btn {
	line-height: 1;
	padding: 12px 20px;
}
#jb_template .btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
#jb_template .btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
#jb_template .btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
#jb_template .btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
#testimonialsContainer .testi-item {
	padding: 25px;
}
#testimonialsContainer .testi-item .testi-avatar {
	margin-bottom: 15px;
}
#testimonialsContainer .testi-item .testi-date small:before {
	content: " - ";
}
#testimonialsContainer .testi-item .testi-date small em {
	font-style: normal;
}