/*-------------------------------------------------------------------
	Register page 
------------------------------------------------------------------*/
body.page-template-registration-page-template>section {
	position: relative;
	background-color: var(--default-background-color);
	padding: 20px;
	max-width: 1140px;
	width: 100%;
	border-radius: 6px;
	margin: 20px auto;
	box-sizing: border-box;
}

#registration-form-container {
	color: var(--black-text-color);
	width: 100%;
	margin: 2rem auto;
}

#registration-form-container>h2 {
	color: var(--main-site-color);
}

/* Profile customization */
.um-profile-body.requeststab.requeststab-default {
	max-width: 100% !important;
}

.personal-reqs {
	width: 100%;
}

.personal-reqs-wrapper {
	display: flex;
	justify-content: center;
	margin: auto;
	flex-wrap: wrap;
}

.personal-req-single {
	flex: 1;
	max-width: 240px;
	height: 250px;
	padding: 1rem 2rem;
	margin: 1rem;
	min-width: 200px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 1px 1px 2px #00000026;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.req-date {
	font-size: 10px;
	color: #424242;
	font-style: italic;
}

.req-title {
	margin: 1rem 0;
	font-size: 14px;
}

.req-issueDetails {
	font-size: 10px;
	margin: 0.3rem 0;
}

.req-bold {
	font-weight: 700;
}

.bar {
	border: 1px solid #969696;
	border-radius: 4px;
	min-height: 10px;
	display: flex;
}

.bar-section {
	flex: 1;
}

.bar-section2 {
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
}

.btn-div {
	width: 100%;
	text-align: center;
}

.req-downBtn {
	font-size: 12px;
	color: #29a8df;
	text-align: center;
}

.original-req .req-downBtn:after {
	content: '\f1c1';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-left: 0.2rem;
}

.service-answer-file {
	border-top: 1px solid #ccc;
}

.service-answer-file .req-downBtn:after {
	content: '\f1c1';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-left: 0.2rem;
}

.new-request {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	position: relative;
	padding: 0.8em 1.4em;
	padding-right: 4.7em;
	background: #009ed8;
	border: none;
	color: white;
	transition: 0.2s;
}

.new-request:before,
.new-request:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding-top: inherit;
	padding-bottom: inherit;
	width: 2.8em;
	content: '\00a0';
	font-family: 'FontAwesome', sans-serif;
	font-size: 1.2em;
	text-align: center;
	transition: 0.2s;
	transform-origin: 50% 60%;
}

.new-request:before {
	background: rgba(0, 0, 0, 0.1);
}

.new-request:hover {
	background: #0079a5;
}

.new-request:active,
.new-request:focus {
	background: #002e3f;
	outline: none;
}

.new-request {
	min-width: 10em;
	text-align: center;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.new-request:hover {
	color: #fff;
}

.search1:after {
	content: '\f055';
}

.search1:hover:after {
	-webkit-animation: none;
	-webkit-transform: scale(1.4);
	animation: none;
	transform: scale(1.4);
}

.um-form .um-field-label .um-req {
	color: rgb(240, 60, 60);
}