@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-Regular.woff2') format('woff2'), url('../fonts/EuclidCircularB-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*------end--- */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}
body {
	font-family: 'Poppins';
	font-size: 12px;
	overflow-x: hidden;
	background: #f5f7fb;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: none;
}
img {
	border: none;
	margin: 0px;
	max-width: 100%;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3, h4, h5, h6 {
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}
button {
  -webkit-appearance: none;
}
textarea {
	resize: none;
}
input:focus, textarea:focus {
	outline: none;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time {
	display: block;
	margin: 0px;
	padding: 0;
}

.minimu_span{
	height: 45px;
	margin-top: 15px;

}
.url_span{
	margin-top: -10px;
}
.url_span a{
	    color: #49a6f5;
}

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.modal_wrapper {
	width: 100%;
	position: absolute;
	padding-top: 50px;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}
/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ieHolder {
	position: relative;
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}
.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}
.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 400px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}
.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

.leftPanel {
	background: #fff;
	width: 256px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	/* -webkit-box-shadow: 13px 0px 35px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: 13px 0px 35px -26px rgba(0,0,0,0.75);
	box-shadow: 13px 0px 35px -26px rgba(0,0,0,0.75); */
  -webkit-box-shadow: 5px 0px 32px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 5px 0px 32px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 0px 32px 0px rgba(0, 0, 0, 0.03);
	-webkit-transform: translate3d(-165px,0,0);
	-moz-transform: translate3d(-165px,0,0);
	transform: translate3d(-165px,0,0);
}

.leftPanel img {
	width: 100%;
	/* max-width: 68px;0 */
	max-width: 140px;
}

.iconToggle {
	background: url(../images/iconToggle.png) no-repeat center center;
	width: 28px;
	height: 28px;
	z-index: 1;
	cursor: pointer;
  position: absolute;
	top: 16px;
  left: 235px;
  padding: 10px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255, .6);
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, .1);
  display: none;
}

.btnBackToggle {
	/* background: #99a3bf url(../images/iconToggleBack.png) no-repeat center center; */
  background: url(../images/iconToggleBack.png) no-repeat center center;
  position: relative;
  left: unset;
  top: unset;
  box-shadow: none;
  display: block;
}

.iconNav {
	/* background: #FFF; */
	width: 91px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	opacity: 1;
	z-index: 5;
}
.layoutWrapper .iconNav{
    background: #5e429d;
}
.iconNav .logoSmall {
	width: 52px;
    height: 52px;
	margin: auto;
	margin-top: 10px;
}

.iconNavHide {
	-webkit-transform: translate3d(-91px,0,0);
	-moz-transform: translate3d(-91px,0,0);
	transform: translate3d(-91px,0,0);
	opacity: 0;
}

.leftPanelShow {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	z-index: 10;
}

.logoSmall {
	background: #5e429d url(../images/logoLight-sm.png) no-repeat center center;
	width: 52px;
    height: 52px;
	background-size: contain !important;
}

.iconNav ul {
	margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    top: 78px;
    /* height: 100vh; */
    height: calc(100% - 79px) !important;
    width: 91px;
    background: #6648a9;
}

.iconNav li {
	/* background: #f9fafb; */
	width: 91px;
	height: 60px;
	/* border-bottom: 1px solid #FFF; */
	position: relative;
	cursor: pointer;
}

