@charset 'utf-8';


body.mc19 {
	background: #f2f2f2;
}


/* sponsors */
.mc19 .sponsor {}
.mc19 .sponsor img {
	max-width: 100%;
}

/* header */
.mc19 header {
	background: #FFF;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.16);
}
.mc19 header .banner {
	text-align: center;
	margin: 45px 0;
	padding: 0 20px;
}

.mc19 header .banner img {
	width: 320px;
	max-width: 100%;
}

.mc19 header .strip {
	background-image: linear-gradient(to left, #c90606, #132981);
	height: 45px;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
}

.mc19 header .strip [class*='col'] {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.mc19 header .strip .logo {
	position: relative;
	left: 0;
	top: -17px;
    width: 80px;
    height: 62px;
    overflow: hidden;
	display: inline-block;
}
.mc19 header .strip .logo svg {
	width: 100%;
}

.mc19 header .strip .tosponsor {
	color: rgba(255, 255, 255, 0.69);
	margin-top: 11px;
}

@media screen and (max-width: 576px) {
	.mc19 .sponsor.top-banner {
		margin: 20px 0;
	}

	.mc19 header .banner {
		margin: 25px 0;
		padding: 0 60px;
	}
	
	.mc19 header .strip {
		background-image: linear-gradient(to left, #c90606, #6a3b81);
	}
	
	.mc19 header .strip .logo {
		margin: auto;
	}
	
	.mc19 header .strip .tosponsor {
		display: none;
	}
}

/* top banner */
.mc19 .top-banner {
	padding-top: 60px;
	background: #FFF;
}
@media screen and (max-width: 576px) {
	.mc19 .top-banner {
		padding-top: 25px;
	}
}

/* section title */
.mc19 .section-title {
	font-family: 'mv-aammu-fk', 'MV Aammu FK';
	border-bottom: solid 1px #CCC;
	padding: 10px 0;
	text-align: center;
	color: #777;
	font-size: 17px;
	margin-bottom: 40px;
}


/* share */
.mc19 .share {
	padding-top: 40px;
	background: #FFF;
	text-align: center;
	font-size: 0;
}
.mc19 .share a {
	display: inline-block;
	width: 40px;
	margin: 0 5px;
	transition: opacity 0.3s ease;
}
.mc19 .share a:hover {
	opacity: 0.8;
}
.mc19 .share a img {
	width: 100%;
}

@media screen and (max-width: 576px) {
	.mc19 .share {
		padding-top: 30px;
	}
	.mc19 .share a {
		width: 30px;
	}
}

/* latest featured news */
.mc19 .lt-ft-news {
	background: #FFF;
	padding-top: 40px;
	padding-bottom: 20px;
}

/* featured news item style */
.mc19 .ft-news-item {
	color: #777;
	margin-bottom: 40px;
	display: block;
	transition: color 0.3s ease;
}
.mc19 .ft-news-item:hover {
	color: #444;
}

.mc19 .ft-news-item img {
	width: 100%;
}
.mc19 .ft-news-item .title {
	font-size: 18px;
	text-align: center;
	margin: 15px 0;
	line-height: 1.8em;
}



/*  sponsor candidate carousel */
.mc19 .sponsor-cc-carousel {
	margin-top: 60px;
	margin-bottom: 90px;
}

.mc19 .sponsor-cc-carousel img {
	max-width: 100%;
}

@media screen and (max-width: 992px) {
	.mc19 .sponsor-cc-carousel {
		margin-bottom: 40px;
	}
}





/* candidate view */
.mc19 .candidate-view {
	margin-bottom: 120px;
}

/* dhaaira search */
.mc19 .candidate-view .dhaairaa-sel {
	display: flex;	
	flex-direction: row-reverse;
	margin-bottom: 35px;
}
.mc19 .candidate-view .dhaairaa-sel .search {
	margin-left: 15px;
}
.mc19 .candidate-view .dhaairaa-sel .search input {
	width: 280px;
	padding: 12px 20px;
	background: #FFF;
	font-size: 19px;
	color: #AAA;
	border: none;
	border-radius: 10px;
	box-shadow: 1px 3px 10px #CCC;
	text-align: right;
	direction: rtl;
	transition: box-shadow 0.3s ease;
}
.mc19 .candidate-view .dhaairaa-sel .search input:focus,
.mc19 .candidate-view .dhaairaa-sel .search input:active {
	outline: none;
	box-shadow: 1px 1px 5px #CCC;
}
.mc19 .candidate-view .dhaairaa-sel .search input::placeholder {
	color: #AAA;
}

.mc19 .candidate-view .dhaairaa-sel .tags {
	font-size: 0;
	white-space: nowrap;
	overflow-x: auto;
	direction: rtl;
	padding-bottom: 10px;
}

.mc19 .candidate-view .dhaairaa-sel .tags::-webkit-scrollbar {
  height: 8px;
}

/* Track */
.mc19 .candidate-view .dhaairaa-sel .tags::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e8e8e8;
}

/* Handle */
.mc19 .candidate-view .dhaairaa-sel .tags::-webkit-scrollbar-thumb {
  background: #bdbdbd; 
  border-radius: 10px;
}


.mc19 .candidate-view .dhaairaa-sel .tags span {
	font-size: 18px;
	padding: 13px 20px;
	color: #888;
	border-radius: 20px;
	background: #FFF;
	display: inline-block;
	margin: 0 5px;
	user-select: none;
	cursor: pointer;
	border: solid 1px #FFF;
	transition: border-color 0.3s ease;
}
.mc19 .candidate-view .dhaairaa-sel .tags span:hover,
.mc19 .candidate-view .dhaairaa-sel .tags span.active {
	border-color: #888;
}

@media screen and (max-width: 992px) {
	.mc19 .candidate-view .dhaairaa-sel .search input {
		width:250px;
	}
}

@media screen and (max-width: 768px) {
	.mc19 .candidate-view .dhaairaa-sel {
		flex-direction: column;
	}
	.mc19 .candidate-view .dhaairaa-sel .search {
		margin-left: 0;
		margin-bottom: 20px;
	}
	.mc19 .candidate-view .dhaairaa-sel .search input {
		width: 100%;
	}
	
	.mc19 .candidate-view .dhaairaa-sel .tags span {
		font-size: 16px;
		padding: 10px 15px;
	}
}

/* load area */
.mc19 .candidate-view .load-area {
	display: block;
	padding: 20px;
	background: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0);
	transition: opacity 0.7s ease;
}
.mc19 .candidate-view .load-area.loading {
	opacity: 0.2;
	animation: loading-opacity-anim;
	animation-delay: 0.7s;
	animation-iteration-count: infinite;
	animation-duration: .7s;
	animation-direction: alternate;
	animation-timing-function: ease;
}
@keyframes loading-opacity-anim {
	0% {
		opacity: 0.2;
	}
	100% {
		opacity: 0.6;
	}
}

/* candidate featured */
.mc19 .candidate-view .candidate-ft-area .btn-loadmore {
	background: #f5f5f5;
    border: solid 1px #d4d4d4;
    padding: 7px 14px;
    border-radius: 4px;
    color: #9c9c9c;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.mc19 .candidate-view .candidate-ft-area .btn-loadmore:hover {
	background: #f0f0f0;
	color: #777;
	border: solid 1px #aaa;
}
.mc19 .candidate-view .candidate-ft-area .btn-loadmore:focus,
.mc19 .candidate-view .candidate-ft-area .btn-loadmore:active {
	outline: none;
}

.mc19 .candidate-view .candidate-ft a {
	display: flex;
	flex-direction: row-reverse;
	background: #f5f5f5;
	color: #777;
	overflow: hidden;
	border-radius: 10px;
	transition: transform 0.3s ease;
	margin-bottom: 20px;
    height: 145px;
}
.mc19 .candidate-view .candidate-ft a:hover {
	transform: scale(1.03);
}
.mc19 .candidate-view .candidate-ft a .img {
	width: 120px;
    margin-left: 6px;
} 
.mc19 .candidate-view .candidate-ft a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mc19 .candidate-view .candidate-ft a .content {
	padding: 14px;
    align-self: center;
}
.mc19 .candidate-view .candidate-ft a .content > span {
	display: block;
}
.mc19 .candidate-view .candidate-ft a .content .name {
	font-size: 20px;
	margin-bottom: 1px;
}
.mc19 .candidate-view .candidate-ft a .content .address {
	font-size: 16px;
}
.mc19 .candidate-view .candidate-ft a .content .cno {
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #666;
}
.mc19 .candidate-view .candidate-ft a .content .cno .party {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 5px;
}
.mc19 .candidate-view .candidate-ft a .content .cno .party-circle {
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 5px;
	margin-bottom: -4px;
}
.party-circle.mdp  	{ background-color: #FFD100; }
.party-circle.ppm   { background-color: #FF00E1; }
.party-circle.ap  	{ background-color: #1CBF00; }
.party-circle.pnc 	{ background-color: #41DECD; }
.party-circle.indv 	{ background-color: #99A9BF; }
.party-circle.mtd 	{ background-color: #03ABEB; }
.party-circle.jp 	{ background-color: #EB0303; }
.party-circle.drp 	{ background-color: #214088; }
.party-circle.mrm 	{ background-color: #F40378; }
.party-circle.mlsdp 	{ background-color: #CC0300; }
.party-circle.mda 	{ background-color: #FF8C00; }

/* candidate normal */
.mc19 .candidate-view .candidate-nm {
	margin-top: 20px;
}
.mc19 .candidate-view .candidate-nm .itm {
	display: flex;
	flex-direction: row-reverse;
	color: #777;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 40px;
}
.mc19 .candidate-view .candidate-nm .itm  .side {
	text-align: center;
	align-self: center;
	border-left: solid 1px #CCC;
	padding: 0 10px;
}
.mc19 .candidate-view .candidate-nm .itm .side > span {
	display: block;
}
.mc19 .candidate-view .candidate-nm .itm  .side .party-circle {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 5px;
	margin-bottom: 2px;
}
.mc19 .candidate-view .candidate-nm .itm  .side .cno {
	margin-top: 30px;
	font-weight: bold;
	font-size: 22px;
	color: #666;
	display: inline-block;
}

.mc19 .candidate-view .candidate-nm .itm  .content {
	padding: 0 20px;
	align-self: center;
}
.mc19 .candidate-view .candidate-nm .itm .content > span {
	display: block;
}
.mc19 .candidate-view .candidate-nm .itm .content .name {
	font-size: 20px;
	margin-bottom: 2px;
}
.mc19 .candidate-view .candidate-nm .itm .content .address {
	font-size: 15px;
	color: #9a9a9a;
}



/* multimedia */
.mc19 .multimedia {
	background: #111;
	padding-top: 60px;
	padding-bottom: 50px;
}

.mc19 .multimedia  .section-title {
	color: #bdbdbd;
	border-color: #313131;
}

.mc19 .multimedia  .ft-news-item {
	color: #ababab;
	transition: transform 0.3s ease, color 0.3s ease;
}
.mc19 .multimedia  .ft-news-item:hover {
	color: #CCC;
	transform: translateY(-6px);
}

/* rest news */
.mc19 .rest-news {
	margin-top: 0;
	padding-top: 50px;
	/*border-top: solid 1px #CCC;*/
}

.mc19 .rest-news .sponsor.sponsor-center-banner {
	margin-top: 45px;
	margin-bottom: 80px;
}

/* loadmore */
.loadmore {
	margin: auto;
	display: inline-block;
}

.loadmore > div > .label {
	text-align: center;
    display: inline-block;
    padding: 8px 25px;
    background: #e4e4e4;
    border-radius: 5px;
    color: #7d7d7d;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease;
}
.loadmore > div > .label:hover {
	background: #d6d6d6; 
}

.loadmore > div > .spinner {
	display: none;
}
.loadmore > div > .spinner::after {
	content: '';
	display: inline-block;
    background: #400102;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    animation: heart-beat 0.5s ease-in-out infinite alternate; 
}

@keyframes heart-beat {

  0% {
    transform: scale(1);
    background-color: #CCC; 
  }
  
  100% {
    transform: scale(1.6);
  }
  
}
    

/* candidate detail page styles */
.mc19 .candidate-detail {
	background: #FFF;
	padding-top: 120px;
	padding-bottom: 120px;
	margin-bottom: -60px;
}

.mc19 .candidate-detail .component-article-share {
	margin-top: 10px;
	user-select: none;
	text-align: left;
}
.mc19 .candidate-detail .component-article-share ul li:first-child {
	border: none;
	padding: 0;
	margin: 0 5px;
}
.mc19 .candidate-detail .component-article-share ul li a {
	width: 50px;
}
.mc19 .candidate-detail .component-article-share ul li a img {
	margin-bottom: 10px;
}

.mc19 .candidate-detail .responsive-embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top: 40px;
}
.mc19 .candidate-detail .responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mc19 .candidate-detail .photos {}
.mc19 .candidate-detail .photos img {
	width: 100%;
	margin-bottom: 50px;
	border-radius: 20px;
}

.mc19 .candidate-detail .content {
	padding-right: 60px;
	padding-left: 100px;
}
.mc19 .candidate-detail .content h1, 
.mc19 .candidate-detail .content h2 {
	color: #777;
	line-height: 1.8em;
}
.mc19 .candidate-detail .content .name {
	font-size: 45px;
}
.mc19 .candidate-detail .content h2 {
	font-size: 28px;
}
.mc19 .candidate-detail .content .cno .party-circle {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: -6px;
	display: inline-block;
}


.mc19 .candidate-detail .content .img-para {
	margin-top: 40px;
	width: 100%;
	border-radius: 20px;
}

.mc19 .candidate-detail .content .para {
	margin-top: 80px;
}
.mc19 .candidate-detail .content .para h3 {
	font-family: 'mv-waheed', 'MV Waheed';
	direction: rtl;
	text-align: right;
	font-size: 25px;
	margin-bottom: 30px;
	color: #34448F;
}
.mc19 .candidate-detail .content .para p {
	font-family: 'mv-faseyha', 'MV Faseyha';
	direction: rtl;
	text-align: right;
	margin-top: 25px;
	font-size: 18px;
	color: #888;
	line-height: 1.8em;
}

@media screen and (max-width: 991px) {
	.mc19 .candidate-detail .content {
		padding-left: 0;
		padding-right: 40px;
	}
	.mc19 .candidate-detail .component-article-share ul li a {
		width: 40px;
	}
}

@media screen and (max-width: 767px) {
	.mc19 .candidate-detail .content {
		padding-right: 20px;
	}
	.mc19 .candidate-detail .photos img {
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 575px) {
	.mc19 .candidate-detail {
		padding-top: 50px;
	}
	.mc19 .candidate-detail .content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mc19 .candidate-detail .component-article-share {
		justify-content: flex-end;
		margin: 30px 0;
	}
}
