:root {
    --udf: #44A1F3;
    --ldf: #E13B3B;
    --bjp: #FF8C27;
    --oth: #999999;
    --udf-light: #E7F3FE;
    --ldf-light: #FBE5E5;
    --bjp-light: #FFF0E3;
    --oth-light: #e7e7e7;
    --leading: #11973a;
    --won: #11973a;
    --trailing: #E13B3B;
    --lost: #E13B3B;
    --brand-light: #6B6FA5;
    --blue: #232971;
    --bright-blue: #F5F5FF;
    --light-blue: #CCCCEC;
}
.mm-dark-theme .elR-CanDetails, .mm-dark-theme .elR-mapViewSubT{ background-color:#181818;}


.ldf,
.cpi,
.cpm {
    background-color: var(--ldf) !important;
}

.udf,
.inc {
    background-color: var(--udf) !important;
}

.bjp,
.nda {
    background-color: var(--bjp) !important;
}

.oth {
    background-color: var(--oth) !important;
}

.udf-light {
    background-color: var(--udf-light) !important;
}

.ldf-light {
    background-color: var(--ldf-light) !important;
}

.bjp-light {
    background-color: var(--bjp-light) !important;
}

.oth-light {
    background-color: var(--oth-light) !important;
}

.ldf-clr {
    color: var(--ldf) !important;
}

.udf-clr {
    color: var(--udf) !important;
}

.bjp-clr {
    color: var(--bjp) !important;
}

.oth-clr {
    color: var(--oth) !important;
}

.leading {
    color: var(--leading) !important;
}

.won {
    color: var(--leading) !important;
}

.trailing {
    color: var(--trailing) !important;
}

.lost {
    color: var(--lost) !important;
}

.main-container {
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
    font-family: "Poppins", arial, EGGIndulekhaUni, sans-serif;
    font-display: swap;
}

.main-container:after, .main-container-inner:after {
    clear: both;
    content: "";
    display: table
}

.elR-h-wrp,
.elR-Cselect-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.elR-h-wrp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elR-h-wrp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.h {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
    outline: none !important;
    border: 0 !important;
}

.elR-h-wrp {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--border-color);
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elR-h-wrp::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    background-color: var(--brandPrimary-color);
    width: 40px;
}

.elR-h-wrp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.elR-h-wrp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elR-h-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elR-subTxt {
    font-size: 12px;
    font-weight: 500;
    color: var(--secondaryText-color);
    text-align: left;
    padding-left: 5px;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.elR-h {
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    padding-right: 10px;
    color: var(--brandPrimary-color);
    font-weight: bold;
    line-height: 1;
}

.elR-Cselect-out {
    width: 100%;
    padding: 10px;
    background-color: var(--brandPrimary-color);
    border-radius: 8px 8px 0 0;
}

.elR-Cselect-row {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.elR-Cselect {
    width: 50%;
}

.elR-CselectLa {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--white-color);
    text-align: left;
    line-height: 1;
    display: block
}

.elR-Cdropdown {
    position: relative;
    width: 100%;
    user-select: none;
}

.elR-Cselected {
    padding: 5px 7px;
    cursor: pointer;
    background-color: var(--body-bg);
    font-size: 12px;
    height: 35PX;
    position: relative;
    text-align: left;
    border-right: 1px solid var(--border-color);
}

.elR-Cselected span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-right: 10px;
    color: var(--text-color);
    font-size: 13px;
    font-weight: 500;
}

