.election-model-popup.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.election-model-popup .modal-content {
    background-size: cover;
    border: 1px solid #888;
    width: 46vh;
    height: 82vh;
    margin: auto;
    margin-top: 125px;
}
.election-model-popup .close {
    color: white;
    float: right;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    padding-right: 5px;
}
.election-model-popup .close:hover,
.election-model-popup .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.election-model-popup .telangana-row{
    display: flex;
    border: 2px solid #720000;
}
.election-model-popup .telangana-column{
    width: 20%;
    background-color: white;
}
.election-model-popup .other-row{
    display: flex;
    border: 2px solid #720000;
}
.election-model-popup .other-column{
    width: 33.5%;
    background-color: white;
}
.election-model-popup .mizoram-row{
    display: flex;
    border: 2px solid #720000;
}
.election-model-popup .mizoram-column{
    width: 25%;
    background-color: white;
}
.election-model-popup .party-name{
    background-color: #720000;
    color:white;
    text-align: center;
    font-size: 2.3vh;
}
.election-model-popup .result-count{
    text-align: center;
}
.election-model-popup .heading-text{
    background-color: #413f3f;
    color:#fff9a5;
    font-weight: 700;
    padding: 0px 10px;
    font-size: 2vh;
}
.election-model-popup .heading{
    margin-bottom: 2vh;
}
.election-model-popup .heading-other{
    width: 80%;
    margin: auto;
    margin-bottom: 2vh;
}
@media only screen and (max-width: 600px) {
.election-model-popup  .modal-content {
        border: 1px solid #888;
        width: 100%;
        height: 100vh;
        background-size: cover;
        margin:0px !important;
    }
}

@media screen and (max-width: 480px) {
    .counter, .counter-box h1 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 320px) {
    .counter {
        font-size: 12px !important;
    }
}