﻿.overlayBox {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 9999999;
	left: 0px;
	top: 0px;
	display: none;
}

.videoPopupBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videoPopup {
	width: 750px;
	padding: 20px;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 10px;
}

.videoBox {
	width: 100%;
	overflow: hidden;
}

	.videoBox video {
		width: 100%;
		height: 420px;
	}

.closeButton {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	background: url("../images/close-button.svg") no-repeat 0px 0px;
	background-size: 100%;
	cursor: pointer;
	z-index:9999999;
}



.spotlightImg img {
	width: 194px;
	/*height: 363px;*/
	border-radius: 14px;
	/*object-fit: cover;*/
	background: #222;
	box-shadow: 0 4px 24px #0008;
	border: 2px solid transparent;
	flex-shrink: 0;
	transition: all 0.4s ease;
	opacity: 0.7;
	transform: scale(0.95);
}

.dreambanner {
	width:480px;
}
.logonakri {
	width:100%;
}
.logonakri span {
	width: 400px;
}
	.logonakri span img{
		width:100%;
	}
.buttonDivide {
	display:flex;
	margin-top:20px;
}
.buttonDivide a{
	margin:0px 10px!important;
	max-width:265px!important;
	font-size:20px!important;
}
.lastdaysubmission {
	font-family : 'Forma DJR Micro', 'Inter', Arial, sans-serif;
	font-size:16px;
	padding-top: 10px;
	color: #000;
}
.lastdaysubmissionCenter {
	text-align: center!important;
}

	@media (max-width: 676px) {
		.videoPopup {
		width: 96%;
		padding: 10px;
		box-sizing: border-box;
	}

	.videoBox video {
		width: 100%;
		height: 380px;
	}
	.mentorProfile {
		position: relative;
	}

		.mentorProfile::after {
			content: '';
			border: solid #fff;
			border-width: 0 3px 3px 0;
			display: inline-block;
			padding: 3px;
			transform: rotate(-45deg);
			position: absolute;
			right: 12px;
			top: 34px;
		}

		.winnerProfile {
			position: relative;
		}

			.winnerProfile::after {
				content: '';
				border: solid #fff;
				border-width: 0 3px 3px 0;
				display: inline-block;
				padding: 3px;
				transform: rotate(-45deg);
				position: absolute;
				right: 12px;
				top: 34px;
			}
		.winnersData:after {
			display: none !important
		}
		.profilePopUp .mentorProfile::after {
			display: none !important;
		}
	.highlight-section {
		padding-top: 30px !important;
	}
	.highlight-desc {
		padding-top: 20px !important;
	}

	.dreambanner {
		width: 100%;
	}
	.mentor-profile {
		min-height: inherit;
	}
		.winner-profile {
			min-height: inherit;
		}
	.buttonDivide {
		flex-wrap:wrap;
		margin-top: 20px;
	}

		.buttonDivide a {
			margin: 10px 0px !important;
			max-width: 100% !important;
			width: 100% !important;
			font-size: 1.2rem!important;

		}
	.cta-button {
		margin-bottom:10px!important;
	}
		.lastdaysubmission {
			text-align: center !important;
		}
}

	.openVideo {
	cursor:pointer;
	
}

.bannerSlider {
	width:100%;
}
.bannerSlider .slick-dots li button {width: 12px!important;	height: 12px!important;padding: 5px;
background: #808080!important;border-radius: 50%;text-indent:-999999px;}
.bannerSlider .slick-dots li.slick-active button {background: #0044E9 !important;}
.bannerSlider.slick-dotted.slick-slider {margin-bottom: 0px !important;}
.bannerSlider .slick-dots {bottom:10px!important;}
.spinner {
		border: 4px solid #f3f3f3;
		border-top: 4px solid #3498db;
		border-radius: 50%;
		width: 24px;
		height: 24px;
		animation: spin 1s linear infinite;
		display: inline-block;
		margin-left: 10px;
	}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
