
@font-face{
	font-family: poppinsR;
	src:url('../plugins/poppins/Poppins/Poppins-Regular.ttf');
}

@font-face{
	font-family: poppinsB;
	src:url(../plugins/poppins/Poppins/Poppins-Bold.ttf);
}
@font-face{
	font-family: poppinsM;
	src:url(../plugins/poppins/Poppins/Poppins-Medium.ttf);
}

:root{
	--primary:#0073E6;     /*blue*/ 
	--secondary:#f8f9fa; /*white*/
	--ternary :#a9b0b4;    /*silver*/
	--dark : #000;         /*dark*/
/*	--red:#B20B01;         /*red*/
}
*{
	font-family:"poppinsR", sans-serif; 
	box-sizing: border-box;
}
.tst {
	height: 30px;
}
.votediv .card-body {
	padding: 15px 30px;
}

.c-backgroundImg{
	
	position: absolute;
	height: 100vh;
	width: 100%;

}
.c-logo{
	margin-top: 30px;
	height:75px;
	width: 170px;
}
.c-card{
	max-width:100%;
	border:none;

}
.c-heading{
	font-family: poppinsB;
	text-align: center;
}
.enable_pass_edit{
	background-color: #B02A37;
	color: #fff;
}
.update_pass_agent{
	background-color: #7EBD51;
	color: #fff;
}

.c-button{
	background: var(--primary);
	font-weight: 600;
	font-style: normal;
	font-size: 1rem;
	text-shadow: 0 0 2px black;
	width: calc(100% - 10px);
	height: 40px;
	border-radius: 5px;
	margin-bottom: 30px;
	border-color: var(--primary);
}
.close_btn{
	height: 40px;
	min-width: 150px;
	max-width: 350px;
	font-family: poppinsM;
}

.c-button:hover{
	box-shadow: 0 0 1px black;
}
.fsize {
	font-size: 12px;
}
.c-content{	
	margin-top: 20px;

}
.c-box{
	position:fixed;
	display: flex;
	width:100%;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding:10px;
}
.c-card-body{
	width: 400px;

}

#logIn-form input.c-input {
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 400;
	line-height:0.7;
	padding-left:5px;
	border: none;
	border-bottom: 2px solid var(--ternary);
	background-color:var(--secondary);
	outline: none;
	font-weight:200 ;
}

.c-lable{
	margin-left: 5px;
	margin-top: -5px;
}

.c-input::placeholder{
	opacity: 0.5;
	font-size: 1rem;
}
.c-SubmitButton {
	background: var(--primary);
	font-family: poppinsM;
	font-style: normal;
	font-size: 1.2rem;
	width: calc(100% - 10px);
	height: 50px;
	border-radius: 5px;
	margin-bottom: 30px;
	line-height: 2;
}

.c-subText{
	color: var(--ternary);
}

.c-otpBox{
	height: 40px;
	width: 40px;
	margin-right:3px;
	text-align: center;
	font-size: 1.2rem;
}

a{
	font-family: poppinsM;
	text-decoration: none;
	color: var(--primary);
}

.c-profileImage{
	height: 40px;
	width: 40px;
	border-radius:50px;
	margin-left: 5px;
}

.c-navbar{
	background-color: var(--secondary);
	box-shadow: 0px 0px 3px #00000059;
}

.btn-link{
	color:black;
}
.c-navHeading img{
	height:50px;
	width: 130px;

}
.c-prevPgBtnWrapper .c-btn{
	width: calc(50% - 20px);
	margin-top: 5px;
	background-color: var(--primary);
	border:none;
}
.c-prevPgBtnWrapper .go-backBtn{
	background-color: var(--red);
	width: calc(50% - 20px);
	margin-top: 5px;
	border:none;

}
.c-loginButton{
	max-width:300px;
}


.c-subBtn{
	height:40px;
	min-width: 150px;
	max-width: 350px;
	font-family: poppinsM;
	background-color: var(--primary);
	border:none;
}


.avail_booth{
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius);
	background-color: #7EBD51;
	color: #fff;
}

.occupied_booth{
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius);
	background-color: #FFD73B;
	color: #fff;
}

