*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

img,
fieldset,
a img {
	border: none;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="submit"],
button {
	cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

input,
button {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
	outline: none;
}

ul,
ol {
	list-style-type: none;
}

h1,
h2 {
	font-family: 'Roboto Slab';
	letter-spacing: 0.2px;
	line-height: 1.3;
}

h3,
h4,
h5,
h6 {
	font-family: 'Poppins-Medium'
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 12px;
	font-family: 'Poppins';
}


header {
	width: 100%;
}

.banner-content h1 {
	color: #fff;
	letter-spacing: 0.03em;
	margin-bottom: 7px;
}

.banner-content h6 {
	line-height: 24px;
	letter-spacing: 0.03em;
	font-family: 'Poppins';
	color: #ffffff;
	margin-bottom: 8px;
}

.banner-content {
	width: 100%;
	position: relative;
}

.banner-content::after {
	content: "";
	position: absolute;
	background: url(../images/dop_img.png);
	mix-blend-mode: darken;
	width: 229px;
	height: 233px;
	right: -110px;
}

.form__img {
	background: linear-gradient(315deg, #21BDB8 0%, #280684 100%);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
	border-radius: 28px;
	width: 14px;
	height: 14px;
	padding: 3px;
	position: relative;
	top: -9px;
}

.form-check-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #76B5AE;
}

#form_upper {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 21px;
}

.form-check-label:hover input~.checkmark,
.form-check-label input:checked~.checkmark {
	background-color: #fff;
	border-color: #FDC504;
}

.form-check-label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.form-check-label input:checked~.checkmark:after {
	display: block;
}

.form-check-label .checkmark::after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #FDC504;
}

.consent-form-inner {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0.55%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 32px;
	padding: 18px 30px;
	width: 100%;
	border: 4px solid #fff;
}

.consent-form-list {
	margin-bottom: 16px;
}

#form_upper {
	position: relative;
}

#form_upper::after {
	border-bottom: 1px dashed #280684;
	content: "";
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	right: 0;
	left: 0;
	margin: 0 auto;
}

.dropdown-toggle.dropdown-label,
.form-control {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	padding: 18px 32px;
	font-size: 16px;
	font-family: 'Poppins';
	color: #263474;
	border: 0;
	height: auto;
	line-height: 25px;
	width: 100%;
	background: #fff;
}

.dropdown-toggle.dropdown-label::after {
	width: 12px;
	height: 12px;
	right: 20px;
	position: absolute;
	top: 22px;
	border-top: 2px solid #9C9B9B;
	border-right: 2px solid #9C9B9B;
	transform: rotate(135deg);
	margin: 0;
	border-left: 0;
	transition: .2s;
}

.consent-form-list li .form .form-group .form-check {
	padding-left: 31px;
	padding-right: 24px;
}

.consent-form-list li .form .form-group {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.attend-sec li .form {
	padding-left: 10px;
}

.attend-sec.additional-options li .form-group input.form-control {
	border: 1px solid #00529fba;
	font-size: 14px;
	padding: 5px 10px;
	flex: 1;
	color: #004b95;
	display: flex;
	width: 100%;
	position: static;
	opacity: 1;
	padding: 10px 20px;
	min-height: 50px;
	flex: 0 0 100%;
}

.attend-sec.additional-options li .form-group input[type="date"]::-webkit-calendar-picker-indicator {
	background-color: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0px;
	right: 0;
	position: absolute;
	top: 20px;
	width: auto;
	background-size: 16px;
	background-position: 98% 24px;
}

.consent-form-list li .form {
	padding-left: 10px;
}

.consent-form-list .btn-group.show .dropdown-toggle::after {
	transform: rotate(45deg);
	top: 24px;
}

.consent-form-list:hover label::after {
	border-color: #FDC504;
}

.consent-form-inner label,
.contact-form-panel label {
	font-size: 18px;
	line-height: 27px;
	color: #263474;
	letter-spacing: 0.03em;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 6px;
	padding-left: 0px;
}

.consent-form-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 32px;
}

.consent-form-list li input {
	position: absolute;
	opacity: 0;
	height: 24px;
	width: 24px;
	margin: 0;
	right: 0;
	z-index: 9;
}