.elR-Cselected::after {
    width: 0;
    height: 0;
    border: solid var(--text-color);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    float: right;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.elR-Coptions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: none;
    background-color: var(--body-bg);
    max-height: 0;
    overflow: hidden;
    z-index: 100;
    font-size: 13px;
    font-weight: 500;
    color: var(--secondaryText-color);
    transition: all 0.5s ease;
    margin: 5px 0 0 0;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.elR-Coptions.active {
    min-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.elR-Coption {
    cursor: pointer;
    line-height: 1;
    list-style-type: none;
    display: block;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
    text-align: left
}

.elR-Coption:hover {
    color: var(--brandPrimary-color);
}

.tear-and-share {
    font-size: 12px;
    line-height: 1;
    color: var(--secondaryText-color);
    text-align: center;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.tear-and-share::before {
    content: "";
    background-image: url(https://specials.onmanorama.com/Testing/2026/assemply-election/images/sissors-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 10px;
    margin-right: 4px;
    background-position: center center;
}

.elR-mapView-cRst .elR-CanDetails {
    background-color: var(--bod-bg);
}

.elR-mapView .elR-Cselect-out .elR-mapViewOutIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.udf-fill,
.inc-fill,
g.udf-fill .svg-style,
g.inc-fill .svg-style {
    fill: var(--udf) !important;
}

.ldf-fill,
.cpim-fill,
.cpm-fill,
.cpi-fill,
.left-fill,
g.ldf-fill .svg-style,
g.cpm-fill .svg-style,
g.left-fill .svg-style {
    fill: var(--ldf) !important;
}

.nda-fill,
.bjp-fill,
g.nda-fill .svg-style,
g.bjp-fill .svg-style {
    fill: var(--bjp) !important;
}

.oth-fill,
g.oth-fill .svg-style,
g.oth-fill .svg-style {
    fill: var(--oth) !important;
}

.elR-mapView {
    width: 100%;
    float: left;
}

.elR-mapView input:focus {
    outline: none;
    border: 0;
}

.elR-search-input {
    position: relative;
}

.elR-search-input .elR-icon-search {
    background-image: url(https://election.onmanorama.com/assembly-election/images/search.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 5px;
    display: inline-block;

}

.elR-search-input input[type="text"] {
    width: 100%;
    padding: 10px 50px 10px 10px;
    border-radius: 5px;
    background-color: var(--body-bg);
    color: var(--text-color);
    font-size: 13px;
    border: 0;
    position: relative;
    height: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: "Poppins", arial, EGGIndulekhaUni, sans-serif;
    font-weight: 500;
}

.elR-mapView .elR-Cselect-row,
.elR-OvrView {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elR-mapView .elR-Cselect:nth-child(3) {
    width: 100%;
}

.elR-mapViewOut {
    padding: 0;
    display: block;
    background-color: var(--body-bg);
    float: left;
    width: 100%;
    border: 0;
    border-radius: 0 0 8px 8px;
}

.elR-liveMaparea svg {
    width: 100%;
    height: 270px;
    margin: 0 auto;
    cursor: grab;
    transform-origin: 0 0;
}

.elR-mapViewOut .svg-style {
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: #d3d3d3;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
    fill-rule: evenodd;
}

.elR-mapView-dRst {
    width: 100%;
    padding-right: 0px;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 0 0 8px 8px;
}

.elR-mapView-cRst {
    width: 100%;
    margin-top: 10px;
    border: 1px solid var(--border-color);
    padding: 10px;
    border-radius: 8px;
}

.elR-liveMapareaOut {
    width: 100%
}

.elR-liveMaparea {
    width: 100%;
    padding: 0 0px;
    position: relative;
    overflow: hidden
}

.elR-CanDetails {
    width: 100%;
    background-color: transparent;
    border: 0;
}

.elR-CanDetailsIn {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%
}

.elR-CanDetailsIn ul {
    margin: 0;
    padding: 0;
    padding: 0px;
    width: 100%;
}

.elR-CanDetailsIn ul li {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border-color);
    list-style-type: none;
}

.elR-CanDetailsIn ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.elR-mapViewSubT {
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--body-bg);
    line-height: 1;
    margin-bottom: 5px;
    text-align: left;
    color: var(--text-color);
}

.elR-CanDetailsImg {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    border-radius: 100px;
    overflow: hidden;
}

.elR-CanDetailsImg-in {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    background-color: var(--cardBox-color);
}

.elR-CanDetailsname {
    font-size: 14px;
    font-weight: 500;
    color: var(--brandPrimary-color);
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
}

.elR-CanDetailtrail .elR-CanDetailsname {
    font-weight: 500;
    color: var(--secondaryText-color);
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1;
}

.elR-CanDetailparty {
    font-size: 12px;
    color: var(--secondaryText-color);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
}

.elR-CanDetailparty span {
    padding: 0 5px 0 5px;
    border-right: 1px solid var(--border-color);
}

.elR-CanDetailparty span:first-child {
    padding-left: 0;
}

.elR-CanDetailparty span:last-child {
    border: 0;
}

.elR-CanDetailVote {
    font-size: 13px;
    color: var(--secondaryText-color);
    font-weight: 500;
    text-align: left;
    line-height: 1;
    margin-top: 5px;
}

.elR-CanDetailtotalvote {
    font-size: 14px;
    font-weight: bold;
}

.elR-Map-resultBlk {
    height: 100%;
}

.elR-mapView-dRst,
.elR-mapView-cRst,
.elR-liveMapareaOut,
.elR-CanDetailparty,
.elR-CanDetails,
.elR-CanDetailsIn,
.elR-Cselected,
.elR-disLeading,
.elR-Map-resultBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elR-liveMapareaOut {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.elR-mapView-dRst,
.elR-mapView-cRst,
.elR-CanDetails,
.elR-Map-resultBlk,
.ti-spon-bar  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.elR-CanDetailtrail .elR-CanDetailparty,
.elR-CanDetailtrail .elR-CanDetailsname {
    margin-top: 0 !important;
}

.elR-CanDetailtrail,
.elR-Cselected,
.elR-Map-resultBlk {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elR-Map-resultBlk {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.elR-CanDetailtrail {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.constituency-map-block {
    margin: 0 auto;
    position: relative;
    padding: 10px;
    background-color: #fff;
}

.constituency-map-block svg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    height: 175px;
}

.elR-disLeadingvote {
    margin-left: 5px;
}

.elR-disLeading li {
    list-style-type: none;
    font-size: 15px;
    color: var(--secondaryText-color);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    min-width: 20%;
    text-align: center
}

.elR-mapView-LPrsIn {
    width: 100%;
}

.elR-disLeading {
    padding: 0;
    margin: 0
}

.elR-disLeading.LiveRslt {
    margin-bottom: 5px;
}

.elR-disLeading.LiveRslt li span {
    font-weight: bold;
    color: var(--text-color);
}

.elR-mapView-LPrs {
    width: 100%;
    float: left;
}

.elR-mapView-LPrs a {
    width: auto
}

#consituency-itemList {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    border-top: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 100;
    background-color: var(--body-bg);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.svg-style:hover {
    opacity: 0.6;
}

#consituency-itemList li {
    font-size: 13px;
    font-weight: 500;
    color: var(--secondaryText-color);
    display: none;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color);
    padding: 10px;
    line-height: 1;
    text-align: left
}

.elR-tooltip {
    position: absolute;
    pointer-events: none;
    background: var(--dark-blue-color);
    color: var(--white-color);
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    transform: translate(-50%, -120%);
    display: none;
    z-index: 999;
    text-transform: capitalize
}

.elR-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--dark-blue-color);
}

.elR-PartyWrOut,
.elR-PartyWr,
.elR-PartyWrOut ul,
.elR-PartyWrOut ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elR-PartyWrOut ul li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.elR-PartyWr {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elR-PartyWrOut::after {
    content: "";
    display: table;
    clear: both;
}

.elR-IndvPresutls {
    float: left;
    width: 33.33333333333333%;
    padding: 10px 8px;
    border-right: 4px solid var(--white-color);
    border-radius: 0 0 8px 8px;
}

.elR-IndvPresutls:last-child {
    border: 0;
}

.elR-PartyWr {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elR-PartyRound {
    width: 9px;
    height: 10px;
    min-width: 9px;
    display: inline-block;
    background-color: var(--cardBox-color);
}

.elR-PartyWr .elR-PartyDet-Txt {
    border: 0;
    font-weight: 600;
}

.elR-PartyDet-Txt {
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    color: var(--secondaryText-color);
    line-height: 1;
    padding: 0 5px 0 5px;
    border-right: 1px solid var(--border-color);
    display: inline-block;
    font-weight: 500;
}

.elR-divBar {
    width: 100%;
    background-color: transparent;
    height: 13px;
}
.elR-PartyWrOut{
    min-height: 218px;
}
.elR-PartyWrOut ul {
    width: 100%;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0 0px 0;
}

.elR-PartyWrOut ul li {
    margin: 0;
    padding: 3px 0;
    width: 100%;
    list-style-type: none;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    color: var(--secondaryText-color);
    text-transform: uppercase;
}

.elR-mapView-partywise {
    padding-top: 10px;
}

.elR-prvCount-out {
    width: 100%;
    margin-top: 5px;
}

.elR-Ryr {
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: var(--secondaryText-color);
    margin: 0 0px 0 0px;
    min-width: 35px;
    text-align: right
}

.elR-RyrT {
    display: inline-block;
    line-height: 1;
}

.elR-OvrView {
    padding: 5px 0 10px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.elR-prvCount-out.elR-livCount-out {
    margin-right: 0px;
}

.elR-prvCount,
.elR-OvrView,
.elR-prvCount-out,
.elR-OvrView .elR-h,
.ti-spon-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ti-spon-logo,
.elR-map-controls,
.elR-liveMaparea button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elR-h {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ti-spon-bar,
.elR-liveMaparea button {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.elR-prvCount-out,
.ti-spon-bar,
.ti-spon-logo,
.elR-liveMaparea button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elR-map-controls {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.elR-OvrView .elR-h-wrp {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 0px;
    border: 0;
    margin-bottom: 5px;
}

.elR-OvrView .elR-h {
    padding-right: 0;
    width: 100%;
}

.elR-OvrView .elR-h-wrp:before {
    display: none
}

.elR-contbX-out {
    width: 25%;
    padding-left: 5px;
}

.elR-contbX {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 0 8px 0;
    background-color: var(--cardBox-color);
    border-radius: 5px;
    width: 100%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elR-PrtcCount {
    padding-left: 2px;
}

.elR-livCount .elR-PrtcCount,
.elR-livCount .elR-PrtNa {
    color: var(--white-color);
}

.elR-prvCount-out .elR-PrtNa,
.elR-prvCount-out .elR-PrtcCount,
.elR-prvCount-out .elR-RyrT {
    font-size: 13px;
    font-weight: 500;
}

.elR-livCount-out .elR-RyrT {
    font-weight: bold
}

.elR-livCount-out .elR-PrtNa,
.elR-livCount-out .elR-PrtcCount {
    font-size: 15px;
    font-weight: bold;
}

.elR-livCount-out .elR-RyrT {
    font-weight: bold;
    font-size: 14px;
}

.elR-PrtNa,
.elR-PrtcCount {
    font-size: 16px;
    font-weight: bold;
    color: var(--secondaryText-color);
    text-transform: uppercase;
    line-height: 1;
}

.elR-Eyear {
    color: var(--ldf);
    margin-left: 4px;
    text-transform: uppercase;
}
.ti-spon-bar {
  overflow: hidden;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--border-color);
}
.ti-spon-la {
  font-size: 13px;
  font-weight: 500;
  color: var(--secondaryText-color);
  text-transform: capitalize;
  line-height: 1;
  margin-right: 5px;
  min-width: 89px;
}
.ti-spon-bar .elR-mainTxt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--brandPrimary-color);
}
.ti-spon-logo a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    line-height: 0;
    min-width: 55px;
    max-width: 55px;
    min-height: 35px;
    width: 100%; 
}

.ti-spon-logo-inner {
  width: 100%;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
}

.elR-Updation {
    width: 100%;
}

.elR-Updation-in {
    width: 100%;
    text-align: center;
}

.elR-Updation .elR-mainTxt {
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.elR-Updation .elR-mainTxt {
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.elR-subTxt {
    font-size: 12px;
    font-weight: 500;
    color: var(--secondaryText-color);
    text-align: left;
    padding-left: 5px;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.elR-Updation-in .elR-subTxt {
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}

.elR-Cselect-out .elR-Cselect:nth-child(3) {
    width: 100%;
    margin-top: 5px;
}

.elR-Cselect {
    width: 50%;
}

.elR-Cselect-out .elR-Cselect:nth-child(1) .elR-Cselected {
    border-radius: 5px 0px 0px 5px;
}

.elR-Cselect-out .elR-Cselect:nth-child(2) .elR-Cselected {
    border-radius: 0px 5px 5px 0px;
}

.elR-map-controls {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.elR-liveMaparea button {
    margin-bottom: 2px;
    padding: 3px;
    cursor: pointer;
    border: 1px solid var(--border-color);
    background-color: var(--cardBox-color);
    color: var(--secondaryText-color);
    border-radius: 5px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    font-family: "Poppins", arial, EGGIndulekhaUni, sans-serif;
    width: 30px;
    height: 30px;
}

.elR-liveMaparea button:hover {
    background-color: var(--brandPrimary-color);
    color: var(--white-color);
    border: 0;
}
.elR-associate-partners.ti-spon-bar {
  border-bottom: 0;
}
  .elR-associate-partners .ti-spon-logo{
         -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column;
    flex-direction: column ;
 }
 .elR-associate-partners .ti-spon-logo .ti-spon-la{
     margin-right: 0;
     margin-bottom: 10px;
 }
 .elR-associate-partners-inner a{
     margin: 0 15px;
 }
@media screen and (min-width: 768px) {
         .elR-associate-partners .ti-spon-logo .ti-spon-la{
         margin-bottom: 0;
         margin-right: 5px;
     }
     .elR-associate-partners .ti-spon-logo{
             -webkit-box-orient: horizontal ;
    -webkit-box-direction: normal;
    -ms-flex-direction: row ;
    flex-direction: row;
     }
    .elR-disLeading li {
        font-size: 13px
    }
    .elR-map-controls {
        right: 10px;
    }
    .elR-CanDetailsname {
        font-size: 15px;
    }
    .elR-CanDetailtotalvote {
        font-size: 16px;
    }
    .elR-Cselect-out .elR-Cselect:nth-child(3) {
        margin-left: 5px;
    }
    .elR-Cselect-out .elR-Cselect:nth-child(3),
    .elR-Cselect {
        width: 33.33333333333333%;
        margin-top: 0px;
    }
        .ti-spon-logo.one a{
        min-width: 65px;
        max-width: 65px;
    }
    .ti-spon-bar{margin-bottom: 0;}

    .elR-mapView .elR-Cselect-out {
        min-height: 55px;
    }
    .elR-CanDetailsImg {
        margin: 0 auto
    }
    .elR-mapViewSubT {
        margin-bottom: 0px;
    }
    .elR-mapView-cRst .elR-mapViewSubT {
        background-color: var(--cardBox-color);
    }
    .elR-mapView-LPrsIn {
        width: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .elR-mapView-LPrs {
        padding: 10px;
    }
    .elR-CanDetailtrail .elR-CanDetailsname {
        margin-bottom: 0;
    }
    .elR-mapView {
        background-color: var(--cardBox-color);
        padding: 10px;
    }
    .elR-mapView-cRst {
        margin-top: 0;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    .elR-CanDetailsIn ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .elR-mapViewOut {
        padding: 10px;
    }
    .elR-liveMaparea svg {
        height: 350px
    }
    .elR-CanDetailparty {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .elR-CanDetailsname,
    .elR-CanDetailVote {
        text-align: center;
        margin-top: 10px;
        line-height: 1;
    }
    .elR-mapView .elR-Cselected,
    .elR-mapView .elR-search-input input[type="text"] {
        height: 35px;
    }
    .elR-mapView .elR-mapViewOutIn .elR-Cselect {
        width: 33.33333333333333%;
        margin-top: 0
    }
    .elR-mapView .elR-Cselect-row {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
    .elR-mapView .elR-CselectLa {
        display: block
    }
    .elR-mapView .elR-Cselect-row {
        -ms-flex-wrap: inherit !important;
        flex-wrap: inherit !important;
    }
    .elR-mapView-dRst {
        padding-right: 10px !important;
        border: 0;
        padding: 0;
    }
    .elR-mapViewOutIn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .elR-mapViewOutIn,
    .elR-CanDetailtrail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .elR-CanDetailsIn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .elR-mapViewSubT {
        padding: 10px;
        background-color: var(--light-blue);
        text-align: left
    }
    .elR-liveMaparea {
        width: 100%;
        max-width: 220px;
        min-width: 220px;
    }
    .elR-liveMapareaOut, .ti-spon-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ti-spon-bar .elR-mainTxt{
        display: block;
    margin-bottom: 0;
    margin-right: 10px;
    }
    .elR-mapView-dRst {
        width: 65%;
    }
    .elR-mapView-cRst {
        width: 35%;
    }
    .elR-mapView-partywise {
        width: 100%;
    }
    .elR-CanDetails {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        background-color: var(--bright-blue);
        border: 1px solid var(--border-color);
    }
    .elR-CanDetailsIn ul {
        padding: 10px 25px 10px 25px;
    }
    .elR-IndvPresutls {
        float: inherit;
        width: 100%;
        padding: 0 5px;
        border: 0;
    }
    .elR-PartyWrOut {
        margin: 0 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .udf-light,
    .ldf-light,
    .bjp-light,
    .oth-light{
        background-color: transparent !important;
    }
    .elR-PartyWrOut ul {
        border-top: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
        margin: 0;
    }
    .elR-IndvPresutls:last-child ul {
        margin-bottom: 0;
    }
    .elR-PartyWrOut ul li {
        width: 50%;
        border-bottom: 1px solid var(--border-color);
        border-right: 1px solid var(--border-color);
        padding: 3px 5px;
    }
    .elR-PartyWr {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1080px) {
    .elR-contbX {
        padding: 10px 0
    }
    .elR-OvrView {
        padding: 10px 0 10px 0
    }
    .elR-Ryr {
        min-width: auto
    }
    .elR-prvCount-out.elR-livCount-out {
        margin-right: 25px;
    }
    .elR-PartyWr {
        margin-bottom: 0px;
    }
    .elR-PartyWrOut ul {
        margin: 5px 0 5px 0;
    }
    .elR-IndvPresutls {
        padding: 0;
    }
    .elR-PartyWrOut {
        display: block;
    }
    .elR-mapViewOutIn,
    .elR-OvrView {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .elR-OvrView .elR-h-wrp {
        width: 225px !important;
        min-width: 225px !important;
        margin-bottom: 0;
        margin-right: 5px;
        padding-right: 5px;
        border-right: 1px solid var(--border-color);
    }
    .elR-OvrView .elR-h,
    .elR-OvrView .elR-h-wrp {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .elR-mapView-dRst {
        width: 50%;
    }
    .elR-mapView-cRst {
        width: 25%;
    }
    .elR-mapView-partywise {
        width: 25%;
        padding-left: 10px;
        padding-top: 0px;
    }
    .elR-prvCount-out {
        margin-top: 0
    }
}

/* tear share modal styles start */


.cmp-el-lb-sharePopup__inner {
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit  !important;
    align-items: inherit !important; 
}
.cmp-el-lb-sharePopup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
    display: none; 
}
.cmp-el-lb-sharePopup:after {
    content: "";
    position: absolute;
    margin-left: -15px;
    width: 50px !important;
    height: 50px !important;
    background-size: 50px auto !important; 
}
.cmp-el-lb-sharePopup.open {
    /*        @include mm-animation( fadeIn 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both);*/ 
}
.cmp-el-lb-sharePopup.popup-style-change .cmp-el-lb-sharePopup__shareBlk {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: var(--body-bg); 
}
.cmp-el-lb-sharePopup.popup-style-change .cmp-el-lb-sharePopup__inner {
    display: block !important;
    padding-bottom: 60px; 
}
.cmp-el-lb-sharePopup__inner {
    height: 100%;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    overflow-y: scroll; 
}
.cmp-el-lb-sharePopup__contentBlk {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.cmp-el-lb-sharePopup__contentBlk-inner {
padding: 25px 15px 15px 15px;
    background-color: var(--body-bg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    width: auto;
    height: auto; 
}
.cmp-el-lb-sharePopup__closePopup {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1000;
    width: 28px;
    height: 28px;
    background-color: red;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    cursor: pointer;
    visibility: visible;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
      
}
.cmp-el-lb-sharePopup__closePopup::after {
  content: "";
  background-image: url("https://election.onmanorama.com/assembly-election/images/closev2.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height:24px;
  margin-left: 2px;
  background-position: center center;
}
.cmp-el-lb-sharePopup__closePopup .cmp-spcl-sprite-icon.icon-close {
    background-position: -24px -96px;
    transform: scale(0.7);
}
.cmp-el-lb-sharePopup__shareBlk {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; 
}
.cmp-el-lb-sharePopup__shareTxt {
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
    color: var(--title-color);
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px; 
}
.cmp-el-lb-sharePopup__shareIcon-ul {
    margin: 0;
    padding: 0; 
}
.cmp-el-lb-sharePopup__shareIcon-li {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
}
.cmp-el-lb-sharePopup__shareIcon-a {
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-decoration: none;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: var(--cardBox-color); 
}
.cmp-el-lb-sharePopup__shareIcon-a.facebook {
    background-color: #0863f7 !important;
}
.cmp-el-lb-sharePopup__shareIcon-a.whatsapp {
    background-color: #24cc63 !important; 
}
.cmp-el-lb-sharePopup__shareIcon-a.twitter {
    background-color: #000 !important;
}
.cmp-el-lb-sharePopup__shareIcon-a .cmp-icon-facebook {
    background-position: -24px -48px !important; 
}
.cmp-el-lb-sharePopup__shareIcon-a .cmp-icon-twitter {
    background-position: -24px 0 !important; 
}
.cmp-el-lb-sharePopup__shareIcon-a .cmp-icon-whatsapp {
    background-position: -24px -24px !important;
}
.cmp-el-lb-sharePopup__shareBlk, .cmp-el-lb-sharePopup__shareIcon-ul, .cmp-el-lb-sharePopup__shareIcon-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.cmp-el-lb-sharePopup__shareBlk, .cmp-el-lb-sharePopup__shareIcon-a {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; 
}

.cmp-el-lb-sharePopup__shareBlk, .cmp-el-lb-sharePopup__shareIcon-a {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; 
}
.loaderPuff, .cmp-el-lb-sharePopup:after {
    content: "";
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-image: url("https://election.onmanorama.com/assembly-election/images/puff.svg");
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 0; 
}


.local-body-el-social-media-icon {
    width: 28px;
    height:28px;
    display: block;
    cursor: pointer;
    background-image: url(https://election.onmanorama.com/assembly-election/images/social.svg);
    background-size: 35px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 6px auto;
    background-color: #f1f1f1;
}
.local-body-el-social-media-icon:last-child {margin-bottom: 0;}
.local-body-el-tw-clr {background-position: -4px -75px;}
.local-body-el-gl-clr { background-position: -4px -56px;}
.local-body-el-wt-clr {background-position: -3px -111px;}
.local-body-el-fb-clr {background-position: -4px -4px;}

.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
    outline: none !important;
    border:0 !important;
    transition: all .5s ease;
    color: transparent !important;
}
.cmp-el-bl-el-stop-anim .elR-map-controls{
    display: none;
}
.main-container-inner{
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-color: var(--border-color);
  border-bottom-style: double;
  border-bottom-width: 6px;
}
.elR-associate-partners-inner{
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
            -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
      -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center;
}
