
.text-right{
    text-align:right;
}
.event-list-section {
	background: #ffffff;
	overflow: hidden
}

.event-list-section .container {
	margin-top: -30px
}

.member::before {
    /* content: ""; */
    position: absolute;
    margin-left: 10px;
    top: 10;
    bottom: -10px;
    height: 1px;
    width: 94% !important;
    border-bottom: 10px solid #3f8a7e;
    opacity: .3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

.box-drop-effect {
	width: 91% !important;
}

.event-list-section-p {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #000
}

.event-list-section .member .image-overflow {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.event-list-section .member {
	position: relative;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #dfdfdf;
	box-shadow: 1px 6px 41px rgba(0, 0, 0, 0.1);
	border-radius: 20px
}

.event-list-section .member .pic {
	overflow: hidden;
	width: 180px;
	border-radius: 50%
}

.event-list-section .member .pic img {
	transition: ease-in-out .3s
}

/*
.event-list-section .member:hover img {
	transform: scale(1.1);
}
*/

.event-list-section .events-section-container:hover .box-drop-effect {
	opacity: 1 !important;
}

.event-list-section .member .member-info {
	text-align: left;
	overflow-wrap: break-word
}

.event-list-section .member h4 {
	font-weight: 700;
	font-size: 22px;
	color: #000;
	font-family: 'Metropolis Bold'
}

.event-list-section .member span {
	font-family: var(--met-semi-bold) !important;
	display: block;
	font-size: 15px;
	padding-bottom: 7px;
	margin-top: 15px;
	position: relative;
	font-weight: 500;
	width: fit-content;
}

.event-list-section .member span::after {
	/* content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #b2c8dd;
	bottom: 0;
	left: 0 */
}

.event-list-section .member p {
	font-family: var(--met-medium) !important;
	font-size: 16px;
	overflow-wrap: break-word
}

.img-event-user{
    /* max-width: 75%; */
	width: 63px;
    height: 63px;
    vertical-align: middle;
    margin-right: 15px;
	border-radius: 100%;
	border: 2px solid #3F8A7E;
}

.img-event-company{
    /* max-width: 85%; */
    height: 136px;
	width: 100%;
    /* margin-right: 15px; */
    /* margin-top: -50px; */
}

#event-column-span {
    display: inline-block;
    vertical-align: middle;
}

#event-column-span h4 {
	font-family: var(--met-semi-bold) !important;
	display: block;
    width: 218px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.event-green-btn {
	font-family: var(--met-semi-bold) !important;
	background: #3f8a7e !important;
    margin-top: 10px;
	margin-bottom: 16px;
	margin-left: 2em;
    font-family: 'Metropolis';
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 105px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 19px;
	box-shadow: none !important;
}
.event-green-btn:hover {
	color:#ffffff;
}

.event-delete{
    color: #DFDFDF !important;
}
.event-delete-bg{
    background-color: #DFDFDF !important;
}
div.evt-d-member-details-section div span.event-delete-bg:hover{
    background-color: #DFDFDF !important;
}

.event-img-delete { filter: grayscale(100%); -webkit-filter: grayscale(100%); }

/* events screen after dynamic css */
.event-title {
	font-family: var(--met-bold) !important;
	font-size: 27px;
}

/* Event Detail screen css */
#eventDetailSection {
	padding-bottom: 38px;
	padding-top: 38px;
}
.event-title-breadcrum {
	display: flex;
	font-family: var(--met-medium) !important;
	font-size: 20px;
	color: #21584F;
	margin-bottom: 15px;
}
.event-title-breadcrum a {
	color: #21584F;
	text-decoration: underline;
}
.event-title-breadcrum p {
	font-size: 20px;
}
.evt-d-title {
	font-family: var(--met-extra-bold) !important;
	color: #21584F;
	text-transform: capitalize;
	font-size: 30px;
	/* line-height: 26px; */
}
.evt-d-loc-date-section {
	margin-top: 8px;
}
.evt-d-sub-title {
	font-family: var(--met-regular) !important;
	font-size: 22px;
    line-height: 27px;
}
.evt-d-sub-title.evt-location {
	font-family: var(--met-bold) !important;
	margin-left: 1em;
}
.evt-d-sub-title.evt-date {
	font-family: var(--met-bold) !important;
	margin-left: 2.8em;
}
.divider {
	border: 1px solid #ECECEC;
	width: 100%;
	height: 2px;
	margin: 2.2em 0;
}
.evt-d-img {
	border: 2px solid #3F8A7E;
	border-radius: 100%;
	width: 63px;
    height: 63px;
}
.evt-d-img + div {
	margin-left: 10px !important;
	
}
.evt-d-members h4 {
	font-family: var(--met-semi-bold) !important;
	font-size: 22px !important;
}
.evt-d-members h6 {
	line-height: 25px;
	font-family: var(--met-medium) !important;
}
.association-section {
	background: rgba(226, 246, 215, 0.24);
	padding: 50px 170px;
}
.association-inner-section {
	border: 8px solid #21584F;
}
.manage-staff-tooltip {
	position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px #000000;
    top: -62px;
    padding: 5px 10px;
    border-radius: 5px;
	display: none;
	width: max-content;
}
.manage-staff-tooltip:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -8px;
}
.evt-d-member-data:hover .manage-staff-tooltip, .m-d-sec:not(.mob-cl):hover .manage-staff-tooltip {
	display: block !important;
}
.m-d-sec {
	position: relative;
	width: 323px;
}
.manage-staff-tooltip h5 {
	font-family: var(--met-semi-bold) !important;
}
.manage-staff-tooltip h6 {
	font-family: var(--met-medium) !important;
}