.consent-form-list li input[type="radio"],
.consent-form-list li input[type="checkbox"] {
	cursor: pointer;
}

.consent-form-list.attend-sec li input {
	right: auto;
	left: 0;
}

.consent-form-inner .additional-options label,
.consent-form-inner .being_connected label {
	padding: 0;
}

.consent-form-list.attend-sec>p {
	color: #263474;
	font-family: 'RobotoSlab-Bold';
	font-size: 18px;
	line-height: 38px;
	text-align: left;
	letter-spacing: -0.02em;
	margin: 0 0 7px;
}

.consent-form-list .option-list input[type='checkbox']:checked+label::before,
.consent-form-list .option-list input[type='checkbox']:not(:checked)+label::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	width: 16px;
	height: 16px;
	border: 2px solid #00529f;
	border-radius: 100%;
	background: #fff;
	box-sizing: content-box;
}

.consent-form-list.attend-sec li .checkmark::after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #FDC504;
}

.consent-form-list.attend-sec li .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.consent-form-list.attend-sec li input:checked~.checkmark:after {
	display: block;
}

.consent-form-list.attend-sec li:hover input~.checkmark,
.consent-form-list.attend-sec li input:checked~.checkmark,
.consent-form-list.attend-sec li:hover input~.checkmark,
.consent-form-list.attend-sec li input:checked~.checkmark {
	background-color: #fff;
	border-color: #FDC504;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
	-webkit-text-fill-color: #004b95;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 8%);
}

div#select_state {
	max-height: 250px;
	overflow-y: auto;
}

.consent-form-inner label {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins-Medium';
}

.consent-form-list .option-list input[type='checkbox']:checked+label:after,
.consent-form-list .option-list input[type='checkbox']:not(:checked)+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #00529f;
	position: absolute;
	top: 10px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.consent-form-list .options p {
	font-size: 16px;
	margin-bottom: 5px;
}

.option-list label {
	position: relative;
}

.options .option-list .form-check-input {
	margin: 7px 0 0;
	opacity: 0;
	visibility: hidden;
}

.consent-form-list .option-list input[type='checkbox']:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.contact-form-panel label {
	padding-left: 0px;
}

textarea.form-control {
	resize: none;
	height: 150px;
}

.consent-form-inner #form_upper label {
	color: #280684;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.form-check {
	padding-left: 40px;
}

.btn-group.profession-dropdown,
.consent-form-inner label,
.btn-group.state-dropdown {
	width: 100%;
	flex-wrap: wrap;
}

.right-sided a {
	color: #280684;
	font-size: 16px;
	font-family: 'Poppins-Bold';
	letter-spacing: 0.03em;
	text-decoration-line: underline;
}

.right-sided {
	text-align: right;
}

.consent-form-inner .btn {
	border: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins-SemiBold';
	letter-spacing: 0.03em;
	color: #FFFFFF;
	padding: 16px 20px;
	min-width: 191px;
	margin: -15px auto 5px;
	background: linear-gradient(315deg, #21BDB8 0%, #280684 100%);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
	border-radius: 20px;
	margin-right: 30px;
}

.consent-form-inner .btn:hover {
	box-shadow: 0px 5px 10px rgb(0 0 0 / 48%);
}

.form-scroll-btn {
	text-align: center;
}

.consent-form-inner label.error {
	color: #f00;
}

.form-scroll-btn img {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}

/**landing-page**/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #263474 !important;
}

body {
	background: rgba(244, 247, 254, 0.5);
}

.wrapper {
	padding: 20px 0 20px;
}

footer {
	margin-bottom: 62px;
}

.consent-form-inner .center-sided {
	text-align: center;
}

.consent-form-inner .center-sided h2 {
	color: #263474;
	font-family: 'RobotoSlab-Bold';
	font-size: 26px;
	line-height: 47px;
	text-align: center;
	letter-spacing: -0.02em;
}

.consent-form-inner .center-sided h3 {
	color: #354367;
	font-family: 'RobotoSlab-Bold';
	font-size: 22px;
}

.factor-season-inner {
	width: 100%;
	background: #E1EDED33;
	border: 4px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.24);
	border-radius: 32px;
	overflow: hidden;
}

