#dt-bd-map-election{
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
}
#dt-bd-map-election svg{
    transform: scale(1);
    transform-origin: center;
}
#dt-bd-map-election polyline, #dt-bd-map-election path, #dt-bd-map-election polygon{
    cursor: pointer;
}
#dt-bd-map-election polyline:hover, #dt-bd-map-election path:hover,  #dt-bd-map-election polygon:hover{
    fill: blue;
}
#dt-bd-map-election #Wahlkreisnummern text{
    fill: #0A0A0A !important;
    font-size: 18px !important;
    font-weight: bold;
}
#dt-bd-map-election #Wahlkreisnummern text:nth-child(284){
    fill: #000000 !important;
    /* font-size: 18px !important; */
    font-weight: bold;
}
#dt-bd-map-election #Wahlkreisnummern text:nth-child(286){
    fill: #000000 !important;
    /* font-size: 18px !important; */
    font-weight: bold;
}
#dt-bd-map-election #Wahlkreisnummern text:nth-child(288){
    fill: #000000 !important;
    /* font-size: 18px !important; */
    font-weight: bold;
}#dt-bd-map-election #Wahlkreisnummern text:nth-child(289){
    fill: #000000 !important;
    /* font-size: 18px !important; */
    font-weight: bold;
}#dt-bd-map-election #Wahlkreisnummern text:nth-child(308){
    fill: #000000 !important;
    /* font-size: 18px !important; */
    font-weight: bold;
}
#dt-bd-map-election #Wahlkreisnummern text:last-child{
    fill: #000000 !important;
    /* font-size: 18px !important; */
    font-weight: bold;
}
#dt-bd-map-election #Distriktnamen text{
    fill: #9DA29E !important;
    font-size: 18px !important;
    font-weight: bold;
}
#dt-bd-election-seat{
    display: none;
    position: fixed;
    /* min-width: 45%; */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    z-index: 999;
}
#dt-bd-election-seat .dt-bd-election-seat-left{
    position: relative;
    width: 20%;
    text-align: center;
    float: left;
}
#dt-bd-election-seat .dt-bd-election-seat-left-md{
    display: none;
}
#dt-bd-election-seat .dt-bd-election-seat-right{
    position: relative;
    width: 80%;
    float: left;
}
#dt-bd-election-seat .dt-bd-election-seat-left .el-seat-no{
    position: relative;
    left: 40%;
    width: 60px;
    height: 60px;
    border: 1px solid #9DA29E;
    border-radius: 50%;
    text-align: center;
    background-color: #9DA29E;
}
#dt-bd-election-seat .dt-bd-election-seat-left .el-seat-no h1{
    margin-top: 30%;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
}
#dt-bd-election-seat .dt-bd-election-seat-left .el-seat-name{
    font-size: 20px;
    font-weight: bold;
}
#dt-bd-election-seat .dt-bd-election-seat-left .el-population{
    clear: both;
    margin-top: 1%;
    font-size: 15px;
}
#dt-bd-election-seat .dt-bd-election-seat-left .el-population span{
    padding-top: 5px;
    color: #424242;
}
#dt-bd-election-seat .dt-bd-election-seat-left .el-population span .vote-count{
    color: black;
    font-size: 17px;
}
#dt-bd-election-seat .dt-bd-election-seat-right .el-candidate{
    width: 19%;
    min-height: 30%;
    height: auto;
    border: 1px solid #dbdddb;
    text-align: center;
    background-color: #dbdddb;
    margin-left: 1%;
    float: left;
}
#dt-bd-election-seat .dt-bd-election-seat-right .el-candidate .el-candidate-img{
    position: inherit;
    width: 100%;
}
#dt-bd-election-seat .dt-bd-election-seat-right .el-candidate .el-candidate-name{
    font-weight: bold;
}
#dt-bd-election-seat .dt-bd-election-seat-right .el-candidate .el-candidate-details{
    margin-top: 5px;
}
.dt-number-token-cl{
    color: rgb(230, 13, 13);
}
.dt-s-candidate-content .c-content-on{
    position: relative;
    top: 35%;
}
.dt-s-candidate-content .c-content-on-count{
    position: relative;
    top: 25%;
}
#election-winners-col{
    position: relative;
    top: 160px;
}

