.booth-btn{
	min-width: 146px;
}

.shell-input{
	border-color: #dbdbdb;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	padding: 12px;
	font-family: Arial, sans-serif !important;
}

.font-arial{
  font-family: Arial, sans-serif !important;
}

.btm-progress-bar{
	border-radius: 100px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.bottom-navigation-container{
	width: 40px;
	height: 40px;
}
.bottom-navigation{
	border: 2px solid #7F7F7F;
	border-radius: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none !important;
}
.bottom-navigation:disabled{
	opacity: 0.6;
}
.screen-dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #dbdbdb;
	margin: 0px 8px;
}

.active-screen{
	background-color: #FBCE07;
}
.booth-header-shadow{
	filter: drop-shadow(0px 3px 7.5px rgba(0,0,0,0.08 ));
}
.vb-section-shadow{
	filter: drop-shadow(0px 10px 7.5px rgba(0,0,0,0.12 ));
}
.mb-33{
	margin-bottom: 33px !important;
}
.photo-cam-error{
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #DD1D21;
	font-family: 'Shell', sans-serif;
	font-size: 19px;
}
@media (min-width: 576px) {  }


@media (min-width: 768px) { 
	.booth-header{
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.booth-btn{
		min-width: 163px;
	}
}


@media (min-width: 992px) {  }


@media (min-width: 1200px) {}


@media (min-width: 1400px) { }