/* events screen responsive media queries */
@media screen and (max-width: 1280px) {
	.evt-d-title {
		font-size: 26px !important;
	}
	.evt-d-loc-date-section {
		margin-top: 4px !important;
	}
	.evt-d-sub-title {
		font-size: 19px !important;
	}
	.association-section {
		padding: 50px 150px !important;
	}
}

@media screen and (max-width: 1080px) {
	.evt-d-img {
		width: 53px !important;
		height: 53px !important;
	}
	.evt-d-members h4 {
		font-size: 20px !important;
	}
	.evt-d-sch-btn {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 991px) {
	.evt-d-title {
		font-size: 23px !important;
	}
	.evt-d-sub-title {
		font-size: 17px !important;
	}
	.evt-d-loc-date-section:last-child {
		margin-top: 0 !important;
	}
	.evt-d-members h4 {
		font-size: 18px !important;
	}
	.evt-d-members h6 {
		font-size: 14px !important;
	}
	.association-section {
		padding: 50px 140px !important;
	}
}

@media screen and (max-width: 814px) {
	.evt-d-mem-details-col {
		flex-direction: column;
	}
	.evt-d-sch-btn {
		margin-left: 4em !important;
	}
	.association-section {
		padding: 50px 120px !important;
	}
	.evt-d-member-details-section {
		flex-flow: column;
	}
	.schedule-a-meeting {
		margin-top: -7px !important;
		margin-left: 4.5em !important;
	}
}

@media screen and (max-width: 767px) {
	div #our-solutions-top-section.our-solutions-top-section, .add-b-space {
		margin-bottom: 28px !important;
	}
	.event-header-section {
		margin-top: 1.2em !important;
	}
	.event-header-section h1 {
		margin-bottom: 0.4em !important;
	}
	.event-header-section p {
		line-height: 20px !important;
	}
	.event-header-section a button {
		font-size: 18px !important;
    	line-height: 18px !important;
		padding-bottom: 9px !important;
	}
	.events-section-container .member {
		flex-direction: column-reverse !important;
	}
	.events-section-container .member .img-event-company {
		width: auto !important;
		margin-bottom: 1em;
	}
	.events-section-container .member .event-title {
		font-size: 22px !important;
    	line-height: 108% !important;
		margin-bottom: 0.2em;
	}
	.events-section-container .member .event-sub-title {
		line-height: 20px !important;
		margin-bottom: 0.4em !important;
	}
	.events-section-container .member .event-column-content {
		flex-flow: wrap;
	}
	.events-section-container .member .schedule-a-meeting {
		margin-left: 4.5em;
		margin-top: -2px !important;
		padding: 6px 15px !important;
	}
	.events-section-container .member #event-column-span {
		padding-bottom: 6px !important;
	}
	.events-section-container .member .schedule-a-meeting.add-bottom-space {
		margin-bottom: 8px !important;
	}
	.events-section-container .member .schedule-a-meeting.remove-bottom-space {
		margin-bottom: 0 !important;
	}
	.events-section-container .member #event-column-span h4 {
		font-size: 19px !important;
		line-height: 19px !important;
	}
	.events-section-container .member #event-column-span p {
		font-size: 14px !important;
		line-height: 25px !important;
	}

	/* event detail screen css */
	.evt-d-event-logo-col {
		text-align: center;
		margin-bottom: 1.5em;
    	margin-top: .8em;
	}
	.evt-d-event-logo-col img {
		width: 180px;
    	height: auto;
	}
	.evt-d-title {
		font-size: 21px !important;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.divider {
		margin: 1.2em 0 !important;
	}
	.association-section {
		padding: 50px 18px !important;
	}
}

@media screen and (max-width: 400px) {
	.events-section-container .member .schedule-a-meeting {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 4px !important;
	}
}

@media screen and (max-width: 375px) {
	#event-column-span h4 {
		width: 198px !important;
	}
	.manage-staff-tooltip {
		left: -18px;
	}
}

@media screen and (max-width: 320px) {
	.events-section-container .member .schedule-a-meeting {
		font-size: 15px !important;
	}
}