.change-form h6 a {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-decoration-line: underline;
	color: #280684;
	font-family: 'Poppins-Bold';
}

.factor-season-left {
	padding: 48px 30px 10px 60px;
}

.consent-form-inner label.form-check-label {
	padding-left: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins-Medium';
}

/* .consent-form-inner label.form-check-label, .consent-form-inner .additional-options label, .consent-form-inner .being_connected label{
	cursor: pointer;
} */
.factor-season-left h1 {
	color: #76B5AE;
	letter-spacing: 0.03em;
	line-height: 63px;
	margin: 14px 0;
	display: block;
}

.factor-season-left h2 {
	letter-spacing: 0.03em;
	color: #354367;
	line-height: 37px;
	font-family: 'RobotoSlab-Bold';
	margin: 7px 0 21px;
	display: block;
}

.factor-season-right h3 {
	letter-spacing: 0.03em;
	color: #76B5AE;
	line-height: 36px;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 21px;
}

.factor-season-right {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-left: 84px;
}

.factor-season-right::before {
	content: "";
	position: absolute;
	background: #76B5AE;
	width: 32px;
	height: 100%;
	transform: skewX(-20deg);
	left: 48px;
}

.factor-season {
	margin-bottom: 20px;
}

.footer-inner {
	width: 100%;
	border-radius: 30px;
	padding: 51px 61px 25px;
	background: -moz-linear-gradient(301.76deg, #74B8B3 19.67%, #263474 67.09%);
	background: -webkit-linear-gradient(301.76deg, #74B8B3 19.67%, #263474 67.09%);
	background: linear-gradient(301.76deg, #74B8B3 19.67%, #263474 67.09%);
	position: relative;
}

.footer-inner::after {
	content: "";
	position: absolute;
	background: #E1EDED;
	width: 24px;
	height: 100%;
	transform: skewX(-20deg);
	top: 0;
	right: 370px;
	opacity: 0.5;
}

.footer-inner::before {
	content: "";
	background: url(../images/footer-bg.png) no-repeat;
	width: 209px;
	height: 212px;
	position: absolute;
	top: 0;
	left: 410px;
}

.custom-container {
	max-width: 1315px;
	margin: 0 auto;
	padding: 0 15px;
}

.header_gardient {
	background: linear-gradient(301.76deg, #74B8B3 19.67%, #263474 67.09%);
	border-radius: 30px;
	padding: 75px 73px 150px 91px;
	position: relative;
}

.footer-copyright span,
.footer-copyright ul li a {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #fff;
	font-family: 'Poppins-Medium';
	text-decoration: none;
}

.factor-season-right .emory__logo img {
	max-width: 235px;
	width: 100%;
}

.footer-logo img {
	width: 255px;
}

.footer-copyright ul li {
	display: inline-block;
	padding-left: 10px;
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 34px;
}

.btn-group .dropdown-menu {
	width: 100%;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 8%);
	border-radius: 20px;
	padding: 12px 9px;
	border: 0;
	margin: 0;
}

.btn-group .dropdown-menu a.dropdown-item {
	padding: 4px 15px;
	font-family: 'Poppins';
	color: #263474;
	border-radius: 32px;
	margin-bottom: 2px;
	cursor: pointer;
}

.btn-group .dropdown-menu a.dropdown-item:last-child {
	margin-bottom: 0px;
}

.footer-sec {
	margin: 30px 0 0 0;
	padding: 0 0 0px;
}

.footer-sec span {
	font-size: 13px;
	color: #263474;
}

.footer-copyright ul li a:hover {
	color: #280684;
}

.btn-group .dropdown-menu a.dropdown-item:hover {
	background: #E1EDED;
}

.form-control:focus {
	color: inherit;
	border-color: transparent;
	outline: 0;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}


.user_left_block {
	-ms-flex: 0 0 410px;
	flex: 0 0 410px;
	max-width: 410px;
}

.user_right_block {
	-ms-flex: 0 0 410px;
	flex: 0 0 100%;
	max-width: calc(100% - 410px);
	padding-left: 40px;
}

.profile-block h2,
.file-directory h2,
.contact-form-panel h2,
.speaker_zone h2,
.participant_zone h2,
.upload-file h2,
.event-chair h2,
.faculty-section h2,
.participant-section h2 {
	color: #B40156;
	line-height: 32px;
	letter-spacing: 0.03em;
	font-family: 'RobotoSlab-Bold';
	font-size: 32px;
}

.profile-block h2,
.speaker_zone h2,
.event-chair h2 {
	color: #fff;
	font-size: 34px;
	letter-spacing: -0.02em;
}

.profile-block,
.file-directory,
.contact-form-panel,
.speaker_zone,
.participant_zone,
.upload-file,
.event-chair,
.faculty-section,
.participant-section,
.message-box textarea {
	border-radius: 25px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0.55%, rgba(255, 255, 255, 0.7) 100%);
	backdrop-filter: blur(42px);
	width: 100%;
	filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.08));
	border: 3px solid #ffffff8f;
	padding: 19px 26px 35px;
	position: relative;
}

