@font-face {
     font-family: "Poppins";
     src: url("fonts/Poppins-Medium.woff") format("woff");
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }
 @font-face {
     font-family: "Poppins";
     src: url("fonts/Poppins-Bold.woff") format("woff");
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }
 *,
 *::before,
 *::after {
     box-sizing: border-box;
 }
 html,
 body {
     margin: 0;
     padding: 0;
 }
 body {
     font-display: swap;
        background-color: var(--body-bg);
 }
 img,
 video {
     display: block;
     max-width: 100%;
     height: auto;
 }
 :root {
     --body-bg: #fff;
     --white-color: #fff;
     --black-color: #000;
     --title-color: #15173d;
     --dark-blue-color: #15173d;
     --text-color: #262626;
     --secondaryText-color: #666;
     --border-color: #e9e9e9;
     --cardBox-color: #f5f5f5;
     --cardBox-color-gradient: 245, 245, 245;
     --brandRed-color: #ec1c24;
     --lightRed-color: #fff8f8;
     --brandPrimary-color: #333994;
     --brandPrimary-top-color: #fff;
     --brandBlue-color: #00b8f1;
     --lightBlue-color: #f2fbff;
     --premium-color: #ffca05;
     --lightPremium-color: #fff8e0;
     --adBg-color: #eceff1;
     --banner-color1: #e0f5fd;
     --banner-color2: #fff8e0;
     --banner-color3: #ffeaed;
     --banner-color4: #e9ebf6;
     --breakingnews-bg: #fdeced;
     --breakingnews-text-color: #410000;
     --gray9-color: #999;
     --rose-color: #ed396c;
     --green-color: #8dc541;
     --orange-color: #f39200;
     --quickdoc-color: #114dba;
     --spl-heighlight-color-1: #eed9ec;
     --spl-heighlight-border-color-1: #930074;
     --spl-heighlight-color-2: #eaeed3;
     --spl-heighlight-border-color-2: #919b58;
     --spl-heighlight-color-3: #d9ecf0;
     --spl-heighlight-border-color-3: #099bbe;
     --article-size-1: 1090px;
     --article-size-2: 1150px;
     --form-border: #dae3e6;
     --caption-color: #474b71;
     --mutlimedia-bg-color: #121227;
     --wine-red-color: #a20006;
     --answer-block: #f3f4ff;
     --incorrect-answer: #e27676;
     --correct-answer: #95c198;
     --correct-answer2: #59a15e;
 }
 .mm-dark-theme {
     --body-bg: #181818;
     --white-color: #fff;
     --black-color: #000;
     --title-color: #e0e0e0;
     --dark-blue-color: #070707;
     --text-color: #e0e0e0;
     --secondaryText-color: #aaa;
     --border-color: #262626;
     --cardBox-color: #242424;
     --cardBox-color-gradient: 36, 26, 36;
     --brandRed-color: #c42b31;
     --lightRed-color: #242424;
     --brandPrimary-color: #a3abdb;
     --brandPrimary-top-color: #080927;
     --brandBlue-color: #7dd6f5;
     --lightBlue-color: #242424;
     --premium-color: #ffca05;
     --lightPremium-color: #242424;
     --adBg-color: #070707;
     --banner-color1: #1c2c31;
     --banner-color2: #332d19;
     --banner-color3: #311d1d;
     --banner-color4: #1b1c2a;
     --breakingnews-bg: #fdeced;
     --breakingnews-text-color: #410000;
     --rose-color: #c85878;
     --green-color: #708d49;
     --orange-color: #c88d34;
     --quickdoc-color: #114dba;
     --spl-heighlight-color-1: #2e222d;
     --spl-heighlight-border-color-1: #5f034c;
     --spl-heighlight-color-2: #1f220c;
     --spl-heighlight-border-color-2: #4f5916;
     --spl-heighlight-color-3: #0f2428;
     --spl-heighlight-border-color-3: #157188;
     --form-border: #3f3f3f;
     --caption-color: #999;
     --mutlimedia-bg-color: #0b0b17;
     --wine-red-color: #a83438;
     --answer-block: #282a3f;
     --incorrect-answer: #b35656;
     --correct-answer: #68976b;
     --correct-answer2: #8dd792;
 }
 .mm-sepia-theme {
     --body-bg: #f4ecd8;
     --white-color: #fff;
     --black-color: #000;
     --title-color: #444542;
     --dark-blue-color: #353546;
     --text-color: #444542;
     --secondaryText-color: #5f605c;
     --border-color: #e7d9c3;
     --cardBox-color: #e7d9c3;
     --cardBox-color-gradient: 231, 217, 195;
     --brandRed-color: #da2235;
     --lightRed-color: #e7d9c3;
     --brandPrimary-color: #443674;
     --brandPrimary-top-color: #fff;
     --brandBlue-color: #5399b5;
     --lightBlue-color: #e7d9c3;
     --premium-color: #ffca05;
     --lightPremium-color: #e7d9c3;
     --adBg-color: #f6f0e0;
     --banner-color1: #d5e6dd;
     --banner-color2: #e3d9b2;
     --banner-color3: #e1caca;
     --banner-color4: #caccd2;
     --breakingnews-bg: #fdeced;
     --breakingnews-text-color: #410000;
     --rose-color: #ed396c;
     --green-color: #8dc541;
     --orange-color: #f39200;
     --quickdoc-color: #114dba;
     --spl-heighlight-color-1: #f2e4e0;
     --spl-heighlight-border-color-1: #cd8eb0;
     --spl-heighlight-color-2: #eeedd5;
     --spl-heighlight-border-color-2: #cccca5;
     --spl-heighlight-color-3: #e4ece6;
     --spl-heighlight-border-color-3: #67bbc8;
     --form-border: #d7c9b3;
     --caption-color: #474b71;
     --mutlimedia-bg-color: #292839;
     --answer-block: #dfd1aa;
     --incorrect-answer: #b35656;
     --correct-answer: #68976b;
     --correct-answer2: #36863b;
 }
 :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 {
     --bright-blue: #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;
 }
 .udf-fill,
 .inc-fill,
 g.udf-fill .svg-style,
 g.inc-fill .svg-style {
     fill: var(--ldf) !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(--udf) !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;
 }
 .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;
 }
 .elR-par-r ul,
 .main-container,
 .elR-Updation,
 .ti-spon-logo,
 .ti-spon-bar,
 .elR-h-wrp,
 .elR-par-r ul li,
 .elR-Rarea,
 .elR-OvrView,
 .elR-Mr-Wrp,
 .elR-prvCount,
 .elR-livCount,
 .elR-livCount-out,
 .elR-prvCount-out,
 .elR-Ryr,
 .elR-contbX,
 .elR-PartyWr,
 .elR-PartyWrOut,
 .elR-ConsLead,
 .elR-DisNameInner,
 .elR-DisNameOut,
 .elR-PartyDet,
 .elR-CanBioOut,
 .elR-CanDetails-Li,
 .elR-Cselected,
 .elR-Cselect-row,
 .elR-h,
 .elR-TM,
 .elR-Updation-in,
 .elR-CanImgOut ,
 .elR-kerala{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }
 .main-container,
 .elR-OvrView,
 .elR-contbX,
 .elR-Rarea,
 .elR-DisNameInner,
 .elR-ConsLead,
 .ti-spon-bar{
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
 }
 .ti-spon-bar,
 .ti-spon-logo,
 .elR-Updation,
 .elR-DisNameOut,
 .elR-h-wrp,
 .elR-Ryr,
 .elR-contbX,
 .elR-Cselected,
 .elR-CanDetails-Li,
 .elR-PartyDet,
 .elR-CanBioOut,
 .elR-slide a,
 .elR-h,
 .elR-Updation-in,
 .elR-CanImgOut,
 .elR-kerala{
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 .elR-h-wrp,
 .elR-DisNameOut,
 .elR-par-r ul li,
 .elR-Updation,
 .elR-h {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }
 .elR-Ryr,
 .elR-contbX,
 .elR-slide a,
 .ti-spon-bar,
 .elR-CanImgOut {
     -webkit-box-pack: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
 }
 .elR-Cselect-out .elR-Cselect-row {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 .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;
 }
 .ti-spon-bar {
     background: var(--cardBox-color);
     overflow: hidden;
     padding: 5px 0;
 }
 .ti-spon-bar .elR-mainTxt{
     font-size:18px;
     font-weight: 600;
     line-height: 1;
     margin-bottom: 5px;
     color: var(--brandPrimary-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-logo.one 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.one .ti-spon-logo-inner {
     width: 100%;
     padding-bottom: 63%;
     position: relative;
     overflow: hidden;
 }
 .elR-wrap {
     width: 100%;
     padding: 0px;
     background-color: transparent;
     min-height: 687px;
 }
 .elR-wrap:after,
 .elR-row:after,
 .main-container:after,
 .elR-par-r:after,
 .elR-li-r-in:after {
     content: "";
     clear: both;
     display: table;
 }
 .elR-li-r,
 .elR-par-r,
 .elR-keyC {
     width: 100%;
     float: left;
 }
 .elR-par-r,
 .elR-keyC {
     padding: 0;
     border: 0;
 }
 .elR-keyC {
     display: none;
 }
 .elR-keyC .elR-CanDetails-Li {
     margin-bottom: 10px;
     padding-bottom: 10px;
 }
 .elR-li-r .elR-CanBio{
     margin-right: 5px;
 }
 .elR-h-wrp {
     width: 100%;
     padding-bottom: 5px;
     margin-bottom: 10px;
     border-bottom: 2px solid var(--border-color);
     position: relative;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 .elR-h-wrp.elR-Chead {
     border-bottom: 0;
     padding-bottom: 0;
     margin-bottom: 0;
     background-color: var(--brandPrimary-color);
     padding: 10px;
 
     border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
 }
 .elR-h-wrp.elR-Chead .elR-h {
     color: var(--white-color);
 }
 .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-h-wrp:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: -2px;
     height: 2px;
     background-color: var(--brandRed-color);
     width: 40px;
 }
 .elR-Chead:before {
     display: none;
 }
 .elR-TM {
     line-height: 1;
 }
 .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-subA {
     color: var(--text-color);
     position: relative;
     cursor: pointer;
     text-decoration: none;
     max-width: 75px;
     min-width: 75px;
     width: 75px;
     margin-left: 2px;
     border-left: 1px solid var(--border-color);
 }
 .elR-Mr-Wrp {
     width: 100%;
 }
 .elR-OvrView {
     width: 100%;
 }
 .elR-OvrView .elR-h {
     width: 100%;
     padding-right: 0;
 }
/* .elR-livCount-out,
 .elR-prvCount-out {
     margin: 0 -5px 10px -5px; 
 }*/
 .elR-prvCount-out .elR-Ryr {
     color: var(--secondaryText-color);
 }
 .elR-RyrT {
     display: inline-block;
     line-height: 1;
     transform: rotate(-90deg);
 }
 .elR-livCount {
     width: 100%;
     height: 100%;
 }
 .elR-prvCount-out .elR-Ryr,
 .elR-prvCount .elR-PrtNa,
 .elR-prvCount .elR-PrtcCount {
     font-weight: 500;
 }
 .elR-trend{
     font-size: 12px;
     font-weight: 500;
     color: var(--leading);
     line-height: 1;
     text-transform: uppercase;
     margin-left: 0px;
     padding-left: 0px;
     border-left:0;
 }
 .elR-Ryr {
     font-size: 13px;
     line-height: 1;
     font-weight: bold;
     color: var(--text-color);
     max-width: 20px;
     width: 100%;
 }
 .elR-prvCount {
     width: 100%;
 }
 .elR-prvCount .elR-contbX {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
 }
 .elR-contbX-out {
     width: 25%;
     padding:0 2.5px;
 }
 .elR-contbX-out:nth-child(1){
     padding-left: 0;
 }
 .elR-contbX-out:nth-child(4){
     padding-right: 0;
 }
 .elR-DisR .elR-CanDetails-Li:nth-child(1) .elR-CanImgOut{
    -webkit-animation: bounce 5s 0.1s infinite both;
     animation: bounce 5s 0.1s infinite both; 
 }
 .elR-DisR .elR-CanDetails-Li:nth-child(2) .elR-CanImgOut{
    -webkit-animation: bounce 5s 0.3s infinite both;
     animation: bounce 5s 0.3s infinite both; 
 }
 .elR-DisR .elR-CanDetails-Li:nth-child(3) .elR-CanImgOut{
    -webkit-animation: bounce 5s 0.5s infinite both;
     animation: bounce 5s 0.5s infinite both; 
 }
 .elR-livCount-out .elR-contbX-out:nth-child(1),
 .elR-keyC .elR-CanDetails-Li:nth-child(1) {
     -webkit-animation: rotateX 5s 0s infinite linear both;
     animation: rotateX 5s 0s infinite linear both;
 }
 .elR-livCount-out .elR-contbX-out:nth-child(2),
  .elR-keyC .elR-CanDetails-Li:nth-child(2) {
     -webkit-animation: rotateX 5s 0.2s infinite linear both;
     animation: rotateX 5s 0.2s infinite linear both;
 }
 .elR-livCount-out .elR-contbX-out:nth-child(3),
  .elR-keyC .elR-CanDetails-Li:nth-child(3) {
     -webkit-animation: rotateX 5s 0.4s infinite linear both;
     animation: rotateX 5s 0.4s infinite linear both;
 }
 .elR-livCount-out .elR-contbX-out:nth-child(4),
  .elR-keyC .elR-CanDetails-Li:nth-child(4) {
     -webkit-animation: rotateX 5s 0.6s infinite linear both;
     animation: rotateX 5s 0.6s infinite linear both;
 }
  .elR-keyC .elR-CanDetails-Li:nth-child(5) {
     -webkit-animation: rotateX 5s 0.8s infinite linear both;
     animation: rotateX 5s 0.8s infinite linear both;
 }
  .elR-keyC .elR-CanDetails-Li:nth-child(6) {
     -webkit-animation: rotateX 5s 1s infinite linear both;
     animation: rotateX 5s 1s infinite linear both;
 }
 .elR-contbX {
     padding: 10px 0 10px 0;
     background-color: var(--cardBox-color);

     border-radius:  8px;
-webkit-border-radius:  8px;
-moz-border-radius:  8px;
     
     width: 100%;
 }
 .elR-contbX:last-child {
     margin-bottom: 0;
 }
 .elR-livCount .elR-PrtNa {
     font-size: 14px;
     color: var(--white-color);
 }
 .elR-livCount .elR-PrtcCount {
     font-size: 28px;
     color: var(--white-color);
 }
 .elR-prvCount .elR-PrtNa {
     font-size: 13px;
     margin: 0;
 }
 .elR-prvCount .elR-PrtcCount {
     font-size: 13px;
 }
 .elR-PrtNa {
     font-size: 12px;
     font-weight: bold;
     color: var(--secondaryText-color);
     text-transform: uppercase;
     line-height: 1;
     margin-bottom: 5px;
 }
 .elR-PrtcCount {
     font-size: 18px;
     font-weight: bold;
     color: var(--secondaryText-color);
     text-align: center;
     line-height: 1;
 }
 .elR-DisR,
 .elR-par-r,
 .elR-li-r{
     width: 100%;
     margin-bottom: 10px;
 }
 .elR-Cselect-out {
     width: 100%;
     padding: 7px;
     background-color: var(--brandPrimary-color);
    
     
     border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
 }
 .elR-Cselect-out  .elR-h{
     color: var(--white-color);
 }
 .elR-Cselect-out .elR-h-wrp{
     border-bottom: 2px solid #4f549e;
 }
 #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;
 }
 #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-Cselect {
     width: 50%;
 }
 .elR-Cselect-out .elR-Cselect:nth-child(1) .elR-Cselected {
 
     
     border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
 }
 .elR-Cselect-out .elR-Cselect:nth-child(2) .elR-Cselected {

     
     border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
 }
 .elR-Cselect-out .elR-Cselect:nth-child(3) {
     width: 100%;
     margin-top: 5px;
 }
 .elR-search-input {
     position: relative;
 }
 .elR-search-input input[type="text"] {
     width: 100%;
     padding: 5px 27px 5px 5px;
          border-radius: 5px;
-webkit-border-radius: 05px;
-moz-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-Cselect-out input:focus {
     outline: none;
     border: 0;
 }
 .elR-search-input .elR-icon-search {
     background-image: url(https://election.manoramanews.com/assembly-election/images/search.svg);
     background-repeat: no-repeat;
     background-size: 13px 13px;
     display: inline-block;
     vertical-align: middle;
     width: 13px;
     height: 13px;
     content: "";
     position: absolute;
     top: 50%;
     margin-top: -6.5px;
     right: 8px;
     display: inline-block;

 }
 .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;
     text-align: left;
 }
 .elR-Cselected {
     padding: 5px 7px;
     cursor: pointer;
     background-color: var(--body-bg);
     font-size: 13px;
     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;
     color: var(--text-color);
     padding-right: 5px;
     line-height: 1;
     padding: 4px 5px 4px 0;
 }
 .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: 6px;
     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;
     text-align: left;
 }
 .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);
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }
 .elR-Coption:hover {
     color: var(--brandPrimary-color);
 }
 .elR-CdetailsOut {
     padding: 10px;
     border: 1px solid var(--border-color);
     border-radius: 0 0 8px 8px;
     
     border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
     background-color: var(--bright-blue);
      min-height: 293px;
     
 }
 .elR-Cdetails-Ul {
     width: 100%;
     margin: 0;
     padding: 0;
 }
 .elR-keyC .elR-Cdetails-Ul {
     overflow-y: auto;
     scrollbar-width: thin;
     height: 138px;
 }
 .elR-keyC .elR-PartyDet-Txt{
     font-size: 12px; 
     line-height: 1.1;
 }
 .elR-keyC .elR-PartyDet, .elR-keyC .elR-TraLeadtxt{
     margin-top: 5px
 }
  .elR-keyC .elR-PartyDet{
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
 } 
 .elR-keyC .elR-PartyDet span:nth-child(2){
     margin-right: 5px;
 }
 .elR-keyC .elR-ConsName{
     padding-left: 0;
 }
 .elR-keyC .elR-PartyDet, .elR-keyC .elR-TraLeadtxt{
     margin-top: 5px
 }
 .elR-CanDetails-Li {
     width: 100%;
     cursor: pointer;
     padding-bottom: 10px;
     margin-bottom: 10px;
     border-bottom: 1px solid var(--border-color);
 }
 .elR-CanDetails-Li:last-child {
     margin-bottom: 0;
     border-bottom: 0;
     padding-bottom: 0;
 }
 .Leading-cand .elR-CanImg {
     width: 70px;
     max-width: 70px;
     min-width: 70px;
 }
 .elR-CanImgOut {
     width: 70px;
     max-width: 70px;
     min-width: 70px;

 }
 .elR-CanImg {
     width: 45px;
     max-width: 45px;
     min-width: 45px;
     border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
     overflow: hidden;
 }
 .elR-CanImgInner {
     width: 100%;
     position: relative;
     padding-bottom: 100%;
     background-color: var(--cardBox-color);
 }
 .elR-CanBioOut {
     margin-left: 10px;
     width: 100%;
 }
 .elR-CanBio {
     width: 100%;
 }
 .elR-CanName {
     font-size: 14px;
     font-weight: 500;
     text-align: left;
     color: var(--brandPrimary-color);
     line-height: 1;
 }
 .elR-PartyDet {
     width: 100%;
     margin-top: 7px;
     line-height: 1;
 }
 .elR-PartyDet-Txt {
     font-size: 13px;
     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;
     position: relative;
 }

 .elR-PartyDet-Txt:last-child {
     border: 0;
     padding-right: 0;
     margin-right: 0;
 }
 .elR-PartyDet-Txt:first-child {
     padding-left: 0;
 }

 .elR-status {
     font-size: 13px;
     color: var(--text-color);
     text-align: left;
     font-weight: bold;
     line-height: 1;
     margin-top: 5px;
 }
 .elR-TraLeadtxt {
     width: 100%;
     font-size: 12px;
     font-weight: 500;
     text-align: left;
     line-height: 1;
     margin-top: 7px;
     color: var(--secondaryText-color);
     
 }
 .Leading-cand .elR-Lea-vote {
     font-size: 20px;
 }
 .Leading-cand .elR-CanName {
     font-size: 14px;
     font-weight: bold;
 }
 .elR-Lea-vote {
     font-size: 15px;
     font-weight: bold;
     line-height: 1;
 }
 .elR-WLeditTxt,
 .elR-Lea-vote,
 .elR-TraLeadtxt span {
     display: inline-block;
     margin-right: 5px;
     line-height: 1;
 }
 .elR-ToVotes {
     font-size: 13px;
     color: var(--secondaryText-color);
     font-weight: 500;
     line-height: 1;
     margin-top: 7px;
     text-align: left;
 }
 .elR-ToVotes span {
     display: inline-block;
     margin-left: 5px;
 }
 .elR-Pa-icon {
     max-width: 34px;
     width: 100%;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #fff;
     overflow: hidden;
     padding: 2px;
 }
 .elR-Pa-iconInner {
     width: 100%;
     position: relative;
     padding-bottom: 100%;
 }
 .Trailing-cand .elR-ToVotes {
     line-height: 1.4;
     margin-top: 0;
     text-align: right;
 }
 .elR-DisNameOut {
     width: 100%;
     margin-bottom: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid var(--border-color);
 }
 .elR-DisName {
     font-size: 14px;
     font-weight: bold;
     color: var(--text-color);
     line-height: 1;
 }
 .elR-ConsRname {
     font-size: 13px;
     font-weight: 500;
     color: var(--text-color);
     line-height: 1;
     margin-top: 5px;
     text-align: left;
 }
 .elR-ConsCount {
     margin-left: 3px;
 }
 .elR-ConsLeadvote {
     margin-left: 3px;
 }
 .elR-ConsLead {
     margin-left: 10px;
     margin: 0;
     padding: 0;
 }
 .elR-ConsLeadli {
     font-size: 13px;
     color: var(--text-color);
     font-weight: bold;
     text-transform: uppercase;
     list-style-type: none;
     margin-left: 5px;
     line-height: 1;
     margin-bottom: 3px;
      text-align: left
 }
 .elR-PartyWrOut {
     min-height: 218px;
     margin-bottom: 10px;
     overflow-y: inherit;
   scrollbar-width: thin;
 }
 .elR-PartyWrOut:after {
     content: "";
     display: table;
     clear: both;
 }
 .elR-IndvPresutls {
     float: left;
     width: 25%;
     padding: 5px 5px;
     border-right: 1px solid var(--white-color);
     border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
-moz-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-PartyWr .elR-PartyDet-Txt {
     border: 0;
     font-weight: 600;
 }
 .elR-PartyRound {
     width: 9px;
     height: 10px;
     min-width: 9px;
     display: inline-block;
     background-color: var(--cardBox-color);
 }
 .elR-divBar {
     width: 100%;
 }
 .elR-par-r ul {
     width: 100%;
     margin: 0;
     padding: 0;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 5px 0 0px 0;
 }
 .elR-par-r 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-OthStates {
     width: 100%;
     padding: 0;
 }

 .elR-OthStates .elR-TraLeadtxt span {
     font-weight: 600;
     font-size: 14px;
     text-transform: uppercase;
 }
 .elR-OthStates .elR-TraLeadtxt span.leading{
     font-weight: 500;
     font-size: 12px;
     text-transform:capitalize;
 }
 .elR-OthStates .elR-TraLeadtxt {
     font-weight: bold;
     font-size: 12px;
     padding: 10px 10px 0 10px;
     margin: 0;
     border-left: 1px solid var(--border-color);
     border-right: 1px solid var(--border-color);
 }
 .elR-OthStates .elR-h {
     padding-right: 0;
 }
 .elR-OthStates .elR-subTxt {
     padding-left: 0;
 }
 .elR-OthStates .elR-maj {
     padding-left: 3px;
 }
 .elR-OthStates ul {
     margin: 0;
     width: 100%;
     text-align: left;
     padding: 0;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     padding: 8px 10px 7px 10px;
     margin-bottom: 10px;
     border: 1px solid var(--border-color);
     border-top: 0;
     border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
 }
 .elR-OthStates ul li {
     list-style-type: none;
     padding: 0 5px 0 0;
     margin: 0 5px 0 0;
     margin-bottom: 3px;
     line-height: 1;
     font-size: 14px;
     font-weight: 500;
     color: var(--secondaryText-color);
     text-transform: uppercase;
     border-right: 1px solid var(--border-color);
 }
 .elR-OthRcount {
     color: var(--text-color);
     margin-left: 4px;
     display: inline-block;
 }
 .elR-OthStates ul li span:nth-child(2) {
     margin-left: 5px;
 }
 .elR-OthStates .elR-subA {
     border: 0;
 }
 .elR-Othwarapper {
     width: 100%;
     padding: 0;
 }
 .elR-Othwarapper-in,
 .elR-OvrView,
 .elR-li-r-in {

     border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
 }
 .elR-OthStates .elR-Chead .elR-subTxt,
 .elR-OthStates .elR-Chead .elR-subA {
     color: var(--white-color);
 }
 .elR-liv-outer {
     height: 75px;
 }
 .elR-Rarea {
     min-height: 396px;
 }
 .elR-Updation {
     width: 100%;
     color: var(--brandPrimary-color);
     margin-bottom: 7px;
 }
 .elR-Updation span.elR-subTxt {
     display: none;
 }
 .elR-Updation .elR-mainTxt {
     font-size: 14px !important ;
     font-weight: bold;
     line-height: 1;
     text-transform: uppercase;
 }
 .elR-Updation-in {
     width: 100%;
     padding-right: 10px;
     text-align: left;
 }
 .elR-Updation-in .elR-subTxt {
     line-height: 1;
     font-size: 12px;
     font-weight: 500;
 }
 .elR-Eyear {
     color: var(--secondaryText-color);
     margin-left: 4px;
     text-transform: uppercase;
 }
 
 @-webkit-keyframes rotateX {
     0% {transform: rotateX(0deg);}
     5% {transform: rotateX(180deg);}
     10% {transform: rotateX(0deg);}
     100% {transform: rotateX(0deg);}
 }
 @keyframes rotateX {
     0% { transform: rotateX(0deg);}
     5% {transform: rotateX(180deg);}
     10% {transform: rotateX(0deg);}
     100% {transform: rotateX(0deg);}
 }
 @-webkit-keyframes bounce {
  0% {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1); }
  5% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3); }
  8% {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1); }
  100% { opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1); } 
 }
 @keyframes bounce {
  0% {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1); }
  5% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3); }
  8% {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1); }
  100% { opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1); } 
 }
   @-webkit-keyframes slide-in-bottom {
     0% {webkit-transform: translateY(30px);transform: translateY(30px);}
     100% { -webkit-transform: translateY(0);transform: translateY(0);}
 }
 @keyframes slide-in-bottom {
     0% { webkit-transform: translateY(30px);transform: translateY(30px);}
     100% { -webkit-transform: translateY(0);transform: translateY(0);}
 }
 .tear-and-share {
     width: 100%;
     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;
     padding-top: 0px;
 }
 .tear-and-share::before {
     content: "";
     background-image: url(https://election.manoramanews.com/assembly-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-OvrView-outer .elR-subTxt.elR-time-update {
     display: block;
 }
 .elR-OvrView-outer{
     margin-bottom: 10px;
 }
 @media screen and (min-width: 768px) {
     .elR-OthStates ul li{
         margin-bottom: 7px;
     }
     .elR-CdetailsOut{
         min-height: 309px;
     }
     .elR-OthStates ul li {
         font-size: 13px;
     }
     .elR-PartyWrOut {
         overflow-y: auto;
         height: 218px;
     }
     .ti-spon-logo.one a{
         min-width: 65px;
         max-width: 65px;
     }
   .elR-trend{
     margin-left: 5px;
     padding-left: 5px;
     border-left: 1px solid var(--border-color);
 }
     .ti-spon-bar{margin-bottom: 0;}
     .ti-spon-bar .elR-mainTxt{
         display: block;
         margin-bottom: 0;
         margin-right: 10px;
     }
       .tear-and-share{padding: 10px 0 0 0;}
     .elR-CanDetails-Li {
         padding-bottom: 13px;
         margin-bottom: 13px;
     }
     .elR-OthStates .elR-TraLeadtxt {
         padding: 0 0 8px 0;
         border: 0;
     }
     .elR-Cselect-out .elR-Cselect:nth-child(3),
     .elR-Cselect {
         width: 33.33333333333333%;
         margin-top: 0px;
     }
     .elR-Cselect-out .elR-Cselect:nth-child(3) {
         margin-left: 5px;
     }
     .elR-Cselect-out .elR-Cselect-row {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
     .elR-OvrView .elR-h,
     .elR-Updation-in {
         width: auto;
     }
     .main-container {
         display: block;
     }
     .elR-Updation {
         padding: 10px 10px 0 10px;
         margin-bottom: 0;
         background-color: var(--cardBox-color);
     }
     .elR-Updation span.elR-subTxt {
         display: block;
     }
     .elR-OvrView-outer .elR-subTxt.elR-time-update {
         display: none;
     }
     
     .elR-OthStates .elR-Chead .elR-subTxt {
         color: var(--secondaryText-color);
     }
     .elR-OthStates .elR-Chead .elR-subA {
         color: var(--brandRed-color);
     }
     .elR-OthStates {
         background-color: var(--cardBox-color);
         padding: 0 5px 10px 5px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         height: inherit;
  
         border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
     }
     .elR-OthStates ul {
         padding: 0;
         border: 0;
         margin-bottom: 0;
     }
     .elR-Othwarapper {
         width: 25%;
         padding: 0 5px;
     }
     .elR-Othwarapper-in {
         padding: 10px 10px 5px 10px;
         background-color: var(--body-bg);
         height: 100%;
     }
 
     .elR-par-r ul {
         border-top: 1px solid var(--border-color);
         border-left: 1px solid var(--border-color);
         margin: 5px 0 5px 0;
     }
     .elR-par-r ul li {
         width: 50%;
         border-bottom: 1px solid var(--border-color);
         border-right: 1px solid var(--border-color);
         padding: 3px 5px;
     }
     .elR-Cselect-out {
         padding: 8px;
     }
     .elR-Cselected,
     .elR-search-input input[type="text"] {
         height: 35px;
           font-size: 12px
     }
     .elR-Cselected span {
         width: 100%;
     }
     .elR-IndvPresutls {
         float: inherit;
         width: 100%;
         padding: 0;
         border: 0;
       
     }
     .elR-IndvPresutls:last-child ul {
         margin-bottom: 0;
     }
     .elR-PartyWrOut {
         margin: 0 0px;
         display: block;
     }
     .elR-DisR {
         margin-bottom: 0px;
     }
     .elR-CdetailsOut {
         border: 0;
         margin-top: 0px;
     }
     .elR-DisNameInner,
     .elR-ConsLead {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
     }
     .elR-Rarea,
     .elR-DisNameInner,
     .elR-ConsLead,
      .ti-spon-bar
 {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
     .elR-ConsRname,
     .elR-ConsLeadli {
         margin-top: 0;
         margin-left: 5px;
     }
     .elR-li-r {
         width: 55%;
         padding: 0 5px;
          margin-bottom: 0;
     }
     .elR-li-r-in {
         background-color: var(--body-bg);
         padding: 10px;
     }
     .elR-par-r,
     .elR-keyC {
         width: 45%;
         padding: 0 5px;
         border: 0;
         border-radius: 0;
         margin-bottom: 0;
     }
     .elR-OvrView-outer {
         max-width: 100%;
         float: left;
         margin: 0;
         width: 100%;
         padding: 10px 10px 0px 10px;
         background-color: var(--cardBox-color);
         border: 0;
     }
     .elR-OvrView {
         padding: 10px;
         background-color: var(--body-bg);
     }
     .elR-wrap {
         padding: 10px 5px;
         background-color: var(--cardBox-color);
         float: left;
         width: 100%;
     }
     .elR-wrap {
         min-height: 428px;
     }
     .elR-li-r {
         min-height: 413px;
     }
     .udf-light,
     .ldf-light,
     .bjp-light,.oth-light{
         background-color: transparent !important;
     }
     .elR-h-wrp{padding-bottom: 10px; margin-bottom: 10px;}
     .elR-h-wrp.elR-Chead {
         padding: 0 0 10px 0;
         margin-bottom: 10px;
         background-color: transparent;
         border-radius: 0;
         border-bottom: 2px solid var(--border-color);
     }
     .elR-h-wrp.elR-Chead .elR-h {
         color: var(--brandPrimary-color);
     }
     .elR-h-wrp.elR-Chead:before {
         display: block;
     }
     .elR-Rarea,
     .elR-PartyWrOut,
     .elR-keyC .elR-Cdetails-Ul {
         min-height: 360px;
     }
 }
 @media screen and (min-width: 950px) {
     .elR-TimeMap {
         max-width: 193px;
         min-width: 193px;
         width: 100%;
         padding-right: 10px;
     }
     .elR-keyC {
         width: 27%;
         padding: 0 5px;
         display: block;
     }
     .elR-li-r {
         width: 50%;
     }
     .elR-par-r {
         width: 23%;
     }
 }
 @media screen and (min-width: 1180px) {
   
     .elR-OvrView-outer {
         max-width: 12%;
         float: left;
         margin: 0;
         width: 100%;
         padding: 10px 0 10px 10px;
         background-color: var(--cardBox-color);
     }
     .elR-OvrView {
         padding: 10px;
         background-color: var(--body-bg);
     }
     .elR-wrap {
         padding: 10px 5px;
         background-color: var(--cardBox-color);
         float: left;
         width: 88%;
     }
     .elR-contbX-out { width: 100%; padding: 0; margin-bottom: 12px;}
     .elR-contbX-out:last-child {margin-bottom: 0;}
     .elR-RyrT {transform: inherit;}
     .elR-Ryr {
         max-width: 100%;
         height: 20px;
         line-height: 1;
         margin-bottom: 5px;
     }
     .elR-prvCount .elR-PrtNa { margin-bottom: 5px;}
     .elR-prvCount .elR-PrtcCount { font-size: 18px;}
     .elR-livCount-out { margin: 0 0px 0px 0px;}
     .elR-liv-outer,
     .elR-livCount-out,
     .elR-contbX {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
     }
     .elR-contbX {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
         margin-bottom: 5px;
         min-height: 81px;
     }
     .elR-livCount-out,
     .elR-contbX,
     .elR-livCount,
     .elR-prvCount,
     .elR-prvCount .elR-contbX {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }
     .elR-livCount-out {
         width: 100%;
     }
     .elR-liv-outer {
         height: 360px;
     }
 }

/* 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.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: 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);
    position: relative;
    width: auto;
    height: auto; 
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.cmp-el-lb-sharePopup__closePopup {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1000;
    width: 28px;
    height: 28px;
    background-color: red;
    border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-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.manoramanews.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: 500;
    font-family: "Poppins", sans-serif, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
    color: var(--secondaryText-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.manoramanews.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: 30px;
    height:30px;
    display: block;
    cursor: pointer;
    background-image: url(https://election.manoramanews.com/assembly-election/images/social.svg);
    background-size: 35px auto;
    background-repeat: no-repeat;
    border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
    margin: 0 auto 6px auto;
    background-color: #f6f5f5;

}
.local-body-el-social-media-icon:last-child {margin-bottom: 0;}
.local-body-el-tw-clr {background-position: -3px -74px;}
.local-body-el-wt-clr {background-position: -3px -110px;}
.local-body-el-fb-clr {background-position: -3px -3px;}
.cmp-el-bl-el-stop-anim .elR-CanDetails-Li:nth-child(1),
.cmp-el-bl-el-stop-anim .elR-CanDetails-Li:nth-child(2),
.cmp-el-bl-el-stop-anim .elR-CanDetails-Li:nth-child(3),
.cmp-el-bl-el-stop-anim .elR-CanDetails-Li:nth-child(4),
.cmp-el-bl-el-stop-anim .elR-CanDetails-Li:nth-child(5),
.cmp-el-bl-el-stop-anim .elR-CanDetails-Li:nth-child(6),
.cmp-el-bl-el-stop-anim .elR-livCount-out .elR-contbX-out:nth-child(1),
.cmp-el-bl-el-stop-anim .elR-livCount-out .elR-contbX-out:nth-child(2),
.cmp-el-bl-el-stop-anim .elR-livCount-out .elR-contbX-out:nth-child(3),
.cmp-el-bl-el-stop-anim .elR-livCount-out .elR-contbX-out:nth-child(4),
 .cmp-el-bl-el-stop-anim .elR-DisR .elR-CanDetails-Li:nth-child(1) .elR-CanImgOut ,
  .cmp-el-bl-el-stop-anim .elR-DisR .elR-CanDetails-Li:nth-child(2) .elR-CanImgOut,
   .cmp-el-bl-el-stop-anim .elR-DisR .elR-CanDetails-Li:nth-child(3) .elR-CanImgOut 
{animation: none !important}

