/*===============progress-tabmenu==============*/
.content-wrapper {
	height: 100%;
	min-height: calc(100vh - 162px);
}
 .required {color: #ff0000 }
 
 .progressTab .progress-tabmenu ul li {
	 position: relative;
	 list-style: none;
	 display: inline-block;
}
 .progressTab .progress-tabmenu ul li button {
		position: relative;
	 	text-align: center;
		width: 8rem;
		padding: 0px;
		outline: none;
	}
 .progressTab .progress-tabmenu ul li button span {
    height: 14px;
    display: block;
	}
 .progressTab .progress-tabmenu ul li button::before {
	 content: "";
	 position: absolute;
	 width: 100%;
	 height: 6px;
	 background: #ccc;
	 top: 0;
	 left: 0;
}
 .progressTab .progress-tabmenu ul li button.active span {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid var(--primary-color);
    display: flex;
    justify-content: center;
    width: 14px;
    margin: 0 auto;
}
 .progressTab .progress-tabmenu ul li button.active::before {
	 background:  var(--primary-color);
}

.nav-item button {
	background: transparent !important;
	border: none !important;
}
 /* .progressTab .progress-tabbody {
	 padding: 3rem 0;
} */
.progress-tabmenu ul.nav{
    justify-content:center;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
input#speaker_image {
    display: none;
	background-color: #dc3545;
}
input[type="submit"]{
	color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.progessbar-card {padding: 40px;
    background-color: #e1e1e121;
    border-radius: 8px;border: 1px solid #f2efef;}
.progress-tabmenu {background-color: #f2efef;
    padding: 10px;
    border-radius: 4px;}
.button {color: #fff;}
/*===============carousel-tabmenu==============*/
.carousel-indicators-custom{
    /* position:relative ; */
    bottom: -40px;
    /* margin-bottom: -30px; */
}
.carousel-indicators-custom li{
    background-color: red ;
    height: 12px ;
    width: 12px ;
    border-radius: 50% ;
}
.carousel-indicators-custom .active {
    background-color: green;
}
img#PosterImage {
    height: 150px;
}
img.form-booth-image {
    width: 100%;
}
span.error.required {
    color: #ff0000;
}

/* Carousel */
.carousel-control-next, .carousel-control-prev {
    width: 50px;
    height: 50px;
    top: auto !important;
    background-color: #222;
    position: relative !important;
    margin: 0 10px 10px 10px;
}
.form-slider-nav {
    display: flex;
    justify-content: center;
}

.footer-public-forms {
	background: #3a4a5d;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	float: left;
	width: 100%
}
.foot-social-icons-new ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.foot-social-icons-new ul li {
	display: inline-block;
	margin: 0 3px
}
.foot-social-icons-new ul li a {
	background: #fff;
	width: 35px;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	border-radius: 20px
}
.foot-social-icons-new {
	margin-top: 20px
}

.Footer-copy {
	float: left;
	width: 100%;
	margin-bottom: 0;
	background: #2c3846;
	color: #fff;
	text-align: center
}
.Footer-copy p {
	margin-bottom: 0
}
.footer-public-forms h4 {
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase
}
.footer-public-forms ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.footer-public-forms ul li a {
	color: #d6d6d6;
	font-weight: 400
}
.footer-public-forms ul li a:hover {
	color: #fff
}
.footer-public-forms ul li {
	padding-bottom: 10px;
	margin-bottom: 0;
	font-size: 14px;
}
.footer-public-forms .foot-social-icons-new ul li {
	border-bottom: none
}
.footer-public-forms .foot-social-icons-new ul li a {
	color: #3a4a5d
}
.footer-public-forms .foot-social-icons-new ul li a:hover {
	color: #3a4a5d
}
.footer-public-forms h4 {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-size: 18px;
    margin-top: 10px;
}
.footer-logo p {
	color: #fff;
	margin-top: 20px
}
.footer-logo img {
	max-width: 210px
}
.Footer-copy a {
	color: #fff;
	text-decoration: underline;
	font-weight: 400
}
.footer-logo p {
	font-size: 14px
}


.subfooter-public-forms a {
	color: #fff !important;
	text-decoration: underline;
	font-weight: 400
}
.footer-logo p {
	font-size: 14px
}
.foot-social-icons-new ul li a {
    background: #fff;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 20px;
	
}
.footer-new .foot-social-icons-new ul li a {
    color: #3a4a5d;
}

.subfooter-public-forms {
	float: left;
	width: 100%;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	font-size:14px;
}

label.browse-btn {
	width: 100%;
	background-color: #28a745;
	padding: 5px 10px;
	text-align: center;
	color:#fff;
	border-radius:5px;
	cursor: pointer;
}

.container .copy-right {
	margin-top: 20px;
}

/* Assets Section  */

.assetsDiv.mb-2.mt-2 {
	border: 1px solid;
	padding: 30px;
	border-color: var(--primary-color);
}

.form-group{
	margin-bottom: 1rem;
}


/*===== E5803 START HERE ===*/



.upload-speaker-main {
    border: #ccc solid 1px;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 10px;
	border-radius: 6px;
}

label.browse-btn {
    width: 40%;
    clear: left;
    display: block;
    margin-top: 10px;
}

img#speakerImage {
    background: #ccc;
    width: 129px;
    height: 129px;
}

label.form-label {
    display: block;
    width: 100%;
    float: left;
}


.progressTab .progress-tabmenu ul li a.nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: #ccc;
    top: 0;
    left: 0;
}

.progressTab .progress-tabmenu ul li a.nav-link {
    position: relative;
    text-align: center;
    width: 8rem;
    padding: 0px;
    outline: none;
}

.progressTab .progress-tabmenu ul li a.nav-link.active span {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid var(--primary-color);
    display: flex;
    justify-content: center;
    width: 14px;
    margin: 0 auto;
}

.progressTab .progress-tabmenu ul li a.nav-link.active::before {
    background: var(--primary-color);
}

.progressTab .progress-tabmenu ul li a.nav-link span {
    height: 14px;
    display: block;
}
.info-box-custom {
	background-color: #f6fafd;
	border: 1px solid #cce3f4;
	padding: 0.75rem;
	border-radius: 5px;
	color: #456579;
}


/*** New CSS*/

	  .step-container {
		position: relative;
		text-align: center;
		transform: translateY(-43%);
	  }
  
	  .step-circle {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: #fff;
		border: 2px solid #007bff;
		line-height: 30px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
		cursor: pointer; /* Added cursor pointer */
	  }
  
	  .step-line {
		position: absolute;
		top: 16px;
		left: 50px;
		width: calc(100% - 100px);
		height: 2px;
		background-color: #007bff;
		z-index: -1;
	  }
	  
	  #multi-step-form{
		  overflow-x: hidden;
	  }
/** */