@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(https://fonts.googleapis.com/css?family=Bevan);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section[class*="mix"] div:last-child {
  color: #fff;

  text-shadow: none;
}
header[class="row"] {
  font-size: 1em;
}
h1 {
  color: #c0392b;
  font-family: "Bevan", cursive;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 2px 0px #233140, 5px 4px 0px #253443;
}
h3 {
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-shadow: 3px 2px 0px #233140, 5px 4px 0px #253443;
}

#map-container {
  position: relative;
}

.minmaxh {
    height:100%;
}
.map-area {
  fill: #FF9C42; /* Change the fill color as per your design */
}

@media screen and (max-width: 768px) {
.header__wrapper {
    padding-left: 1.5rem !important;
}
.ftsz {
        font-size: 4rem !important;
}

.ftsz span {
    font-weight:100;
    font-size:4rem!important;
}


.mgt-8 {
    margin-top:3rem!important;
}
.partyoverviewdec {
    font-size:2rem!important;
}
.partyoverviewdec strong {
    font-size:2rem!important;
}

.mgrflex {
        padding-right: 0;
}

.mgmbt2 {
    margin-top: 3rem;
}
}

.map-area:hover {
  fill: #167F46; /* Change the hover fill color as per your design */
}

.mg0 {
    margin:0!important;
    padding-top: 4rem!important;
}

.stateprofile {
    text-align: left;
    font-size: 2.7rem;
    font-weight: 700;
    color: white;
    margin-top:0rem;
}

.stateut {
    text-align: left;
    margin-top: 175px;
    color: #ff9c42;
    font-size: 2.3rem;
    font-weight: 500;
}

.stateutname {
    text-align: left;
    color: #fff!important;
    font-size: 3.6rem!important;
    font-weight: 700!important;
    margin-top:-5px;
}