.closed_booth{
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius);
	background-color: #FE2D2D;
	color: #fff;
}

.c-subBtn2{
	height:40px;
	width: 150px;
	border-radius: 5px;
	text-align: center;
	font-family: poppinsM;
	border: none;
	background-color: var(--ternary);
}

.c-subBtn3{
	height: 30px;
	width: 150px;
	padding: 3px;
	border-radius: 5px;
	border:none;
	font-family: poppinsR;
	background-color: var(--bs-gray-600);
	color: #fff;
	text-align: center;
	
}
.select2-container {
	z-index: 1055 !important;
	display: block !important;
}

.c-title{
	font-family: poppinsB;
	font-size: 1.5rem;
	
}.c-cardWrapper {
	background-color:rgb(34, 100, 228,0.5);
}


.c-info{
	font-size:1.2rem;
	margin-right: 10px;
	font-family:poppinsB;
}
.c-icon{
	margin-right: 3px;
}
.paginate-control-dv ul.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.paginate-control-dv ul.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
}

.paginate-control-dv ul.pagination li {
	display: inline-block;
	margin-right: 5px; /* Adjust spacing between circles */
}

.paginate-control-dv ul.pagination li.active a {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	background: var(--primary);
}

.paginate-control-dv ul.pagination li a {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	color: #000;
	background: #fff;
}

/* candidate card style #Start */
.candidate-selection-card-dv .c-cards{
	margin-top: 20px;
	border-radius: 20px;
	border: none;
	padding: 5px;
}

.candidate-selection-card-dv .c-imgcnt,
.candidate-preview-card-dv .c-imgcnt  {
	width: 118px;
    height: 118px;
    position: relative;
}

.c-cardImage{
	margin-top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	margin-left: 5px;
}

.candidate-selection-card-dv .c-cardImage:hover,
.candidate-preview-card-dv .c-cardImage:hover {
	transition: transform ease 1s;
	transform: scale(1.8); /* Enlarge the image on hover */
}

.c-candidateID {
	color: var(--ternary);
	font-family: poppinsM;
	font-size: 15px;
	text-align:left;
}
.c-description{
	font-family: poppinsR;
	font-size: 10px;
	margin-top: 5px;
	text-align: left;
	height: 30px;
}

.card-title {
	font-weight: 600;
	font-size: 14px;
}

.candidate-selection-card-dv .c_name_dv, 
.candidate-preview-card-dv .c_name_dv {
	height: 60px;
}
.candidate-selection-card-dv .c-candidateName,
.candidate-preview-card-dv .c-candidateName {
	font-size: 18px;
	word-break: break-all;
}
/* candidate card style #End */

.c-buttonCnt button{
	width: calc(100% - 10px);
	margin-bottom: 10px;
}

.c-numCnt{
	display: flex;
	justify-content: space-around;
}

.c-pageNum{
	display: block;
	border-radius:100%;
	line-height: 25px;
	height: 25px;
	width: 25px;
	position: relative;
	top:5px;
	text-align: center;
	background-color:var(--secondary);
	margin-left: 5px;

}
.c-pageNum:hover{
	background-color: var(--ternary);
}

.c-dropdown .dropdown-menu {
	right: 0;
	left: auto;
	top: 40px;
}

}
.c-pageNum:hover{
	background-color:var(--ternary);
	color: var(--secondary);
	
}
.selected{
	background-color:var(--ternary);
	color: var(--secondary);
	box-shadow: 0 0 2px var(--dark);
}
.c-horizontalCardCnt{
	border-radius: 20px;
	border:none;
	width: 100%;
}

.c-horizontalCardDescription{
	font-family: poppinsR;
	font-size: 0.8rem;
	margin-top: 5px;
	text-align: justify;
}
.c-contentSection{
	
	margin-bottom: 10px;
}
::-webkit-scrollbar {
	width: 5px;
	margin-left: 3px;
}