.contact-form-panel {
	padding: 27px 30px 53px 39px;
	margin-top: 30px;
}

.upload-file {
	padding: 19px 50px 12px;
}

.profile-block::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/section_bg.png);
	left: 0px;
	right: 0;
	background-size: 100%;
	top: 0;
	bottom: 0;
	mix-blend-mode: soft-light;
	z-index: -1;
}

.event-chair-detail {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.event-chair-profile {
	width: 156px;
}

.event-chair-view {
	width: calc(100% - 160px);
}

.event-chair-view h2 {
	font-size: 32.7067px;
	line-height: 43px;
	letter-spacing: -0.02em;
	color: #263474;
}

.event-chair-view h6 {
	font-size: 16.3533px;
	line-height: 162.5%;
	color: #354367;
}

.event-chair-view ul li {
	display: flex;
	align-items: center;
	margin-right: 17px;
}

.event-chair-view ul {
	display: flex;
	align-items: center;
	margin-top: 7px;
	margin-bottom: 10px;
}

.event-chair-view ul li a {
	display: inline-block;
	line-height: ;
	font-size: 0;
}

.event-chair-view ul li img {
	width: 25px;
}

.event-chair-view p {
	font-size: 16.3533px;
	line-height: 27px;
	color: #354367;
	margin-bottom: 25px;
}

.faculty-section-block {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 15px 8px;
	filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.08));
	display: flex;
	margin-bottom: 15px;
}

.faculty-section-block .faculty-block-left {
	width: 110px;
}

.faculty-section-block .faculty-block-left>img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.faculty-section-block .faculty-block-left ul li {
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.faculty-section-block .faculty-block-left ul li a {
	font-size: 0;
}

.faculty-section-block .faculty-block-left ul li a img {
	width: 33px;
}

.faculty-section-block .faculty-block-left ul {
	display: flex;
	align-items: center;
	padding: 0 5px;
}

.faculty-block-right h5 {
	font-size: 18px;
	line-height: 162.5%;
	color: #263474;
	font-family: 'Poppins-SemiBold';
}

.faculty-block-right h6 {
	font-size: 18px;
	line-height: 27px;
	color: #76B5AE;
	font-family: 'Poppins-SemiBold';
	margin: 7px 0 5px;
}

.view-all a {
	vertical-align: middle;
	justify-content: flex-end;
	font-size: 18px;
	line-height: 27px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #354367;
	font-family: 'Poppins-SemiBold';
}

.view-all {
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: flex-end;
	margin-top: 24px;
}

.view-all a img {
	margin-left: 10px;
}

.faculty-block-right p {
	font-size: 16px;
	line-height: 27px;
	color: #354367;
}

.faculty-block-right p a {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.03em;
	text-decoration-line: underline;
	color: #354367;
	font-family: 'Poppins-SemiBold';
	margin-left: 11px;
}

.faculty-block-right {
	padding-left: 7px;
}

.faculty-participant {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-top: 44px;
}

.participant-section {
	width: calc(100% - 430px);
	padding: 19px 15px 35px;
}

.faculty-participant .faculty-section {
	width: 410px;
	padding: 19px 15px 35px;
}

.faculty-participant .faculty-section h2,
.participant-section h2 {
	margin-bottom: 18px;
}

.upload-file h6 {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin-top: 13px;
}

.message-box {
	width: 100%;
	margin-top: 24px;
}

.message-box #message {
	height: 326px;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-top: 8px;
}