.iconNav li img {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.rightPanel {
	-webkit-transition: padding linear 0.2s;
	-moz-transition: padding linear 0.2s;
	-o-transition: padding linear 0.2s;
	transition: padding linear 0.2s;
}

.container {
	display: table;
	width: 100%;
	height: 100vh;
}
.container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftPanel {
	background: #fff;
	width: 256px;
	/*position: relative;*/
	/* -webkit-box-shadow: 13px 0px 35px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: 13px 0px 35px -26px rgba(0,0,0,0.75);
	box-shadow: 13px 0px 35px -26px rgba(0,0,0,0.75); */
  -webkit-box-shadow: 5px 0px 32px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 5px 0px 32px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 0px 32px 0px rgba(0, 0, 0, 0.03);
}
.leftPanel, .rightPanel {
	display: table-cell;
	vertical-align: top;
}
.leftPanel ul {
  padding: 0 10px;
}
.leftPanel li {
	position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 10px;
  transition: all .3s ease;
}
.leftPanel li:last-child {
  margin-bottom: 0;
}
.leftPanel li:hover {
  /* box-shadow: 0 0 10px 0 rgb(72, 37, 149); */
  background-color: #5e429d;
}
/* .leftPanel li.selected:before {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 3px;
	background: #20a2ed;
} */
.leftPanel li a {
	color: #fff;
	font-size: 15px;
  font-weight: 400;
	line-height: 16px;
	font-family: 'Poppins';
	letter-spacing: 1px;
	display: block;
	padding: 15px 15px 15px 55px;
	text-transform: capitalize;
  width: 100%;
  border-radius: 50px;
}
.leftPanel li.selected {
  background: #fff;
}
.leftPanel li.selected a {
	color: #6648a9;
}
.leftPanel li.dashboard > a {
	background: url('../images/iconDashboard.png') no-repeat 20px center;
}
.leftPanel li.events > a {
	background: url('../images/iconEventWt.png') no-repeat 20px center;
}
.leftPanel li.users > a {
	background: url('../images/iconUserWt.png') no-repeat 20px center;
}
.leftPanel li.companies > a {
	background: url('../images/iconCompaniesWt.png') no-repeat 20px center;
}
.leftPanel li.networks > a {
	background: url('../images/iconNetworksWt.png') no-repeat 20px center;
}
.leftPanel li.cms > a {
	background: url('../images/iconCms.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.manageImg > a {
	background: url('../images/iconManageImage.png') no-repeat 20px center;
}
.leftPanel li.notification > a {
	background: url('../images/iconNotification.png') no-repeat 20px center;
}
.leftPanel li.memberTender > a {
	background: url('../images/iconMemerTender.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.memberClass > a {
	background: url('../images/iconMemberClass.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.news > a {
	background: url('../images/iconNews.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.gallery > a {
	background: url('../images/iconGallery.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.speciality > a {
	background: url('../images/iconSpecialities.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.revenue > a {
	background: url('../images/iconRevenue.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.partners > a {
	background: url('../images/partner-icon.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.accreditation > a {
	background: url('../images/icon-awards.png') no-repeat 20px center;
	    background-size: 24px 24px;
}
.leftPanel li.userLink > a {
	background: url('../images/iconUserlink.png') no-repeat 20px center;
	background-size: 24px 24px;
}
.leftPanel li.internalUsers > a {
	background: url('../images/iconInternalUser.png') no-repeat 20px center;
	background-size: 24px 24px;
}


.leftPanel li.dashboard.selected > a {
	background: url('../images/iconDashboardActive.png') no-repeat 20px center;
}
.leftPanel li.events.selected > a {
	background: url('../images/iconEventThme.png') no-repeat 20px center;
}
.leftPanel li.users.selected > a {
	background: url('../images/iconUserThme.png') no-repeat 20px center;
}
.leftPanel li.companies.selected > a {
	background: url('../images/iconCompaniesThme.png') no-repeat 20px center;
}
.leftPanel li.networks.selected > a {
	background: url('../images/iconNetworksTheme.png') no-repeat 20px center;
}
.leftPanel li.cms.selected > a {
	background: url('../images/iconCMSMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.manageImg.selected > a {
	background: url('../images/iconManageImageActive.png') no-repeat 20px center;
}
.leftPanel li.notification.selected > a {
	background: url('../images/iconNotificationActiive.png') no-repeat 20px center;
}

.leftPanel li.memberTender.selected > a {
	background: url('../images/iconMemerTenderMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.memberClass.selected > a {
	background: url('../images/iconMemberClassMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.news.selected > a {
	background: url('../images/iconNewsMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.gallery.selected > a {
	background: url('../images/iconGalleryMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.speciality.selected > a {
	background: url('../images/iconSpecialitiesMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.revenue.selected > a {
	background: url('../images/iconRevenueMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.partners.selected > a {
	background: url('../images/partner-iconMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.accreditation.selected > a {
	background: url('../images/icon-awardsMO.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.userLink.selected > a {
	background: url('../images/iconUserlinkActive.png') no-repeat 20px center;
	  background-size: 24px 24px;
}
.leftPanel li.internalUsers.selected > a {
	background: url('../images/iconInternalUserActive.png') no-repeat 20px center;
	  background-size: 24px 24px;
}


.leftPanel li.adminSubmenu:after {
	content: "";
	position: absolute;
	background: url(../images/iconMenuDDL.png) no-repeat center center;
	top: 18px;
	right: 15px;
	width: 10px;
	height: 10px;
}
.leftPanel li.selected.adminSubmenu:after {
	background: url(../images/iconMenuDDLActive.png) no-repeat center center;
}
.leftPanel li > ul {
	display: none;
	background: #fff;
	border-bottom: 1px solid #f3f4f9;
}
.leftPanel li.selected > ul {
	display: block;
}
/* .leftPanel li.selected {
	background: #f3f4f9;
} */
.leftPanel li li {
	padding: 0;
	position: relative;
}
.leftPanel li li:after {
	content: "";
	position: absolute;
	top: 16px;
	left: 36px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #20a2ed;
}
.leftPanel li li:hover:after {
	content: "";
	position: absolute;
	top: 16px;
	left: 36px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #20a2ed;
}
.leftPanel li li a {
	padding: 10px 26px 10px 54px;
	background: #eee;
}
.leftPanel li li:hover a {
	background: #20a2ed;
	color: #fff;
}
.leftPanel li li:hover:after {
	background: #fff;
}
/*.leftPanel li:hover {
 background: #f3f4f9;
 }*/
.leftPanelTop {
	background: #5e429d;
	/*text-align: center;*/
	/* padding: 24px 8px 20px 25px; */
  padding-left: 25px;
  padding-right: 20px;
	box-sizing: border-box;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftNav{
	overflow-y: auto;
  /* height: 91%; */
  height: calc(100% - 79px);
  background: #6648a9;
}
.leftPanelTop img {
	vertical-align: middle;
}
.headerTop {
	/* background: #20a2ed; */
  background: #fff;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	height: 79px;
}
.welcomeDropdown {
	background: url('../images/iconDropdown.png') no-repeat right 35px;
	float: right;
	cursor: pointer;
	position: relative;
	padding: 16px 0 17px;
	box-sizing: border-box;
}
.welcomeDropdown figure, .welcomeDropdown p {
	display: inline-block;
	vertical-align: middle;
}
.welcomeDropdown figure {
	/* background: #f6f8fc; */
  background: #6648a9;
	border-radius: 50%;
	box-sizing: border-box;
	height: 35px;
	width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
	/*    padding: 2px;*/
}
.welcomeDropdown figure img {
	/* width: 46px;
	height: 46px;
	border-radius: 50%; */
  width: 20px;
	height: 20px;
}
.welcomeDropdown p {
	font-family: 'Poppins';
	font-size: 15px;
	color: #b1b1b1;
	margin-right: 25px;
}
.welcomeDropdown .dropdownWrap {
  padding-top: 20px;
	position: absolute;
	top: 41px;
  right: 0;
	width: 150px;
	z-index: 50;
  display: none;
}
.welcomeDropdown ul {
  padding: 10px;
	background: #fff;
	list-style: none;
	margin: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .1);
	-moz-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .1);
	box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .1);
}
.welcomeDropdown li {
	border-bottom: 1px solid #e2e4e9;
}
.welcomeDropdown li:last-child {
	border-bottom: 0;
}
.welcomeDropdown li a {
	font-family: 'Poppins';
  font-weight: 500;
	font-size: 14px;
	color: #8b8b8b;
	padding: 10px;
	display: block;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.welcomeDropdown li a:hover {
	/* background: #f3f4f9; */
	color: #000;
}
.welcomeDropdown:hover > .dropdownWrap {
	display: block;
}
.headerBottom {
	background: #fff;
	padding: 21px 30px 21px 35px;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e8ed;
	min-height: 75px;
}
.headerBottomLeft {
	float: left;
}
.headerBottomRight {
	float: right;
}
.headerBottomLeft a {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 15px;
	color: #576a94;
	vertical-align: middle;
	display: inline-block;
	padding: 9px 0 6px 35px;
	background: url('../images/iconBack.png') no-repeat left center;
}
.headerBottomLeft figure {
	display: inline-block;
}
.headerBottomLeft figure img {
	vertical-align: middle;
}
.headerBottomRight li {
	display: inline-block;
}
.headerBottomRight li a {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #808da3;
	display: inline-block;
	text-transform: uppercase;
	padding: 13px 0 0 25px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.headerBottomRight li.selected a {
	color: #20a2ed;
}
.headerBottomRight li a:hover {
	color: #20a2ed;
}
.headerBottomRight li:last-child {
	padding-right: 18px;
}
.btnView {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #fff;
	background: #20a2ed;
	text-align: center;
	display: inline-block;
	/*margin: 0 10px 0 0;*/
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 50px;
}
.btnPush {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #fff;
	background: #f95490;
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 50px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.btnPush:hover {
	background: #f40f62;
}
.importDiv {
	display: inline-block;
	padding: 0px 6px;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #141212;
	background: #efc3d3;
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 50px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.import-close {
	font-weight: bold;
	border: 1px solid red;
	border-radius: 50%;
	padding: 5px 7px;
	text-align: center;
	background: red;
	color: #fff;
	cursor: pointer;
}
.imageInstructions p {
}
.headerBottomRight ul, .moreDrpdwnWrapper {
	display: inline-block;
}
.headerBottomRight .moreMenuDropdown {
	display:none;
}
.moreDrpdwnWrapper {
	position: relative;
}
.moreMenuIcon {
	vertical-align: middle;
	background: url('../images/iconMoreMenu.png') no-repeat center center;
	width: 24px;
	height: 24px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	display: inline-block;
}
.moreMenuIcon:hover {
	background: url('../images/iconMoreMenuHover.png') no-repeat center center;
}
.moreMenuDropdown {
	background: #0154a4;
	display: none;
	border-radius: 10px;
	list-style: none;
	margin: 0;
	/* padding: 12px 0 !important; */
	position: absolute;
	top: 40px;
	left: -220px;
	width: 250px;
	z-index: 50;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
}
.moreMenuDropdown::after {
	content: "";
	position: absolute;
	top: -5px;
	right: 17px;
	width: 15px;
	height: 6px;
	background: url('../images/iconTraingleDrpdwn.png') no-repeat center center;
}
.moreMenuDropdown li {
	display: block;
	padding: 0 !important;
}
.moreMenuDropdown li a {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #fff;
	padding: 10px 10px 10px 15px;
	display: block;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	text-transform: capitalize;
}
.moreMenuDropdown li:hover a {
	color: #fff;
	background: #20a2ed;
}
.moreMenuDropdown li:first-child a:hover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.moreMenuDropdown li:last-child a:hover {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/*
 sreekala - eof
 */
.contentSection {
	/* background: #f3f4f9; */
  background: #f5f7fb;
	padding: 40px 25px 50px 35px;
	box-sizing: border-box;
}
.contentSection h1 {
	font-family: "Poppins";
  font-weight: 600;
	font-size: 25px;
	color: #2d2c4c;
	margin: 0 0 23px;
}
.contentSection h2 {
	font-family: "Poppins";
  font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #2d2c4c;
	padding-bottom: 15px;
	margin: 0 0 20px;
}
.contentSection h3 {
	font-family: 'Poppins';
  font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #576a94;
	padding-bottom: 10px;
	margin: 0 0 15px;
}
.contentSection h3.minimum-table{
    margin: 15px 0 0px;
}
.confirm-meeting-text{
    font-size: 14px;
}

.contentSection h4 {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #576a94;
	padding-bottom: 10px;
	margin: 0 0 10px;
}
.eventBox {
	background: #fff;
	padding: 35px 30px 45px 30px;
	box-sizing: border-box;
	/*display: table;
	 width: 100%;*/
	-webkit-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
	-moz-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
	box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
  border-radius: 8px;
}

.new-event-box {
	min-height: 0px!important;
    height:auto;
}
.eventDetailLeft {
	position: relative;
}
.eventDetailRight {
	padding: 30px 0 0;
	box-sizing: border-box;
}
.eventDetailLeft figure {
	display: inline-block;
}
.eventDetailLeft figure img {
	max-width: 100px;
}
.eventDetailLeft .eventName {
	display: inline-block;
	vertical-align: top;
}
.eventName {
	padding: 6px 0 0 20px;
	box-sizing: border-box;
}
.eventName span {
	display: block;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 20px;
	color: #102a54;
	padding: 0 0 10px;
}
.eventName em {
	display: block;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 15px;
	color: #0154a4;
	font-style: normal;
	background: url('../images/iconCalendar.png') no-repeat left center;
	padding: 5px 0 0px 28px;
}
.eventDetailLeft h3 {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 15px;
	color: #36455e;
	padding: 18px 0 0;
}
.eventDescDetail {
	    padding: 25px 0 0;
}
.eventDetailLeft p {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #2d2c4c;
	line-height: 20px;
}
.eventVenueDetail {
	padding: 0 0 28px;
	box-sizing: border-box;
}
.eventVenueDetail label {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 16px;
	color: #102a54;
	text-transform: uppercase;
	background: url('../images/iconLocation.png') no-repeat left center;
	padding: 3px 0 0 25px;
	display: inline-block;
}
.eventVenueDetail span {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 17px;
	color: #0154a4;
	display: inline-block;
}
.eventDescDetail label {
	width:150px;
	display: inline-block;
	vertical-align: top;
}
.eventDescDetail p {
	padding: 0 0 5px;
}
.eventDescDetail span {
	color: #102a54;
	font-family: 'Poppins';
font-weight: 600;
}
.timeBox {
	display: inline-block;
	vertical-align: top;
	max-width: 290px;
	padding: 28px 18px 15px;
	box-sizing: border-box;
	max-width: 240px;
	width: 47%;
	/* height: 160px; */
}
.eventTimeBox {
	background: #5867c3 url('../images/bgEventTime.png') no-repeat right bottom;
	margin: 0 18px 0 0;
}
.votingTimeBox {
	background: #00c5dc url('../images/bgVotingTime.png') no-repeat right bottom;
	margin: 0 18px 0 0;
}
.exVotingTimeBox {
	background: #b9d46c url('../images/bgVotingTime.png') no-repeat right bottom;
}
.timeBox h3 {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 15px;
	color: rgba(255,255,255,0.5);
	padding: 0 0 6px;
	margin:0;
}
.timeBox p {
	font-family: 'Poppins';
            font-weight: 600;
	font-size: 15px;
	color: #fff;
}
.eventDate {
	border-bottom: 1px dashed #fff;
	padding: 0 0 12px;
}
.tabWrapper {
	/* padding: 50px 0 0; */
	box-sizing: border-box;
}
.tabHolder li {
	background: #f3f4f9;
	box-sizing: border-box;
	color: #6648a9;
	font-family: 'Poppins';
font-weight: 600;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #6648a9;
	display: inline-block;
	font-size: 20px;
	line-height: 14px;
	margin: 0 8px 0 0;
	padding: 12px 25px;
	text-align: center;
	vertical-align: top;
	min-width: 160px;
}
.tabHolder li span {
	display: block;
}
.tabHolder li.selected {
	background: #6648a9;
	color: #fff;
	-webkit-box-shadow: 5px 5px 19px -7px rgb(102, 72, 169, .9);
	-moz-box-shadow: 5px 5px 19px -7px rgb(102, 72, 169, .9);
	box-shadow: 5px 5px 19px -7px rgb(102, 72, 169, .9);
}
.tabHolder li.disable {
	background: #e8e8e8;
	color: #b7b6b6;
	border: 1px solid #e8e8e8;
}
.tabContent {
	padding: 30px 0 0;
	box-sizing: border-box;
	display: none;
}
#winners {
	padding: 60px 0 0;
}
.accordionTitle {
	background: #fff;
	cursor: pointer;
	padding: 30px 35px;
	margin-bottom: 13px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	-moz-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
}
.accordionTitle span {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 18px;
	color: #102a54;
	display: block;
}
.accordionIcon {
	background: #5867c3 url("../images/iconAccordion.png") no-repeat center center;
	cursor: pointer;
	height: 38px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 38px;
	border-radius: 50%;
	-webkit-box-shadow: 5px 5px 19px -7px rgba(88,102,195,0.93);
	-moz-box-shadow: 5px 5px 19px -7px rgba(88,102,195,0.93);
	box-shadow: 5px 5px 19px -7px rgba(88,102,195,0.93);
}
.accordionTitle.active .accordionIcon {
	background: #5867c3 url("../images/iconAccordionActive.png") no-repeat center center;
}
.accordionContent {
	/*padding: 25px 0 35px;
	 box-sizing:border-box;*/
	background: #fff;
	margin: 0 0 10px;
}
.accordionContentTop {
	padding: 0 35px;
	box-sizing: border-box;
}
.accordionContentTopLeft {
	float: left;
	width: 50%;
	padding: 20px 0;
	box-sizing: border-box;
}
.accordionContentTopRight {
	float: right;
	width: 50%;
	text-align: right;
	padding: 9px 0 8px;
	box-sizing: border-box;
}
.accordionContentTopLeft label {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 17px;
	color: #102a54;
	display: inline-block;
}
.accordionContentTopLeft span {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 22px;
	color: #5867c3;
	display: inline-block;
}
.accordionContentTopLeft p {
	display: inline-block;
	margin: 0 20px 0 0;
}
.selectBoxHandle label {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 15px;
	color: #102a54;
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: middle;
}
.selectBox {
	border: 1px solid #e2e3e8;
	background: #f4f5fa url('../images/iconSelectDropdown.png') no-repeat 91% center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 252px;
	width: 100%;
	padding: 14px 35px 14px 20px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.selectBox span {
	text-align: left;
	display: block;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #102a54;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 180px;
	white-space: nowrap;
}
.accordionTitle.active {
	margin: 0;
	border-bottom: 1px solid #ebecf2;
	box-shadow: none;
}
.dropdown {
	display: none;
	position: absolute;
	top: 43px;
	left: 0;
	text-align: left;
	background: #fff;
	width: 100%;
	z-index: 100;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
}
.dropdown li {
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #102a54;
	border-bottom: 1px solid #e2e3e8;
	padding: 12px 20px;
}
.dropdown li:hover {
	background: #f3f4f9;
}
.dropdown li:last-child {
	border-bottom: 0;
}
.votingListHandle {
	border-top: 1px solid #ebecf2;
	padding: 30px 35px 40px;
	box-sizing: border-box;
}
.votingListHandle li img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.votingListHandle ul {
	display: block;
	/*margin: 0 9% 0 0;*/
	max-width: 430px;
	width: 50%;
}
.votingListHandle li {
	display: table;
	width: 100%;
	padding: 0 0 10px;
	box-sizing: border-box;
}
.votingListHandle figure, .votingListHandle span, .votingListHandle .votingBarHolder, .countHandle {
	display: table-cell;
	vertical-align: middle;
}
.votingListHandle figure {
	width: 60px;
}
.votingListHandle span {
	width: 125px;
}
.votingBarHolder {
	width: 180px;
}
.countHandle {
	padding-left: 20px;
	width: 90px;
}
.votingListHandle span {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #102a54;
}
.votingBarLarge {
	position: relative;
	background: #dae1e8;
	height: 8px;
	max-width: 200px;
	border-radius: 50px;
	width: 100%;
	overflow: hidden;
}
.votingBarSmall {
	position: absolute;
	left: 0;
	top: 0;
	height: 8px;
	border-radius: 50px;
}
.votingBarSmall.colorRed {
	background: #ff4c79;
	width: 20%;
}
.votingBarSmall.colorGreen {
	background: #00d097;
	width: 70%;
}
.votingBarSmall.colorBlue {
	background: #2dc0e8;
	width: 50%;
}
.votingBarSmall.colorOrange {
	background: #ff9940;
	width: 30%;
}
.countHandle.colorRed span {
	color: #ff4c79;
}
.countHandle.colorGreen span {
	color: #00d097;
}
.countHandle.colorBlue span {
	color: #2dc0e8;
}
.countHandle.colorOrange span {
	color: #ff9940;
}
.winnerList {
	background: #fff;
	padding: 35px 30px 45px 30px;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	-moz-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
}
.headingWinnerList h4 {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 20px;
	color: #5867c3;
	float: left;
	padding: 5px 0 0;
}
.headingWinnerList .btnPush {
	float: right;
	margin: 0 0 18px;
}
.subHeadingWinnerList {
	padding: 0 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e6ec;
}
.subHeadingWinnerList span {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 16px;
	color: #102a54;
	display: block;
}
.winnerListContent {
	border-top: 1px solid #ebecf2;
	padding: 35px 0 40px;
	box-sizing: border-box;
	display: table;
	width: 100%;
}
.winnerListLeftContent figure, .winnerProfDetails {
	display: inline-block;
	vertical-align: middle;
}
.winnerListLeftContent figure {
	border-radius: 50%;
	width: 95px;
	height: 95px;
}
.winnerListLeftContent, .winnerListRightContent {
	display: table-cell;
	vertical-align: top;
}
.winnerListLeftContent {
	width: 428px;
	padding: 7px 0 0;
	box-sizing: border-box;
}
.winnerListRightContent {
	width: 425px;
}
.winnerProfDetails {
	padding-left: 20px;
}
.winnerListRightContent strong {
	font-family: 'Poppins';
  font-weight: 500;
	font-size: 16px;
	color: #5867c3;
	display: block;
	padding: 0 0 12px;
}
.winnerListRightContent p {
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #102a54;
	padding: 0 0 20px;
	line-height: 22px;
}
.winnerProfDetails strong {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #102a54;
	display: inline-block;
	width: 135px;
}
.winnerProfDetails em {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #102a54;
	display: inline-block;
	font-style: normal;
}
.winnerProfDetails span {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 16px;
	color: #102a54;
	display: inline-block;
	padding: 0 0 18px;
}
.winnerProfDetails p {
	margin: 0 0 6px;
}
.winnerListProfHandle {
	padding: 0 0 45px;
}
.uploadBox {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 130px;
	height: 132px;
	/*    width: 31%;*/
	position: relative;
}
.uploadBox img {
	width: 130px;
	height: 132px;
}
.uploadBox:last-child {
	margin: 0;
}
.browseBtnHandle {
	position: relative;
	display: inline-block;
	border: 1px solid #e7e9ee;
	background: #f3f4f9;
	border-radius: 4px;
	max-width: 155px;
	width: 31%;
	min-height: 132px;
	vertical-align: top;
	text-align: center;
}
.fileUploadHolder .custom-file-upload {
	background: url('../images/iconPlus.png') no-repeat center center;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 12px;
	position: relative;
	text-align: center;
	z-index: 1;
	border: 2px solid #1da3ec;
}
.browseBtnHandle input[type="file"] {
	display: none;
}
.browseBtnHandle span {
	display: block;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #6c768c;
	display: block;
	padding: 15px 0 0;
}
.fileUploadHolder {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
}
.categoryListWrapper {
	padding: 45px 0 0;
	box-sizing: border-box;
}
.addCategoryWrapper {
	padding: 30px 0 0;
	box-sizing: border-box;
}
.categoryListWrapper h2, .addCategoryWrapper h2 {
	color: #576a94;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 20px;
	padding: 0 0 25px;
}
.addCategoryWrapper h2 {
	padding: 0 0 30px;
}
.categoryListBox {
	background: #fff;
	cursor: pointer;
	padding: 22px 35px;
	margin-bottom: 10px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	-moz-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	display: table;
	width: 100%;
}
.categoryListName, .categoryListNominee, .categoryListSkip, .btnDeleteHolder {
	display: table-cell;
	vertical-align: middle;
}
.categoryListName {
	width: 465px;
}
.categoryListNominee {
	width: 125px;
	position: relative;
}
.btnAddNominee {
	min-width: 145px;
	background: url(../images/iconNominee.png) no-repeat 6% center;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #ed7a5f;
	border: 1px solid #ed7a5f;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0 10px 20px;
	display: inline-block;
	box-sizing: border-box;
	margin-left: 10px;
}
.categoryListNominee:after {
	content: "";
	position: absolute;
	right: 35px;
	top: 4px;
	background: #e6e8ec;
	width: 1px;
	height: 70%;
}
.categoryListSkip {
	width: 115px;
}
.btnDeleteHolder {
	width: 110px;
}
.categoryListName span {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 18px;
	color: #102a54;
	display: block;
}
.categoryListNominee span {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #03a9f4;
	display: block;
}
.categoryListSkip span {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	display: block;
}
.enableOption span {
	color: #69c950;
}
.disableOption span {
	color: #ecb052;
}
.btnDelete {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #ed7a5f;
	border: 1px solid #ed7a5f;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0 10px 20px;
	min-width: 110px;
	display: inline-block;
	box-sizing: border-box;
	background: url('../images/iconCross.png') no-repeat 18% center;
}
.addcategoryLeft, .addcategoryMid, .addcategoryRight {
	display: table-cell;
	vertical-align: top;
}
.addcategoryLeft {
	width: 370px;
}
.addcategoryMid {
	width: 273px;
	padding: 0 20px;
	box-sizing: border-box;
}
.addcategoryRight {
	width: 305px;
}
.addCategoryWrapper label {
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #2d2c4c;
	display: block;
	padding: 0 0 12px;
}
.addcategoryLeft input[type="text"], .addSponsorInputHolder input[type="text"] {
	border: 2px solid #e6ecef;
	border-radius: 5px;
	height: 46px;
	max-width: 367px;
	width: 100%;
	padding: 0 10px;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #2d2c4c;
	box-sizing: border-box;
	display: block;
	background: #fff;
}
.btnSubmit {
  background: #6648a9;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  padding-right: 35px;
  min-width: 120px;
  height: 39px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}

.launch-btn {
    background: #6648a9;
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 0 20px;
    min-width: 120px;
    height: 39px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 25px;
  }
.btnSubmit:hover,.launch-btn:hover {
	background-color: #4b347e;
}
.btnSubmit.colorGrey {
	background: #eceff1;
	color: #78909c;
	margin-right: 10px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.btnSubmit.colorGrey:hover {
	background: #78909c;
	color: #fefbfb;
}
.eventBox.addCategoryBox {
	padding: 40px 30px 40px 35px;
	display: block;
}
.addCategoryHandle {
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
.optionSelectTab {
	font-size: 0;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #e6ecef;
	width: 265px;
	padding: 2px !important;
}
.optionSelectTab li {
	display: inline-block;
	color: #263238;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	padding: 13px 0;
	box-sizing: border-box;
	width: 120px;
}
.optionSelectTab li.selected {
	background: #03a9f4;
	width: 145px;
}
.optionSelectTab li.selected:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.optionSelectTab li.selected:nth-child(2) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.createEventHandle figure, .createEventHandle span {
	display: inline-block;
	vertical-align: middle;
}
.createEventHandle > span {
	color: #2d2c4c;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 19px;
	padding: 25px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.createEventTop span {
	color: #2d2c4c;
  font-size: 22px;
  font-weight: 500;
}
.eventBox.createEventHandle {
	/* padding: 65px 30px 45px 30px; */
  /* padding:  45px 40px; */
	display: block;
}
.commonFieldHolder,
.commonFieldMultiSelectHolder {
	padding: 0 0 22px;
}
.commonFieldHolder label,
.commonFieldHolder .label {
	color: #0d0c22;
	font-size: 17px;
	display: inline-block;
	padding: 0 0 10px;
	vertical-align: middle;
}
.commonFieldHolder input[type="text"],
.commonFieldHolder input[type="password"],
.commonFieldHolder input[type="email"],
.commonFieldHolder input[type="number"] {
	color: #0d0c22;
	font-family: "Poppins";
	font-size: 17px;
	border: 1px solid #e3e6eb;
	border-radius: 8px;
	height: 45px;
	padding: 0 35px 0 15px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
.commonFieldHolder textarea {
	color: #0d0c22;
	font-family: "Poppins";
	font-size: 17px;
	border: 1px solid #e3e6eb;
	border-radius: 8px;
	height: 155px;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
.createEventTop {
	padding: 0 0 35px;
	box-sizing: border-box;
}
.divideInputHolder {
	display: table;
	width: 100%;
}
.eventInfo, .eventTime, .eventVotingDetails {
	display: inline-block;
	vertical-align: top;
}
.eqWidthHolder {
	display: table-cell;
	vertical-align: top;
}
.eqWidthHolder:first-child {
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.eventInfo {
	/* width: 430px; */
	padding: 0 60px 0 0;
	box-sizing: border-box;
}
.eventTime {
	padding: 12px 0 0;
}
.eventVotingDetails {
	width: 370px;
}
.eventVotingDetails h3 {
	color: #2d2c4c;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 16px;
	padding: 50px 0 30px;
}
.commonFieldHolder input[type="text"]::-webkit-input-placeholder {
	color: #8c959a;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	opacity: 1;
}
.commonFieldHolder input[type="text"]::-moz-placeholder {
	color: #8c959a;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	opacity: 1;
}
.commonFieldHolder input[type="text"]:-ms-input-placeholder {
	color: #8c959a;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	opacity: 1;
}
.commonFieldHolder input[type="text"]:-moz-placeholder {
	color: #8c959a;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	opacity: 1;
}
.venueInput {
	background: url('../images/iconVenue.png') no-repeat 97% center !important;
}
.dateHolder input {
	/* background: url('../images/iconCalendar.png') no-repeat 94% center !important; */
  background: url('../images/iconCalendarTheme.png') no-repeat 94% center !important;
  cursor: pointer;
}

.datepickerCalendar {
	background: #fff url('../images/iconCalendarTheme.png') no-repeat 94% center !important;
  cursor: pointer;
}
.timeHolder input {
	/* background: url('../images/iconClock.png') no-repeat 94% center !important; */
  background: url('../images/iconClockTheme.png') no-repeat 94% center !important;
  cursor: pointer;
}
.btnSubmitHolder {
	padding: 5px 0 0;
	box-sizing: border-box;
}
.eventBox.resultHandle {
	display: block;
}
.resultLeftHandle {
	float: left;
}
.resultRightHandle {
	float: right;
	background: #f6f7fa;
	border: 1px solid #e6e7e9;
	border-radius: 3px;
}
.participantViewWrapper {
	padding: 55px 0 0;
	box-sizing: border-box;
}
.participantViewWrapper h2 {
	color: #576a94;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 20px;
	padding: 0 0 35px;
}
.participantViewWrapper h4 {
	color: #18191a;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0 20px;
}
.categorySelectBox {
	border: 2px solid #f3f4f9;
	background: url(../images/iconCategoryDrpdwn.png) no-repeat 99% center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	width: 100%;
	padding: 17px 45px 17px 20px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	margin: 0 0 45px;
}
.categoryDropdown {
	display: block;
	position: absolute;
	top: 51px;
	left: 0;
	text-align: left;
	background: #fff;
	width: 100%;
	z-index: 100;
	border-radius: 4px;
	-webkit-box-shadow: 1px 3px 32px -10px rgba(0,0,0,1);
	-moz-box-shadow: 1px 3px 32px -10px rgba(0,0,0,1);
	box-shadow: 1px 3px 32px -10px rgba(0,0,0,1);
	height: 160px;
	overflow: auto;
}
.categoryDropdown li {
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #102a54;
	border-bottom: 1px solid #e2e3e8;
	padding: 12px 20px;
}
.categoryDropdown li:hover {
	background: #f3f4f9;
}
.categorySelectBox span {
	display: block;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 16px;
	color: #102a54;
}
.participantListHeading, .participantListHandle {
	/* display: table; */
	width: 100%;
}
.participantListHeading {
	background: #f3f4f9;
	padding: 17px 25px !important;
	box-sizing: border-box;
	margin: 0 0 10px !important;

}
.participantListHandle {
	padding: 10px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e6ec;
}
.participantListHandle:last-child {
	border-bottom: 0;
}
.participantListHeading li, .participantName, .participantCompany, .participantVote, .qrCodeHandle {
	display: table-cell;
	vertical-align: middle;
}
.participantListHeading li {
	text-transform: uppercase;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 12px;
	color: #18191a;
}
.participantListHeading li:nth-child(1) {
	width: 60%;
}
.participantListHeading li:nth-child(2) {
	width: 30%;
}
.participantName figure {
	display: inline-block;
	vertical-align: middle;
}
.participantName {
	width: 60%;
}
.participantName span {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 15px;
	color: #102a54;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 18px;
}
.participantName span a {
	color: #6648a9;
}
.participantVote {
	font-family: 'Poppins';
            font-weight: 600;
	font-size: 15px;
	color: #0154a4;
	width: 30%;
}
.btnPush.btnColorLightGreen {
	background: #b6d167;
	border: 0;
	cursor: pointer;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	margin-left: 5px;
}
.btnPush.btnColorLightGreen:hover {
	background: #7f914a;
}
.eventListTitle {
	background: #f3f4f9;
	padding: 20px 22px !important;
	box-sizing: border-box;
}
.eventListTitle li {
	display: inline-block;
	vertical-align: top;
	padding-right: 1%;
}
.eventListTitle li span {
	display: block;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 12px;
	color: #18191a;
	text-transform: uppercase;
	padding: 0 0 12px;
}
.eventListTitle li input,.eventListTitle li select {
	background: #fff;
	border: 1px solid #d7d8df;
	border-radius: 3px;
	height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
	max-width: 158px;
	width: 100%;
}
.eventListTitle li input.datepickerCalendar {
	background: #fff url(../images/iconCalendar.png) no-repeat 94% center;
	padding: 0 30px 0 10px;
}
.eventListTitle li:nth-child(1) {
	max-width: 175px;
	width: 18%;
}
.eventListTitle li:nth-child(2) {
	max-width: 175px;
	width: 18%;
}
.eventListTitle li:nth-child(3) {
	max-width: 175px;
	width: 18%;
}
.eventListTitle li:nth-child(4) {
	max-width: 255px;
	width: 28%;
}
.eventListTitle li:nth-child(5) {
	max-width: 150px;
	width: 8%;
}
.eventListHandle {
	padding: 10px 22px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e6ec;
	word-wrap: break-word;
}
.eventListHandle:last-child {
	border: 0;
}
.eventNameHolder, .eventStartDateHolder, .eventEndDateHolder, .eventVenueHolder, .eventActionHolder, .eventStartTimeHolder, .eventEndTimeHolder, .eventDescriptionHolder, .eventActionHolder, .timerSnoHolder , .timerMessageHolder , .timerStatusHolder, .timerActionHolder {
	display: inline-block;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
}
.eventNameHolder, .eventStartDateHolder, .eventEndDateHolder {
	max-width: 190px;
	width: 19%;
	word-wrap: break-word;
}
.eventVenueHolder {
	max-width: 255px;
	width: 28%;
}
.eventActionHolder {
	max-width: 155px;
	width: 13%;
}
.eventActionHolder select {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #000;
	border: 1px solid #d7d8df;
	height: 35px;
	max-width: 135px;
	width: 100%;
	border-radius: 3px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../images/iconEventListDrpdwn.png') no-repeat 90% center;
}
.eventListBox {
	padding: 35px 35px 45px 25px;
}
.winnerListWrapper .accordionTitle.active {
	border-bottom: 0;
}
.winnerListWrapper .accordionContent {
	padding: 0 35px;
	box-sizing: border-box;
}
.currentEvent {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #20a2ed;
	text-transform: uppercase;
}
.checkboxHolder {
	display: inline-block;
}
.checkboxHolder input {
	display: none;
}
.checkboxHolder input[type="checkbox"] + label {
	vertical-align: middle;
	border: 2px solid #e6ecef;
	margin: 0 5px 0 0;
	display: inline-block;
	height: 28px;
	padding: 0;
	width: 28px;
	border-radius: 5px;
}
.checkboxHolder input[type="checkbox"]:checked + label {
	background: #03a9f4 url("../images/iconTick.png") no-repeat center center;
	border: 2px solid #03a9f4 !important;
}
.eventFileUpload  span {
	font-size: 15px;
	color: #2d2c4c;
  font-family: 'Poppins';
  font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 3px;
}
.eventFileUpload {
	border-top: 1px dashed #cfd7db;
	padding: 28px 0 0;
	margin: 22px 0 0;
	box-sizing: border-box;
}
/* .btnFileUpload {
	padding: 15px 0 0;
} */
.btnFileUpload input {
	display: none;
}
.btnFileUpload .custom-file-upload,.file-uploaded {
  background: #fff;
  border: 1px solid #e3e6eb;
  color: #919aa2;
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 17px;
  border-radius: 8px;
  height: 155px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 20px !important;
  /* padding-top: 45px; */
}
.btnFileUpload .profile-img.custom-file-upload{
    font-size: 16px;
    color: #6648a9;
    border: solid 1px #6648a9;
    font-family: "Poppins";
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    padding: 5px 10px !important;
    box-sizing: border-box;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    flex-direction: row;
    height: unset;
    display: inline-flex;
}
.btnFileUpload .profile-img.custom-file-upload img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-bottom: 0;
}

.profile-uploadbtn.uploadbtnRight em{
    display: block;
    color: #b4b4b4;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0 0;
}

.profile-uploadbtn.uploadbtnRight{
    margin: 0px 0 0 10px
}




.file-uploaded {
	justify-content: flex-end;
	cursor: auto;
	height: auto;
}

.uploaded-file{
	display: none;
}


/* .btnFileUpload .custom-file-upload:hover {
	background: #fff;
	border: 1px solid #03a9f4;
	color: #03a9f4;
} */
.uploadImgBox {
	border: 1px solid #e7e9ee;
	background: #f3f4f9;
	display: inline-block;
	width: 155px;
	height: 115px;
}
.uploadImgBox img {
	cursor: pointer;
	width: 155px;
	height: 115px;
}
.participantVote.colorRed {
	color: #ed6868;
}
.actionSelectBox {
	background-image: url(../images/iconEventListDrpdwn.png), url(../images/iconSetting.png);
	background-position: 90% center, 5% center;
	background-repeat: no-repeat, no-repeat;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d7d8df;
	width: 100%;
	border-radius: 3px;
	padding: 8px 0px 8px 0px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	text-align: center;
	min-width: 130px;
}
.actionSelectBox span {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #000;
}
.actionDropdown {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	text-align: left;
	background: #fff;
	width: 100%;
	z-index: 100;
	border-radius: 4px;
	-webkit-box-shadow: 1px 3px 32px -10px rgba(0,0,0,1);
	-moz-box-shadow: 1px 3px 32px -10px rgba(0,0,0,1);
	box-shadow: 1px 3px 32px -10px rgba(0,0,0,1);
}
.actionDropdown li {
	border-bottom: 1px solid #e2e3e8;
}
.actionDropdown li a {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #000;
	display: block;
	padding: 12px 10px;
}
.actionDropdown li a:hover {
	background: #f3f4f9;
}
.uploadbtnRight {
	display: inline-block;
	margin: 35px 0 0 10px;
	vertical-align: top;
}
.uploadbtnRight a {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	color: #20a2ed;
	display: block;
	padding: 8px 0 0;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.uploadbtnRight a:hover {
	color: #0154a4;
}
.participantViewWrapper.eventMenuWrapper {
	padding: 80px 0 0;
}
.participantViewWrapper.eventMenuWrapper h2 {
	padding: 0 0 25px;
}
.eventMenuWrapper .eventBox.addCategoryBox {
	padding: 25px 30px 40px 25px;
}
.eventMenuWrapper .participantVote input {
	background: url('../images/iconCalendar.png') no-repeat 94% center;
	color: #8c959a;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	border: 1px solid #e6ecef;
	border-radius: 5px;
	height: 38px;
	padding: 0 35px 0 15px;
	max-width: 177px;
	width: 100%;
	box-sizing: border-box;
}
.eventMenuWrapper .participantVote input[type="text"]::-webkit-input-placeholder {
	color: #8c959a;
	opacity: 1;
}
.eventMenuWrapper .participantVote input[type="text"]::-moz-placeholder {
	color: #8c959a;
	opacity: 1;
}
.eventMenuWrapper .participantVote input[type="text"]:-ms-input-placeholder {
	color: #8c959a;
	opacity: 1;
}
.eventMenuWrapper .participantVote input[type="text"]:-moz-placeholder {
	color: #8c959a;
	opacity: 1;
}
.eventMenuWrapper .participantName span {
	padding: 0;
}
.eventMenuWrapper .participantListHeading li:nth-child(1) {
	width: 70%;
}
.eventMenuWrapper .participantListHeading li:nth-child(2) {
	width: 24%;
}
.eventMenuWrapper .participantListHeading li:nth-child(3) {
	width: 10%;
}
.eventMenuWrapper .participantName {
	width: 70%;
}
.eventMenuWrapper .participantVote {
	width: 24%;
	padding-right: 2%;
	box-sizing: border-box;
}
.eventChkboxHolder {
	display: table-cell;
	vertical-align: middle;
}
.eventChkboxHolder input[type="checkbox"] {
	display: none;
}
.eventChkboxHolder input[type="checkbox"] + label {
	vertical-align: middle;
	border: 1px solid #d7d8df;
	display: inline-block;
	height: 18px;
	padding: 0;
	width: 18px;
	border-radius: 3px;
	background: #fff;
}
.eventChkboxHolder input[type="checkbox"]:checked + label {
	background: #6648a9 url("../images/iconChkboxTick.png") no-repeat 45% 80%;
	border: 1px solid #6648a9 !important;
}
.eventMenuWrapper .participantListHeading {
	margin: 0 0 4px !important;
}
.eventMenuWrapper .participantListHandle {
	padding: 11px 25px;
}
.eventMenubtnSubmit {
	margin: 30px 0 0 2px;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 15px;
	min-width: 135px;
	height: 38px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.eventMenubtnSubmit:hover {
	background: #0154a4;
}
.loginWrapper {
	background: #fff;
	min-height: 435px;
	margin: auto;
	position: absolute;
	right: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 430px;
	width: 100%;
  border-radius: 8px;
	/* -webkit-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	-moz-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	box-shadow: 1px 1px 12px -5px rgba(136,156,176,1); */
  -webkit-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
	-moz-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
	box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
}
.loginHolder {
	margin: 0 auto;
	max-width: 268px;
	padding: 80px 0 20px;
}
.loginHolder img {
	display: block;
	margin: 0 auto;
	max-width: 210px;
}
.inputHandle {
	box-sizing: border-box;
	padding: 50px 0 0;
}
.loginHolder input[type="text"], .loginHolder input[type="password"], .loginHolder input[type="number"] {
	border: 1px solid #e6ecef;
	border-radius: 3px;
	box-sizing: border-box;
	color: #8c959a;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 13px;
	height: 38px;
	margin: 0 0 10px;
	max-width: 273px;
	padding: 0 10px;
	width: 100%;
}
.loginHolder input[type="submit"] {
	background: #6648a9;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	height: 40px;
	margin: 0 0 10px;
	max-width: 273px;
	padding: 5px 10px;
	width: 100%;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.loginHolder input[type="submit"]:hover {
	background: #4b347e;
}
.btnSignIn {
	padding: 8px 0 0;
}
.loginHolder input[type="text"]::-webkit-input-placeholder, .loginHolder input[type="number"]::-webkit-input-placeholder, .loginHolder input[type="password"]::-webkit-input-placeholder {
	color: #8c959a;
	opacity: 1;
}
.loginHolder input[type="text"]::-moz-placeholder, .loginHolder input[type="number"]::-moz-placeholder, .loginHolder input[type="password"]::-moz-placeholder {
	color: #8c959a;
	opacity: 1;
}
.loginHolder input[type="text"]:-ms-input-placeholder, .loginHolder input[type="number"]:-ms-input-placeholder, .loginHolder input[type="password"]:-ms-input-placeholder {
	color: #8c959a;
	opacity: 1;
}
.loginHolder input[type="text"]:-moz-placeholder, .loginHolder input[type="number"]:-moz-placeholder, .loginHolder input[type="password"]:-moz-placeholder {
	color: #8c959a;
	opacity: 1;
}
.forgotPwsrd {
	display: block;
	color: #6648a9;
	font-family: 'Poppins';
  font-weight: 500;
	font-size: 13px;
	padding: 3px 0 20px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
/* .forgotPwsrd:hover {
	color: #20a2ed;
} */
.addSponsorWrapper .eventBox.addCategoryBox {
	padding: 25px 30px 15px 25px;
}
.addSponsorWrapper .participantVote {
	font-family: 'Poppins';
            font-weight: 500;
}
.addSponsorWrapper .participantVote.colorDiamond {
	color: #3b7ce4;
}
.addSponsorWrapper .participantVote.colorGold {
	color: #e6b92e;
}
.addSponsorWrapper .participantVote.colorPremium {
	color: #4ac51a;
}
.participantViewWrapper.addSponsorWrapper h2 {
	padding: 0 0 25px;
}
.addSponsorWrapper .participantListHeading {
	margin: 0 !important;
}
.addSponsorWrapper .participantName span {
	padding: 0 0 0 15px;
}
.addSponsorWrapper .participantListHeading li:nth-child(1), .addSponsorWrapper .participantName {
	width: 50%;
}
.addSponsorTopBox .eventBox.addCategoryBox {
	padding: 48px 30px 40px 35px;
}
.addSponsorTopBox .btnFileUpload .custom-file-upload {
	color: #03a9f4;
	border: 1px solid #03a9f4;
	background: #fff;
}
.addSponsorTopBox .btnFileUpload .custom-file-upload:hover {
	color: #fff;
	border: 1px solid #03a9f4;
	background: #03a9f4;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.addSponsorTopBox .btnFileUpload {
	padding: 20px 0 0;
}
.addSponsorTopBox .addSponsorHandle {
	margin: 0 0 45px;
}
.addSponsorInputHolder {
	display: inline-block;
	vertical-align: top;
	max-width: 367px;
	width: 37%;
	padding-right: 3%;
}
.commonInputHandle {
	padding: 0 0 10px;
}
.timeInputHolder {
	display: inline-block;
	width: 48.3%;
}
.strtTimeInput {
	margin-right: 2%;
}
.agendaHolder .addSponsorHandle {
	padding: 0 0 15px;
}
.agendaHolder .addSponsorInputHolder input {
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 14px;
	color: #8c959a;
}
.agendaHolder .addSponsorInputHolder input[type="text"]::-webkit-input-placeholder {
	color: #8c959a;
	opacity: 1;
}
.agendaHolder .addSponsorInputHolder input[type="text"]::-moz-placeholder {
	color: #8c959a;
	opacity: 1;
}
.agendaHolder .addSponsorInputHolder input[type="text"]:-ms-input-placeholder {
	color: #8c959a;
	opacity: 1;
}
.agendaHolder .addSponsorInputHolder input[type="text"]:-moz-placeholder {
	color: #8c959a;
	opacity: 1;
}
.agendaHolder .addSponsorInputHolder .timeInputHolder input {
	background: url('../images/iconClock.png') no-repeat 94% center;
	padding: 0 35px 0 15px;
}
.agendaHolder .addSponsorInputHolder .dateInputHolder input {
	background: url('../images/iconCalendar.png') no-repeat 94% center;
	padding: 0 35px 0 15px;
}
.addSponsorInputHolder textarea {
	height: 190px;
	max-width: 320px;
	width: 100%;
	border: 2px solid #e6ecef;
	border-radius: 5px;
	padding: 10px;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 14px;
	color: #8c959a;
}
.participantViewWrapper.viewAttendeeWrapper {
	padding: 30px 0 0;
}
.participantViewWrapper.viewAttendeeWrapper h2 {
	padding: 0 0 25px;
}
.participantViewWrapper.viewAttendeeWrapper .eventBox.addCategoryBox {
	padding: 25px 30px 40px 28px;
}
.listFilter h2 {
	float: left;
}
.listFilter .actionSelectBox {
	/*margin-left: auto;
	margin-right: auto;*/
}
.searchHolder, .attendeeCkhbox {
	padding: 12px 0 0;
	box-sizing: border-box;
}
.searchHolder input {
	background: #fff url('../images/iconSearch.png') no-repeat 5% center;
	border: 1px solid #d7d8df;
	max-width: 215px;
	width: 100%;
	height: 35px;
	padding: 0 10px 0 38px;
	box-sizing: border-box;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #9c9fad;
}
.searchHolderinput[type="text"]::-webkit-input-placeholder {
	color: #9c9fad;
	opacity: 1;
}
.searchHolder input[type="text"]::-moz-placeholder {
	color: #9c9fad;
	opacity: 1;
}
.searchHolder input[type="text"]:-ms-input-placeholder {
	color: #9c9fad;
	opacity: 1;
}
.searchHolder input[type="text"]:-moz-placeholder {
	color: #9c9fad;
	opacity: 1;
}
.attendeeCkhbox .eventChkboxHolder {
	display: inline-block;
	width: inherit !important;
}
.attendeeCkhbox span {
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 12px;
	color: #102a54;
	display: inline-block;
	vertical-align: middle;
	text-transform: initial;
	padding: 0 0 0 8px;
}
.viewAttendeeWrapper .participantListHeading li:nth-child(1) {
	width: 33%;
}
.viewAttendeeWrapper .participantListHeading li:nth-child(2) {
	width: 34%;
}
.viewAttendeeWrapper .participantListHeading li:nth-child(3) {
	width: 21%;
}
.viewAttendeeWrapper .participantListHeading li:nth-child(4) {
	width: 21%;
}
.viewAttendeeWrapper .participantName {
	width: 33%;
}
.viewAttendeeWrapper .addNomineeHolder .participantName {
	width: 80%;
}
.viewAttendeeWrapper .participantVote {
	width: 34%;
	font-family: 'Poppins';
            font-weight: 500;
	color: #102a54;
}
.viewAttendeeWrapper .eventChkboxHolder {
	width: 21%;
}
.imgZoomOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.imgPopup {
	position: absolute;
	max-width: 60%;
	width: 100%;
	z-index: 1000;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
	background: #fff;
	padding: 8px 8px 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.imgPopupInner {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.btnClosePopup {
	position: absolute;
	top: -16px;
	right: -16px;
	border-radius: 50%;
	background: #000;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	border: 2px solid #ccc;
	cursor: pointer;
}
.btnClosePopup a {
	font-weight: bold;
	color: #fff;
}
.editInputHolder {
	padding: 0 0 20px;
}
.editInputHolder span {
	display: inline-block;
	color: #2d2c4c;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	width: 190px;
	vertical-align: middle;
}
.editInputHolder input[type="text"], .editInputHolder input[type="number"], .editInputHolder input[type="email"],.editInputHolder input[type="password"], .editInputHolder textarea,.editInputHolder select {
	color: #41464e;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	border: 2px solid #e6ecef;
	border-radius: 5px;
	height: 45px;
	padding: 0 15px;
	width: 100%;
	max-width: 350px;
	box-sizing: border-box;
	display: inline-block;
	background: #fff;
}
.editInputHolder textarea {
	padding: 10px 15px;
	height: 130px;
}
.editProfileWrapper .uploadProfileWrapper {
	display: inline-block;
	vertical-align: middle;
}
.editProfileWrapper .btnSubmit {
	margin-top: 20px;
}
.editProfileWrapper .uploadImgBox img {
	cursor: inherit;
}
.ui-icon-circle-triangle-w {
	background-image: url("../images/imgCalendarPrev.png") !important;
	background-position: -1px 3px !important;
}
.ui-icon-circle-triangle-e {
	background-image: url("../images/imgCalendarNext.png") !important;
	background-position: 1px 3px !important;
}
/*----Timepicker------*/
.ti_tx, .mi_tx, .mer_tx {
	width: 100%;
	text-align: center;
	margin: 5px 0;
}
.time, .mins, .meridian {
	width: 32px;
	display: inline-block;
	margin: 0 6px;
	font-size: 15px;
	color: #2d2e2e;
	font-family: 'Poppins';
	font-weight: 500;
}
.prev, .next {
	cursor: pointer;
	padding: 11px;
	width: 10%;
	/* border: 1px solid #ccc; */
	margin: auto;
	/* background: url(../images/arrow.png) no-repeat; */
  background: url(../images/arrowTheme.png) no-repeat;
	border-radius: 5px;
  transition: all .3s ease;
}
.prev:hover, .next:hover {
	/* background-color: #03a9f4; */
	/* background-image: url(../images/arrowActive.png); */
  background-image: url(../images/arrowThemeActive.png);
}
.timepicker_wrap .next {
	background-position: 50% 112%;
}
.timepicker_wrap .prev {
    background-position: 50% -19%;
}
.time_pick {
	position: relative;
}
.timepicker_wrap {
	padding: 10px;
	border-radius: 8px;
	z-index: 998;
	display: none;
	box-shadow: 5px 12px 15px -5px rgb(0, 0, 0, .1);
	background: #fff;
	border: 1px solid #e3e6eb;
	float: left;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
  max-width: 175px;
	text-align: center;
}
.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	/* background: url(../images/top_arr.png) no-repeat; */
  background: url(../images/top_arrWt.png) no-repeat;
	width: 18px;
	height: 10px;
	z-index: 999;
}
input.timepicki-input {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	float: none;
	margin: 0;
	text-align: center;
	width: 100% !important;
	height: 20px !important;
	padding: 0 !important;
  font-size: 15px !important;
}
a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}
/*----end---*/
.alert-danger, .alert-info {
	background: #f9dbdd;
	border: 1px #fd5860;
	padding: 12px 10px;
	box-sizing: border-box;
	margin: 15px 0;
	font-size: 14px;
	font-family: 'Poppins';
            font-weight: 500;
	color: #a51a21;
}
.successMsg {
	background: #d1efcc;
	border: 1px dotted #486b43;
	padding: 12px 10px;
	box-sizing: border-box;
	margin: 15px 0;
	font-size: 14px;
	font-family: 'Poppins';
            font-weight: 500;
	color: #42622e;
}
.error, .commonFieldHolder label.error, .addCategoryWrapper label.error {
	font-size: 13px;
	font-family: 'Poppins';
            font-weight: 500;
	display: block;
	background: #fc7379;
	color: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	margin: 0 0 10px;
	position: relative;
	border-radius: 5px;
}
.commonFieldHolder label.error:before,.error:before {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fc7379;
	position: absolute;
	top: -8px;
	left: 15px;
	content: "";
}
.regHolder .error{
    font-size: 11px;
    font-family: 'Poppins';
            font-weight: 500;
    display: block;
    color: #f1180d;
    background: transparent;
    padding: 0;
}
.regHolder .error:before{
	display: none;
}
.modalInsHolderV1.modalSuccesMsg span {
  	font-size: 20px;
  	padding-bottom:0;
  	color:#fff;
  	line-height: 25px;
}
.modalInsHolderV1.modalSuccesMsg .uploadModalInner {
	padding: 20px !important;
}
.modalInsHolderV1 {
    max-width: 435px;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    top: 200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1000;
    display: none;
}
.modalInsHolderV1.modalSuccesMsg {
	max-width: 625px;
	top:0;
	background: #25af6c;
	position: fixed;
	text-align: center;
}

/*--------------------Company Details---------------------------*/

.companyDetails span {
	display: inline-block;
	color: #2d2c4c;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	min-width: 190px;
}
.companyDetails ul {
	padding: 20px 0 0 0;
}
.companyDetails li {
	padding-bottom: 15px;
}

.ConventionWrap h2, .sponsorsWrapper h2 {
 font-family: 'Museo Slab 700';
 font-weight: normal;
 font-size: 30px;
 color: #152266;
 line-height: 34px;
 padding-bottom: 24px;
}

.sponsorsWrapper h2 {
 text-align: center;
}
.companyDetails h2 {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 20px;
	color: #576a94;
	margin: 25px 0 23px;
}
.companyDetails input[type="text"] {
	width: 45px;
	height: 30px;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	text-align: center;
	display: inline-block;
}
.companyDetails .editInputHolder span {
	width: inherit;
	padding-left: 10px;
	display: inline-block;
}
.addedListItems {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.addedListItems li {

	padding: 15px 25px;
	display: block;
	box-sizing: border-box;
}
.addedListItems li:nth-child(odd) {
	background: #efefef;
}
.addedListItems li span {
	display: inline-block;
	color: #2d2c4c;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	padding-right: 25px;
}
.mandatory {
	color: #fc0914 !important;
	content: '*';
	display: inline-block;
	vertical-align: middle;
	padding: 0 !important;
	line-height: 1px;
}
.loginWrapper .alert-info {
	margin: 15px 20px 0;
}
.addSponsorInputHolder .selectBox {
	border: 2px solid #e6ecef;
	border-radius: 5px;
	height: 46px;
	background: url('../images/iconSelectDropdown.png') no-repeat 96% center;
	max-width: inherit;
}
.addSponsorInputHolder .selectBox span, .addSponsorInputHolder .dropdown li {
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #2d2c4c;
}
.participantName img {
	width: 45px;
	height: 45px;
}
.sponsorBtnHolder {
	margin: 20px 0 0;
}
.btnNewCategory {
	display: inline-block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 0 !important;
	color: #fff !important;
	font-size: 30px !important;
	cursor: pointer;
	float: right;
	margin: 15px 0 0;
}
.addSponsorInputHolder .dropdown {
	top: 41px;
}
.btnNewCategory.btnPlus {
	background: #009639;
}
.btnNewCategory.btnClose {
	background: #f62f3e;
	line-height: 32px;
	font-size: 24px !important;
}
.pagination {
	float: right;
	padding: 15px 0 0 !important;
}
.pagination li {
	background: #dedfe4;
	display: inline-block;
	width: 24px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	line-height: 25px;
	cursor: pointer;
	vertical-align: top;
}
.pagination li.active {
	color: #fff;
	background: #6648a9;
}
.pagination li a {
	color: #000;
	display: inline-block;
	width: inherit;
}
.votingListHandle .pagination {
	float: right;
	text-align: right;
}
/*-----Award screen-----*/
.pageContainer {
	height: 100vh;
	background: url('../images/bgAwards.jpg') no-repeat center center;
	background-size: cover;
	display: table;
	width: 100%;
}
.awardWinnerHandle {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 25px 15px 25px;
	box-sizing: border-box;
}
.pageCenter {
	max-width: 1516px;
	margin: 0 auto;
}
/*.categoryTitle {
 min-height:115px;
 }*/
.categoryTitle span {
	display: block;
	color: #ffc54a;
	font-size: 48px;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-style: normal;
	text-shadow: -2px 4px 7px rgba(0, 0, 0, 0.28);
}
.categoryTitle em {
	display: block;
	color: #fff;
	font-size: 48px;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-style: normal;
	text-shadow: -2px 4px 7px rgba(0, 0, 0, 0.28);
}
.categoryTitle strong {
	display: block;
	color: #ffc54a;
	font-size: 70px;
	font-family: 'Roboto';
	text-transform: uppercase;
	text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.28);
}
.ourPartner {
	font-size: 0px;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	clear: both;
	text-align: center;
}
.ourPartner li {
	width: 165px;
	height: 75px;
	margin: 0 15px 0 0;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	display: inline-block;
}
.ourPartner li:last-child {
	margin: 0px;
}
.ourPartner li img {

	height: 55px;
}
.awardContainer {
	overflow: hidden;
}
.headingBar {
	background: url('../images/bgRibbon.png') no-repeat 0 0;
	height: 95px;
	display: table;
	width: 100%;
	margin: 15px 0 0;
}
.headingLeft, .headingRight {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 40px;
	font-family: 'robotomedium';
	text-shadow: -2px 4px 7px rgba(0, 0, 0, 0.26);
}
.awardWinnerHandle .bx-wrapper {
	margin: 0 auto;
}
.pageLogoHolder {
	padding: 15px 0 0;
	box-sizing: border-box;
}
.votingResultWrapper {
	padding: 15px 0 10px;
	box-sizing: border-box;
}
.votingBarBg {
	background: rgba(0,0,0,0.26);
	padding: 3px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.15);
	-moz-box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.15);
	box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.15);
}
/*.votingResultWrapper.votingResultWinner {
 min-height: 605px;
 }*/
.votingResultLeft {
	float: left;
	width: 540px;
	overflow: hidden;
	/* min-height: 500px;*/
}
.votingResultRight {
	float: right;
	position: relative;
	width: 775px;
	overflow: hidden;
}
.votingResultLeft ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.votingResultLeft li {
	padding: 0 0 8px;
	box-sizing: border-box;
}
.nomineeDetail {
	/*   width: 215px;*/
	text-align: left;
}
.votingResultLeft li .marContent {
	color: #fff;
	font-size: 30px;
	font-family: 'robotomedium';
	/*	padding-right: 80px;*/
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	padding: 0 0 5px;
}
.nomineeDetail .marContent {
	color: #fff;
	font-size: 30px;
	font-family: 'robotomedium';
	/* padding-right: 80px; */
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	padding: 0 0 5px;
	font-style: normal;
}
.votingBarHolderOngoing {
	/* width: 452px;*/
	padding-right: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.votingBar {
	background: #dae1e8;
	height: 15px;
	border-radius: 50px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.29);
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	width: 0%;
	animation-name: graphBarOut;
	-webkit-animation-name: graphBarOut;
	-o-animation-name: graphBarOut;
	animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: graphBarOut;
}
.votingBar.rank0 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4d15f+0,acc85a+50,a9c457+52,97b04a+99,97b04a+99,97b04a+100 */
	background: #b4d15f; /* Old browsers */
	background: -moz-linear-gradient(top, #b4d15f 0%, #acc85a 50%, #a9c457 52%, #97b04a 99%, #97b04a 99%, #97b04a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b4d15f 0%,#acc85a 50%,#a9c457 52%,#97b04a 99%,#97b04a 99%,#97b04a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b4d15f 0%,#acc85a 50%,#a9c457 52%,#97b04a 99%,#97b04a 99%,#97b04a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#b4d15f', endColorstr='#97b04a',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #daec88;
}
.votingBar.rank1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd171+0,f6c961+50,f3c459+54,eebc4a+99,97b04a+99,eebc4a+100 */
	background: #fcd171; /* Old browsers */
	background: -moz-linear-gradient(top, #fcd171 0%, #f6c961 50%, #f3c459 54%, #eebc4a 99%, #97b04a 99%, #eebc4a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcd171 0%,#f6c961 50%,#f3c459 54%,#eebc4a 99%,#97b04a 99%,#eebc4a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcd171 0%,#f6c961 50%,#f3c459 54%,#eebc4a 99%,#97b04a 99%,#eebc4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#fcd171', endColorstr='#eebc4a',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #feeea0;
}
.votingBar.rank2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ac7c8+1,7cbfba+42,69b5a9+100 */
	background: #8ac7c8; /* Old browsers */
	background: -moz-linear-gradient(top, #8ac7c8 1%, #7cbfba 42%, #69b5a9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8ac7c8 1%,#7cbfba 42%,#69b5a9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8ac7c8 1%,#7cbfba 42%,#69b5a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#8ac7c8', endColorstr='#69b5a9',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #b9e7e8;
}
.votingBar.rank3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899dc8+1,7b91c0+47,6984b6+100 */
	background: #899dc8; /* Old browsers */
	background: -moz-linear-gradient(top, #899dc8 1%, #7b91c0 47%, #6984b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #899dc8 1%,#7b91c0 47%,#6984b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #899dc8 1%,#7b91c0 47%,#6984b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#899dc8', endColorstr='#6984b6',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #b8c9e8;
}
.votingBar.rank4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe9364+2,f5895a+47,e57847+100 */
	background: #fe9364; /* Old browsers */
	background: -moz-linear-gradient(top, #fe9364 2%, #f5895a 47%, #e57847 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fe9364 2%,#f5895a 47%,#e57847 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fe9364 2%,#f5895a 47%,#e57847 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#fe9364', endColorstr='#e57847',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #ffbe8a;
}
.votingResultHolder {
	position: relative;
	max-width: 816px;
	margin: 0 auto;
}
.imgFrameWrapper {
	position: relative;
	z-index: 1;
	width: 445px;
	height: 460px;
}
.imgFrameWrapperOngoing {
	position: relative;
	z-index: 1;
	width: 405px;
	height: 355px;
}
.imgFrame {
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 2;
	width: 430px;
	height: 382px;
}
.imgFrameOuter {
	position: absolute;
	left: -175px;
	top: -11px;
	z-index: 3;
	width: 665px;
	height: 618px;
	z-index: 1;
}
.imgHolder {
	position: absolute;
	left: 15px;
	top: 35px;
	z-index: 1;
	width: 355px;
	height: 285px;
}
.hex1 {
	display: table;
}
.imgHolder img {
	max-width: 355px;
	max-height: 285px;
}
 .imgHolder .hex2 img {
	display: none;
}
.imgHolder .hex2 {
	background-repeat: no-repeat!important;
	background-position: center center!important;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	background-size: cover;
}
.detailFrame {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 0;
	width: 541px;
	height: 308px;
	overflow: hidden;
}
.detailFrame img {
	position: relative;
}
.detailHolder {
	position: absolute;
	left: 200px;
	text-align: left;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	overflow: hidden;
	/*	width: 225px;*/
}
.detailHolder span {
	color: #ffc64e;
	font-size: 36px;
	font-family: 'Roboto';
	display: block;
	text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.28);
	padding: 0 0 6px;
	position: relative;
}
.detailHolder em {
	color: #fff;
	font-size: 31px;
	font-family: 'robotomedium';
	display: block;
	text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.28);
	font-style: normal;
	padding: 0 0 8px;
	position: relative;
}
.votingResultHolder .imgFrame {
	left: 24px;
}
.votingResultHolder .imgHolder {
	left: 38px;
}
.hexa, .hexa .hex1, .hexa .hex2 {
	margin: 0 auto;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	overflow: hidden;
	width: 300px;
	height: 300px;
}
.hexa {
	width: 385px;
	height: 290px;
}
.hexa .hex1, .hexa .hex2 {
	width: 100%;
	height: 100%;
}

.hexa .hex2 {
	max-width: 300px;
	max-height: 300px;
}
.hexa {
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
.hex1 {
	transform: rotate(-60deg);
	-webkit-transform: rotate(120deg);
}
.hex2 {
	transform: rotate(-60deg);
	-webkit-transform: rotate(120deg);
	background: #1b5ec1;
}
.detailWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 105px 0 10px;
	box-sizing: border-box;
}
.detailHolder {

	position: absolute;
	left: 175px;
	text-align: left;
	top: 50%;
	transform: translate(0, -50%);
	overflow: hidden;
	width: 225px;
}
.votingResultRightInner {
	width: 783px;
	position: relative;
	height: 400px;
	top: 10px;
}
/*---------Animation----------*/
.pageContainer .categoryTitle span {
	font-family: 'Roboto';
	animation-name: fadeOutUp;
	-webkit-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
}
.pageContainer .categoryTitle em {
	animation-name: fadeOutUp;
	-webkit-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-delay: 0.6s;
}
.pageContainer .categoryTitle strong {
	animation-name: fadeOutUp;
	-webkit-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-delay: 0.3s;
}
.awardContainer .imgFrameWrapper {
	animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: flipOutY;
	-webkit-animation-name: flipOutY;
	-o-animation-name: flipOutY;
	animation-delay: 1s;
}
.awardContainer .detailFrame img {
	left: 0;
	-webkit-animation-name: frameSlideOut;
	-webkit-animation-duration: 1s;
	-moz-animation-name: frameSlideOut;
	-moz-animation-duration: 1s;
	-ms-animation-name: frameSlideOut;
	-ms-animation-duration: 1s;
	-o-animation-name: frameSlideOut;
	-o-animation-duration: 1s;
	animation-name: frameSlideOut;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-delay: 1s;
}
/*.awardContainer .detailHolder span {
 right:0;
 -webkit-animation-name: textSlideOut;
 -webkit-animation-duration: 0.7s;
 -moz-animation-name: textSlideOut;
 -moz-animation-duration: 0.7s;
 -ms-animation-name: textSlideOut;
 -ms-animation-duration: 0.7s;
 -o-animation-name: textSlideOut;
 -o-animation-duration: 0.7s;
 animation-name: textSlideOut;
 animation-duration: 0.7s;
 animation-fill-mode: both;
 animation-iteration-count: forward;
 }
 .awardContainer .detailHolder em {
 right:0;
 -webkit-animation-name: textSlideOut;
 -webkit-animation-duration: 0.7s;
 -moz-animation-name: textSlideOut;
 -moz-animation-duration: 0.7s;
 -ms-animation-name: textSlideOut;
 -ms-animation-duration: 0.7s;
 -o-animation-name: textSlideOut;
 -o-animation-duration: 0.7s;
 animation-name: textSlideOut;
 animation-duration: 0.7s;
 animation-fill-mode: both;
 animation-iteration-count: forward;
 }
 .awardContainer .detailHolder em:nth-of-type(1) {
 animation-delay:0.3s;
 }
 .awardContainer .detailHolder em:nth-of-type(2) {
 animation-delay:0.8s;
 }*/
.pageContainer  .votingResultLeft ul {
	-o-animation-duration: 0.6s;
	animation-duration: 0.6s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: slideOut;
	-webkit-animation-name: slideOut;
	-o-animation-name: slideOut;
	left: 0;
	animation-delay: 0.8s;
}
.animo .categoryTitle span, .animoOngoing .categoryTitle span {
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
}
.animo .categoryTitle em, .animoOngoing .categoryTitle em {
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-delay: 0.6s;
}
.animo .categoryTitle strong, .animoOngoing .categoryTitle strong {
	animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-delay: 0.3s;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
}
.animo .imgFrameWrapper {
	animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: flipInY;
	-webkit-animation-name: flipInY;
	-o-animation-name: flipInY;
}
.animo .detailFrame img {
	left: -800px;
	-webkit-animation-name: frameSlideIn;
	-webkit-animation-duration: 1s;
	-moz-animation-name: frameSlideIn;
	-moz-animation-duration: 1s;
	-ms-animation-name: frameSlideIn;
	-ms-animation-duration: 1s;
	-o-animation-name: frameSlideIn;
	-o-animation-duration: 1s;
	animation-name: frameSlideIn;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-delay: 0.9s;
}
/*.animo .detailHolder span {
 right:-500px;
 -webkit-animation-name: textSlideIn;
 -webkit-animation-duration: 0.7s;
 -moz-animation-name: textSlideIn;
 -moz-animation-duration: 0.7s;
 -ms-animation-name: textSlideIn;
 -ms-animation-duration: 0.7s;
 -o-animation-name: textSlideIn;
 -o-animation-duration: 0.7s;
 animation-name: textSlideIn;
 animation-duration: 0.7s;
 animation-fill-mode: both;
 animation-iteration-count: forward;
 animation-delay:1.2s;
 }
 .animo .detailHolder em {
 right:-500px;
 -webkit-animation-name: textSlideIn;
 -webkit-animation-duration: 0.7s;
 -moz-animation-name: textSlideIn;
 -moz-animation-duration: 0.7s;
 -ms-animation-name: textSlideIn;
 -ms-animation-duration: 0.7s;
 -o-animation-name: textSlideIn;
 -o-animation-duration: 0.7s;
 animation-name: textSlideIn;
 animation-duration: 0.7s;
 animation-fill-mode: both;
 animation-iteration-count: forward;
 }
 .animo .detailHolder em:nth-of-type(1) {
 animation-delay:1.5s;
 }
 .animo .detailHolder em:nth-of-type(2) {
 animation-delay:1.8s;
 }*/

.animoOngoing  .votingResultLeft ul {
	animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;
	-o-animation-name: slideLeft;
	left: -845px;
	animation-delay: 0.3s;
}
/*.ongoingContainer .detailHolder span {
 right:-500px;
 -webkit-animation-name: textSlideOut;
 -webkit-animation-duration: 0.7s;
 -moz-animation-name: textSlideOut;
 -moz-animation-duration: 0.7s;
 -ms-animation-name: textSlideOut;
 -ms-animation-duration: 0.7s;
 -o-animation-name: textSlideOut;
 -o-animation-duration: 0.7s;
 animation-name: textSlideOut;
 animation-duration: 0.7s;
 animation-fill-mode: both;
 animation-iteration-count: forward;
 animation-delay:0.3s;
 }
 .ongoingContainer .detailHolder em {
 right:0;
 -webkit-animation-name: textSlideOut;
 -webkit-animation-duration: 0.7s;
 -moz-animation-name: textSlideOut;
 -moz-animation-duration: 0.7s;
 -ms-animation-name: textSlideOut;
 -ms-animation-duration: 0.7s;
 -o-animation-name: textSlideOut;
 -o-animation-duration: 0.7s;
 animation-name: textSlideOut;
 animation-duration: 0.7s;
 animation-fill-mode: both;
 animation-iteration-count: forward;
 }
 .ongoingContainer .detailHolder em:nth-of-type(1) {
 animation-delay:0.6s;
 }
 .ongoingContainer .detailHolder em:nth-of-type(2) {
 animation-delay:0.8s;
 }
 .animoOngoing .detailHolder span {
 right:-500px;
 -webkit-animation-name: textSlideIn;
 -webkit-animation-duration: 0.7s;
 -moz-animation-name: textSlideIn;
 -moz-animation-duration: 0.7s;
 -ms-animation-name: textSlideIn;
 -ms-animation-duration: 0.7s;
 -o-animation-name: textSlideIn;
 -o-animation-duration: 0.7s;
 animation-name: textSlideIn;
 animation-duration: 0.7s;
 animation-fill-mode: both;
 animation-iteration-count: forward;
 animation-delay:1.2s;
 }
 .animoOngoing .detailHolder em {
 right:-500px;
 -webkit-animation-name: textSlideIn;
 -webkit-animation-duration: 0.7s;
 -moz-animation-name: textSlideIn;
 -moz-animation-duration: 0.7s;
 -ms-animation-name: textSlideIn;
 -ms-animation-duration: 0.7s;
 -o-animation-name: textSlideIn;
 -o-animation-duration: 0.7s;
 animation-name: textSlideIn;
 animation-duration: 0.7s;
 animation-fill-mode: both;
 animation-iteration-count: forward;
 }
 .animoOngoing .detailHolder em:nth-of-type(1) {
 animation-delay:1.6s;
 }
 .animoOngoing .detailHolder em:nth-of-type(2) {
 animation-delay:1.8s;
 }*/
.ongoingContainer .imgFrameWrapperOngoing {
	animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: rotateOut;
	-webkit-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	-webkit-transition: ease-out;
	-moz-transition: ease-out;
	-o-transition: ease-out;
	transition: ease-out;
	animation-delay: 0.8s;
}
.animoOngoing .imgFrameWrapperOngoing {
	animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: rotate;
	-webkit-animation-name: rotate;
	-o-animation-name: rotate;
	-webkit-transition: ease-out;
	-moz-transition: ease-out;
	-o-transition: ease-out;
	transition: ease-out;
	animation-delay: 0.3s;
}
.ongoingContainer .votingResultRightInner {
	-o-animation-duration: 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: imgFrameSlideOut;
	-webkit-animation-name: imgFrameSlideOut;
	-o-animation-name: imgFrameSlideOut;
	animation-delay: 0.8s;
}
.animoOngoing .votingResultRightInner {
	animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: imgFrameSlide;
	-webkit-animation-name: imgFrameSlide;
	-o-animation-name: imgFrameSlide;
	animation-delay: 0.3s;
}
.votingResultRightInner {
	animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: flipOutY;
	-webkit-animation-name: flipOutY;
	-o-animation-name: flipOutY;
	animation-delay: 2s;
}
.animoMultiple .votingResultRightInner {
	animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-name: flipInY;
	-webkit-animation-name: flipInY;
	-o-animation-name: flipInY;
	animation-delay: 0.3s;
}
.animoOngoing .votingBar {
	animation-name: graphBar;
	-webkit-animation-name: graphBar;
	-o-animation-name: graphBar;
	animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: forward;
	animation-delay: 0.9s;
}
@keyframes frameSlideIn {
from {
	left: -800px;
}
to {
	left: 0;
}
}
@keyframes
frameSlideOut {from {
	left: 0px;
}
to {
	left: -800px;
}
}
@keyframes
textSlideIn {from {
	left: -500px;
}
to {
	left: 0;
}
}
@keyframes
textSlideOut {from {
	left: 0;
}
to {
	left: -500px;
}
}
@keyframes
slideLeft {from {
	left: -845px;
}
to {
	left: 0;
}
}
@keyframes
slideOut {from {
	left: 0;
}
to {
	left: -845px;
}
}
@keyframes
imgFrameSlide {from {
	right: -765px;
}
to {
	right: 0;
}
}
@keyframes
imgFrameSlideOut {from {
	right: 0;
}
to {
	right: -765px;
}
}
@keyframes
rotate {from {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
to {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-o-transform: rotate(0);
}
}
@keyframes
rotateOut {from {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-o-transform: rotate(0);
}
to {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
}

@keyframes graphBar {
0% {width: 0%;}
}

@keyframes graphBarOut {
100% {width: 0%;}
}

/*--loader ends---*/
.agendaListTable .eventListTitle li:nth-child(1) {
	max-width: 175px;
	width: 21%;
}
.agendaListTable .eventListTitle li:nth-child(2) {
	max-width: 100px;
	width: 12%;
}
.agendaListTable .eventListTitle li:nth-child(3) {
	max-width: 110px;
	width: 13%;
}
.agendaListTable .eventListTitle li:nth-child(4) {
	max-width: 100px;
	width: 12%;
}
.agendaListTable .eventListTitle li:nth-child(5) {
	max-width: 260px;
	width: 29%;
}
.agendaListTable .eventListTitle li:nth-child(6) {
	max-width: 70px;
	width: 9%;
}
.agendaListTable .eventListTitle li {
	padding-right: 0;
}
.agendaListTable .eventNameHolder {
	max-width: 175px;
	width: 21%;
}
.agendaListTable .eventStartDateHolder {
	max-width: 100px;
	width: 12%;
}
.agendaListTable .eventStartTimeHolder {
	max-width: 110px;
	width: 13%;
}
.agendaListTable .eventEndTimeHolder {
	max-width: 100px;
	width: 12%;
}
.agendaListTable .eventDescriptionHolder {
	max-width: 260px;
	width: 29%;
	padding-right: 15px;
}
.agendaListTable .eventActionHolder {
	max-width: 70px;
	width: 9%;
}

.timerListTable .eventListTitle li:nth-child(1) {
	max-width: 175px;
	width: 21%;
}
.timerListTable .eventListTitle li:nth-child(2) {
	max-width: 100px;
	width: 12%;
}
.timerListTable .eventListTitle li:nth-child(3) {
	max-width: 110px;
	width: 13%;
}
.timerListTable .eventListTitle li:nth-child(4) {
	max-width: 100px;
	width: 12%;
}
.timerListTable .eventListTitle li:nth-child(5) {
	max-width: 260px;
	width: 29%;
}
.timerListTable .eventListTitle li:nth-child(6) {
	max-width: 70px;
	width: 9%;
}
.timerListTable .eventListTitle li {
	padding-right: 0;
}
.timerListTable .timerSnoHolder {
	max-width: 200px;
	width: 20%;
}
.timerListTable .timerMessageHolder {
	max-width: 350px;
	width: 31%;
}
.timerListTable .timerStatusHolder {
	max-width: 350px;
	width: 30%;
}
.timerListTable .timerActionHolder {
	max-width: 200px;
	width: 20%;
}
.eventActionHolder img {
	max-width: 20px;
}
.eventDescriptionHolder a {
	color: #20A2ED;
}
.formSelectBox {
	border: 2px solid #e6ecef;
	background: #fff url('../images/iconSelectDropdown.png') no-repeat 96% center;
	max-width: 350px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	width: 100%;
	padding: 14px 35px 14px 20px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.phoneNumberHolder {
	position: relative;
	display: inline-block;
	max-width: 350px;
	width: 100%;
}
.editInputHolder input.countryCodeField {
	position: absolute;
	left: 0;
	max-width: 85px;
	top: 0;
	padding: 0 10px;
	z-index: 100;
}
.editInputHolder input.phoneNumField {
	/*    padding-left:95px;*/
	margin: 0;
}
.formDropdown {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	text-align: left;
	background: #fff;
	width: 100%;
	z-index: 100;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
	height: 160px;
	overflow: auto;
	z-index: 1000;
}
.formDropdown li {
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #102a54;
	border-bottom: 1px solid #e2e3e8;
	padding: 12px 20px;
}
/*.editInputHolder input[type=number]::-webkit-inner-spin-button,
 .editInputHolder input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 }*/
.accordionWrapper.winnerListWrapper.categoryListWrapper {
	padding: 0;
}
.userTabTitle {
	float: left;
}
.userTabTopRight {
	float: right;
}
.userTabTopRight .btnFileUpload {
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}
.userTabTopRight .uploadbtnRight {
	margin: 0;
}
#loading {
	background: rgba(0,0,0,0.3) url(../images/ajax-loading.gif) no-repeat center center;
	position: fixed;
	margin: -70px 0 0 0px;
	padding: 10px;
	z-index: 99999;
	opacity: .799;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.inputHolderForm {
	display: inline-block;
	vertical-align: middle;
	max-width: 365px;
	width: 100%;
	vertical-align: middle;
}
.inputHolderForm.dateInputHolder input {
	background: url('../images/iconCalendar.png') no-repeat 96% center;
	padding: 0 35px 0 15px;
}
.qrCodeHandle a {
	color: #20a2ed;
}
.addAttendeeChkbox .eventChkboxHolder {
	display: inline-block;
	width: inherit;
}
.noData {
	display: block;
	font-size: 36px;
	color: #fff;
	font-family: 'robotomedium';
}
.noDataHolder .votingResultLeft {
	min-height: 50px;
}
.votingResultWrapper.votingResultWinner.noDataHolder {
	min-height: 190px;
}
.poupOverlay {
	background: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.poupContent {
	background: #fdfdff;
	display: none;
	margin: 0 auto 35px;
	position: fixed;
	right: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 350px;
	width: 100%;
	z-index: 10000;
	border-radius: 5px;
}
.popupInner {
	text-align: center;
	padding: 40px 20px;
	box-sizing: border-box;
	position: relative;
}
.btnDownload {
	background: #03a9f4;
	text-transform: uppercase;
	font-family: 'Poppins';
            font-weight: 600;
	font-size: 13px;
	color: #fff;
	border: 0;
	border-radius: 50px;
	padding: 10px;
	box-sizing: border-box;
	min-width: 120px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	margin: 15px 0 0;
}
.popupClose {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}
.popupClose a {
	color: #fff;
	background: #03a9f4;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}
.addAttendeeChkbox {
	margin: 15px 0 0;
}
.c7CurrentEvent {
	position: relative;
}
/* .c7CurrentEvent:before {
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #20a2ed;
	border-radius: 50%;
} */
.eventNameHolder.c7CurrentEvent span {
	padding-left: 15px;
}
.imgDelWinner {
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -4px;
	width: 20px;
	height: 20px;
	color: #fff;
	background: red;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
}
.imageInstructions {
	background: #fff;
	padding: 15px;
	margin: 0 0 15px;
	border: 1px  #576a94;
}
.imageInstructions li {
	list-style: inside;
}
.imageInstructions p, .imageInstructions li {
	color: #576a94;
	font-size: 14px;
	padding: 0 0 5px;
}
/*---------------------------Marquee----------------------*/

.marqueeWrap {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.marqueeWrap-inner {
	display: block;
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	animation: marquee 8s linear infinite;
}
.marqueeWrap-inner .marContent {
	white-space: nowrap;
	position: absolute;
	display: block;
}
.marqueeWrap-inner.paused {
	transform: none;
	animation: none;
}
.marqueeWrap-inner_1 {
	animation: marquee_1 20s linear infinite;
}
@keyframes marquee {
0% { transform: translateX(200px);   }
100% { transform: translateX(-100%);  }
}
@keyframes marquee_1 {
0% { transform: translateX(600px);   }
100% { transform: translateX(-100%);  }
}
.votingResultRightInner .hexa .hex2 {
	position: relative;
	top: 10px;
	background-size: cover;
	background-position: center center !important;
	background-repeat: no-repeat;
	background-color: #fff;
}
.editInputHolder .chosen-container-single .chosen-single {
	color: #41464e;
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	border: 2px solid #e6ecef;
	border-radius: 5px;
	height: 45px;
	padding: 0 15px;
	width: 100%;
	max-width: 350px;
	box-sizing: border-box;
	display: inline-block;
	background: #fff;
	position: relative;
	line-height: 38px;
	box-shadow: none;
}
.editInputHolder .chosen-container-single {
	max-width: 350px;
    width: 100% !important;
}

.editInputHolder .chosen-container-single  .chosen-single {
	line-height: 38px;
}
.editInputHolder .chosen-container-single .chosen-drop {
	width: 100%;
	top: 44px;
}
.editInputHolder .chosen-container-single .chosen-drop {

	margin-top: 0;
}
.chosen-container-single .chosen-single div b {
	background: url("../chosen/chosen-sprite.png") no-repeat 0px 10px !important;
	/* box-shadow: 1px 1px 12px -5px rgba(136,156,176,1); */
}
/*----------------- Deepak -----------------*/

.tagsWrapper {
	padding: 35px 25px 28px;
	margin: 30px 0;
}
.tagsWrapper h3 {
	border-bottom: 1px solid #cfcfcf;
}
.tagListHolder a {
	display: inline-block;
	margin: 5px;
	padding: 6px 12px;
	background: #F1EFF0;
	color: #41464e;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	border-radius: 16px;
}
.tagListHolder a:hover, .tagListHolder a.selected {
	background: #20a2ed;
	color: #fff;
}
.tbleListHolder {
	position: relative;
	overflow-x: auto;
	/* max-width: 1144px; */
	width: 100%;
}
.tbleWrapper {
	position: relative;
	padding: 0 0 60px;
	width: 100%;
}
.tbleWrapper thead {
	background: #F3F4F9;
}
.tbleWrapper thead th {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 12px;
	color: #18191a;
	text-transform: uppercase;
	background: #F3F4F9;
	text-align: left;
	vertical-align: top;
	padding: 20px 16px;
	white-space: nowrap;
}
.tbleWrapper thead th:first-child {
	padding-left: 22px;
}
.tbleWrapper thead th:last-child {
	padding-right: 22px;
}
.tbleWrapper th span {
	display: block;
	font-family: 'Poppins';
font-weight: 600;
	font-size: 12px;
	color: #18191a;
	text-transform: uppercase;
	padding: 0 0 12px;
}
.tbleWrapper  th input {
	background: #fff;
	border: 1px solid #d7d8df;
	border-radius: 3px;
	height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 158px;
	/*width: 100%;*/
}
.tbleWrapper th input.datepickerCalendar {
	background: #fff url(../images/iconCalendar.png) no-repeat 94% center;
	padding: 0 30px 0 10px;
}
.tbleWrapper tbody td {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	padding: 10px 16px;
	text-align: left;
	border-bottom: 1px solid #e5e6ec;
	white-space: nowrap;
}

.emailColumn{
	border-right: none !important;
}

.tbleWrapper tbody td:first-child {
	padding-left: 22px;
}
.tbleWrapper tbody td:last-child {
	padding-right: 22px;
}
.tbleWrapper tbody td input[type="text"] {
	padding: 5px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tbleWrapperUser{
	width: 100%;
}
.tbleWrapper .tblAction, .tbleWrapperUser .tblAction {
	display: none;
	white-space: normal !important;
}
.tbleWrapper tbody tr, .tbleWrapper tbody td, .tbleWrapperUser tbody tr, .tbleWrapperUser tbody td {
	background: #fff;
	cursor: pointer;
	position: relative;
}
.tbleWrapper tr .tblAction {
	position: absolute;
	right: 300px;
	top: -32px;
	display: none;
	padding: 2px;
	border-radius: 4px;
	background: #20a2ed;
	z-index: 1;
}
.tbleWrapperUser tr .tblAction {
	position: absolute;
	right: 100px;
	top: -32px;
	display: none;
	padding: 2px;
	border-radius: 4px;
	background: #20a2ed;
	z-index: 1;
}
.tbleWrapper tr .tblAction:after, .tbleWrapperUser tr .tblAction:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #20a2ed;
	left: 50%;
	bottom: -7px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tbleWrapper tbody tr:hover, .tbleWrapper tbody tr:hover td, .tbleWrapperUser tbody tr:hover, .tbleWrapperUser tbody tr:hover td {
	background: #eee;
}
.tbleWrapper tbody tr:hover > td > .tblAction, .tbleWrapperUser tbody tr:hover > td > .tblAction  {
	display: block;
}
.tbleWrapper tbody tr:last-child td {
	border: 0;
}

/*.tbleWrapperUser tbody tr:last-child td {
	border: 0;
}*/

.noData {
	text-align: center;
}

.tblAction .actionSelectBox {
	background-color: #20a2ed;
	border: 0;
	color: #fff;
	text-align: center;
	padding: 7px 25px;
	max-width: 105px;
	background-image: url(../images/iconEventListDrpdwnWhite.png), url(../images/iconSettingWhite.png);
}
.tblAction .actionSelectBox span {
	color: #fff;
}
.tblAction .actionDropdown {
	top: 100%;
	-webkit-box-shadow: 0px -2px 8px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -2px 8px 1px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 8px 1px rgba(0,0,0,0.3);
}
/*--------Invite Member----*/
.inviteMemberHolder .tabWrapper {
	padding: 0;
	/*max-width: 935px;*/
	width: 100%;
	overflow: auto;
}
.btnInviteRight,.btnBreakoutRight {
	float: right;
	background: transparent;
	border: 1px solid #6648a9;
	font-size: 13px;
	color: #6648a9;
	font-family: 'Poppins';
  font-weight: 500;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	padding: 8px 25px;
	box-sizing: border-box;
	display: block;
	vertical-align: top;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.btnBreakoutRight{
    background: #f3f4f9 !important;
}
.btnInviteRight:hover {
	background: #6648a9;
	color: #fff;
}
.btnInviteRight.countData {
	cursor: auto;
}
.contentSection .inviteMemberHolder h2 {
	margin: 0;
}
.inviteMemberHolder .imageInstructions li {
	list-style: none;
	position: relative;
}
.inviteMemberHolder .imageInstructions span {
	display: block;
	padding-left: 23px;
}
.inviteMemberHolder .imageInstructions span#notregisteredcount{
    display: inline;
    padding-left: 0px;
}
.inviteMemberHolder .imageInstructions span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.inviteMemberHolder .imageInstructions li.completed span:before {
	background: #0973c7;
}
.inviteMemberHolder .imageInstructions li.pending span:before {
	background: #e9a31a;
}
.inviteMemberHolder .imageInstructions li.notRegistered span:before {
	background: #d52b19;
}
.inviteMemberHolder .imageInstructions li.cancelled span:before {
	background: #868483;
}
.regStatusHandle {
	position: relative;
}
.regStatusHandle span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.inviteMemberHolder .participantName span {
	position:relative;
}

.inviteMemberHolder .participantName span:after {
    display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	content:"";
	position:absolute;
	left:0;
	top:0;
}
.inviteMemberHolder .statusComplete:after {
	background: #0973c7;
}
.inviteMemberHolder .statusCancelled:after {
	background: #868483;
}
.inviteMemberHolder .statusPending:after {
	background: #e9a31a;
}
.inviteMemberHolder .statusNotReg:after {
	background: #d52b19;
}
.invitationCount, .regStatusHandle {
	display: table-cell;
	vertical-align: middle;
}
.inviteMemberHolder .participantListHandle .eventChkboxHolder, .inviteMemberHolder .participantListHeading li, .inviteMemberHolder .participantName, .inviteMemberHolder .participantCompany, .inviteMemberHolder .participantVote, .inviteMemberHolder .qrCodeHandle, .invitationCount, .regStatusHandle {
	padding: 0 5px;
}
.inviteMemberHolder .participantListHeading li {
	vertical-align: top;
	line-height: 20px;
}
.inviteMemberHolder .viewAttendeeWrapper .participantListHeading li:nth-child(1) {
	width: 33%;
}
.viewAttendeeWrapper .addNomineeHolder .participantListHeading li:nth-child(1) {
	width: 80%;
}
.inviteMemberHolder .viewAttendeeWrapper .participantListHeading li:nth-child(2) {
	width: 30%;
}
.inviteMemberHolder .viewAttendeeWrapper .participantListHeading li:nth-child(3) {
	width: 25%;
}
.inviteMemberHolder .viewAttendeeWrapper .participantListHeading li:nth-child(4) {
	width: 20%;
}
/* .inviteMemberHolder .viewAttendeeWrapper .participantListHeading li:nth-child(5) {
	width: 18%;
}
.inviteMemberHolder .viewAttendeeWrapper .participantListHeading li:nth-child(6) {
	width: 7%;
} */
.inviteMemberHolder .viewAttendeeWrapper .eventChkboxHolder {
	/* width: 33%; */
	display: flex;
	width: 100%;
}
.inviteMemberHolder .viewAttendeeWrapper .participantName {
    display: inline-block;
    width: 80%;
}
.inviteMemberHolder .viewAttendeeWrapper .participantVote {
	width: 30%;
}
.inviteMemberHolder .regStatusHandle {
	width: 15%;
}
.inviteMemberHolder .invitationCount {
	width: 25%;
}
.inviteMemberHolder .qrCodeHandle {
	width: 20%;
}
.inviteMemberHolder .participantName span {
	width: 145px;
}
.inviteMemberHolder .guestTabContent .participantName span {
	width: inherit;
	padding: 0 0 0 20px;
}
.inviteMemberHolder .guestTabContent .viewAttendeeWrapper .participantListHeading li:nth-child(1) {
	width: 33%;
}
.inviteMemberHolder .guestTabContent .viewAttendeeWrapper .participantListHeading li:nth-child(2) {
	width: 30%;
}
.inviteMemberHolder .guestTabContent .viewAttendeeWrapper .participantListHeading li:nth-child(3) {
	width: 20%;
}
/* .inviteMemberHolder .guestTabContent .viewAttendeeWrapper .participantListHeading li:nth-child(4) {
	width: 20%;
} */
.inviteMemberHolder .guestTabContent .viewAttendeeWrapper .eventChkboxHolder {
	width: 33%;
}
.inviteMemberHolder .guestTabContent  .viewAttendeeWrapper .participantVote {
	width: 30%;
}

.inviteMemberHolder .guestTabContent  .invitationCount {
	width: 20%;
}
.addGuestPopupContent {
	display: none;
	background: #fdfdff;
	margin: 0 auto 35px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 350px;
	width: 100%;
	z-index: 10000;
	border-radius: 5px;
}
.addGuestPopupContent  .popupInner {
	text-align: left;
	padding: 40px 25px;
}
.addGuestPopupContent input[type="text"], .addGuestPopupContent input[type="email"] {
	border: 1px solid #d7d8df;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #9c9fad;
	display: block;
	border-radius: 3px;
	margin: 0 0 10px;
}
.addGuestPopupContent .btnSubmit {
	margin: 15px 0 0;
}
.addGuestPopupContent span {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 22px;
	display: block;
	color: #4e4e4e;
	padding: 0 0 20px;
}
.addGuestPopupContent .popupClose {
	right: 12px;
	top: 15px;
}
.ckeditorHolder span {
	display: inline-block;
	color: #2d2c4c;
	font-family: 'Poppins';
            font-weight: 400;
	padding:0 0 10px;
}
.inviteMemberHolder .attendeeCkhbox {
    /* display: inline-block;
    padding: 0 8px 0px 0;
	vertical-align: middle;
	    width: 12%; */
}
.nameSearchHolder {
		display: inline-block;
	    width: 84%;
}
.selectChkboxInvite {
	display: inline-block;
    width: 3rem;
}
.inviteMemberHolder .participantName figure {
	    width: 5rem;
}
.inviteMemberHolder .participantName span {
		width: 55%;
		padding: 0 0 0 22px;
}
.inputHolderForm .chosen-container {
	max-width:350px !important;
	width:100% !important;
}
.editInputHolder .chosen-container-single .chosen-drop {
	width: 100% !important;
}
 .uploadbtnRight .error {
	margin: 15px 0 0;
 }
.ckeditorInner .error {
	width: 240px;
}
 .editProfileWrapper.editCommon .btnSubmit {
	  margin: 20px 0 0 0;
 }
.attendeeProfileHolder {
	display: table;
	width: 100%;
	    padding: 0 0 40px;
}
.attendeeProfileHolder figure,.attendeeProfileHolder .attendeeProfileDet {
	display:table-cell;
	vertical-align:middle;
}
.attendeeProfileHolder figure {
	 width: 125px;
    padding-right: 10px;
    box-sizing: border-box;
}
.attendeeProfileDet span {
	display:block;
	color: #182b3c;
	/* font-family: "MyriadProSemibold"; */
	font-size:22px;
	padding:0 0 5px;
}
.attendeeProfileDet a,.attendeeProfileDet address {
	display:block;
	color: #182b3c;
	/* font-family: "MyriadWebProRegular"; */
	font-size:15px;

}
.attendeeProfileDet a {
	background:url('../images/iconMailBlue.png') no-repeat left center;
	padding-left: 25px;
}
.attendeeProfileDet address {
	font-style:normal;
	padding:0px 0 0;

	padding-left: 25px;
    position: relative;
}
.attendeeProfileDet address::before {
    position: absolute;
    content: '';
    background:url('../images/iconLocationBlue.png') no-repeat 0 0 ;
    width: 13px;
    height: 16px;
    left: 0;
    top: 5px;
}
.attendeeDetWrapper h4,.tourPackageDetWrapper h4 {
	font-family: "MyriadProSemibold";
    font-size: 16px;
    color: #576a94;
	font-weight: normal;
	    margin: 0;
    padding: 0 0 15px;
}
.fieldHolder,.attendeeDetWrapper,.tourPackageContent {
	display:table;
	width:100%;

}
.attendeeDetWrapper {
	 border-bottom: 1px dotted #d5d5d5;
    padding: 0 0 15px;
}
.fieldHolder  strong,.fieldHolder span,.attendeeDetLeft,.attendeeDetRight,.innerFieldHolder,.tourPackageContent figure,.tourPackageContent .tourPackageDescV1  {
	display:table-cell;
	vertical-align:top;
}
.attendeeDetLeft {
	    width: 35%;
    padding-right: 15px;
    border-right: 1px dotted #d5d5d5;
}
.attendeeDetRight {
	width: 60%;

}
.fieldHolder strong {
    /* font-family: "MyriadWebProRegular"; */
    font-size: 15px;
	color: #7c8692;
	font-weight:normal;
    width: 205px;
}
.fieldHolder{
	padding:0 0 15px;
}
.fieldHolder span,.innerFieldHolder label {
	  /* font-family: "MyriadWebProRegular"; */
    font-size: 15px;
	color: #373e47;
}
.innerFieldHolder  em {
	color: #3172a9;
	font-style:normal;
	 /* font-family: "MyriadWebProRegular"; */
    font-size: 15px;
}
.attendeeDetRight .attendeeDescHandle {
	border-bottom:1px dotted #d5d5d5;
	padding:12px 30px;
}
.hotel_room span {
  padding-bottom: 10px;
  display: block;

}

.innerFieldHolder label{
	width: 100%;
	display: inline-block;
	padding-left: 10px;
	box-sizing: border-box;
}
.innerFieldHolder.payment-method{
    display: flex;
}
.innerFieldHolder.payment-method label{
    width:auto;
    padding-right: 10px;
}
.fieldHolder:last-child {
	padding:0;
}
.attendeeDescHandle:last-child {
	border-bottom:0;
}
.flightDescHandle .innerFieldHolder  em {
	display:block;
	padding:5px 0 0;
}
.attendeeDetRight .fieldHolder strong {
	    width: 160px;
}
 .innerFieldHolder {
	padding-right:10px;
}
.tourPackageDetWrapper {
	    padding: 10px 0 0;
}
.tourPackageDetWrapper h4 {
	padding:0 0 25px;
}
.tourPackageContent figure {
	width:255px;
}
.tourPackageContent figure img {
	width:230px;
	height: 230px;
}
.tourPackageDescV1 span {
	/* font-family: "MyriadWebProRegular"; */
    font-size: 18px;
	color: #004f93;
	display:block;
	padding:0 0 15px;
}
.tourPackageDescV1 p {
	 /* font-family: "MyriadWebProRegular"; */
    font-size: 16px;
	color: #6d7174;
	line-height:19px;
}
.tourPackageDescV1 p a {
	display:inline-block;
	color: #0f70c2;
}
.tourPackageContent em {
	 /* font-family: "MyriadWebProRegular"; */
    font-size: 15px;
	color: #282b2d;
	display: block;
	font-style:normal;
	padding: 30px 0 0;
}
.tourPackageContent em strong {
  	font-size: 25px;
	color: #ed5365;
}
.tourPackageContent {
    padding: 0 0 15px;
}
.tourPackageContent:last-child {
	padding:0;
}
.tourPackageHolder {
	border-bottom: 1px dotted #d5d5d5;
	padding:25px 0;
}
.contentSection.attendeeDetSection h1 {
	float:left;
}
.attendeeDetSection .btnInviteRight {
	    margin: 0 0 12px;
}
.regWrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bckBtn{
    padding: 21px 30px 21px 22px;
}
.bckBtn a img {
    position: relative;
    top: 2px;
    left: -2px;
}
.regHolder {
	max-width: 95%;
    padding: 0;
	box-sizing: border-box;
	background: #f8f9fb;
	margin: 20px auto 0;
	width: 100%;
	border-radius: 15px;
	position: relative;
}
.regHandleTop {
	padding: 0 20px 10px;
	box-sizing: border-box;
}
.regHandleTop figure {
	float: left;
}

.regProfileTop img,.regProfileTopDesc {
	display: inline-block;
	vertical-align: middle;
}
.regProfileTop img {
	width: 77px;
    height: 77px;
    border-radius: 50%;
}
.regProfileTopDesc {
	padding-left:15px;
}
.regProfileTop span {
	display: block;
	vertical-align: middle;
	font-size: 19px;
	color: #182b3c;
	font-family: 'MyriadProSemibold';
	padding: 0 0 5px;
}
.regProfileTop strong {
	display: block;
	vertical-align: middle;
	font-size: 15px;
	color: #182b3c;
	font-family: 'MyriadProRegular';
	font-weight:normal;
}
.regTabWrapper {
	background: #eef1f6;
	border-top: 1px solid #e4e8ef;
	border-bottom: 1px solid #e4e8ef;
	padding: 20px 10px 15px;
	box-sizing: border-box;
}
/* .regPageCenter {
	max-width: 959px;
	margin: 0 auto;
} */
.regTabList {
	display: table;
	width: 100%;
}
.regTabList li {
	display: table-cell;
	vertical-align: top;
	width: 110px;
	padding: 0 5px;
}
.regTabList li span {
	display: block;
	border: 2px solid #6648a9 ;
	width: 71px;
	height: 71px;
	border-radius: 50%;
	margin: 0 auto;
}
.regTabList li.profileTab span {
	background: url('../images/iconTabProfile.png') no-repeat center center;
}
.regTabList li.idTab span {
    background: url('../images/eventInfoIcon_a.png') no-repeat center center;
}
.regTabList li.clothTab span {
	background: url('../images/prefernceiconblue1.png') no-repeat center center;
}
.regTabList li.foodTab span {
	background: url('../images/iconTabFood.png') no-repeat center center;
}
.regTabList li.hotelTab span {
	background: url('../images/iconTabFood.png') no-repeat center center;
}
.regTabList li.advTab span {
	background: url('../images/iconTabAdvertise.png') no-repeat center center;
}
.regTabList li.exhibitionTab span {
	background: url('../images/iconTabExibition.png') no-repeat center center;
}
.regTabList li.tourTab span {
	background: url('../images/iconTabTour.png') no-repeat center center;
}
.regTabList li.flightTab span {
	background: url('../images/iconTabFlight.png') no-repeat center center;
}
.regTabList li.sponsorTab span {
	background: url('../images/iconTabSponsor.png') no-repeat center center;
}
.regTabList li.profileTab.selected span {
	background: #6648a9 url('../images/iconTabProfileActive.png') no-repeat center center;
}
.regTabList li.idTab.selected span {
	background: #6648a9  url('../images/eventInfoIcon.png')  no-repeat center center;
}
.regTabList li.clothTab.selected span {
	background:#6648a9  url('../images/prefernceicowhite.png') no-repeat center center;
}
.regTabList li.foodTab.selected span {
	background: #6648a9  url('../images/iconTabFoodActive.png') no-repeat center center;
}
.regTabList li.hotelTab.selected span {
	background: #6648a9  url('../images/iconTabFoodActive.png') no-repeat center center;
}
.regTabList li.advTab.selected span {
	background: #6648a9  url('../images/iconTabAdvertiseActive.png') no-repeat center center;
}
.regTabList li.exhibitionTab.selected span {
	background: #6648a9  url('../images/iconTabExibitionActive.png') no-repeat center center;
}
.regTabList li.tourTab.selected span {
	background: #6648a9  url('../images/iconTabTourActive.png') no-repeat center center;
}
.regTabList li.flightTab.selected span {
	background: #6648a9  url('../images/iconTabFlightActive.png') no-repeat center center;
}
.regTabList li.sponsorTab.selected span {
	background:#6648a9  url('../images/iconTabSponsorActive.png') no-repeat center center;
}
.regTabList em {
	font-style: normal;
	font-size: 12.5px;
	padding: 10px 0 0;
	color: #182b3c;
	display: block;
	text-align: center;
}
.regTabList li.selected em {
	color: #6648a9;
}
.regTabContentHolder {
	padding: 25px 0;
}
.profileUploadHolder {
    padding: 0 0 25px;
}
.regTabContent h2 {
	color: #182b3c;
	/* font-family: 'MyriadProRegular'; */
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 25px;
}
.regTabContent .uploadImgBox {
	display: inline-block;
	 vertical-align: middle;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.regTabContent .uploadImgBox img {
	visibility: hidden;
}
.regTabContent .uploadbtnRightTab {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
.regTabContent .btnFileUploadHolder .custom-file-uploadV1 {
	border: 1px solid #0f70c2;
	font-size: 15px;
	color: #0f70c2;
	font-family: 'MyriadWebProRegular';
	border-radius: 50px;
	cursor: pointer;
	text-align: center;
	padding: 7px 15px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.regTabContent .uploadbtnRightTab input {
	display: none;
}
.basicInfoFields {
   padding:15px 0 0;
}
.regTabContent .uploadbtnRightTab span {
	display: inline-block;
	color: #3b3b3b;
	font-family: 'MyriadWebProRegular';
	font-size: 14px;
	padding: 0 0 0 5px;
}
.regTabContent .uploadbtnRightTab em {
	display: block;
	color: #b4b4b4;
	font-family: 'MyriadWebProRegular';
	font-size: 13px;
	font-style: normal;
	padding: 10px 0 0;
}
.commonFieldTabContent {
	position: relative;
}
.commonFieldTabContent span {
	display: block;
	color: #3b3b3b;
	/* font-family: 'MyriadWebProRegular'; */
	font-size: 16px;
	padding: 0 0 10px;
}

.commonFieldTabContent span.redColor {
	display:inline-block;
	color: #e70012;
	/* font-family: 'MyriadWebProRegular'; */
	font-size: 16px;
	padding: 0 0 10px;
}


.contentSection.profileTab{
	padding: 0;
}

.commonFieldTabContent input[type="text"],.commonFieldTabContent input[type="email"],.commonFieldTabContent input[type="tel"]{
	color: #3b3b3b;
	font-family: 'Poppins';
	font-size: 14px;
	background: #fff;
	max-width: 305px;
	width: 100%;
	border: 1px solid #dadce1;
	border-radius: 4px;
	height: 37px;
	padding: 0 10px;
	box-sizing: border-box;
}
.commonFieldTabContent textarea {
	color: #3b3b3b;
	font-family: 'Poppins';
	font-size: 14px;
	background: #fff;
	max-width: 305px;
	width: 100%;
	border: 1px solid #dadce1;
	border-radius: 4px;
	height: 90px;
	padding: 10px;
	box-sizing: border-box;
}
/* .btnBlueSave {
	color: #fff;
	font-family: 'MyriadProRegular';
	font-size: 16px;
	text-transform: uppercase;
	background: #0f70c2;
	border: 1px solid #0f70c2;
	min-width: 142px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 9px 0;
	margin-right: 20px;
	-webkit-transition: color ease-out .4s;
	-moz-transition: color ease-out .4s;
	-o-transition: color ease-out .4s;
	transition: color ease-out .4s;
} */
.btnBlueSave {
background: #6648a9;
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 0 20px;
    min-width: 120px;
    height: 39px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
	display: inline-flex;
    align-items: center;
}
/* .btnBlueSave:hover {
	background: #fff;
	color: #0f70c2;
	border: 1px solid #0f70c2;
} */
.btnNext {
	color: #6648a9;
	font-size: 17px;
    font-weight: 500;
	background: #fff url('../images/iconNxtReg.png') no-repeat 88% center;
	border: 1px solid #6648a9;
	min-width: 155px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 9px 0;
	-webkit-transition: color ease-out .4s;
	-moz-transition: color ease-out .4s;
	-o-transition: color ease-out .4s;
	transition: color ease-out .4s;
	margin-left: 20px;
	border-radius: 8px;
}
.btnNext:hover {
	background: #6648a9 url('../images/iconNxtRegHover.png') no-repeat 88% center;
	color: #fff;
}
.tabTooltipHolder {
	background: #26c879;
	max-width: 215px;
	width: 50%;
	border-radius: 5px;
	padding: 12px 15px;
	box-sizing: border-box;
	position: absolute;
	bottom: 53px;
	left: 150px;
	-webkit-box-shadow: -1px 3px 18px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 3px 18px -4px rgba(0,0,0,0.75);
	box-shadow: -1px 3px 18px -7px rgba(0,0,0,0.75);
}

#packageToolTip{
	left: 195px;
	width: 100%;
	bottom: 45px;
}

.tabTooltipHolder p {
	color: #fff;
	font-family: 'MyriadWebProRegular';
	font-size: 14px;
	line-height: 20px;
}
.tabTooltipInner {
	position: relative;
}
.tabTooltipHolder::after {
	background: url('../images/iconTooltipTriangle.png') no-repeat right center;
	content: "";
	width: 20px;
	height: 16px;
	position: absolute;
	bottom: -14px;
	left: 27px;
}
.commonFieldTabSpace {
	padding: 0 0 80px;
}
#idTabHolder .tabTooltipHolder {
	max-width: 345px;
	left: 180px;
}
.regTabBtnHolder a {
    margin-left: 0;
    margin-right: 15px;
}
.commonFieldTabContent select {
	color: #3b3b3b;
	font-family: 'MyriadProRegular';
	font-size: 14px;
	background: #fff;
	max-width: 243px;
	width: 100%;
	border: 1px solid #dadce1;
	border-radius: 4px;
	height: 37px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url('../images/iconSelectDropdown.png') no-repeat 95% center;
}
.sizeSelectHolder {
	position: relative;
	/* padding: 30px 0 0; */
	box-sizing: border-box;
}
.sizeSelectHolder li {
	background: #fff;
	border: 1px solid #dadce1;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	line-height: 14px;
	padding: 12px 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	margin: 0 8px 0 0;
	min-width: 53px;
}
.sizeSelectHolder li span {
	display: block;
	padding: 0;
	text-transform: uppercase;
	/* font-family: "MyriadProRegular"; */
	font-size: 15px;
	color: #182b3c;
}
.sizeSelectHolder li.selected {
	background: #6648a9;
	border: 1px solid #6648a9;
}
.sizeSelectHolder li.selected span {
	color: #fff;
}
.sizeSelectHolder .tabTooltipHolder {
	bottom: 75px;
	left: 268px;
	max-width: 315px;
}
.foodTabContent {
	background: #fff;
	border: 1px solid #dadce1;
	border-radius: 4px;
	max-width: 600px;
	width: 100%;
	padding: 10px 12px;
	box-sizing: border-box;
}
.foodTabTopTitle {
	background: #f1f4f5;
	padding: 10px 15px;
	/* font-family: "MyriadWebProRegular"; */
	font-size: 15px;
	color: #3b3b3b;
	border-radius: 4px;
	position: relative;
}
.foodTabTopTitle .tabTooltipHolder {
    bottom: -10px;
    right: -83%;
    max-width: 385px;
    width: 91%;
}
.checkboxHolder {
	display: inline-block;
}
.foodTabContent ul {
	padding: 20px 10px;
}
.foodTabContent li {
	padding-bottom: 15px;
	width: 150px;
	float: left;
}
.foodTabContent li span {
	font-size: 14px;
	color: #434648;
	/* font-family: 'MyriadWebProRegular'; */
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	width: 112px;
}
.checkboxHolder input {
	display: none;
}
/* .regTabContent {
	padding:0 20px;
} */
.regTabContent .checkboxHolder input[type="checkbox"] + label {
	vertical-align: middle;
	border: 1px solid #6648a9;
	margin: 0 5px 0 0;
	display: inline-block;
	height: 24px;
	padding: 0;
	width: 24px;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
}
.regTabContent .checkboxHolder input[type="checkbox"]:checked + label {
	background: #6648a9 url("../images/iconCheckboxTick.png") no-repeat center center;
	    border: 1px solid #6648a9 !important;
}
.commonFieldTabContent h3 {
	font-size: 15px;
	color: #6648a9;
	/* font-family: 'MyriadProRegular'; */
	font-weight: normal;
	padding: 0 0 10px;
}
.commonFieldTabContent .flightTabInputHolder span {
	padding: 0 0 6px;
}
.commonFieldTabContent .flightTabInputHolder input[type="text"] {
	/* max-width: 180px; */
	z-index: 1;
	position: relative;
}
.commonFieldTabContent .flightTabInputHolder.flightInputNumber input[type="text"] {
	/* max-width: 210px; */
}
.flightTabInputHolder {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	padding-right: 18px;
}
.flightTabInputHolder.flightInputNumber {
	max-width: 350px;
}
.flightTabWrapper {
	position: relative;
	padding: 23px 0 25px;
}
.flightTabWrapper:after {
	content: "";
	position: absolute;
	border-bottom: 1px dotted #caccd1;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
}
.flightTabWrapper:last-child:after {
	display: none;
}
.flightTabWrapper:first-child {
	padding-top: 0;
}
.tourPackageHandle figure {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.tourPackageHandle img {
	width: 100%;
	max-height: 158px;
	min-height: 158px;
}
.tourPackageHandle {
	-webkit-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	-moz-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	position: relative;
}
.tourPackageBtmContent {
	background: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.tourPackageDesc {
	padding: 20px 15px 15px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e7ea;
}
.choosePackageHolder {
	padding: 15px 15px 15px 20px;
	box-sizing: border-box;
}
.choosePackageHolder span {
	float: left;
}
.choosePackageHolder .checkboxHolder {
	float: right;
}
.tourPackageDesc span {
	font-size: 15px;
	color: #004f93;
	/* font-family: 'MyriadProRegular'; */
	display: block;
	padding: 0 0 8px;
}
.tourPackageDesc p {
	font-size: 14px;
	color: #6d7174;
	/* font-family: 'MyriadProRegular'; */
}
.tourViewMore {
	display: inline-block;
	color: #0f70c2;
	font-size: 13px;
}
.tourPackageDesc em {
	font-size: 15px;
	color: #282b2d;
	/* font-family: 'MyriadProRegular'; */
	display: inline-block;
	font-style: normal;
}
.tourPackageDesc strong {
	font-size: 25px;
	color: #ed5365;
	/* font-family: 'MyriadProSemibold'; */
	display: inline-block;
}
.choosePackageHolder span {
	font-size: 15px;
	color: #878d94;
	/* font-family: 'MyriadProRegular'; */
}
.tourPackageList {
	display: table;
	width:100%;
}
.tourPackageList .column {
	padding: 0 12px 24px;
	display: inline-block;
    width: 30%;
    vertical-align: top;
}
#tourTabHolder {
	position: relative;
}
#tourTabHolder  .tabTooltipHolder {
	max-width: 345px;
	bottom: 83%;
	z-index: 100;
	left: 47%;
}
.hotelSelectBox {
	color: #3b3b3b;
	/* font-family: 'MyriadWebProRegular'; */
	font-size: 14px;
	background: #fff;
	max-width: 590px;
	width: 100%;
	border: 1px solid #dadce1;
	border-radius: 4px;
	height: 37px;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../images/iconSelectDropdown.png) no-repeat 97% center;
	cursor: pointer;
	position: relative;
	margin: 0 0 25px;
}
.hotelSelectBox span {
	text-align: left;
	display: block;
	/* font-family: "MyriadWebProRegular"; */
	font-size: 14px;
	color: #3b3b3b;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 430px;
	white-space: nowrap;
	padding: 9px 0 0;
}
.hotelSelectBoxDropdown {
	display: block;
	position: absolute;
	top: 36px;
	left: 0;
	text-align: left;
	background: #fff;
	width: 100%;
	z-index: 10000;
	-webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
}
.hotelSelectBoxDropdown li {
	/* font-family: "MyriadWebProRegular"; */
	font-size: 13px;
	color: #3b3b3b;
	border-bottom: 1px solid #e2e3e8;
	padding: 12px 10px;
}
.hotelSelectBoxDropdown li:hover {
	background: #ecedee;
}
.drpDwnSelectSecVal p {
	color: #3b3b3b;
	/* font-family: 'MyriadProSemibold'; */
	font-size: 16px;
}
.radioBtnHandle.roomTypeSelect {
	padding: 30px 0;
	position: relative;
}
.btnRadio input[type="radio"] {
	display: none;
}
.btnRadio input[type="radio"]+ label {
	display: inline-block;
	height: 14px;
	padding: 0;
	width: 14px;
	position: relative;
	border-radius: 50%;
	color: #4f5f6f;
	/* font-family: "MyriadWebProRegular"; */
	font-size: 14px;
	border: 1px solid #b0afaf;
}
.btnRadio input[type="radio"]:checked+ label {
	border: 1px solid #0f70c2;
}
/* .btnRadio label::after {
	background: #b0afaf;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 6px;
} */
.btnRadio input[type="radio"]:checked+ label:after {
	/* background: #0f70c2; */
	background: #0f70c2;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 6px;
}
.foodTabContent .btnRadio input[type="radio"]+ label{
	top:4px;
}
.btnRadio em {
	/* float: left; */
	padding: 0 14px 0 10px;
	display: inline-block;
	color: #3b3b3b;
	/* font-family: "MyriadWebProRegular"; */
	font-size: 14px;
	font-style: normal;
	vertical-align: top;
}
.radioBtnHandle.roomTypeSelect .btnRadio em {
	width: 268px;
}
/* .radioBtnHandle.roomTypeSelect .btnRadio {
	float: left;
	width: 320px;
	padding-bottom: 8px;
} */
.btnRadio.options_radio {
    padding-left: 25px;
    margin: 10px 0 0;
}
.radioBtnHandle.roomTypeSelect span em {
	display: inline-block;
	vertical-align: middle;
	color: #d60606;
	padding: 7px 0 0;
	font-size: 18px;
}
.radioBtnHandleV1 .btnRadio {
	float: left;
	width: 160px;
}
.radioBtnHandle.roomTypeSelect:after {
	content: "";
	position: absolute;
	border-bottom: 1px dotted #caccd1;
	bottom: 20px;
	left: 0;
	width: 590px;
}
.radioBtnHandle.roomTypeSelect:before {
	content: "";
	position: absolute;
	border-top: 1px dotted #caccd1;
	left: 0;
	top: 20px;
	width: 590px;
}
.radioBtnHandleV1 em {
	width: 100px;
}
.basicInfoFields .commonFieldTabContent {
    display: inline-block;
    padding-right: 20px;
	vertical-align: top;
	max-width: 305px;
    width: 100%;
}
.eventBox.loginRegHolder {
    text-align: center;
    min-height: auto;
    font-family: 'Poppins';
            font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 20px;
    padding: 10px 30px;
    vertical-align: middle;
}
.loginRegHolder p {
    margin: 7px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.loginRegHolder .btnTypeV1 {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 14px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    min-width: 85px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}
.btnTypeV1.approve {
    background: #009639;
    color: #fff;
}
.btnTypeV1.reject {
    background: #ff0000;
    color: #fff;
}
/* .eventStartDateHolder.c7CurrentEvent {
	padding-left: 15px;
} */
.memberNewsTable .eventListTitle li:nth-child(1),.memberNewsTable .eventListTitle li:nth-child(2),.memberNewsTable .eventListTitle li:nth-child(3),.memberNewsTable .eventListTitle li:nth-child(4),.memberNewsTable .eventListTitle li:nth-child(5),.memberNewsTable .eventListTitle li:nth-child(6) {
    max-width: 175px;
    width: 15%;
}
.memberNewsTable .eventNameHolder,.memberNewsTable .eventStartDateHolder,.memberNewsTable .eventEndDateHolder,.memberNewsTable .eventActionHolder {
    max-width: 175px;
    width: 16%;
}
.c7CurrentEvent span {
	position:relative;
	padding-left: 15px;

}
.c7CurrentEvent span:before {
	position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #20a2ed;
    border-radius: 50%;
}
.fileSizeMsg em {
    font-family:'ProximaNovaRegular';
    font-size:12px;
    color:#737b7d;
    display:block;
    font-style:normal;
    padding-left:4px;
}
.imageListIcon img {
	max-height:80px;
	max-width:80px;
}
.inputHolderForm .chosen-container {
	  width:100%!important;
      max-width:365px;
}
.inputHolderForm .chosen-single {
	width:100%!important;
	max-width:365px;
	border: 2px solid #e6ecef !important;
	height:45px !important;
	padding:0 15px !important;
	box-sizing:border-box;
	font-family: 'Poppins' !important;
  font-weight: 500 !important;
	font-size:14px !important;
	color:#41464e !important;
	border-radius:5px!important;
	box-shadow:none !important;
	background:#fff!important;
	line-height:40px!important;
}
.inputHolderForm .chosen-container-single .chosen-single span {
	font-family: 'Poppins' !important;
  font-weight: 500 !important;
	color:#41464e !important;
	padding:0 !important;
	line-height:42px !important;
	font-size:14px;
}
/* .inputHolderForm  .chosen-container-single .chosen-single div b {
	background:url(../images/chosen-sprite.png) no-repeat 0px 10px !important;
} */
.inputHolderForm .chosen-results span {
	font-family: 'Poppins' !important;
  font-weight: 500 !important;
	font-size:14px !important;
	color:#41464e !important;
}
.attendeeDetSection .attendeeDetailsChkbox {
    padding: 0 0 18px;
}
.attendeeDetailsChkbox span {
	/* font-family: "MyriadWebProRegular"; */
    font-size: 15px;
    color: #373e47;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}
.eventBox.attendeeDetailsChkboxWrap {
    padding: 35px 30px 35px 30px;

}
.viewMode .cke_top,.viewMode .cke_bottom {
	display:none;
}
.viewMode .cke_chrome {
	border:0;
}
.gateListBox .eventListTitle li:nth-child(1),.gateListBox .eventListTitle li:nth-child(2),.gateListBox .eventListTitle li:nth-child(3) {
	max-width: 270px;
	width: 25%;
	padding:0 1% !important;
}
.gateListBox .eventListTitle li:nth-child(4) {
	max-width: 155px;
	width: 12%;
	padding: 0 1% !important;
}
.gateListBox .eventNameHolder,.gateListBox .eventStartDateHolder,.gateListBox .eventEndDateHolder {
    max-width: 270px;
	width: 25%;
	padding: 0 1%!important;
}
.gateListBox .eventActionHolder {
	padding: 0 1% !important;
}
.gateListNewBox .eventListTitle li:nth-child(1),.gateListNewBox .eventListTitle li:nth-child(2) {
	max-width: 340px;
	width: 35%;
	padding: 0 1% !important;
}
.gateListNewBox .eventListTitle li:nth-child(3) {
	padding: 0 1% !important;
}
.gateListNewBox .eventNameHolder,.gateListNewBox .eventStartDateHolder,.gateListNewBox .eventEndDateHolder {
    max-width: 340px;
	width: 35%;
	padding: 0 1% !important;
}
.gateListNewBox .eventActionHolder {
	padding: 0 1% !important;
}
.btnInvEnable,.btnInvCancel {
	margin-left:10px !important;
}
.btnInvCancel {
	background: #f73b3b !important;
    border: 1px solid #f73b3b !important;
	color: #fff;
}
.btnInvCancel:hover {
	background: #fff !important;
	color:#f73b3b !important;
	border: 1px solid #f73b3b !important;
}
.btnInvEnable {
	background:#089208;
    border:1px solid #089208;
	color: #fff;
}
.btnInvEnable:hover {
	background: #fff !important;
	color:#089208 !important;
	border: 1px solid #089208 !important;
}
.inviteMemberHolder .viewAttendeeWrapper .attendeeTabList .participantListHeading li:nth-child(1),.inviteMemberHolder .viewAttendeeWrapper  .attendeeTabList .eventChkboxHolder {
    width: 40%;
}
.inviteMemberHolder .viewAttendeeWrapper .attendeeTabList .participantListHeading li:nth-child(2),.inviteMemberHolder .viewAttendeeWrapper  .attendeeTabList .participantVote {
    width: 30%;
}
.inviteMemberHolder .viewAttendeeWrapper .attendeeTabList .participantListHeading li:nth-child(3),.inviteMemberHolder .attendeeTabList .invitationCount {
    width: 15%;
}
.inviteMemberHolder .viewAttendeeWrapper .attendeeTabList .participantListHeading li:nth-child(4),.inviteMemberHolder .attendeeTabList .qrCodeHandle {
    width: 15%;
}
.inviteMemberHolder .attendeeTabList .participantName span {
    word-wrap: break-word;
}
.regTabContent .error ,.regHolder .error{
	margin: 0 !important;
}
.regTabContent .commonError {
    border: 1px solid #f1180d !important;
}
.commonFieldTabContent .chosen-container {
  	width:100% !important;
  	max-width:305px;
}
.commonFieldTabContent .chosen-single {
	color: #3b3b3b!important;
    font-family: 'MyriadWebProRegular'!important;
    font-size: 14px!important;
    background: #fff!important;
    max-width: 305px;
    width: 100%!important;
    border: 1px solid #dadce1!important;
    border-radius: 4px!important;
    height: 37px!important;
    padding: 0 10px!important;
    box-sizing: border-box;
    margin: 0 !important;
    box-shadow:none !important;
	background:#fff !important;
	line-height: 34px !important;
}
.commonFieldTabContent .chosen-container-single .chosen-single span {
	font-family:"Roboto" !important;
	color:#3b3b3b !important;
	padding:0 !important;
	/*line-height:42px !important;*/
	font-size:14px;
}
.commonFieldTabContent  .chosen-container-single .chosen-single div b {
	background:url(../images/chosen-sprite.png) no-repeat 0px 10px !important;
}
.commonFieldTabContent .chosen-results span {
	font-family:"ProximaNovaRegular" !important;
	font-size:14px !important;
	color:#373f49 !important;
}
.companyDetailsHandler {
    position: relative;
    margin-bottom: 20px;
    min-height: auto;
    padding: 15px 30px 15px 30px;
    background: #2ecbc0;
    color: #fff;
}
.eqWidthWrapper {
    display: table;
    width: 100%;
}
.eqLeftWrap, .eqRightWrap {
    display: table-cell;
    width: 50%;
    position: relative;
}
.cmpyDtls {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}
.cmpyDtls strong {
    width: 180px;
}
.cmpyDtls strong, .cmpyDtls span {
    display: table-cell;
    font-family: 'Poppins';
            font-weight: 500;
    font-size: 14px;
    color: #fff;
}
/*priya*/
.eventInfoTopHolder{
	margin-bottom: 10px;
}
.eventInfoTopHolder .radioWrapper label,.eventInfoTopHolder .radioWrapper .btnRadio{
	display: inline-block;
}
.eventInfoTopHolder .radioWrapper>label {
    position: relative;
    top: 6px;
    left: 6px;
}
.meetingWrap>label,.countryBlockWrap>label{
	left: 0!important;
}
.meetingWrap .btnRadio,.countryBlockWrap .btnRadio{
	margin: 0 35px 0 10px;
}
.meetingWrap .btnRadio span,.openAreaWrapper .checkboxWrapper span,.countryBlockWrap .btnRadio span{
    color: #2d2c4c;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    padding: 0 0 12px;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 20px;
}
.openAreaWrapper .checkboxWrapper span{
	top:6px;
}
.eventAreaDisplay,.openAreaWrapper{
	display: none;
}
.eventAreaWrap h6{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
    color: #576a94;
}
.openAreaWrapper .checkboxWrapper{
	margin-bottom: 10px;
}
.countryBlockWrap{
	margin: 20px 0;
}
.evntBoxWrap .eventListTitle li{
    padding-right: 40px;
}
.evntBoxWrap .eventNameHolder, .evntBoxWrap .eventStartDateHolder, .evntBoxWrap .eventEndDateHolder {
    width: 19%;
    padding-right: 30px;
}
.redColor{
	color: #e70012;
}
.imgLoader{
	display: none;
}
.loaderBtnWrap a{
	opacity: .4;
	cursor: not-allowed;
	pointer-events: none;
}
.loaderBtnWrap .loaderBtn .imgLoader{
	display: inline-block;
	width: 15px;
}
.preloader {
	display: none;
	position: fixed;
	left: 50%;
	right: 0;
	top: 50%;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 100000;
	transform: translate(-50%,0);
}
.modalOverlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.readonly-text{
	background-color: #e8e8e8!important;
}
/*admin registration css*/
.galleryModalContent {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    max-width: 450px;
    width: 100%;
    top: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1000;
    display: none;
}
.galleryModalInner img {
    width: 100%;
    max-height: 275px;
    min-height: 275px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.galleryModalDesc span {
    font-family: 'MyriadProRegular';
    font-size: 25px;
    color: #414141;
    display: block;
    padding-bottom: 8px;
}
.tourPackageDetailDesc em {
    font-size: 15px;
    color: #282b2d;
    font-family: 'MyriadProRegular';
    display: inline-block;
    font-style: normal;
}
.tourPackageDetailDesc strong {
    font-size: 25px;
    color: #ed5365;
    font-family: 'MyriadProSemibold';
    display: inline-block;
}
.contentScrollHolder#wrapper {
    max-height: 200px;
}
.galleryModalDesc #wrapper {
    height: 275px;
}
.galleryModalDesc {
    padding: 25px 30px 35px;
    box-sizing: border-box;
}
#wrapper {
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 48px;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
}
.galleryModalDesc #wrapper {
    height:275px;
}
.contentScrollHolder#wrapper {
    max-height:200px;
}
#scroller {
    /* position: absolute; */
    position: relative;
    padding-right: 10px;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.iScrollVerticalScrollbar {
    width: 5px !important;
}
.galleryModalContent .modalClose {
    background: #fff url('../images/iconModalClose.png') no-repeat center center;
    width: 30px;
    height: 30px;
    z-index: 10000;
}
.modalClose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "ProximaNovaBold";
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    background: #0f70c2;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.galleryModalDesc.tourPackageDetailDesc p {
    padding: 12px 0 0;
}
.galleryModalDesc.tourPackageDetailDesc span {
    line-height: 30px;
}
.galleryModalDesc p {
    font-family: 'MyriadProRegular';
    font-size: 15px;
    color: #6a6d71;
    line-height: 21px;
}
.galleryModalDesc p span {
    font-family: 'MyriadProRegular';
    font-size: 15px;
    color: #6a6d71;
    line-height: 21px;
}
.galleryModalDesc p strong {
    font-family: 'MyriadProRegular';
    font-size: 15px;
    color: #6a6d71;
    line-height: 21px;
    font-weight: 900;
}
.titleHold h1{
	float: left;
}
.titleHold a{
	float: right;
}
.backBtnRight{
float:right!important;
margin-right:15px!important;
}


/**/
/*end of admin registration css*/


/*gfhfghfghfgfgsdfg*/
.cms .contentArea {
	background: #fff;
	padding: 35px 30px 45px 30px;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	-moz-box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
	box-shadow: 1px 1px 12px -5px rgba(136,156,176,1);
}

.cms .btnTab {
	font-size: 17px;
	padding: 20px 30px;
	box-sizing: border-box;
	background: #e6ecef;
	color: #2d2c4c;
	margin-top: 5px;
	position: relative;
	cursor: pointer;
}

.cms .btnTab span {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 28px;
    top: 23px;
}

.addPlus {
	background: url(../images/iconAddCms.png) no-repeat center center;
}

.addMinus {
	background: url(../images/iconRemoveCms.png) no-repeat center center;
}

.cms .tabContent {
	/*border: 1px solid #e6ecef;
	padding: 50px 38px;*/
	box-sizing: border-box;
	display: none;
	position: relative;
}

.cms .addSlot {
	padding: 35px 23px;
	box-sizing: border-box;
}

.cms .eventInner {
	padding: 15px;
	border: 1px dashed #bbb;
	position: relative;
}


.cms .contentTabArea {
	display: none;
}

.cms .inputHolder span {
	font-size: 16px;
	color: #2d2c4c;
	vertical-align: middle;
	display: inline-block;
}

.cms .inputHolder {
	font-size: 0px;
	margin-bottom: 17px;
}

.cms .btnToggle {
	margin-bottom: 40px;
}

.cms .btnToggle input, .cms .inputRadio input {
	display: none;
}

.cms .btnToggle label {
	width: 52px;
	height: 23px;
	margin-left: 93px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	display: inline-block;
}

.cms .btnToggle label em {
	background: #b8c4cb;
	width: 47px;
	height: 22px;
	position: absolute;
	left: 5px;
    top: 0;
	border-radius: 25px;
}

.cms .btnToggle em::after {
	content: "";
	background: #FFF;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 5px;
    top: 4px;
	border-radius: 100%;
}

.cms .btnToggle input:checked + em {
	background: #2a93ec;
}

.cms .btnToggle input:checked + em::after {
	left: 28px;
}


.cms .inputRadio label {
	width: 24px;
    height: 24px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.cms .inputRadio em {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	border: 2px solid #b8c4cb;
}

.cms .inputRadio em::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #b8c4cb;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}

.cms .inputRadio input:checked + em {
	border: 2px solid #20a2ed;
}

.cms .inputRadio input:checked + em::after {
	background: #20a2ed;
}

.cms .inputRadio span {
	padding-left: 18px;
}

.cms h4 {
	font-family: 'Poppins';
  font-weight: 600;
	font-size: 16px;
	padding: 38px 0 0;
	display: block
}

.cms .commonHandle {
	max-width: 815px;
	width: 100%;
	margin: 35px 0 0;
}

.cms .commonHandle span, .cms .commonHandle .inputHolder span {
	font-size: 16px;
	color: #2d2c4c;
	max-width: 188px;
	width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.commonLeft span, .commonRight span {
	padding-bottom: 18px;
}

.commonLeft {
	max-width: 374px;
	width: 100%;
	float: left;
}

.commonRight {
	max-width: 374px;
	width: 100%;
	float: right;
}

.cms .inputHolderSmall, .cms .inputSmallNumber {
	margin-right: 10px;
	display: inline-block;
}


.cms .inputHolderSmall input[type="text"], .cms .inputHolder input[type="text"], .cms .inputOutside input[type="text"],
.cms .inputSmallNumber input[type="number"] {
	border: 2px solid #e6ecef;
	max-width: 175px;
	height: 43px;
	border-radius: 5px;
	padding: 0 40px 0 13px;
	box-sizing: border-box;
}

.drpdownClick input[type="text"]{
	max-width: inherit !important;
}

.cms .inputHolderLarge input[type="text"] {
	max-width: 320px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}

.cms .commonHandle .inputHolder:last-child {
	margin: 0;
}

.cms .radioHandle {
	max-width: 177px;
    width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.cms .radioHandle i {
	font-size: 14px;
	color: #2d2c4c;
	font-style: normal;
	padding: 0 11px 0 3px;
	vertical-align: middle;
}

.cms .radioHandle .radio {
	vertical-align: middle;
	display: inline-block;
}

.cms .radioHandle .radio:last-child {
	float: right;
}

.cms .textlabel {
	font-size: 16px;
    color: #2d2c4c;
    vertical-align: middle;
    display: inline-block;
	max-width: 188px;
	width: 100%;
	display: inline-block;
}

.cms .inputHolderLarge {
	max-width: 320px;
    width: 100%;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}

.cms .commonHandle .inputHolderLarge span,.cms .commonHandle .inputOutside span, .sessionWrapper .inputHolderSmall span {
	font-size: 25px;
	color:  #409de8;
	text-align: center;
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
}


.cms .inputHolderLarge .btnAdd, .cms .inputOutside .btnAdd, .sessionWrapper .inputHolderSmall .btnAdd {
	background: url(../images/iconAddCms.png) no-repeat center center;
	/* top: 12px;
	right: -30px; */
}

.cms .inputHolderLarge .btnRemove, .cms .inputOutside .btnRemove, .cms .btnTab .btnRemove {
	background: url(../images/iconRemoveCms.png) no-repeat center center;
	/* top: 12px;
	right: -30px; */
}

.cms .btnTab .btnRemove {
	right: 28px;
    top: 23px;
}

.cms .outsideWrapper.commonHandle {
	display: table;
}

.cms .outsideContent {
	width: 200px;
	padding-right: 20px;
	box-sizing: border-box;
	display: table-cell;
}

.cms .inputCheckbox {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

.cms .inputCheckbox em {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #eceff1;
	border-radius: 3px;
}

.cms .inputCheckbox input {
	display: none;
}

.cms .inputCheckbox input:checked + em {
	background: #03a9f4 url(../images/iconCheckbox.png) no-repeat center center;
}

.cms .outsideContent span {
	padding: 0 0 0 12px;
}

.cms .inputOutside {
	position: relative;
}

.cms  .inputOutside input[type="text"] {
	max-width: inherit;
	width: 100%;
	padding-right: 15px;
}

.cms .inputOutside {
	margin-top: 15px;
	max-width: 225px;
	width: 100%;
}

.cms .inputOutside .btnAdd {
	top: 11px;
	right: -32px;
}

.cms .inputOutside .btnRemove {
	top: 11px;
    right: -32px;
}

.cms .commonHandle.outsideWrapper {
	margin-bottom: 25px;
}

.cms .btnInput {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	box-sizing: border-box;
	height: 39px;
	border-radius: 25px;
	border: none;
	margin-right: 15px;
	outline: none;
	cursor: pointer;
}

.btnBlue {
	color: #FFF;
	background: #5e429d;
}

.btnGrey {
	color: #78909c;
	background: #eceff1;
}

.cms .location {
	display: none;
}

.cms .slotManagement .commonHandle:first-child {
	margin: 0;
}

.cms .sessionHandle {
	background: url(../images/bgBorder.png) repeat-x center center;
	max-width: 535px;
	width: 100%;
	margin: 40px 0 35px;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
}

.cms .sessionHandle span {
	display: block;
}

.cms .sessionHandle .title {
	font-size: 14px;
	color: #2d2c4c;
	background: #FFF;
	padding: 3px 10px 0 0;
	position: absolute;
	left: 0;
	top: 0;
}

.cms .sessionHandle .btnSession {
	font-size: 14px;
	color: #2a93ec;
	background: #FFF url(../images/btnSession.png) no-repeat 10px center;
	padding: 3px 0 3px 40px;
	margin-left: 30px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.cms .sessionHandle .btnRemoveSession {
	font-size: 14px;
	color: #2a93ec;
	background: #FFF url(../images/btnLocationRemove.png) no-repeat 10px center;
	padding: 3px 0 3px 40px;
	margin-left: 30px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.cms .sessionWrapper .inputHolderSmall {
	position: relative;
}

.sessionWrapper .inputHolderSmall span.btnAdd {
	width: 20px;
	height: 20px;
}

.sessionWrapper .sessions .inputHolderSmall span.btnAdd {
	font-size: 14px;
	color: #4b347e;
	width: 50px;
	height: inherit;
	background: url(../images/iconAddBlue.png) no-repeat 0 center;
	display: inline-block;
	padding-left: 15px;
	/* top: 14px; */
	right: -80px;
	position: absolute;
	/* background-size: 8px 8px; */
}

.sessionWrapper .btnSession {
    font-size: 14px;
    color: #4b347e;
    height: inherit;
    background: url(../images/iconAddBlue.png) no-repeat 0 top;
    display: inline-block;
    padding-left: 30px;
	cursor: pointer;
}

.sessionWrapper .btnRemoveSession {
    font-size: 14px;
    color: #4b347e;
    background: url(../images/iconMinusBlue.png) no-repeat 0 top;
    display: inline-block;
    padding-left: 30px;
	cursor: pointer;
}

.add-session-title .title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color:#4b347e;
    padding-bottom: 10px;
    margin: 0 0 10px;
}

.sessionWrapper .sessions .inputHolderSmall span.btnRemove {
	font-size: 14px;
    color: #4b347e;
    height: inherit;
    background: url(../images/iconMinusBlue.png) no-repeat 0 center;
    display: inline-block;
    padding-left: 25px;
    /* top: 14px; */
    right: -60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.commonHandle.sessions .inputHolder{
	margin-bottom: 25px;
}

.sessionWrapper .sessions {
	padding: 0 0 25px;
}

.cms .sessionWrapper .commonHandle {
	margin: 0 0 15px;
}

.cms .eventInner {
	margin-bottom: 20px;
}

.cms .inputSmallNumber input[type="number"] {
	width: 45px;
}

.cms .inputSmallNumber {
	max-width: 58px;
	margin-left: 10px;
}

.cms .inputSmallNumber input[type="number"] {
	width: 68px;
	padding: 0 12px;
}

.cms .slotManagement h4 {
	padding: 0;
}

.cms .fileUpload {
	max-width: 370px;
	margin: 25px 0 0;
}

.cms .imgProfile {
	width: 100px;
	height: 100px;
	background: #e6ecef;
	border: 3px solid #e6ecef;
	float: left;
	border-radius: 100%;
	overflow: hidden;
}

.cms .uploadContent {
	max-width: 240px;
	width: 100%;
	float: right;
	position: relative;
}

.cms .uploadContent em {
	font-size: 12px;
	color: #b4b4b4;
	font-style: normal;
	padding: 18px 0 0;
	display: block;
}

.cms .uploadContent a {
	font-size: 14px;
	color: #409de8;
	margin-top: 8px;
	display: inline-block;
}

.cms .uploadContent input[type="file"] {
	display: none;
}

.cms .uploadContent a.btnFile {
	font-size: 13px;
    color: #FFF;
    background: #409de8;
    width: 110px;
    height: 40px;
    border-radius: 3px;
    display: block;
    line-height: 41px;
    text-align: center
}

.cms .bottomInput label {
	padding: 0 0 15px;
}

.cms .bottomInput .inputHolderLarge {
	margin-right: 15px;
}

.cms .locationArea {
	position: relative;
}

.cms .locationArea .btnLocationAdd, .cms .locationArea .btnLocationRemove,.cms .eventInner .btnLocationAdd,
 .cms .eventInner .btnLocationRemove {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.cms .locationArea .btnLocationAdd, .cms .eventInner .btnLocationAdd {
	background: url(../images/iconAddBlue.png) no-repeat 0 0;
}

.cms .locationArea .btnLocationRemove,  .cms .eventInner .btnLocationRemove {
	background: url(../images/iconMinusBlue.png) no-repeat 0 0;
}

.btnLocationRemove {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.btnLocationRemove {
	background: url(../images/iconMinusBlue.png) no-repeat 0 0;
}

.cms .tabWrapper .btnRound {
    width: 28px;
    height: 28px;
    border-radius: 50%;
	background: #03a9f4;
	position: absolute;
	top: 15px;
	right: 15px;
	background-position: center center;
	background-repeat:  no-repeat;
	cursor: pointer;
	padding: 0;
	z-index: 1;
    display: block;
}

.cms .tabWrapper .addSlot .btnRound {
	top: 43px;
    right: 31px;
}

.cms .tabWrapper .btnEdit {
	background-image: url(../images/iconEdit.png);
}

.cms .tabWrapper .btnView {
	background-image: url(../images/iconView.png);
}

.cms .tabContent.selected .commonHandle input[type="text"] ,
.cms .tabContent.selected .commonHandle input[type="radio"] ,
.cms .tabContent.selected .commonHandle i ,
.cms .tabContent.selected .inputEventType ,
.cms .tabContent.selected .commonHandle label {
	border: none;
	pointer-events: none;
	cursor: none;
	background-image: none;
	padding: 2px;
	box-sizing: border-box;
}

.cms .tabContent.selected .btnAdd, .cms .tabContent.selected .btnRemove, .cms .tabContent.selected .btnAddEvent,
.cms .tabContent.selected .uploadContent, .cms .tabContent.selected .btnLocationAdd, .cms .tabContent.selected .btnSession, .cms .tabContent.selected .btnRemoveSession ,.cms .tabContent.selected .btnLocationRemove ,.cms .tabContent.selected .submit-btn{
	display: none!important;
}

.cms .tabContent.selected .outsideContent {
	display: none;
}

.sessionWrapper .sessions .btnInputGroup {
    position: absolute;
    bottom: 30px;
    font-size: 0px;
}

.updateSection .checkList {
	max-width: 175px;
	display: inline-block;
}

.updateSection .checkList span {
	max-width: 155px;
}



/*------------------------------------*/

.cms .btnBorderV2 {
	background: url(../images/btnSession.png) no-repeat 10px center;
	font-size: 14px;
    color: #409de8;
    text-align: center;
    min-width: 199px;
    border-radius: 25px;
    border: 1px solid #409de8;
	padding: 13px 20px 12px 30px;
    box-sizing: border-box;
    display: block;
}

.cms .btnTab, .cms .inputHolderSmall input[type="text"], .cms .inputHolderLarge input[type="text"],
.cms .inputOutside input[type="text"],.cms .inputSmallNumber input[type="number"] {
	font-family: 'Poppins';
  font-weight: 400;
}

.cms .sessionHandle .title, .cms .btnBorderV2 {
  font-family: 'Poppins';
  font-weight: 600;
}

.cms .inputHolder span, .cms .sessionHandle .btnSession,.sessionWrapper .sessions .inputHolderSmall span.btnAd {
  font-family: 'Poppins';
  font-weight: 500;
}

.cms .btnInput {
	font-family: 'Poppins';
  font-weight: 700;
}

.uploadContent em, .inf__btn {
	font-family: 'Poppins';
  font-weight: 300;
}


.iconCalander {
	background: url(../images/iconCalander.png) no-repeat 90% center;
}

.iconTime {
	background: url(../images/iconTime.png) no-repeat 90% center;
}

/*------ Tooltip ------*/

ul.iconsTooltip{
	padding: 0;
	margin: 0;
	list-style: none;
  display: inline-block;
  }

  .iconsTooltip li {
	list-style-type: none;
	display: inline-block;
	  margin-left: 7px;
	  cursor: pointer;
	  vertical-align: middle;
	  position: relative;
	  width: 21px;
	  height: 21px
  }

  .iconsTooltip li:first-child {
		margin-left: 0;
		margin-top: -6px;
  }


  .toolTipEyeContent {
	  position: absolute;
	  z-index: 999;
	   display: none;
	   white-space: nowrap;
  }

  .popUp .userDetails .toolTipEyeContent b{
	background-color: #00a9fa;
	text-align: center;
	color: white;
	border-radius: 5px;
	font-size: 11px !important;
	padding: 5px 7px;
	position: relative;
  }

  .popUp .userDetails .toolTipEyeContent .arrowTop {
	  width: 0;
	  height: 0;
	  border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top: 6px solid #00a9fa;
	  position: relative;
	  text-align: center;
	  left: 40%;
	  bottom: 0;
  }

  .slotManagementMsg #Error_Msg{
        /* position: absolute; */
        width: 100%;
        display: block;
        bottom: 0;
        left: 0;
		margin: -10px 0;
  }
  .slotManagementMsg #Success_Msg{
        /* position: absolute; */
        width: 100%;
        display: block;
        bottom: 0;
        left: 0;
  }
  .cms .slotManagementMsg{
      padding-bottom: 70px;
  }
  .slotManagementMsg .sessionWrapper .sessions .btnInputGroup{
      bottom: 75px;
  }

/*------ Tooltip ------*/


/*---------- For alert msg --------*/
.alertMsg {
	font-size: 18px;
	text-align: center;
	min-width: 200px;
	padding: 15px 20px;
	position: fixed;
	top: 50%;
	top: 50px;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1010;
}

.greenAlert {
	color: #155724;
	background: #d4edda;
	border: 1px solid #afdbb9;
}

.redAlert {
	color: #491217;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
}

.warningAlert {
	color: #8a6d3b;
	background: #fcf8e3;
	border: 1px solid #faebcc;
}
/*----------------------------------*/

/*--------- For table arrangment --------*/


.attendeeDetails ul {
	width: 100%;
	display: table;
}

.attendeeDetails li {
	width: 300px;
	display: table-cell;
}

.attendeeLeft {
	background: #6648a9;
	width: 50%;
	min-height: 60px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	float: left;
}

.attendeeLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 60px;
	display: table;
}

.attendeeLeft li {
	font-size: 16px;
	color: #FFF;
	vertical-align: middle;
	display: table-cell;
}


.attendeeRight {
	background: #6648a9;
	width: 50%;
	min-height: 60px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	float: left;
}

.attendeeRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 60px;
	display: table;
}

.attendeeRight li {
	font-size: 16px;
	color: #FFF;
	vertical-align: middle;
	display: table-cell;
}

.attendeeRight li:last-child {
	width: 150px;
}

.tableArrangeTab {
	margin: 0;
	padding: 50px 0 0px !important;
	list-style: none;
	margin-bottom: 30px !important;
}

.tab-buttonwrap .tableArrangeTab {
    margin: 20px 0 0 !important;
    padding: 0 !important;
}

.tab-buttonwrap .generateTables {

    border: solid 1px #6648a9 !important;
    color: #6648a9 !important;
    padding: 12px 25px;
    line-height: 14px;
    height: unset!important;
 /* border-radius: 50px !important; */
    pointer-events: none;
    opacity: 0.5;

    background: #f3f4f9 !important;
}

.tab-buttonwrap .generateTables.active {
    color: #fff!important;
    background: #6648a9 !important ;
    opacity: 1;
    pointer-events: visible;
}

.tableArrangeTab li {
	display: inline-block;
}

.tableArrangeTab li button {
	background: #f3f4f9;
	box-sizing: border-box;
	color: #6648a9;
	font-family: 'Poppins';
	font-weight: 600;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #6648a9;
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
	margin: 0 8px 0 0;
	padding: 12px 25px;
	text-align: center;
	/* vertical-align: top; */
	min-width: 160px;
	outline: none;
}

.tableArrangeTab li.selected button {
	color: #FFF;
	background: #6648a9;
	-webkit-box-shadow: 5px 5px 19px -7px rgba(80,80,80,0.93);
	box-shadow: 5px 5px 19px -7px rgba(80,80,80,0.93);
	box-shadow: 5px 5px 19px -7px rgba(80,80,80,0.93);
}

.tableInputHolder {
	max-width: 201px;
width: 100%;
display: inline-block;
vertical-align: middle;
background: #F3F3F3;
padding: 8px 10px;
margin: 0 5px 10px;
}

.tableInputHolder input[type="text"] {
	border: 1px solid #d7d8df;
	max-width: 65px;
	text-align: center;
	width: 100%;
	height: 35px;
	margin:  0 0 0 10px;
	padding: 0 10px 0;
	box-sizing: border-box;
	font-family: 'Poppins';
            font-weight: 400;
	font-size: 13px;
	color: #747474;
	}

.tableInputHolder label {
	font-family: 'Poppins';
            font-weight: 500;
	font-size: 14px;
	max-width: 122px;
	width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.formTableArraging input[type="submit"] {
	font-size: 16px;
	color: #FFF;
	background: #0154a4;
	height: 40px;
	border-radius: 8px;
	border: none;
	margin: 25px 0 0 7px;
	cursor: pointer;
	padding: 0 15px;
}

.tableArrangeTab button[disabled] {
	border-color: #f3f4f9;
	color: #ccc;
	cursor: default;
}

.filterHeading select {
	margin: -4px 0 0 20px;
}

.table {
	border: 1px solid #d9dee4;
	border-bottom: none;

}
.tableBooth {
	width: 100%;
}
.chkBooth span {
	width: inherit!important;
	display: inline-block!important;
}
.table thead th {
	font-family: 'Poppins';
  /* font-weight: 600; */
	font-size: 15px;
  color: #111111;
  /* text-transform: uppercase; */
	/* padding: 5px 0; */
	cursor: default;
    font-weight: 500;
}

.table tbody td {
	font-size: 15px;
	color: #2d2c4c;
	/* padding: 5px 0; */
}

.table tbody td:last-child, .table thead th:last-child {
	border-right: none;
}

.table thead th input[type="text"] {
	background: #fff url('../images/iconSearch.png') no-repeat 2% center;
	/* width: 210px; */
  	width: 100%;

	height: 30px;
	border: 1px solid #e6ecef;
	border-radius: 5px;
	/* margin-top: 10px; */
	padding: 0 10px 0 38px;
	box-sizing: border-box;
	font-family: 'Poppins';
}

.advt-tbleWrapper.table thead th input[type="text"] {
	background: #fff url('../images/iconSearch.png') no-repeat 1.5% center;
	width: 50%;
	margin-left: 10px;
	padding: 0 10px 0 30px;
}


.table.tableReport thead th input[type="text"] {
	max-width: 230px;
	width: 100%;
}

.pagination {
    float: right;
    margin-bottom: 10px !important;
}

.table tbody td select, .listFilter select {
	color: #102a54;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url(../images/bgDrop.png) no-repeat center right;
	border: none;
	padding: 0 20px 0 10px;
	height: 32px;
	border: 1px solid #e6ecef;
    border-radius: 5px;
	outline: none;
}

.tablePriority .priority {
    margin-right: 10px;
}

.saveTable, .updateTable {
	font-size: 14px;
	text-align: center;
	background: #0154a4;
	color: #FFF;
	border: none;
	width: 70px;
	height: 30px;
	border-radius: 7px;
	cursor: pointer;
}

.updateTable {
	background: #5bc0de
}

.popupLoader {
	position: absolute;
	top:0;
	left: 0;
	background: rgba(255,255,255,0.8) url(../images/preloader.gif) no-repeat center center;
	width: 100%;
	height: 100%;
	z-index: 100;
	border-radius: 4px;
	background-size: 50px !important;
}

.cmsOverlay, .cmsOverlay3plus, .boothOverlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}

.boothOverlay {
	background: rgba(0,0,0,0.6);
}

#tblBoothContent{
	text-align: center;
}

.areaBoothForm {
	background: #FFF;
max-width: 462px;
width: 100%;
padding: 35px;
box-sizing: border-box;
margin: 0 auto;
position: absolute;;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1005;
display: none;
}

.areaBoothForm h3 {
	font-family: 'Poppins';
font-weight: 600;
	font-size: 20px;
	color: #576a94;
	margin: 0 0 23px;
}

.areaBoothForm .inputholderBooth {
	margin-bottom: 15px;
}

.areaBoothForm .inputholderBooth input[type="text"]{
color: #41464e;
font-family: 'Poppins';
            font-weight: 500;
font-size: 14px;
border: 2px solid #e6ecef;
border-radius: 5px;
height: 45px;
padding: 0 15px;
width: 100%;
box-sizing: border-box;
display: inline-block;
background: #fff;
}

.areaBoothForm .maxAattendees {
	max-width: 105px;
	margin:  0 10px 0 0;
	display: inline-block;
}

.areaBoothForm .maxAattendees input[type="text"] {
	width: 100%;
}

.areaBoothForm .inputholderBoothSelect {
	max-width: 273px;
	width: 100%;
	display: inline-block;
}

.areaBoothForm .inputholderBooth select {
	font-family: 'Poppins';
            font-weight: 500;
font-size: 14px;
border: 2px solid #e6ecef;
border-radius: 5px;
max-width: 350px;
width: 100%;
background: #FFF url(../images/selectDropdown.png) no-repeat 97% center;
	height: 45px;
	padding: 0 15px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

#saveTables, #AddBooth, #createBooth {
    background: #6648a9;
    text-transform: uppercase;
    font-family: 'Poppins';
            font-weight: 600;
    font-size: 13px;
    color: #fff;
    border: 0;
    margin: 0 ;
    border-radius: 50px;
    min-width: 150px;
    height: 37px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    display: block;
    cursor: pointer;
}

#AddBooth {
	background: #6648a9;
}

/* .generateTables {
	font-size: 20px;
	text-align: center;
	background: #0154a4;
	color: #FFF;
	border: none;
	height: 50px;
	border-radius: 5px;
	padding: 0 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	cursor: pointer;
	clear: both;
	display: block;
} */

.generateTables,
.createTable.generateTables {
	font-size: 16px !important;
	font-weight: 500 !important;
	text-align: center !important;
	background: #6648a9 !important;
	color: #FFF !important;
	border: none !important;
	height: 46px !important;
	border-radius: 5px !important;
	padding: 12px 20px !important;
	margin-top: 20px !important;
	cursor: pointer !important;
	clear: both !important;
	display: block !important;
	text-transform: uppercase !important;
}

.generateTables.confirm-meeting {
    font-size: 14px !important;
    height: 35px !important;
    padding: 0 15px !important;

}

.btnCloseBooth {
	background: url(../images/iconPopupClose.png) no-repeat center center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.contentArea .eventBox {
	box-shadow: none;
}



.areaBoothForm .editProfileWrapper .uploadProfileWrapper {
    display: inline-block;
    vertical-align: middle;
}

.areaBoothForm .inputholderBooth span {
    display: inline-block;
    color: #2d2c4c;
    font-family: 'Poppins';
            font-weight: 400;
    font-size: 13px;
    width: 195px;
    padding: 0 0 10px;
    vertical-align: middle;
    display: block;
}

.editProfileWrapper .uploadProfileWrapper {
    display: inline-block;
    vertical-align: middle;
}

.areaBoothForm .btnFileUpload {
    padding: 0;
    vertical-align: top;
}

.areaBoothForm .uploadImgBox {
    border: 1px solid #e7e9ee;
    background: #f3f4f9;
    display: inline-block;
    width: 155px;
    height: 115px;
}

.areaBoothForm .uploadbtnRight {
    display: inline-block;
    margin: 35px 0 0 10px;
    vertical-align: top;
}

.areaBoothForm .btnFileUpload .custom-file-upload {
    background: #fff;
    border: 1px solid #e3e6eb;
    font-size: 13px;
    color: #919aa2;

    font-family: 'Poppins';
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    box-sizing: border-box;
    display: flex;
    vertical-align: top;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.tableReport{
	width: 100%;
}

.btn {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
}

.btn.disabled {
    opacity: 0.7;
}
.btn-info {
	color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-danger{
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.attendeeListRight {
	float: right;
	max-width: 250px;
	width: 100%;
}

.filterHeading {
	float: left;
  margin-right: 15px;
	position: relative;
}

.filterHeading select {
	width: 200px;
	height: 37px;
	position: relative!important;
	padding-left: 10px;
    outline: none;
}

.text-center {
	text-align: center;
}

.badge {
    display: inline-block;
    min-width: 0px;
    padding: 0px 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #20a2ed;;
    border-radius: 50%;
    color: transparent;
 }

 .td-wrap .badge {
	display: inline-block;
    background-color: #20a2ed;;
    border-radius: 50%;
    color: transparent;
	width: 8px;
	height: 8px;
	padding: 0;
 }

 .checkbox-common {
   /* float: left;
   position: relative;
   top: 17px;
   left: -16px; */
 }

 .checkbox-common-attendee {
    /* float: left;
    position: relative;
    top: 30px;
    left: -10px; */
}

.paginationHolder:hover,.paginationHolder td:hover{
	background-color: #fff !important;
}
.table {
  empty-cells: hide;
  border: 0!important;
  /* border-top: 1px solid #d9dee4!important; */
  border-spacing: 0 5px;

}
.table  tr td {
  text-align: left;
  margin-bottom: 5px;
}
.table tr th {
  border: 0;
  text-align: left;
  margin-bottom: 5px;
}
.table  tr.paginationHolder td{
	border:0!important;
}

.tableUser tbody tr:nth-last-child(-n + 5) .actionDropdown{
	bottom: 35px;
	top: inherit;
	-webkit-box-shadow: 1px 3px 32px -16px rgb(0 0 0);
	-moz-box-shadow: 1px -1px 32px -16px rgba(0, 0, 0, 1);
	box-shadow: 1px -1px 32px -16px rgb(0 0 0);
  }
/*---------------------------------------*/

/* Update starts 04-05-2022 */
.commonFieldHolder input[type="text"]::-webkit-input-placeholder {
	color: #6c757d;
	font-family: "Poppins";
  font-weight: 300;
	font-size: 17px;
	opacity: 1;
}
.commonFieldHolder input[type="text"]::-moz-placeholder {
	color: #6c757d;
	font-family: "Poppins";
  font-weight: 300;
	font-size: 17px;
	opacity: 1;
}
.commonFieldHolder input[type="text"]:-ms-input-placeholder {
	color: #6c757d;
	font-family: "Poppins";
  font-weight: 300;
	font-size: 17px;
	opacity: 1;
}
.commonFieldHolder input[type="text"]:-moz-placeholder {
	color: #6c757d;
	font-family: "Poppins";
  font-weight: 300;
	font-size: 17px;
	opacity: 1;
}
.commonFieldHolder textarea::-webkit-input-placeholder {
	color: #6c757d;
	font-family: "Poppins";
  font-weight: 300;
	font-size: 17px;
	opacity: 1;
}
.commonFieldHolder textarea::-moz-placeholder {
	color: #6c757d;
	font-family: "Poppins";
  font-weight: 300;
	font-size: 17px;
	opacity: 1;
}
.commonFieldHolder textarea:-ms-input-placeholder {
	color: #6c757d;
	font-family: "Poppins";
  font-weight: 300;
	font-size: 17px;
	opacity: 1;
}
.commonFieldHolder textarea:-moz-placeholder {
	color: #6c757d;
	font-family: "Poppins";
  font-weight: 300;
	font-size: 17px;
	opacity: 1;
}
.twoColWrap {
  display: flex;
   flex-wrap: wrap;
}
.threeColWrap{
    display: flex;
}
.threeColWrap .commonFieldHolder {

    flex-basis: calc(33% - 10px);
}
.threeColWrap .commonFieldHolder:not(:last-child){
    margin-right: 20px;
}
.twoColWrap .commonFieldHolder {
  margin-right: 20px;
  flex-basis: calc(50% - 10px);
}
#frmvisatab .twoColWrap .commonFieldHolder {
    margin-right: 0px;
    flex-basis: calc(50% - 8px);
  }
  #frmvisatab .threeColWrap .commonFieldHolder{
    flex-basis: calc(33% - 8px);
  }
  #frmvisatab .twoColWrap{
      column-gap: 16px;
  }
.twoColWrap .commonFieldHolder.multi-file-upload {
	margin-right: 20px;
	flex-basis: calc(100% - 10px);
  }

  .twoColWrap .commonFieldHolder.multi-file-upload .btnFileUpload {
	width: 100%;
  }

  .twoColWrap .commonFieldHolder.multi-file-upload .flex{
	align-items: flex-end;
	flex-wrap: wrap;
  }

.twoColWrap .commonFieldHolder:nth-child(2n) {
  margin-right: 0;
}

.multi-add-image{
	margin-left: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6648a9 url(../images/iconPlusWhite.png) no-repeat center center;
	border-radius: 50%;
}

.twoColWrap .commonFieldHolder.multi-file-upload .uploaded-file{
	max-width: 100%;
}

.multi-image-upload-wrapper{
	width: 46%;
}

.multi-image-upload-wrapper:nth-child(even){
	margin-left: 15px;
}


.fourColWrap {
  display: flex;
  flex-wrap: wrap;
  /* column-gap: 20px; */
}
.fourColWrap .commonFieldHolder {
  flex-basis: calc(25% - 15px);
  /* margin-right: 0; */
  margin-right: 20px;
}
.commonFieldHolder select {
  color: #0d0c22;
  font-family: "Poppins";
  font-size: 17px;
  border: 1px solid #e3e6eb;
  border-radius: 8px;
  height: 45px;
  padding: 0 35px 0 15px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
}
 .btnFileUpload .custom-file-upload img {
   margin-bottom: 20px;
   width: 60px;
   height: 38px;
}

.commonFieldHolder .selectHolder {
  position: relative;
}
.commonFieldHolder .selectField {
  color: #0d0c22;
  font-family: "Poppins";
  font-size: 17px;
  border: 1px solid #e3e6eb;
  border-radius: 8px;
  height: 45px;
  padding: 0 35px 0 15px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.colorList {
  position: absolute;
  bottom: calc(100% + 5px);
  padding: 15px 5px !important;
  width: calc(100% - 10px);
  background-color: #fff;
  border-radius: 8px;
  /* box-shadow: 2px 5px 15px -5px rgb(0 0 0 / 20%); */
  box-shadow: 8px 15px 15px -5px rgb(0, 0, 0, .08);
  border: 1px solid #e3e6eb;
  border-radius: 8px;
  display: none;
}
.colorList li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 17px;
  width: calc(100% - 20px);
  cursor: pointer;
  transition: all .3s ease;
}
.colorList li:hover {
  background-color: #e9e9e9;
}
.colorView {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #e3e6eb;
  margin-right: 10px;
}
.colorView.violet {
  background-color: #6648a9;
}
.colorView.blue {
  background-color: #0000FF;
}
.colorView.red {
  background-color: #FF0000;
}
.colorView.green {
  background-color: #7CFC00;
}
.colorView.white {
  background-color: #fff;
}
.btnProceed {
  background: #6648a9 url(../images/arrowRtWt.png) no-repeat right 20px center;
}
.ui-widget.ui-widget-content {
  padding: 10px;
  box-shadow: 5px 12px 15px -5px rgb(0, 0, 0 , .1);
	border: 1px solid #e3e6eb;
  border-radius: 8px;
}
.ui-datepicker td span, .ui-datepicker td a {
  height: 18px;
  width: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #6648a9 !important;
  border-radius: 50%;
  color: #fff;
}
.btnTitleWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btnTitleWrap h1 {
  margin-bottom: 0;
}
.addBtn {
  background: #6648a9;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addBtn:hover {
	background-color: #4b347e;
}
.listWrap {
  border-radius: 8px;
}
.actionWrap {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  /* column-gap: 10px; */
  min-width: 58px;
}

.actionWrap a {
	margin-right: 10px;
}

.actionWrap a:last-child {
	margin-right: 0;
}

.packages-actions.actionWrap{
	justify-content: flex-start;
}
.td-wrap img {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
}
.actionWrap a {
  display: flex;
}
.actionWrap img {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}
.action-icon img {
  max-width: 20px;
}
th {
  background: #f6f8fc;
  padding: 8px 10px;
}
.th-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* column-gap: 10px; */
}
.table thead tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.th-title {
  display: flex;
  align-items: center;
  cursor: default;
  font-weight: 500;
  margin-right: 10px;
}
.th-title a {
  color: #2d2c4c;
  font-weight: 500;
}
.th-title i {
  margin-left: 5px;
  color: #6648a9;
  font-size: 14px;
}
.titleSort {
  padding-right: 15px;
  background: url(../images/arrowSort.png) right center no-repeat;
  background-size: 8px;
  cursor: pointer;
  width: fit-content;
}
.table thead th.th-center .th-wrap {
  justify-content: center;
}
.table td {
  padding: 8px 10px;
  border-top: 1px solid #e2e4e9;
  border-left: 1px solid #e2e4e9;
  border-bottom: 1px solid #e2e4e9;
}
.table tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.table tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: 1px solid #e2e4e9;
}
.action-icon {
  display: flex;
}
.welcomeUser {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}
.welcomeUser .userName {
  font-size: 20px;
  font-weight: 300;
}
.welcomeUser .userName span {
  font-weight: 500;
}
.welcomeUser p {
  font-size: 15px;
  font-weight: 300;
}
.checkboxContainer {
  display: flex;
  position: relative;
  padding: 0 !important;
  padding-left: 30px !important;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxContainer .checkboxLabel {
  color: #41464e;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  padding: 0;
}
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkboxContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: url(../images/iconUnchecked.png) no-repeat center;
  background-size: contain;
  padding: 0;
  z-index: 1;
}

.checkboxContainer.checkboxContainer-radio .checkmark {
	background: url(../images/iconRadioUnchecked.png) no-repeat center;
	background-size: contain;
}

.checkboxContainer input:checked ~ .checkmark {
  background: url(../images/iconCheck.png) no-repeat center;
  background-size: contain;
}

.setting-priority{
    margin-top: 20px;
    border : 1px solid #e6ecef;
    padding: 20px 10px!important ;

}
.checkboxContainer.checkboxContainer-radio input:checked ~ .checkmark {
	background: url(../images/iconRadioCheck.png) no-repeat center;
	background-size: contain;
}

.divideInputHolder.checkbox-wrapper{
	padding-bottom: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 18px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #6648a9;
}
input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

/* Dashboard tab */
.tabWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* column-gap: 10px; */
  margin-bottom: 20px;
}
.tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* column-gap: 20px; */
  margin-right: 10px;
}
.tab .tablinks, .tabdroplink {
  transition: all 0.3s ease;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  margin-right: 20px;
}
.tab .tablinks:hover, .tabdroplink:hover {
  color: #5e429d;
}
.tab .tablinks.active, .tabdroplink.active {
  color: #5e429d;
}

.tab .tablinks:after,.tab .tablinks.active:after,.tab .tabdroplink:after,.tab .tabdroplink.active:after, .tab .tabdropdown .tablinks:hover:after{
	content: '';
	position: absolute;
	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 2px;
  	background-color: #5e429d;
	transition: all 0.3s ease;
	width: 0;
}
.tab .tablinks.active:after, .tabdroplink.active:after,.tab .tablinks:hover:after,.tab .tabdroplink:hover:after,.tab .tabdroplink.active:after {
	width: 35%;
  }
.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}
.tabcontentWrap {
  background: #fff;
	padding: 35px 30px 45px 30px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
	-moz-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
	box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .04);
  border-radius: 8px;
}
.tabdropWrap {
  position: relative;
}
.tabdropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
  display: none;
  z-index: 111;
}
.tabdropdown ul {
  padding: 10px;
  background: #fff;
  list-style: none;
  margin: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 38px 0px rgb(29 33 57 / 10%);
  -moz-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .1);
  box-shadow: 0px 5px 38px 0px rgb(29 33 57, .1);
  min-width: 130px;
}
/* .tabdropdown ul li {
  border-bottom: 1px solid #e2e4e9;
}
.tabdropdown ul li:last-child {
  border-bottom: 0;
} */
.tabdropdown ul li a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #8b8b8b;
  padding: 10px;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: 111111;
}
.tabdropdown ul li a:hover {
  color: #5e429d;
}
.tabdropWrap:hover > .tabdropdown {
  display: block;
}
.tabdropdown .tablinks {
  padding-bottom: 10px;
  border-radius: 8px;
  font-size: 15px;
}
.tabdropdown .tablinks.active:after {
  display: none;
}
.tabdropdown .tablinks.active {
  background-color: #f5f7fb;
}

.nonactive {
    color: #ccc!important;
    pointer-events: none;
}



.moredropWrap {
  position: relative;
  cursor: pointer;
}
.moredropdown {
  position: absolute;
  top: 50%;
  right: 0;
  padding-top: 20px;
  display: none;
  z-index: 2;
}
.moredropdown ul {
  padding: 10px;
  background: #fff;
  list-style: none;
  margin: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 38px 0px rgb(29 33 57 / 10%);
  -moz-box-shadow: 0px 5px 38px 0px rgb(29, 33, 57, .1);
  box-shadow: 0px 5px 38px 0px rgb(29 33 57, .1);
  min-width: 130px;
}
.moredropdown ul li a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #8b8b8b;
  padding: 10px;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: 111111;
  cursor: pointer;
}
.moredropdown ul li a:hover {
  color: #5e429d;
}
.moredropWrap:hover > .moredropdown {
  display: block;
}
.moredropdown .tablinks {
  padding-bottom: 10px;
  border-radius: 8px;
  font-size: 15px;
}
.moredropdown .tablinks.active:after {
  display: none;
}
.moredropdown .tablinks.active {
  background-color: #f5f7fb;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-container {
  width: 100%;
  font-size: 14px;
  font-family: sans-serif;
  overflow: auto;
}


.dropdown-button {
  width: 100%;
  /* background: #fff; */
  background: url(../chosen/selectDown.png) no-repeat center right 10px !important;
  padding: 10px 12px;
  cursor: pointer;
  border: 2px solid #e6ecef;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.dropdown-button .dropdown-label, .dropdown-button .dropdown-quantity {
  float: left;
}
.dropdown-button .dropdown-quantity {
  margin-left: 4px;
}
.dropdown-button .fa-filter {
  float: right;
}

.dropdown-list {
  float: left;
  width: 100%;
  border: 2px solid #e6ecef;
  border-top: none;
  box-sizing: border-box;
  padding: 10px 12px;
  margin-top: -5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dropdown-list label {
  padding: 0 !important;
  padding-left: 5px !important;
}
.dropdown-list input[type=search] {
  /* padding: 5px 0; */
  margin: 1px 0;
    padding: 7px 20px 7px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #cfcfcf;
    background: url(../chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 5px;
}
.dropdown-list ul {
  margin: 10px 0;
  max-height: 200px;
  overflow-y: auto;
}
.dropdown-list ul input[type=checkbox] {
  position: relative;
  -webkit-appearance: checkbox;
}
.dropdown-quantity span {
  padding: 0 !important;
  font-size: 14px !important;
}
.checkboxWrapper {
	margin-bottom: 10px;
}
.eventTabwrap {
  border-radius: 8px;
}
.eventTab {
  /* column-gap: 12px; */
  margin-bottom: 20px;
}
.eventTablinks {
  padding: 20px;
  background-color: #e8ebf0;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
  width: 120px;
  overflow: hidden;
  margin-right: 12px;
}

.eventTablinks:last-child {
	margin-right: 0;
}

.eventTablinks.tab-viewed {
	background-color: #fff;
}

.eventTablinks.active {
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(218, 218, 225, 0.75);
}
.eventTablinks.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #6648a9;
}
.eventTablinks img {
  max-height: 25px;
  display: block;
  margin-bottom: 10px;
}
.boxTitle {
  padding: 0 !important;
}

.checkboxContainer-radio-first{
	margin-right: 10px;
}

.align-items-center{
	align-items: center;
}

.btn-add-area,.btn-remove-area,.btn-add-outside-beach,.btn-add-outside-other,.btn-remove-outside-beach,.btn-remove-outside-other,.btn-add-session-slot,.btn-remove-session-slot{
	padding: 0px 0px 0 5px;
	color: #6648a9;
	font-size: 20px;
	cursor: pointer;

}

.preloader img {
  width: 50px;
  height: 50px;
}

.area-wrapper,.outside-beach-text-wrapper,.outside-other-text-wrapper{
	padding-bottom: 15px;
}

.btn-session{
	background: url(../images/btnSession.png) no-repeat 0 0;
	padding: 0 0px 0px 25px;
	height: 20px;
	cursor: pointer;
}

.btn-remove-session{
	background: url(../images/btnMinus.png) no-repeat 0 0;
	padding: 0 0px 0px 25px;
	height: 20px;
	cursor: pointer;
}

.add-session-title{
	justify-content: space-between;
}

.session-slot-wrapper{
    align-items: center;
	padding-bottom: 20px;
}

.eventday-wrapper,.eventInner{
	border: dashed 1px #ccc;
    padding: 25px;
    margin-bottom: 35px;
	position: relative;
}

.btnBorderV2 {
    background: url(../images/btnSession.png) no-repeat 10px center;
    font-size: 14px;
    color: #6648a9;
    text-align: center;
    min-width: 199px;
    border-radius: 25px;
    border: 1px solid #6648a9;
    padding: 13px 20px 12px 30px;
    box-sizing: border-box;
    display: block;
	margin-bottom: 30px;
}

.btnRemoveEvent{
	position: absolute;
	right: 10px;
	top:20px;
	background: url(../images/btnMinus.png) no-repeat 0 0;
	height: 20px;
	padding-left: 25px;
	color: #6648a9;
	cursor: pointer;
}

.btnRemoveEvent span{
	position: relative;
	top: 1px;
}

.commonFieldHolder.add-session-title{
	padding-bottom: 10px;
}

.massage-management-tab{
	display: none;
}

 a.btnFile {
    font-size: 13px;
    color: #FFF;
    background: #6648a9;
    width: 110px;
    height: 40px;
    border-radius: 3px;
    display: block;
    line-height: 41px;
    text-align: center;
}

#imgPreview{
	max-width: 100px;
	width: 100%;
	height: 100px;
}

.uploadContent{
	padding-left: 20px;
}

#deleteimage{
	/* text-align: center; */
}

.locationArea .imgProfile img{
	width: 120px;
}

.preview-img{
	display: flex;
	flex-direction: column;
}

.loader-overlay{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1000;
    top: 0;
    left: 0;
	display: none;
}

.view-attendees-memberTabContent{
	padding: 0px 30px 0px;
}

.view-attendees-eventBox{
	margin-top: 30px;
}

.filter-name-wrapper{
	align-items: center;
}

.align-base{
	align-items: baseline;
}

.filter-name-wrapper span{
    padding: 0px 10px;
}

.filter-name-wrapper input[type='text']{
	flex-grow: 1;
	max-width: 215px;
	width: 100%;
}

.pt-0{
	padding-top: 0px !important;
}

.pb-0{
	padding-bottom: 0 !important;
}

#m_slug_Id,#g_slug_Id,#slug_Id{
	margin-right: 25px;
}

.error-show{
	font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
    display: block;
    background: #fc7379;
    color: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
    position: relative;
    border-radius: 5px;
}

.error-show:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fc7379;
    position: absolute;
    top: -8px;
    left: 15px;
    content: "";
}
#description-error{
	display: none !important;
}

/* .networkListHolder {
    position: relative;
    display: flex;
    vertical-align: middle;
    font-size: 13px;
    width: 100% !important;
    color: #41464e;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #e6ecef;
    border-radius: 5px;
    height: 45px;

    width: 100%;
    box-sizing: border-box;
    background: #fff;
    align-items: center;

}

.choose-network {
    cursor: pointer;
    flex-grow: 1;
    padding: 10px 35px 10px 15px;
    box-sizing: border-box;
}

.networkListHolder .choose-network .choose-arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.networkListHolder .choose-network .choose-arrow b {
	display: block;
    width: 100%;
    height: 100%;
    background: url(../chosen/chosen-sprite.png) no-repeat 0px 10px !important;
}

.networkListHolder .network-drop {
    position: absolute;
    top: 100%;
    left: -2px;
    right: -2px;
    z-index: 1010;
    border: 2px solid #e6ecef;
    border-top: 0;
    background: #fff;
	margin-top: -1px;
    border-radius: 0 0 5px 5px;
	display: none;
	max-height: 160px;
    overflow: auto;
}

.networkListHolder.network-with-drop .network-drop {
	display: block;
}

.networkListHolder.network-with-drop .network-drop ul li{
	padding: 5px 0 5px;
	padding-left: 15px;
    padding-right: 35px;
}

.networkListHolder.network-with-drop .network-drop ul li label{
	display: flex;
    align-items: center;
	padding: 0;
}

.networkListHolder.network-with-drop .network-drop ul li span{
	padding-left: 8px;
}

.networkListHolder.network-with-drop .network-drop ul li.selected{
	pointer-events: none;
	cursor: auto;
	background: #e4e3e3;
	border-bottom: solid 1px #ccc;
}

.networkListHolder.network-with-drop .network-drop ul li{
	cursor: pointer;
}

.networkListHolder.network-with-drop .network-drop input{
	margin-right: 3px;
} */


.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field{
	width: 100% !important;
	padding-top: 8px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color:blue;
  border: 0;
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
  box-sizing:border-box;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    /* border: solid #e6ecef 1px; */
	height: 45px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border:2px solid #e6ecef;
    border-radius: 4px;
    cursor: text;
    height: 45px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e6ecef;
    border-width: 2px;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder{
	color: #6c757d;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
}


/* Update ends 04-05-2022 */
.btnLocationAdd{
    background: url(../images/iconAddBlue.png) no-repeat 0 0;
}

.locationArea .btnLocationRemove{
    background: url(../images/iconMinusBlue.png) no-repeat 0 0;
}

.locationArea .btnLocationAdd,  .locationArea .btnLocationRemove{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: -10px;
}

.locationArea{
	position: relative;
}

#massageSubmit{
	margin-bottom: 30px;
}

.DeleteImage{
	display: block;
}

.paginationHolder nav{
	justify-content: flex-end;
}

.paginationHolder nav svg{
		width: 20px;
}

.paginationHolder nav span.relative:first-child{
	display: flex;
}

/* .paginationHolder nav span,.paginationHolder nav a{
	padding: 0 0 0 5px;
} */

/* Updated 04-07-2022 starts here */
.eventMenuTable input[type="text"] {
	width: 140px;
    height: 30px;
    border: 1px solid #e6ecef;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.inputAddHolder {
	display: flex;
	align-items: center;
}
.fileSizeMsg{
	margin-top: 10px;
}
.new-tableInputHolder {
	width: fit-content;
    max-width: 100%;
    display: flex;
    border-radius: 5px;
    min-width: 200px;
    align-items: center;
}
.createTable {
	margin-top: 20px !important;
}
.btn-theme {
	color: #fff;
	background-color: #6648a9;
	border: 0;
}
/* Updated 04-07-2022 ends here */

.contentSection.viewAttendee{
	padding: 0;
}

.btnCatAdd {
	padding-right: 20px;
}

.eventDay_1submit,.btnSubmit.eventDay_1_submit,.eventday-session-submit{
	position: relative;
	z-index: 1;
	clear: both;
	margin: -40px 0;
}

.regHolder .bx-pager-item{
	font-size: 0;
}

.hotel-reservation-caption {
    width: 87%;
    padding: 40px;
    border: solid 1px #dadce1;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 50px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 50px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.hotel-reservation-caption::after {
    position: absolute;
    content: '';
    right: -35px;
    bottom: -30px;
    background: url(../images/imgBottom.png) no-repeat 0 0;
    width: 103px;
    height: 92px;
}

.drpDwnSelectFirstVal.hotelTab{
	padding: 25px 0 0;
}


.drpDwnSelectFirstVal.hotelTab .commonFieldTabContent input[type="text"]{
	max-width: unset;
}

.flightTabInputHolder.hotelTab-input{
	max-width: 46%;
}

.flightTabInputHolder.hotelTab-input input[type="text"]{
	max-width: 100%;
}

.minimu_span{
	margin-top: 25px;
}

.url_span{
	margin-top: 15px;
}

.radioBtnHandle.roomTypeSelect:before,.radioBtnHandle.roomTypeSelect::after{
	width: 94%;
}

.choosePackage-checkboxwrapper{
	display: flex !important;
	padding: 15px 15px 15px 0;
	align-items: baseline;
}

.choosePackage-checkboxwrapper label{
	margin-left: 10px;
}

.pt-12{
	padding-top: 12px;
}

.roomtype_holder{
	display: flex;
	padding-bottom: 15px;
}

.roomtype_holder .label_one{
	width: 160px;
	font-size: 15px;
    color: #7c8692;
    font-weight: normal;
}

.room_detail{
	width: 190px;
    color: #373e47;
    font-size: 15px;

}

.roomtype_right{
	padding-left: 20px;
	font-size: 15px;
}

.share_with{
	font-size: 15px;
	padding-left: 10px;
	color: #3172a9;
}

.blue_text{
	color: #3172a9;
}


.attendeesHeadingsLeft{
	flex-grow: 1;
}


.attendeesHeadingsRight{
	color: #576a94;
    font-size: 20px;
	padding-right: 10px;
}

.attendeesHeadingsRight.viewAttendees,.attendeesHeadings{
	align-items: center;
}

.attendeesHeadingsRight.viewAttendees a{
	margin-left: 20px;
}

.attendeesHeadingsRight span.count{
	font-weight: 600;
}

.participantViewWrapper.viewAttendeeWrapper .attendeesHeadingsLeft h2{
	padding: 0;
	margin: 0;
}

.attendeesHeadings{
	padding-bottom: 20px;
}

.room-category-wrapper.payment-category-wrapper{
    display: flex;
    padding: 0px 15px;
}
.payment-mode{
    padding: 0px 15px;
}

.room-category-wrapper.payment-category-wrapper .btnRadio input[type="radio"]:checked+ label {
    border:solid 1px #6648a9;
}

.room-category-wrapper.payment-category-wrapper .btnRadio input[type="radio"]:checked+ label:after {
    background: #6648a9;

}



.table tr td.registration-status-col{
    text-align: center;

}
.table tr td.registration-status-col span:not(:last-child){
margin-right: 6px;
}

.home-met-before-wrapper{
	margin-left: 5px;
	position: relative;
	cursor: pointer;
}

.home-met-before-wrapper .met-before{
	position: absolute;
	content: '';
	bottom: -34px;
	left: -30px;
	width: 75px;
	height: 20px;
	background-color: #5e429d;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-family: 'Poppins';
	font-size: 12px;
	display: flex;
	opacity:0;
	transition: all .3s ease;
}

.home-met-before-wrapper:hover .met-before {
	opacity: 1;
	bottom: -24px;
	text-align: center;
    font-size: 11px;
}

.home-met-before-wrapper .met-before::after {
    width: 0;
    height: 0;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #5e429d;
    top: -6px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	content: '';
  }

  .newbie-wrapper img {
    width: 45px;
}

.flex{
    display: flex;
}


.invoice-icons{
    display: flex!important;
    align-items: center;
    gap: 5px;
    margin-right: 40px;
}
.image-hotel-reservation{
margin-right: 40px;
}

.pending-meeting{
    justify-content: space-between;
}

#booth-attendees{
    text-align: left;
    width: 100%;
}




#booth-attendees td{
    width: 33%;
    padding: 3px 8px;
    word-break: break-word;

}

table td .td-wrap{
    display: flex;
}


/* meeting overview css starts */
.meeting-overview-main-wrapper{
	width: 100%;
}

.meeting-overview-header{
	background-color: #795CB9;
	padding: 15px 40px 65px 40px;
	color: #fff;
	position: relative;
}

.meeting-overview-header h1{
	font-size: 32px;
	font-weight: 500;
}

.meeting-tab-wrapper{
	position: absolute;
  padding: 0;
  list-style: none;
  gap: 4px;
  margin: 0;
  bottom: 0;
}

.meeting-tab-wrapper li{
	padding: 10px 20px;
	border-radius: 12px 12px 0px 0px;
	background: #eee7ff;
	color: #000;
	cursor: pointer;
    transition: all ease .3s;
}
.meeting-tab-wrapper li.active{
background:#fff;
}

.meeting-tab-wrapper span.day{
	font-size: 20px;
	font-weight: 600;
}

.meeting-tab-wrapper span.date{
	font-size: 16px;
	color: #929292;
	padding-left: 10px;
}

.meeting-overview-table-wrapper table,.meeting-wrapper table {
	border: 1px solid #DCDCDC;

}
.meeting-overview-table-wrapper-outer{
    margin: 30px 10px 0px 40px;
    display: flex;
    overflow-y: auto;
    overflow-x: auto;
    max-height: calc(100vh - 170px);
    max-width:100%;
    scrollbar-color: #795CB9 #dfdfdf;
    scrollbar-width: thin;
    padding: 0 10px 10px 0px;
    position: relative;
    min-height: calc(100vh - 170px);
}

.meeting-overview-table-wrapper-outer .right-spacer{
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 5;
}

.meeting-overview-table-wrapper-outer .bottom-spacer{
    position: absolute;
    height: 10px;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 10;
}


.meeting-overview-table-wrapper-outer #loading{
    position:absolute;
    background: url(../images/ajax-loading.gif) no-repeat center center;
    }
.meeting-overview-table-wrapper-outer::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.meeting-overview-table-wrapper-outer::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

.meeting-overview-table-wrapper-outer::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #795CB9;
}



.meeting-overview-table-wrapper tr>td:first-child ,.meeting-overview-table-wrapper tr>th:first-child,
.meeting-wrapper tr>td:first-child ,.meeting-wrapper tr>th:first-child
{
	position: sticky;
	left: 0;
	color: #606368;
	font-weight: 600;
	border-left: 0;
	border-right: none;
	background: #F8F9FA;
    z-index:9 ;
  }

  .meeting-overview-table-wrapper tr>th,.meeting-wrapper tr>th{
    position: sticky;
	top: 0;
    z-index: 4;
  }


  .meeting-overview-table-wrapper tr>td,.meeting-wrapper tr>td{
	height: 50px;
	background: #fff;
  }

  .meeting-overview-table-wrapper th, .meeting-overview-table-wrapper td,
  .meeting-wrapper th, .meeting-wrapper td
  {
    /* padding: 5px 10px; */
    background: #fff;
    white-space: nowrap;

}

.meeting-overview-table-wrapper td, .meeting-wrapper td{
    padding: 10px 0px;
    vertical-align: top;
}

.meeting-table tr td:first-child {
    text-align: center;
}


.meeting-overview-table-wrapper th,
.meeting-wrapper th{
    padding: 5px 10px;
    vertical-align: middle;
}

.meeting-overview-table-wrapper th, .meeting-overview-table-wrapper td,
.meeting-wrapper th, .meeting-wrapper td
{
	border: 1px solid #DCDCDC;
}
.meeting-overview-table-wrapper td{
    border-bottom: solid 1px #795CB9;
}

.meeting-overview-table-wrapper th,
.meeting-wrapper th
{
	background: #F8F9FA;
    z-index: 999;
}

.meeting-overview-table-wrapper th:after,
.meeting-overview-table-wrapper th:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

.meeting-overview-table-wrapper th:before {
  top: -1px;
  border-top: 1px solid #DCDCDC;
}

.meeting-overview-table-wrapper th:after {
  bottom: -3px;
  border-bottom: 2px solid #DCDCDC;
}

.meeting-overview-table-wrapper tr>th:first-child::after,
.meeting-overview-table-wrapper tr>th:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  height:100%;
  width: 100%;
  left: 0;
}
.meeting-overview-table-wrapper tr>td:first-child::after,
.meeting-overview-table-wrapper tr>td:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  height:100%;
}

.meeting-overview-table-wrapper tr>td:first-child::before {
  left: -1px;
  border-left: 1px solid #DCDCDC;
}

.meeting-overview-table-wrapper tr>th:first-child::before {
    left: -1px;
    top:-1px;
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
  }

  .meeting-overview-table-wrapper tr>th:first-child::after {
    right: -1px;
    bottom: -1px;
    border-right: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
  }

.meeting-overview-table-wrapper tr>td:first-child::after {
  right: -1px;
  border-right: 2px solid #DCDCDC;
}

.meeting-overview-table-wrapper table,
.meeting-wrapper table
{
	margin:auto;
	border-collapse:collapse;
	border-spacing:1px;
}

.meeting-overview-table-wrapper tr>td:last-child ,.meeting-overview-table-wrapper tr>th:last-child{
	border-right: none;
}

.meeting-overview-table-wrapper td span{
	display: block;
}

.meeting-overview-table-wrapper table{
/* display: none; */
}

.meeting-overview-table-wrapper .name,.meeting-wrapper .name {
    white-space: nowrap;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }

  .meeting-overview-table-wrapper .one-meeting:not(:last-child),.meeting-wrapper .one-meeting:not(:last-child) {
      border-bottom: solid 1px #ccc;

  }

  .meeting-overview-table-wrapper .one-meeting {
    padding: 0px 10px;
  }




/* meeting overview css ends */

.regSuccessPopup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	text-align: center;
	display: none;
}

.regSuccessWrap {
	background-color: #ffff;
	border-radius: 10px;
	/* box-shadow: 0 15px 15px -15px rgb(0, 0, 0, 0.25); */
	box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.5);
	box-shadow: 0 20px 25px -20px rgb(0, 0, 0, 0.5);
	padding: 50px;
}

.regSuccessWrap h2 {
	font-size: 26px;
	margin-bottom: 10px;
	padding: 0;
	display: flex;
    justify-content: center;
}

.regSuccessWrap h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.regSuccessWrap .btnSubmit {
	justify-content: center;
	padding: 0;
	font-size: 18px;
}

.regSuccessWrap span {
	display: block;
	font-size: 30px;
	margin-left: 2px;
	-webkit-animation: mover .8s infinite  alternate;
    animation: mover .8s infinite  alternate;
}

.regSuccessPopup#generateTable {
	position: fixed;
	top: 50%;

	left: 50%;

	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	text-align: center;
	display: none;
    max-width: 600px;
    width: 100%;
    transform: translate(-50%,-50%)
}

#generateTable .regSuccessWrap {
	background-color: #ffff;
	border-radius: 10px;
	/* box-shadow: 0 15px 15px -15px rgb(0, 0, 0, 0.25); */
	box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.5);
	box-shadow: 0 20px 25px -20px rgb(0, 0, 0, 0.5);
	padding: 50px;
}

.btn-group{
    display: flex;
    gap: 5px 10px;
    align-items: center;
    justify-content: center;
}

.btn-group .btnSubmit{
    padding: 3px 5px;
    display: flex;
    align-items: center;
}

#generateTable .btn-group .btnSubmit{
    /* max-width: 90px; */
    min-width: 90px;
}
/* new login page cs */


.login-page {
	background: url('../images/bg-login.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: #fff;
	min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.login-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	/* padding-bottom: 60px;
	padding-top: 220px; */
    padding: 15px 0px;
}

.login-page .page-center {
	max-width: 1523px;
    /* margin: auto; */
}

.login-row .left-contents img {
	width: 420px;
	object-fit: contain;
}

.login-row .left-contents h3 {
	font-size: 24px;
	line-height: 30.43px;
	padding: 30px 0;
    font-family: 'Euclid Circular B';
    font-weight: normal;
}


.login-row .left-contents {
	max-width: 510px;
}

.login-row .left-contents p {
	font-size: 12px;
	line-height: 16px;
    font-weight: 500;
    font-family: 'Inter';
}

.form-col {
	background-color: rgb(255, 255, 255, 0.1);
	padding: 35px 38px;
	text-align: center;
	max-width: 495px;
	width: 100%;
	border-radius: 8px;
}

.form-col h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 186.9%;
    font-family: 'Inter';
}

.form-col p {
	font-size: 16px;
	padding-bottom: 40px;
    font-family: "Inter";
}

.form-col input {
	background-color: rgb(255, 255, 255, 0.18);
	padding: 24px 64px;
	border: none !important;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
    font-family: "Inter";
}

.form-col input::placeholder {
    color: #C0C0C0;
}

.form-col input::placeholder {
	color: #C0C0C0;
}

.form-col .input-grp {
	margin-bottom: 33px;
}

.user-inp {
	background-image: url(../images/icon-user.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 24px 24px;
}

.pass-inp {
	background-image: url(../images/icon-lock.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 24px 24px;
}

.error {
	font-size: 12px;
	/* color: #FC5959; */
	text-align: left;
	padding-top: 0px;
}

.forgot-cta a,
.forgot-text {
	font-size: 18px;
	color: #fff;
    font-family: 'Inter';
}

.login-btn {
	padding: 24px 12px !important;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #6648A9;
	border-radius: 4px;
	width: 100%;
	border: none;
	color: #fff;
	margin-top: 63px;
	cursor: pointer;
    font-family: 'Inter';
}

.social-cta {
	display: flex;
	align-items: center;
	/* padding-bottom: 60px; */
    padding-top: 50px;
}

.login-row .left-contents .social-cta a img {
	width: 93px;
	object-fit: contain;
	margin-right: 18px;
}

.login-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.login-footer .main-menu {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
    font-family: 'Inter';
}

.login-footer .main-menu li a {
	margin-right: 40px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.50);
	text-decoration: underline;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0.02em;

}

.login-footer p{
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.50);
}

.error input {
	border: 1px solid #FC5959;
}

.login-row-2 {
	justify-content: center;
}

.login-row-2 .form-col {
	max-width: 405px;
}

.user-inp input,
.pass-inp input {
	padding-left: 65px;
}

.form-col img.logo {
	width: 246px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 60px;
}

.submit-btn {
	text-transform: none;
	margin-top: 30px;
}

.login-wrapper-main{
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
	width: 100%;
}

.login-wrapper-top{
	flex-grow: 1;
    display: flex;
    padding-top: 60px;
    flex-direction: column;
    justify-content: center;
}

.login-wrapper-main .login-row{
	gap: 30px;
}

/* css login page ends */

.addrees-textarea h1,.addrees-textarea h2,.addrees-textarea h3,.addrees-textareah4,.addrees-textarea h5,.addrees-textarea h6,.addrees-textarea strong,.addrees-textarea i,.addrees-textarea span,.addrees-textarea p{
    font-size: 15px !important;
    font-weight: normal!important;
    font-style: normal!important;

}

.btnFileUpload-sm-new .uploadImgBox{
	border: 1px solid #e7e9ee;
    background: #f3f4f9;
    display: inline-flex;
	width: 150px;
    height: 150px;
	align-items: center;
	justify-content: center;
	position: relative;

}

.btnFileUpload-sm-new .uploadImgBox .deletepreview{
	position: absolute;
    display: block;
    right: 8px;
    bottom: 6px;
}
.btnFileUpload-sm-new .uploadImgBox .deletepreview img {
    width: 20px;
    height: 20px;
	display: block;
}



.btnFileUpload-sm-new .uploadImgBox img{
    width: 80px;
    height: 80px;
	object-fit: cover;
}
.timer_logo_preview{
    object-fit: fill!important;
}

.btnFileUpload.btnFileUpload-sm-new{
	    padding: 0px 0 0;
		display: flex;
		gap: 10px;
		align-items: center;
}

.btnFileUpload.btnFileUpload-sm-new .custom-file-upload{
    flex-direction: row;
    align-items: center;
    padding: 5px 10px!important;
    margin: 0;
    width: max-content;
    gap: 5px;
	height: unset;
	font-size: 12px;
	background: #6648a9;
    border: 1px solid #6648a9;
    color: #fff;
	transition: all ease .3s;
}

.editInputHolder .btnFileUpload.btnFileUpload-sm-new span{
	color: #fff;
	width: max-content;
}



.editInputHolder .btnFileUpload.btnFileUpload-sm-new:hover span{
	color: #6648a9;
}


.btnFileUpload.btnFileUpload-sm-new .custom-file-upload img {
    margin-bottom: 0px;
    width: 18px;
    height: 13px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(62deg) brightness(110%) contrast(101%);
}

.btnFileUpload.btnFileUpload-sm-new .custom-file-upload:hover img {
	filter: unset;
}

.twoColWrap .commonFieldHolder.multiimage-list-wrapper {
    margin-right: 0px;
    flex-basis:100%;
	max-width: 100%;
}

.editInputHolder  .multiimage-list-wrapper .img-wrapper{
	width: 100%;
	border: solid 1px #e9e6e6;
    padding: 10px 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	gap: 6px;
}

.editInputHolder  .multiimage-list-wrapper .img-wrapper > img:first-child{
	height: 150px;
	object-fit: contain;
}


.editInputHolder  .multiimage-list-wrapper .image-upload-main{
	max-width: calc(25% - 8px);
    width: 100%;
	display: flex;
	flex-direction: column;
}

.editInputHolder  .multiimage-list-wrapper .image-upload-main .error-message{
	padding-top: 5px;
	color: red;
}
.multiimage-list-wrapper .selectedFile{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.editInputHolder  .multiimage-list-wrapper span.img-wrapper img{
	width: 100%;
	max-height: 100px;
	object-fit: contain;
}

.editInputHolder .multiimage-list-wrapper span.img-wrapper img.img-delete,img.img-delete{
	width: 20px;
    height: 20px;
}
#spouse_checked_field{
    padding-bottom: 20px;
}
.vip-contents{
    padding-bottom: 0px !important;
}
.textConfirm img.seminar-icon{
    width: 28px;
    position: absolute;
    top: 6px;
    left: unset;
    right: 2px;
    /* transform: translateY(-50%); */
}
/* break-out session popup */
.breakpopup{
    display: none;
    /* position: absolute; */
    /* top: 0;
    left: 0;
    z-index:1; */
}
.breakout-popup {
    width: 650px;
    position: absolute;
    top: 10px;
    left: 0;

    z-index: 9;
    border-radius: 25px;
    box-shadow: 1px 2px 20px 7px rgba(111, 123, 128, 0.23);
    -webkit-box-shadow: 1px 2px 20px 7px rgba(111, 123, 128, 0.23);
    -webkit-filter: drop-shadow(1px 2px 7px rgba(111, 123, 128, 0.23));
    filter: drop-shadow(1px 2px 7px rgba(111, 123, 128, 0.23));
}

.breakout-popup-body {
    padding: 20px 25px;
    background: #fff;
    border-radius: 25px;
}

*{
  box-sizing: border-box;
}

.breakout-title h2 {
    font-size: 21px;
    font-weight: 500;
    /* padding-bottom: 12px; */
    color: #1770bf;
    margin: 0;
}

.breakout-session{
	border-radius: 15px;
	padding: 12px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	align-items: flex-start;
    position: relative;
}

.breakout-list-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.breakout-radio-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size:12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left:15px;
    top: -12px;
}

.breakout-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.breakout-radio-container .checkmark {
    position: absolute;
	/* top: 50%;
    transform: translateY(-50%); */
    left: 0;
	height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #b7c3ca;
}

.breakout-radio-container input:checked ~ .checkmark{
    border-color: #1e70c1;
}

.breakout-radio-container input:checked ~ .checkmark:after {
    display: block;
}

.breakout-radio-container .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b7c3ca;
}

.breakout-radio-container input:checked ~ .checkmark:after {
    background: #1e70c1;
}

.breakout-radio-container .checkmark:after {
    content: "";
    position: absolute;
}



.breakout-image img{
    width: 85px;
    display: block;
    height: 65px;
    object-fit: cover;

}

.breakout-image{
    border: solid 2px #1e70c1;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
}

.breakout-session-count{
    color: #1e70c1;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    /* display: flex;
    justify-content: flex-end; */
    position: absolute;
    top: 5px;
    right: 10px;
}

.breakout-session-flex{
    display: flex;
    gap: 15px;
    align-items: center;
}

.breakout-description h3 {
    font-size: 16px;
    font-weight: 500;
    color: #1770bf;
    margin: 0;
    padding: 0 15px 0 0;
}

.breakout-description p{
    margin: 0;
    font-size: 10px;
}

.breakout-description{
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    word-break: break-word;
    flex-grow: 1;
    /* justify-content: space-between; */
}
.seminar-single-left{
    flex-shrink:0;
}
.seminar-description{
    word-break: break-word;
}
.breakout-session-right-main{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}
.breakout-session-right{
    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
}

.breakout-detail{
    display: flex;
    gap: 3px 10px;
    flex-wrap: wrap;
}

.breakout-detail > div{
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);

}

.breakout-description .breakout-detail p{
    font-size: 12px;
}

.breakout-detail-icon img{
    width: 15px;
}

.breakout-detail-item{
    display: flex;
    gap: 6px;
}

.breakout-session-left{
    display: flex;
    gap: 20px;
}

.breakout-leftarrow {
    width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    z-index: 2;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    display: none;
}
.breakout-rightarrow{
    width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	z-index: 2;
	/* left: auto; */
	top: 50%;
	transform: translateY(-50%);
	display: none;
    right: -15px;
}
.breakout-close{
    /* position: absolute; */
    /* top: 28px;
    right: 24px; */
    transition: all 200ms;
    background: url(../images/close.png) no-repeat center center !important;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.breakout-title{
    justify-content: space-between;
    padding-bottom: 12px;
    align-items: center;
}

/* session detail popup */
.seminar-detail-popup {
    max-width: 450px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0 ;
    /* transform: translateX(-50%); */
    z-index: 2;
    border-radius: 25px;
    box-shadow: 1px 2px 20px 7px rgba(111, 123, 128, 0.23);
    -webkit-box-shadow: 1px 2px 20px 7px rgba(111, 123, 128, 0.23);
    -webkit-filter: drop-shadow(1px 2px 7px rgba(111, 123, 128, 0.23));
    filter: drop-shadow(1px 2px 7px rgba(111, 123, 128, 0.23));

}

.seminar-popup-body {
    padding: 20px 25px;
    background: #fff;
}

.seminar-title h2 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
    color: #1770bf;
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.seminar-tooltip-icon{
    background: url(../image/table.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.seminar-single{
    align-items: center;
}

.seminar-image img{
    width: 120px;
    height:90px;

    display: block;
}

.seminar-image{
    border-radius: 6px;
    overflow: hidden;
   flex-shrink: 0;
}

.seminar-single-flex{
    display: flex;
    gap: 10px;
    align-items: center;
}

.seminar-description h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.seminar-description p {
    margin: 0;
    font-size: 12px;
    padding-top: 6px;
}

.seminar-detail-table table{
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.seminar-detail-table{
    margin: 5px 0 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ededed;
}

.seminar-detail-table tr td{
    padding: 3px 0;
}

.seminar-detail-label{
   color: #bdbcbc;
}

.edit-seminar-btn{
    background: #0171b0;
    height: 35px;
    font-family: 'Poppins';
    font-size: 14px;
    width: 100%;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.seminar-arrow-left {
    width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    z-index: 2;
    left: -15px;
    top: 35px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    display: none;
}
.seminar-arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    z-index: 2;
    /* left: auto; */
    top: 35px;
    display: none;
    right: -15px;
}
.seminar-title{
    justify-content: space-between;
    align-items: center;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
    min-height: 45px !important;
    padding-right: 30px !important;
    position: relative !important;
    cursor: pointer !important;
}



.select2-selection--multiple:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 42%;
    transform: translateY(-50%);
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.disabled{
    /* pointer-events: none; */
    pointer-events: none;  /* Prevents clicking */
    /* color: gray;  Change color to indicate it is disabled */
    text-decoration: none;
    opacity: 0.5;
}
.invoice-wrapper{
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
    background: #f0eff2;
}

@media only screen and (max-width: 1550px) {
	.login-page .page-center {
		max-width: 90%;
	}
    .login-wrapper-top{
		padding-top: 20px;
	}

	.login-wrapper-main .form-col h3 {
		font-size: 35px;
	}
	.login-wrapper-main .form-col p {
        padding-bottom: 30px;
    }

	.login-wrapper-main .form-col .input-grp {
		/* margin-bottom: 15px; */
	}

	.login-wrapper-main .form-col input {
        padding: 20px 40px;
    }

	.login-wrapper-main .login-btn {
        margin-top: 35px;
    }

	.social-cta{
		/* padding-bottom: 20px; */
        padding-top: 20px;
	}
    .user-inp,.pass-inp  {
        background-position: 10px 18px;
    }
    .login-wrapper-main .form-col {
        padding: 20px 38px;
    }
    .login-wrapper-main .form-col img.logo{
        margin-bottom:35px;
    }

}
@media screen and (max-width:1500px) {
    .meeting-tab-wrapper span.day{
        font-size: 17px;
    }

    .meeting-tab-wrapper span.date{
        font-size: 13px;
    }

    .meeting-overview-table-wrapper tr>td{
        height: 40px;
    }

    .meeting-overview-header h1 {
        font-size: 28px;
    }



    .meeting-tab-wrapper li {
        padding: 8px 15px;
    }
}


@media screen and (max-width:1023px){
  .meeting-overview-header {
    padding: 15px 15px 50px 15px;
  }

  .meeting-overview-table-wrapper-outer {
    margin: 30px 10px 0px 15px;
  }
}

@media screen and (max-width:800px){
  .meeting-tab-wrapper{
    flex-wrap: wrap;
  }

  .meeting-tab-wrapper {
    position: relative;
    top: 0;
    padding-top: 20px;
    gap: 10px;
  }

  .meeting-overview-header {
    padding: 15px 15px 15px 15px;
}

  .meeting-tab-wrapper li {
    border-radius: 12px 12px 12px 12px;
  }

  .meeting-tab-wrapper span.day {
    font-size: 13px;
  }

  .meeting-tab-wrapper span.date {
    font-size: 11px;
    padding-left: 5px;
  }
}


@media screen and (max-width: 1366px) {
	.tableHolder {
    overflow-x: visible;
    /* max-width: 1080px; */
	}
    .tableArrangeTab li button{
        font-size: 13px;
        padding: 12px 10px;
        min-width: 135px;
        }

        .tab-buttonwrap .generateTables {
            padding: 12px 10px;
            font-size: 13px;
        }

        table td .td-wrap select{
            width: 45%;
        }
}

@media screen and (min-width: 1366px) {
	.tablePriority {
    width: 100%;
	}
}

@media screen and (max-width: 1600px) {
	.pageCenter {
		max-width: 1240px;
		margin: 0 auto;
	}
	.headingBar {
		background: url(../images/bgRibbon1.png) no-repeat 0 0;
		height: 80px;
	}
	.awardWinnerHandle {
		padding: 25px 15px 25px;
	}
	.votingResultLeft li .marContent, .votingResultLeft .nomineeDetail .marContent {
		font-size: 20px;
	}
	/* .votingResultLeft .nomineeDetail em {
	 font-size: 18px;
	 }*/
	/*.votingResultLeft .nomineeDetail {
	 width: 145px;
	 }*/
	.votingResultLeft {
		width: 540px;
	}
	.votingResultRight {
		width: 650px;
	}
	.votingResultRight .imgFrame {
		width: 380px;
	}
	.votingResultRight .imgHolder {

		left: -7px;
		top: 30px;
		width: 340px;
		height: 285px;
	}
	.votingResultRight .hexa {
		width: 380px;
		height: 280px;
	}
	/*    .votingResultRight .imgHolder img {
	 width: 290px;
	 height: 268px;
	 }*/
	.votingResultRight .detailFrame {
		width: 450px;
	}
	.votingResultRight .detailHolder {
		left: 165px;
		top: 42%;
	}
	.votingResultRight .detailHolder span {
		font-size: 28px;
	}
	.votingResultRight .detailHolder em {
		font-size: 23px;
	}
	.votingResultRightInner {
		width: 655px;
		height: 375px;
	}
	.headingLeft, .headingRight {
		font-size: 35px;
	}
}


@media screen and (max-width: 1200px) {
.table.tableReport thead th input[type="text"] {
	width: 65%;
}
.threeColWrap {

    flex-wrap: wrap;
  }
}


.memberLogin-submit {
    background: #6648a9 !important;
    height: auto;
    margin-top: 10px;
    font-size: 14px !important;
}

.backToLogin
{
    color : #fff;
}

.forgot-text {
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 18px;
}

.loginPopupInner.form-col {
    max-width: 405px;
}

.input-grp  .error:before {
    content: unset;
}

.input-grp div.error,
.errorShow p{
    color: #FC5959;
    font-size: 14px;
    background: transparent;
    padding-bottom: 0;
    font-weight: 500;
}

.errorMsgBox {
    background: transparent !important;
    border: none !important;
    text-align: center;
}

.input-grp input.error {
    border: 1px solid #FC5959 !important;
}

.cancel-reason {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cancel-list {
    padding: 10px;
}
.can-label {
    padding-bottom: 10px;
    display: inline-block;
}

/* Checkbox  */
.check-grp {
	position: relative;
	text-align: left;
	margin: 5px 0;
}

.check-grp label {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

.check-grp [type="radio"]:checked,
.check-grp [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.check-grp [type="radio"]:checked + label,
.check-grp [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
}
.check-grp [type="radio"]:checked + label:before,
.check-grp [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: transparent;
}
.check-grp [type="radio"]:checked + label:after,
.check-grp [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.check-grp [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.check-grp [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.otp-grp {
	display: flex;
	justify-content: space-between;
}

.otp-grp input{
	margin: 0 5px;
	padding: 24px 10px;
	text-align: center;
	appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pop-text span {
	font-weight: 600;
}

.otp-btm-txt {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	padding:  30px 0;
}

.otp-btm-txt p{
	padding: 0;
}

.otp-btm-txt p:first-child {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
}

.otp-btm-txt p a {
	color: #fff;
	font-weight: 500;
}

.pop-text h5 {
	padding-bottom: 40px;
	font-size: 18px;
	font-weight: 600;
}

.forgot-cta-2 {
	text-decoration: underline;
}

#otp-input-card, #check-email-card {
    right: 0;
    z-index: 1000;
    display: none;
    left: 0;
    width: 100%;
    position: absolute;
    max-width: 370px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    box-shadow: 0 0 32px 0 rgb(0, 0, 0, .25);
    display: block;
	color: #fff;
}

#otp-sent {
    top: 285px;
    bottom: 0;
    left: 0;
	right: 0;
    width: 100%;
    position: absolute;
    z-index: 2000;
	border-radius: 8px;
    margin: auto;
	height: fit-content;
	max-width: 200px;
	background-color: rgb(255, 255, 255, 0.8);
	text-align: center;
	display: none;
	font-size: 1rem;
}

.playstore-img,.appstore-img{
    padding-top: 20px;
}

/* Dailcode dropdown css  */
.form-grp-2 {
    border: 2px solid #e6ecef;
    border-radius: 5px;
    height: 45px;
    padding: 0 35px 0 15px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
}

.form-grp-2 select {
    max-width: 80px;
}

.form-grp-2 select,
.form-grp-2 input {
    border: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 0 ;
    box-sizing: border-box;
    background: transparent;
    outline: none;
}

.form-grp-2 .chosen-container-single .chosen-single span {
    padding-left: 0;
}

.form-grp-2 .chosen-container {
    border: 0 !important;
    background: transparent;
	min-width: 115px;
	width: fit-content;
	border-right: 1px solid #e6ecef !important;
    border-radius: 0;
}

.form-grp-2  .chosen-drop {
    min-width: 115px;
	width: fit-content;
	margin-left: -15px;
}

.form-grp-2 .chosen-single {
	/* display: block; */
	border-left: 0 !important;
	background: none !important;
}

div.user-inp input:-webkit-autofill,
div.user-inp input:-webkit-autofill:hover,
div.user-inp input:-webkit-autofill:focus,
div.user-inp input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
div.pass-inp input:-webkit-autofill,
div.pass-inp input:-webkit-autofill:hover,
div.pass-inp input:-webkit-autofill:focus,
div.pass-inp input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