/* Track */
::-webkit-scrollbar-track {
	background: var(--ternary);
	border-radius: 50px; 
	width: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #555; ; 
	width: 5px;
	border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--primary); 
}	
.c-modalIcon {
	height: 70px;
	width: 70px;

}
.c-sidebar{
	background-color: var(--secondary);
	box-shadow :0 0 3px #00000047; 
	

}

.c-menuItem{
	color: var(--dark);
	font-family: poppinsM;
}
.nav-link:hover{
	
	text-color: var(--secondary);
	width: 100%;
	font-size: 1.2rem;
	transition:0.2s;
}
.c-menuList{
	overflow-y: auto;
	position: relative;
	max-height: 450px;
	top: 100px;

}


.c-statsBox{
	padding: 2px 3px;
	width: calc(100% - 30px);
	margin:10px;

}
#c-statsBox1{
	background-color:#f0f9ff ;
}
#c-statsBox2{
	background-color:#F5F1FE;
}
#c-statsBox3{
	background-color:#FFF0F7;
}

#c-statsBox4 {
	background-color: #FFF6F0;
}
.c-statsBox {
	font-family: poppinsM;
	font-size: 19px;
	color: silver;
}
.c-statsBoxInfo{
	font-family: poppinsB;
	font-size: 23px;
	color: silver;
}
.c-boxIcon{
	height: 15px;
	width: 15px;
}

.c-smallBox{
/*	background-color: #15ABFF;*/
border-radius: 10px;
width:calc(100% - 20px);
margin:10px;
}
.c-boothStatus{
	padding:2px;
}
.srchBtnWrapper .c-subBtn{
	width:calc(100% - 50px);
	height:38px;
	text-align:center	;
}

.c-boothStatusWrapper{
	background-color: var(--secondary);
	margin:0px 3px ;
	border-radius: 10px;
	overflow-x:auto;
	width: 100%;
}
.c-tableWrapper{
	overflow-x: auto;
}
.c-boothID{
	font-size:13px;
	font-family: poppinsM;
}
.c-search i{
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 10px;
	min-width: 50px;
	text-align: center;
}
.c-search input{
	text-align: center;
}
.c-searchSection{
	width: calc(100% - 30px);
}
.c-voterList{
	width: calc(100% - 30px);
}
.c-voterList .c-tableWrapper{
	border:solid 1px var(--ternary);
	margin-top: 3px;

	overflow-x:auto;
	padding: 5px;
	width: 100%;
}
.c-tableWrapper button{
	width: 70px;
	height: 30px;
	color: #fff;
	border: none;
	text-align: center;
	background-color: var(--primary);

}
.c-verdictBtn{
	width: calc(50% - 30px);
	height: 40px;
	margin-bottom: 12px;
	margin-top: 10px;
	background-color: #B20B01;
	color: #FFF;
	font-family: poppinsM;
	border: none;
	border-radius: 5px;
	width: 16%;
}
.c-verdictBtn:hover{
	box-shadow: 0 0 3px #fff;
	background-color:#B20B01 ;
	color: #fff;
}


.cursor-pointer {
	cursor: pointer !important;
}
@media screen and (min-width: 1300px) and (max-width: 1999px) {
	.votediv .card-body {
		padding: 16px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1280px) {
	
	.c-cardImage {
		margin-left: 0;
	}

}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	.custom_width_only {
		width: 33.33333333%;
	}
	.c-cardImage {
		margin-left: 0;
	}

}
@media screen and (max-width: 767px) {
	.votediv .card-body {
		padding: 15px;
	}
}

@media screen and (max-width: 575px) {
	.c-card-body {
		width: 330px;
	}
	.c-otpBox {
		height: 35px;
		width: 33px;
		margin-right: 0px;
		text-align: center;
		font-size: 17px;
	}
}
@media screen and (max-width: 380px) {
	#refresh_button {
		margin-top: 15px;
	}



}
custom_width_only
/*.paginate-control-dv ul.pagination li a[aria-label="Next"],
.paginate-control-dv ul.pagination li a[aria-label="Previous"],
.paginate-control-dv ul.pagination li a[aria-label="First"],
.paginate-control-dv ul.pagination li a[aria-label="Last"] {
    width: auto !important;
	border-radius: 10px;
}
*/