@media only screen and (max-width: 768px) {
    /* #dt-bd-election-seat{
        position: absolute;
        width: 100% !important;
        height: auto;
        padding: 10px;
        background: #eeeeee;
        color: #000000;
        border: 1px solid #1a1a1a;
    } */
    #election-winners-col{
	position: relative;
	top: 0;
    }
    #dt-bd-map-election svg{
       width: 100%;
       height: auto;
       overflow: hidden;
       overflow-x: none;
       transform: scale(1);
       transform-origin: center;
    }
    #dt-bd-election-seat .dt-bd-election-seat-left{
        display: none;
    }
    #dt-bd-election-seat .dt-bd-election-seat-left-md{
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        float: left;
    }
    #dt-bd-election-seat .dt-bd-election-seat-right{
        position: relative;
        width: 100%;
        float: left;
    }
    #dt-bd-election-seat .dt-bd-election-seat-left-md .el-seat-det{
        position: relative;
        width: 50%;
        float: left;
        margin-top: 1%;
        font-size: 15px;
    }
    #dt-bd-election-seat .dt-bd-election-seat-left-md .el-seat-no{
        position: relative;
        left: 35%;
        width: 60px;
        height: 60px;
        border: 1px solid #9DA29E;
        border-radius: 50%;
        text-align: center;
        background-color: #9DA29E;
    }
    #dt-bd-election-seat .dt-bd-election-seat-left-md .el-seat-no h1{
        margin-top: 30%;
        font-weight: bold;
        font-family: 'Courier New', Courier, monospace;
        font-size: 25px;
    }
    #dt-bd-election-seat .dt-bd-election-seat-left-md .el-seat-name{
        font-size: 20px;
        font-weight: bold;
    }
    #dt-bd-election-seat .dt-bd-election-seat-left-md .el-population{
        position: relative;
        width: 50%;
        float: left;
        margin-top: 2%;
        font-size: 15px;
    }
    #dt-bd-election-seat .dt-bd-election-seat-right .el-candidate{
        width: 48%;
        min-height: 30%;
        height: auto;
        border: 1px solid #dbdddb;
        text-align: center;
        background-color: #dbdddb;
        margin-left: 1%;
        float: left;
    }
    #dt-bd-election-seat .dt-bd-election-seat-right .el-candidate:nth-child(3){
        display: none;
    }
    #dt-bd-election-seat .dt-bd-election-seat-right .el-candidate:nth-child(4), #dt-bd-election-seat .dt-bd-election-seat-right .el-candidate:nth-child(5){
        display: none;
    }
    #dt-bd-election-seat .dt-bd-election-seat-right .el-candidate .el-candidate-img img{
        width: 50px !important;
    }
}

.chitcolor{
    color: #000000;
}
#dt-bd-map-election #stateInfoMap .state-info-map{
    color: red !important;
    font-weight: bold;
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  background: #fff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;

  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  z-index: 1;
}

/* .featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
} */

/* .featured-services .icon-box:hover::before {
  background: #ea232a;
  top: 0;
  border-radius: 0px;
} */

.featured-services .icon {
  
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-size: 14px;
  color: #000000;
}

.featured-services .title a {
  color: #fc0000;
}

.featured-services .description {
  font-size: 14px;
  margin-bottom: 0;
  color: #fc0000;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fc0000;
}

.featured-services .icon-box:hover .icon i {
  color: #fc0000;
}

.navbar-toggler.custom-toggler {
  border: none;           /* remove border */
  background: transparent; /* remove background */
  padding: 0.25rem 0.5rem; /* optional spacing */
}

/* Optional: slightly bigger hamburger lines */
.navbar-toggler-icon {
  width: 28px;
  height: 28px;
  background-size: contain; /* keeps icon proportions */
}

#mobileNavbar ul li a{
  color: black;
  text-align: center;
}
#navbarDesktop ul li a{
  text-align: center;
}