.upload-btn-wrapper .cstm-btn {
	color: #fff;
	background: linear-gradient(315deg, #21BDB8 0%, #280684 100%);
	border-radius: 20px;
	padding: 15px 29px;
	font-size: 16px;
	font-family: 'Poppins-SemiBold';
	line-height: 24px;
	min-width: 207px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.upload-btn-wrapper .cstm-btn img {
	margin-right: 15px;
}

.participant-section .faculty-section-block {
	padding: 4px 4px;
}

.message-box textarea::-webkit-input-placeholder {
	color: #B40156;
	opacity: 1;
	font-size: 36px;
	line-height: 47px;
	font-family: 'RobotoSlab-Bold';
}

.message-box textarea::-moz-placeholder {
	color: #B40156;
	opacity: 1;
	font-size: 36px;
	line-height: 47px;
	font-family: 'RobotoSlab-Bold';
}

.message-box textarea:-ms-input-placeholder {
	color: #B40156;
	opacity: 1;
	font-size: 36px;
	line-height: 47px;
	font-family: 'RobotoSlab-Bold';
}

.message-box textarea:-moz-placeholder {
	color: #B40156;
	opacity: 1;
	font-size: 36px;
	line-height: 47px;
	font-family: 'RobotoSlab-Bold';
}

.upload-btn-wrapper input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.profile-detail {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 35px;
}

.profile-detail .profile-img {
	position: relative;
}

.profile-detail .profile-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.profile-detail .profile-img .profile-edit {
	position: absolute;
	top: 0;
	background: linear-gradient(315deg, #21BDB8 0%, #280684 100%);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
	border-radius: 28px;
	width: 24px;
	height: 24px;
	display: flex;
	align-content: center;
	justify-content: center;
	right: 26px;
}

.participant-section .faculty-block-right h5 {
	font-size: 16px;
}

.participant-section .faculty-block-right h6 {
	font-size: 16px;
	font-family: 'Poppins';
}

.profile-detail .profile-img .profile-edit img {
	width: 11px;
	height: auto;
}

.contact-form-panel .btn img {
	margin-right: 26px;
}

.user-section {
	margin-top: -95px;
}

.user-detail {
	padding-left: 13px;
}

.user-detail h3 {
	line-height: 36px;
	letter-spacing: 0.03em;
	color: #263474;
	font-family: 'Poppins-Medium';
}

.contact-form-panel h2 {
	padding-bottom: 33px;
	margin-bottom: 19px;
	border-bottom: 1px dashed #280684;
}

.participant-section .faculty-block-left>img {
	width: 61px;
	height: 61px;
	border-radius: 50%;
}

.participant-section .faculty-section-block .faculty-block-left {
	width: 64px;
}

.user-detail .profession {
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #76B5AE;
	font-size: 17px;
	font-family: 'Poppins-SemiBold';
	padding: 7px 0;
}

.browse__files h6 span {
	color: #21BDB8;
	line-height: 36px;
	letter-spacing: 0.03em;
	text-decoration-line: underline;
	font-family: 'Poppins-SemiBold';
	font-size: 24px;
}

.browse__files h6,
.speaker_zone h6,
.participant_zone h6 {
	letter-spacing: 0.03em;
	color: #280684;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	font-family: 'Poppins';
	padding: 14px 0;
}

.browse__files h6 {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
}

.file_detail>p {
	color: #D24074;
	line-height: 18px;
	letter-spacing: 0.03em;
	font-family: 'Poppins-SemiBold';
}

.file_detail h3 {
	line-height: 36px;
	letter-spacing: 0.03em;
	color: #F1C40F;
}

.file_detail .download_file {
	line-height: 18px;
	letter-spacing: 0.03em;
	text-decoration-line: underline;
	color: #76B5AE;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Poppins-SemiBold';
	display: flex;
	align-items: flex-start;
}

.files_list p {
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #D24074;
}

.file_detail h5 {
	font-size: 18px;
	line-height: 27px;
	color: #354367;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 2px;
}

.files_list p.files_list_text {
	font-size: 17px;
	line-height: 30px;
	color: #354367;
	letter-spacing: 0;
}

.file-directory h2,
.file-directory .browse__files {
	padding-left: 20px;
}

.files_list {
	border: 1px dashed #7B61FF;
	padding: 13px;
	border-radius: 5px;
	margin-bottom: 12px;
}

.files_list_box {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 10px;
	padding: 10px 15px;
}

.files_list .file_img {
	margin-left: -7px;
}

.files_list .file_img img {
	max-width: 70px;
	width: 100%;
}

.file_detail .download_file img {
	margin-right: 7px;
}

.file_detail {
	padding-left: 5px;
}

.files_list:nth-of-type(4) {
	border-bottom: 0;
}

.form-expand-btn img {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	transform: rotate(180deg);
	bottom: -30px;
}

.file-directory,
.participant_zone {
	margin-top: 38px;
	margin-bottom: 40px;
}

.contact-form-panel .btn {
	border-radius: 20px;
	border: none;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Poppins-SemiBold';
	padding: 16px 19px;
	margin-top: 26px;
	min-width: 207px;
	background: linear-gradient(315deg, #21BDB8 0%, #280684 100%);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
}

.speaker_zone h6,
.participant_zone h6 {
	color: #263474;
	padding-bottom: 24px;
}

.speaker-profile-detail .profile-img {
	flex: 0 0 128px;
}

.speaker-profile-detail .profile-img img {
	padding: 4px;
	background: linear-gradient(132.33deg, #D24074 -0.67%, #1268C3 102.54%);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
	border-radius: 100px;
	width: 128px;
}

.speaker_follow li {
	display: inline-block;
	margin-left: 18px;
}

.speaker-profile-detail {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-top: 1px dashed #280684;
	padding: 32px 0;
}

.speaker-profile-detail .profile-description {
	padding-left: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.profile-description .user-detail,
.profile-description .user-detail .profession {
	padding: 0;
}

.speaker_follow li {
	display: inline-block;
	margin-left: 18px;
}

.profile-description p {
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #263474;
}

.profile-description p span {
	letter-spacing: 0.03em;
	text-decoration-line: underline;
	color: #FDC504;
	font-family: 'Poppins-Bold';
}

.participant_detail img {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	padding: 2px;
	background: linear-gradient(132.33deg, #D24074 -0.67%, #1268C3 102.54%);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

.participant_list {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.participant_list .participant_detail {
	width: 48%;
	flex: 0 0 48%;
}


.participant_list .participant_detail .participant_status {
	width: 100%;
	padding-left: 16px;
}

.participant_status h3 {
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #263474;
	font-family: 'Roboto Slab';
	padding-bottom: 2px;
}

.participant_status .participant_category {
	padding: 0;
	letter-spacing: 0.03em;
	color: #F1C40F;
	font-family: 'Poppins-SemiBold';
}

.participant_status .status {
	letter-spacing: 0.03em;
	color: #21BDB8;
	font-family: 'Poppins-Bold';
	padding: 0;
}

.participant_status .in-active {
	color: #D24074;
}

.options {
	border: 4px solid #00529F;
	width: 325px;
	min-height: 1px;
	padding: 10px 10px 5px;
	border-radius: 0px 19px 19px 19px;
	position: absolute;
	top: 55px;
	left: 0px;
	background: #FFF;
	display: none;
	z-index: 9;
	margin-right: 15px;
}

.newaccount p {
	font-size: 17px;
	color: #2068b3;
	font-family: "Muli";
	font-weight: 400;
	margin-bottom: 25px;
}

#hcp-form .options input[type='checkbox'] {
	position: absolute;
}

#hcp-form [type='checkbox']:checked,
#hcp-form [type='checkbox']:not(:checked) {
	position: absolute;
	left: 0;
	z-index: 9;
	opacity: 0;
	top: 5px;
	width: 100%;
	white-space: normal;
}

#hcp-form label,
#hcp-form [type='checkbox']:checked+label,
#hcp-form [type='checkbox']:not(:checked)+label {
	color: #263373;
}

#hcp-form [type='checkbox']:not(:checked)+label {
	white-space: normal;
	width: 100%;
}

#hcp-form [type='checkbox']:checked+label,
#hcp-form [type='checkbox']:not(:checked)+label {
	font-size: 18px;
	color: #2068b3;
	font-family: "Muli";
	font-weight: 600;
	width: 100%;
	white-space: normal;
}

#hcp-form .option-list label {
	min-width: 100%;
	max-width: 100%;
}

.factor-left .logo {
	margin-bottom: 38px;
}

.factor-left .logo img {
	max-width: 355px;
	width: 100%;
}

.factor-left h2 {
	font-size: 36px;
	color: #fff;
	font-family: 'RobotoSlab-Bold';
}

.factor-left h3 {
	line-height: 33px;
	color: #fff;
	font-family: 'Poppins-SemiBold';
}

.factor-right .emory__logo img {
	max-width: 314px;
	width: 100%;
}

.factor-right {
	text-align: right;
}

.header_gardient::after {
	content: "";
	position: absolute;
	background: #E1EDED;
	width: 32px;
	height: 100%;
	transform: skewX(-20deg);
	left: 50%;
	top: 0;
	opacity: 0.1;
}

.user-detail .user-name {
	font-size: 17px;
	color: #354367;
	font-family: 'Poppins-SemiBold';
}

.user-detail .profile_edit a {
	line-height: 20px;
	letter-spacing: 0.03em;
	text-decoration-line: underline;
	color: #B40156;
	font-size: 14px;
	font-family: 'Poppins-SemiBold';
	display: flex;
	align-items: center;
}

.user-detail .profile_edit a img {
	margin-right: 7px;
}

.files_list {
	background-image: repeating-linear-gradient(0deg, var(--clr-border), var(--clr-border) 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, var(--clr-border), var(--clr-border) 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, var(--clr-border), var(--clr-border) 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, var(--clr-border), var(--clr-border) 10px, transparent 10px, transparent 20px);
	-o-border-image: repeating-linear-gradient(0deg, var(--clr-border), var(--clr-border) 10px, transparent 10px, transparent 20px);
	border-image: repeating-linear-gradient(0deg, var(--clr-border), var(--clr-border) 10px, transparent 10px, transparent 20px);
}





/**modal**/

#myModal .modal-dialog.modal-dialog-centered {
	max-width: 700px;
}

#myModal .modal-dialog.modal-dialog-centered .modal-content {
	border: 0;
	background: transparent;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0.55%, rgb(255, 255, 255) 100%);
	backdrop-filter: blur(42px);
	width: 100%;
	filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.08));
	border: 3px solid #354367;
	padding: 19px 26px 35px;
	position: relative;
}