.ons {
    text-align: left;
    margin: 2rem 2rem 1.5rem 1.2rem;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

.profiledes {
    text-align: left;
    color: #B2B2B2;
    font-size: 2rem;
}
.statefont {
  font-size: 36px;
  fill: white !important;
}
.text-bg-dark {
  background-color: #000 !important;
}
.heading {
  text-align: left;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}

.partybox {
  background: none;
  border: 4px solid #282837;
  padding: 3rem 2.5rem 3rem 1.5rem;
  border-radius: 15px;
}

.graphboxpadding {
    padding:3rem 2.5rem 2rem 1.5rem!important;
}

.phasemg {
    margin-right:1rem;
}
.whitebg {
    background:#f5f5f5!important;
    border: 4px solid #f5f5f5!important;
}

.partynames {
    padding:2.7rem 2.7rem 1.7rem 2.7rem!important
}

.partyprofiles {
        text-align: left;
        padding-left: 1.7rem;
    font-size: 2.7rem;
    color: white;
    font-weight: 700;
}

.blackfont {
    color:#000!important;
}

.polpar {
    border: 4px solid #393945;
    border-radius: 20px;
    padding: 3rem 3rem 1rem 3rem;
    margin-top: 5rem;
}

.backbgchart {
    background:#131313;
}

.charttopmg {
        margin-top: -3rem!important;
}
.nationalpbg {
    background: rgba(96, 100, 245, 0.1)!important;
    border:none!important;
}

.regionalpbg {
    background: rgba(54, 37, 47, 1)!important;
    border:none!important;
}
.partyboxwhite {
  background: #fff !important;
  border: 2px solid #181818;
  padding: 2rem !important;
  border-radius: 15px;
}

.partyname {
  background: #6064F5;
  border:2.5px solid #6064F5;
  padding: 1rem;
  border-radius: 8px;
  color: #fff;
  font-size: 1.4rem;
  text-align:left;
  margin-bottom: 1.3rem;
    transition: background 0.5s ease; /* Adding transition effect */
}

.boxoneborder {
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}

.boxtwoborder {
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}

.partynamesleft {
    padding:2.7rem 1.35rem 1.7rem 2.7rem;
}

.partynamesright {
    padding:2.7rem 2.7rem 1.7rem 1.35rem;
}

.partyname:hover {
    background: none;
    text-decoration: none;
    
}

.col-md-8-rg {
    width:71%!important;
}

.col-md-4-np {
    width:29%!important;
}

.coldis {
    display:flex;
}

.partynamebtn {
   background: #131313;
    border:4px solid #2b2b34;
    padding: 1.4rem;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
      transition: background 0.5s ease; /* Adding transition effect */
}

.view-all {
    margin-top: 0.8rem!important;
}
.partynamebtn:hover {
    background: #2b2b34;
  
    text-decoration: none;
}
.rgpartyname {
  background: #983555;
  border: 2.5px solid #983555;
  padding: 1rem;
  border-radius: 8px;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 1.3rem;
  transition: background 0.5s ease; /* Adding transition effect */
}

.rgpartyname:hover {
  background: none;
  text-decoration: none;
}

.eldate {
  background: none;
  padding: 1rem;
  border: 5px solid #181818;
  border-radius: 15px;
  color: #181818;
  font-size: 2rem;
  margin-top: 0;
}

.marginbody {
  margin: 2rem;
}
.eldateblack {
  background: #181818;
  padding: 1rem;
  border: 5px solid #181818;
  border-radius: 15px;
  color: #fef1ca;
  font-size: 2rem;
  margin-top: 0;
}

a {
  text-decoration: none;
}



.previous {
  color: #181818;
}

.next {
  background-color: #04aa6d;
  color: white;
}

.round {
  border-radius: 50%;
}

.partynameforstate {
  background: #393939;
  padding: 1rem;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
      margin-top:1rem!important;
  text-decoration: none !important;
}

.partynameforstate:hover{
    background: #7f7e7e;
}

.nationalparty {
  text-align: left;
  color: #fff;
  font-size: 2rem;
  padding-bottom: 1.1rem;
  text-align: left;
}

.bgnone {
  background: none !important;
}



.partyflex {
  margin-top: -15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.chart-container {
  width: 400px;
  height: 400px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
}

.progress {
  margin: 20px auto;
  padding: 0;
  width: 90%;
  height: 30px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}

.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: cornflowerblue;
}

.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

.progresspartyname {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.charttitle {
  font-size: 1.9rem;
  text-align: left;
  color: #fff;
  margin-left: 20px;
  font-weight: 400;
}

.charttitle span {
    font-weight:700;
    font-size: 1.9rem;
}

.charttitlesex {
  font-size: 2rem;
  text-align: left;
  color: #181818;
  font-weight: 900;
  margin-top: 1;
}

.ftsz {
    font-size:5rem;
    color:#2F3365;
}

.ftsz span {
    font-weight:100;
    font-size:5rem;
}

.partyoverviewdec {
  font-size: 2.5rem;
  text-align: left;
  color: #343753;
  font-weight: 100;
  margin-top: 1;
  font-weight: 400;
}

.partyoverviewdec strong {
  font-weight: 900;
   font-size: 3rem;
}

.charttitlesexdec {
  font-size: 2rem;
  text-align: left;
  color: #181818;
  font-weight: 900;
  margin-top: 1;
}

.mgtop {
  margin-top: 2rem;
}

.bgyellow {
  background-color: #fef1ca !important;
}

.statename {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.statenameblack {
  
  font-weight: 100;
  color: #454A83;
  
}

.statenameblack span {
  font-weight: 500;
}

.textalignleft {
  text-align: left;
}

.stateoverview {
  font-size: 4rem;
  color: #181818;
      font-family: helvetica;
  font-weight: 900;
  text-align: left;
align-items: center;
display: flex;
}

.mgtopone {
  margin-top: 1px !important;
  border-radius: 15px !important;
  background-color: #181818 !important;
}

.bgblack {
  background-color: #181818 !important;
}
.partydec {
  font-size: 2.7rem;
  color: #181818;
  text-align: left;
  font-weight: 100;
}

.partydec span {
    font-size:2,7rem!important;
    font-weight:900!important;
}

.partydec span {
  font-weight: 900;
  font-size: 2.7rem !important;
}


.ageno {
  font-size: 10rem;
  color: #181818;
  text-align: left;
  font-weight: 900;
  padding-right: 2rem;
}

.divide {
  display: flex;
  align-items: center;
}

.pdbt {
  padding-bottom: 3rem;
}

.pdbtd {
  padding-bottom: 6rem;
}

.mgtop5 {
  margin-top: 5rem;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #181818;
}

.candidatename {
  color: #181818;
  font-size: 2rem;
  font-weight: 900;
  text-align: left;
}

.candpartyname {
  background: #0e697d;
  padding: 1rem;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.candincub {
  background: #585b5c;
  padding: 1rem;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.age {
  color: #181818;
  font-size: 2rem;
  font-weight: 100;
  text-align: left;
}
.age.strong {
  font-weight: 900;
}

.candcard {
  background: #fff !important;
  padding: 2rem !important;
  border: 5px solid #181818 !important;
  border-radius: 15px !important;
}

@import url("https://fonts.googleapis.com/css?family=Varela+Round");

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
}
.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1.25px;
}
#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  padding: 1rem;
  width: 375px;
  padding-top: 60px;
  transform: translateX(-375px);
  transition: transform 250ms ease-in-out;
  background: #181818;
  margin-top: -2%;
  overflow: scroll;
}
.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.sidebarMenuInner li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 3rem;
  left: 3rem;
  height: 22px;
  width: 15rem;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #597ea2;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}
@keyframes slideInUp {
  0% {
      opacity: 0;
      transform: translateY(50%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes slideInDown {
  0% {
      opacity: 0;
      transform: translateY(-50%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes slideInleft {
  0% {
      opacity: 0;
      transform: translateX(50%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes slideInRight {
  0% {
      opacity: 0;
      transform: translateX(-50%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
      opacity: 0;
      transform: scale(0.5);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
      opacity: 0;
      transform: scale(1.5);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes flipInY {
  0% {
      opacity: 0;
      transform: rotateY(90deg);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeOut {
  animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  animation-name: zoomIn;
}

.zoomOut {
  animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}

.zoomReverseOut {
  animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

.pt-8 {
    padding-top:9rem!important;
}

            .col-md-4 {
    position: relative;
}

.col-md-4 {
    position: relative;
}

.party-wise-age {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.avg-age {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
        display: flex;
    align-items: center;
        flex-direction: row-reverse;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .party-wise-age, .avg-age {
        position: static;
        width: auto;
    }
    
    .partyboxwhite {
        margin-top:3rem;
    }
    
    .basicblock {
        padding: 0;
    }
    
    .partynamebtn {
        text-align:center;
    }
    
    .stateut {
        margin-top:0;
    }
    
    .pd3 {
        padding:0rem!important;
    }
    
    .pdcustom {
        padding:0rem!important;
        
    }
    
    .col-md-8-rg {
    width:100%!important;
    }

    .col-md-4-np {
        width:100%!important;
    }
    
    .boxoneborder {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 15px;
    }
    
    .boxtwoborder {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
            border-top-right-radius: 0px;
    
    }
    .partynamesright {
        padding: 0rem 2.7rem 2.75rem 2.75rem;
    }
    .partynamesleft {
    padding: 2.7rem 2.75rem 1rem 2.7rem;
    }
    .allpartiessubtitle {
        margin:2rem;
    }
    #myInput {
        margin-bottom:2rem;
    }
    .border-radius-mob {
        border-top-right-radius: 10px;
    border-top-left-radius: 10px;
        background: #4652bb;
    color: #fff;
    }

}



.bk-btn {
	 height: 52px;
	 width: 52px;
	 background-color: black;
	 border-radius: 50%;
	 transition: background-color 0.3s ease; /* Add transition for smooth color change */
	 margin-right: 1rem;
}



.bk-btn:hover {
	 background-color: grey; /* Change color on hover */
}

.bk-btn .bk-btn-triangle {
	 position: relative;
	 top: 13px;
	 left: 10.4px;
	 width: 0;
	 height: 0;
	 border-top: 13px solid transparent;
	 border-bottom: 13px solid transparent;
	 border-right: 13px solid white;
}

.bk-btn .bk-btn-bar {
	 position: relative;
	 background-color: white;
	 height: 7.8px;
	 width: 13px;
	 top: -3.64px;
	 left: 22.88px;
}

/* Responsive styles */
@media only screen and (max-width: 600px) {
  .bk-btn {
     height: 40px;
     width: 67px;
  }
  
   .txt-cent {
     text-align:center;
  }
  
  .bk-btn .bk-btn-triangle {
     top: 10px;
     left: 8px;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-right: 10px solid white;
  }
  
  .bk-btn .bk-btn-bar {
     height: 6px;
     width: 10px;
     top: -2.82px;
     left: 17.52px;
  }
}

.cumulist {
        display: flex;
    align-items: center;
    flex-direction: row-reverse;
        cursor: pointer;
}

.cumulist {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; /* Reversed direction */
        cursor: pointer;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
    .cumulist {
        flex-direction: column; /* Change to column layout */
       
    }
}

.sidebarpad{
    margin: 4rem;
    border: 2px solid #fff;
    padding: 2rem;
    border-radius: 15px;
}

.mb-1p{
    margin-bottom:2rem!important
}

.mt-1p{
    margin-top:2rem!important;
    margin: 0.7rem;
}

.nav__logo--b {display:none}
.nav--scrolled .nav__logo--b {display:block}

.brown {
    background:#7d4f0e!important;
}

.brown:hover {
    background:#462e0b !important;
}

.allpartynames {
    min-height: 7rem;
    display: flex;
    text-align: center;
    align-items: center!important;
    justify-content: center!important;
}



/* CSS */
.mapbox {

  max-height: 800px; /* Adjust initial height */

}


.mgt-8 {
    margin-top:8rem;
}


.incubpbg {
        background: #0a0a0a !important;
    border: none !important;
}

.gendpbg {
        background: rgb(255 255 255) !important;
    border: none !important;
}

.pd3 {
    padding:0rem 0.5rem 0rem 0.8rem;
        margin-top: -1rem !important;
}

.pd4graph {
    padding:1.5rem 1.6rem 0rem 1.6rem;
}

.pdcustom {
    padding-left:1.5rem;
    font-size:1.9rem;
        padding-bottom: 0!important;
}

.pdcustom strong {
    font-size:1.9rem;
        padding-bottom: 0!important;
}

a:hover {
 
  text-decoration: none; /* Add underline on hover */
}

.cypbackbtn:hover {
    background:none;
    border:2px solid #3561D3;
}

.fcolor {
    color:#000!important;
}

.genddesc {
        text-align: center;
    color: black;
}

.genddesc span {
    font-weight:900;
}


.vbarbg {
    background:#282837!important;
    border: none !important;
        height: 100%;
}

.partyvbarbg {
    background:#fff!important;
    border: 2px solid #B7C0D1 !important;
        height: 100%;
}

.partyvbarbgmf {
    background:#FFFFE2!important;
    border: 2px solid #B7C0D1 !important;
        height: 100%;
}

.chartdes {
        font-size: 1.2rem;
    text-align: left;
    color:rgba(255, 255, 255, 0.54);
    margin-top:1.5rem;
}


main {
     margin-top: 0px!important;
}

@media screen and (max-width: 825px) {
main {
    margin-top: 0px!important;
}
}

.allpartiessubtitle {
        margin-top: 3rem;
    color: #343753;
    margin-bottom: 4rem;
    width: 85%;
    font-size: 2rem;
}

.apbutton {
        padding: 2rem;
    border-radius: 10px;
    border: 2px solid black;
    color: #fff;
    background: #606EE9;
}

.pollingbtn {
        padding: 2rem;
    border-radius: 10px;
    border: 2px solid black;
    color: #C6CAFF;
    background: #2F3365;
    font-weight:700;
}

.pollingbtn span {
    color:#fff;
}

.avgagebtn {
        padding: 2rem;
    border-radius: 10px;
    border: 2px solid black;
    color: #2F3365;
    background: none;
    font-weight:500;
}

.avgagebtn span {
    font-weight:700;
    color:black;
}

.apresetbtn {
        padding: 2rem;
    border-radius: 10px;
    border: 2px solid black;
    color: #000;
    background: #fff;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;

}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

    /* Style for table headers */
    th, td {
        padding: 8px;
        border: 1px solid black; /* Border between cells */
    }


table th {
  font-size: .85em;
 
  text-transform: Capitalize;
  background:#384196;
  color:#fff;
  text-align:left;
}

table td {
    background:none;
    color:#000;
    text-align:left;
}

table td:hover {
    background:#454545;
    color:#fff;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 1px solid black;
        border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  
  table tr {
    background-color: transparent;
    border: none;
    padding: 0;
    
  }
  .table-container {
    border-radius: 0px!important;
    border: none!important;
  }
  
  .text-center {
    text-align: right !important;
    }

}

 .table-container {
        border-radius: 10px;
        border: 1px solid black; /* Black border */
        overflow: hidden;
    }
    





.text-center {
    text-align:center;
}

/* Hide the default checkbox */
.containercb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.containercb {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  user-select: none;
      justify-content: flex-start;
    align-items: center;
    margin-bottom:2rem;
}

/* Create a custom checkbox */
.checkmark {
  --clr: #bcc3ff;
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #bcc3ff;
  border-radius: 20%;
  transition: 300ms;
   border:2px solid black;
}


.npcheckbox {
    margin-left: 1rem;
    color: #000;
        margin-right: 2rem;
    font-weight: 600;
   
}

.incumbclr {
    background:#565656!important;
}

.oldestclr {
    background:#CDB6FF!important;
}


.maphead {
    color:#000;
    font-weight:700;
}

.mapheadcon {
    color:#000;
}

.nameofcnt {
    font-size: 6rem;
    font-weight: 800;
    color: #2F3365;
    margin-top: 2rem;
}

.listofcandy {
        font-size: 3rem;
    font-weight: 500;
    color: #757A9C;
    margin-top: -2rem;
    margin-bottom: 3rem;
}

.apresetbtn:hover {
    background:#000;
    color:#fff;
}

.apbutton:hover {
    background:none;
    color:#000;
}

.conlist {
    cursor:pointer;
}