#myModal .modal-dialog.modal-dialog-centered .modal-content .modal-header {
	position: absolute;
	border: 0;
	padding: 0;
	width: 100%;
}

#myModal .modal-header button {
	background: linear-gradient(301.76deg, #74B8B3 19.67%, #263474 67.09%);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
	border-radius: 40px;
	opacity: 1;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 29px;
	display: flex;
	justify-content: center;
	right: 30px;
	position: absolute;
	margin: 0;
	top: -16px;
	padding: 8px 0;
	z-index: 1;
}

#myModal .modal-body h2 {
	color: #263474;
	font-size: 36px;
	line-height: 45px;
	font-family: 'RobotoSlab-Bold';
	text-align: center;
}

#myModal .modal-body h4 {
	font-size: 20px;
	line-height: 27px;
	color: #263474;
	margin-bottom: 0;
	margin-top: 22px;
	text-align: center;
}


.center-sided-inside {
	max-width: 700px;
	margin: 0 auto;
}

.has-error .help-block {
	color: #f00;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins-Medium';
	letter-spacing: 0.03em;
	margin: 4px 0;
	flex: 0 0 100%;
}

.attend-sec li .form {
	padding-left: 30px;
	padding-top: 10px;
	display: none;
}

.attend-sec li input#travel-arrangement[type="radio"]:checked~.form {
	display: block;
}