@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
:root{
    --poppins-fonts:"Poppins", sans-serif;
    --theme-color:#c63943;
    --default-color:#ffffff;
}

body{
    font-family: var(--poppins-fonts)!important;
    font-size: 16px!important;
    background: #fafbfe!important;
}
.col-md-4.sidebar.sidebar_outer{
    display: none;
}
.hidden{
    display: none!important;
}
header#header.microsite-header,.wrapper.pd0.breadcrumb.schemas{
    display: none!important;
}
.product_microsite #ms_header_oauth{
    position: relative!important;
}
#ms_header_oauth{
    background: #ffffff;
    filter: drop-shadow(19.754px 3.129px 8px rgba(10,10,10,0.15));
}
.timeCounter {
    clear: both;
    background: #fdf3d1;
    padding: 18px;
    color: #5b420e;
    text-align: center;
    position: relative;
    padding-right: 40px;
}
.timeCounter a.close-timer {
    position: absolute;
    right: 10px;
    top: 18px;
}
.timeCounter strong span {
    display: inline-block;
    margin-left: 8px;
}
.timeCounter strong {
    font-weight: 600;
}
.list-page .listing-card .card .ratings{
    margin-right:10px;
}

.list-page .listing-card .card .ratings i,.ratings i{
    
    color:#cecece;
    font-size:18px;
}

.list-page .listing-card .card .rating-color,.ratings .rating-color{
    color:#fbc634 !important;
}
.disabled{
    cursor: not-allowed
}
.disabled a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    opacity: .6;
}

.action.disabled a.people_choice_vote {
    background: #bbb !important;
    color: #222 !important;
}


/**listing css start**/
.list-page .listing-card{
    margin-top: 20px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.list-page .listing-card .card{
    width: 23.7%;
    min-height: 1px;
    border-radius: 6px;
    filter: drop-shadow(0 0 5px rgba(10,10,10,0.08));
    background-color: #ffffff;
    border: 1px solid #eaf1fb;
    padding: 10px;
}
.list-page .listing-card .card.hidden{
    display: none!important;
}
.list-page .listing-card .card .image{
    max-height: 220px;
    overflow: hidden;
    min-height: 220px;
}

.list-page .listing-card .card .caption{
    padding:10px 10px;
    text-align: center;
}
.list-page .listing-card .card .caption.caption-top {
    min-height: 166px;
}
.list-page .listing-card .card .image{
    position: relative;
}
.list-page .listing-card .card .image:after {
    border-radius: 6px;
    content: "";
    display: block;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
.list-page .listing-card .card .image img{
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    transition: all .5s ease-in;
    object-position: top;
}
.list-page .listing-card .card:hover .image img{
    transform: scale(1.1);
}
.list-page .listing-card .card .caption a, .list-page .listing-card .card .caption span {
    display: block;
}
.list-page .listing-card .card .caption .rating_sec {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    justify-content: center;
}
.list-page .listing-card .card  a{
    font-size: 20px;
    color: #262746;
    font-weight: 500;
    text-decoration: none!important;
}
.list-page .listing-card .card .caption h3{
    font-size: 20px;
    color: #262746;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.list-page .listing-card .card .caption a:hover{
text-decoration: none;
color: var(--theme-color);

}
.list-page .listing-card .card .caption strong.company {
    font-weight: 600;
    font-size: 16px;
}
.list-page .listing-card .card .caption span.location {
    font-size: 16px;
    font-weight: 400;
}
.list-page .listing-card .card span.vote {
    font-size: 15px;
    display: flex;
    color: #6b6b6b;
    align-items: center;
    gap:7px;
}.list-page .listing-card .card span.vote svg {
    width: 15px;
    fill: #6b6b6b;
}


.list-page .listing-card .card .caption .action a,
.detail_container .author-info .card-body .action a,
.detail_container .author-info .social-share a.share-url,
.user-detail .user_quick-info .col-right .action a,.action a.btn-block,
.primary-cta-btn {
    font-size: 16px;
   
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height:50px;
    text-decoration: none;
    transition: all .3s ease-in;
    
    border-radius: 6px;
    border:solid 1px transparent;
    color:var(--theme-color);

background: var(--theme-color);
    color: #ffffff;

}
.primary-cta-btn{
    display: flex !important;
}
.list-page .listing-card .card .caption .action a:hover,
.detail_container .author-info .card-body .action a:hover,.user-detail .user_quick-info .col-right .action a:hover,.action a.btn-block:hover,
.list-page .listing-card .card:hover .primary-cta-btn{
    background: #ffffff;
    color: var(--theme-color);
    border-color:var(--theme-color)
}





.list-page .listing-card .card .caption a svg,.detail_container .author-info .card-body .action a svg,
.detail_container .author-info .social-share a.share-url svg,
.user-detail .user_quick-info .col-right .action a svg,.action a.btn-block svg{
      fill:#ffffff;
    width: 16px;
    margin-right: 3px;
    vertical-align: top;
}
.list-page .listing-card .card .caption .action a:hover svg,
.detail_container .author-info .card-body .action a:hover svg,
.user-detail .user_quick-info .col-right .action a:hover svg,.action a.btn-block:hover svg{
    fill:var(--theme-color);
   
}
.list-page .listing-card .card .caption .action a{
    padding: 10px 0;
    line-height: normal;
    min-height: 1px;
}
.list-page .listing-card .card .caption .action a{
    border-color:var(--theme-color);
    background: #ffffff;
    color:var(--theme-color)
}
.list-page .listing-card .card .caption .action a:hover{
    background: var(--theme-color);
    color: #ffffff;
}
.list-page .listing-card .card .caption .action a svg{ fill:var(--theme-color); }
.list-page .listing-card .card .caption .action a:hover svg{
    fill:#ffffff;
}
/**detail page css start**/
.detail_container .author-info{
    
}
.custom-card{
    border-radius: 6px;
filter: drop-shadow(0 0 5px rgba(10,10,10,0.08));
background-color: #ffffff;
border: 1px solid #eaf1fb;
margin-bottom: 30px;
}
.detail_container .author-info .card-header{
    height: 72px;
background-color: #262746;
}
.detail_container .author-info .card-body {
    text-align: center;
}

.detail_container .author-info .card-body .user-image {
    position: relative;
    margin-top: -60px;
    width: 135px;
    height: 135px;
    margin: -60px auto 20px;
    border-radius: 80px;
    overflow: hidden;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
}
.detail_container .author-info .card-body .user-image span {
    display: block;
    text-align: center;
    width: 100%;
    min-width: 100%;
    font-size: 38px;
    opacity: .5;
}
.detail_container .author-info .card-body .user-image:after{
    border-radius: 6px;
    content: "";
    display: block;
    overflow: hidden;
    padding-top: 100.25%;
    width: 100%;
}
.detail_container .author-info .card-body .user-image img{
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    transition: all .3s ease-in;
    left: 0;
    border-radius: 50%;
}
.detail_container .author-info .card-body .qr-code img {
    display: block;
    margin: 0 auto 10px;
    max-width: 130px;
    max-height: 100px;
}
.detail_container .author-info .card-body .qr-code {
    margin-bottom: 15px;
}
.detail_container .author-info .social-link {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.detail_container .author-info .social-share {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}
.detail_container .author-info .social-share input {
    font-size: 12px;
    border-radius: 4px 4px 0 0;
    background: #ffffff;
    border-bottom: none;
}
#breadcrumb {
       /* background: #ffffff; */
       border-radius: 0;
}
#breadcrumb ol.breadcrumb a {
    color: var(--theme-color);
}
#breadcrumb ol.breadcrumb {
    margin: 0;
    background: transparent;
    padding-left: 0;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 20px;
}
.detail_container .author-info .social-share a.copy-url {
    opacity: 1;
    width: 100%;
    display: flex;
    height: 38px;
    border-radius: 0 0 4px 4px;
    background-color: #e3eeff;
    border: 1px solid #cadaf2;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    transition: all .3s ease-in;
    color: #3d64a2;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    
}
.detail_container .author-info .social-share a.copy-url:hover{
    opacity: 1;
}
.detail_container .author-info .social-share a.share-url{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    background: #494547;
    min-width: 73%;
    min-height: 44px;
}
.detail_container .author-info .social-share a.copy-url svg {
    width: 20px;
    margin-right: 8px;
    fill: #3d64a2;
}
.detail_container .author-info .social-link img {
    max-width: 100%;
}
.social-stats {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #d8d9d9;
    border-bottom: solid 1px #d8d9d9;
    margin: 20px 0;
}
.social-stats .col {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
}
.social-stats .col span.image {
    position: absolute;
    left: 0;
    top:3px;
}
.social-stats .col strong {
    display: block;
    font-weight: 600;
    line-height: 1;
}
.user-detail .user_quick-info {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.user-detail .user_quick-info h2 a {
    display: inline-block;
    margin-left: 5px;
}
.user-detail .user_quick-info h2 {
    font-size: 25px;
    font-weight: 500;
}
.user-detail .user_quick-info ul {
    padding: 0;
    list-style: none;    margin: 0;
}
.user-detail .user_quick-info ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 3px;
}
.user-detail .user_quick-info ul li span {
    position: absolute;
    left: 0;
}
.user-detail .user_quick-info ul li:nth-child(2){
    font-weight: 500;
}
.user-detail .user_quick-info .col-right {
    text-align: right;
}
.user-detail .user_quick-info .col-right .action {
    margin: 7px 0;
    text-align: right;
    overflow: hidden;
}.user-detail .user_quick-info .col-right .action a {
    min-height: 33px;
    width: auto;
    font-size: 14px;
    width: 149px;
    float: right;
}
.user-detail .user_quick-info .col-right .action a svg {
    width: 16px;
}
.user-detail .user_quick-info .col-right span.slogan {
    font-size: 14px;
}
.heading_title{
    font-size: 20px;
    color: #090844;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.heading_title:after{
    position: absolute;
    left:0px;
    bottom:0px;
    width:50px;
    height:2px;
    background: var(--theme-color);
    content: '';
}
ul.list-style-01 {
    list-style: none;
    padding: 0;
}
ul.list-style-01 li {
    display: inline-block;
    margin-right: 50px;
    padding-left: 25px;
    text-align: left;
    clear: both;
    min-width: 30%;
    margin-bottom: 4px;
    background: url(https://img.etb2bimg.com/files/cp/5b568b2f8f488901a986.png) no-repeat 0 6px;
}
ul.list-style-01 li strong {
    font-weight: 600;
}
/**detail page css start end**/
/*hero banner css start**/
.hero-banner{
    min-height: 400px;
    display: flex;
    align-items: center;
    background-size: cover!important;
    position: relative;
    padding-top: 80px;
}
.hero-banner h1 span {
    display: block;
    font-weight: 500;
    font-size: 29px;
}.hero-banner h1 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}
.hero-banner h3 span {
    display: block;
    clear: both;
    padding: 5px 10px;
    margin-top: 5px;
    font-weight: 600;
}
.hero-banner h3 {
    font-size: 19px;
    color: #262746;
    margin-bottom: 20px;
}
section.hero-banner .action {
    display: inline-block;
}
section.hero-banner .action a.btn-block {
    padding: 0 20px;
}
/**hero banner end**/

/**search control css start**/
section.search-control {
    margin-top: 0;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}
.search-control .search-group{
    
border-radius: 6px;
filter: drop-shadow(0 0 5px rgba(121,121,121,0.16));
background-color: #ffffff;
padding: 20px;
position: relative;
}
.search-control .search-group input[type="text"]{
    height:50px;
    border-radius: 50px;
    background: #fafafa;
    font-size: 14px;
}
.search-control .search-group button.search-icon {
    position: absolute;
    right: 38px;
    top: 32px;
    background: transparent;
    border: none;
    opacity: .5;
    transition: all .3s ease-in;
}
.search-control .search-group button.search-icon:hover{
    opacity: 1;
}
/**search control css end**/



/**leader board css start**/
section.hero-banner.inner-hero-banner {
    min-height: 360px;
    padding: 50px 0;
    background-size: cover!important;
    align-items: start;
   
}
section.hero-banner.inner-hero-banner h1{
    margin:0px;
}
.leaderboar_right{
    margin-top:-40px;
}
.top-votes{
    background: #4a5f71;
    color:#ffffff;
    border:none;
    text-align: center;
}
.top-votes p{
    margin:0px;
    font-size: 13px;
}
.top-votes p strong{
    font-weight: 600;
}
.top-votes span.name{
    width: 47px;
height: 47px;
border-radius: 23px;
background-color: #d3b6e7;
border: 1px solid #cba7e4;
display: flex;
margin:0 auto;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}


.rwd-table {
    color: #000000;
    border-radius: .4em;
    overflow: hidden;
    font-size: 13px;
  }
.rwd-table thead tr{
    border-top: none;
    background: #4a5f71;
    color: #fff;
  }
  .rwd-table thead tr th{
    font-weight: 600;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .rwd-table tbody tr {
    border-top: 2px solid #ebeaf3;
    border-bottom: 2px solid #ebeaf3;
    background-color: #f5f9fc;
  }
  .rwd-table .uname span.u-image {
    width: 34px;
    height: 34px;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    min-width: 34px;
    background: #ccc;
    align-items: center;
    justify-content: center;
}
.rwd-table .uname span.user,.line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* max-width: 100px; */
}
.rwd-table .uname span.user,.line-clamp-2{
    -webkit-line-clamp: 2; 
}
.line-clamp-1{
    max-width:150px;
}
.rwd-table .uname span.u-image img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}.rwd-table .uname img.king {
    position: absolute;
    top: -7px;
    left: 7px;
    width: 20px;
    display: none;
}.rwd-table .uname {
    position: relative;
    align-items: center;
    gap: 10px;
    display: flex!important;
    
}
.rwd-table .uname span.user{
    color:#000000;
    text-decoration: underline;
}
.rwd-table .uname:hover span.user{
    color: #0056b3;
    text-decoration: none;
}



.relative{
    position: relative;
}
.search-control .search-group ul#myTab {
    margin-bottom: 15px;
    border: none;
    gap: 10px;
    margin-top: -20px;
    margin-left: -20px;
    border-bottom: solid 1px #f1f1f1;
    margin-right: -20px;
}
.search-control .search-group ul#myTab .nav-link {
    /* background: #f1f1f1; */
    border-radius: 0px;
    color:#000000;
    border:none;
}
.search-control .search-group ul#myTab .nav-item:first-child .nav-link{
    border-radius: 4px 0 0 0;
}
.search-control .search-group .tab-content input[type="text"] {
    border-radius: 4px;
}
.search-control .search-group .tab-content button.search-icon {
    top: 11px;
    right: 10px;
}
.search-control .search-group ul#myTab .nav-link.active {
    border: none;
    background: #fafafa;
    color: #529ac8;
    border-bottom: solid 2px #1787ff;
    font-weight: 500;
}
.size-14{
    font-size: 14px;
}
.winner .image {
    position: relative;
    margin-top: 0px;
}.winner {
    position: relative;
}
.winner .image span,.runnerup .image span {
    width: 55px;
    display: block;
    height: 55px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.winner img.tag {
    position: absolute;
    left: -8px;
    top: -8px;
    display: none;
}

.winner .image span img,.runnerup .image span img {
    width: 100%;
    height: 100%;
}
.winner p,.runnerup p {
    font-size: 14px;
    margin:0px;
}
.winner p span,.runnerup p span{
    font-weight: 500;
}
.winner .image img.king {
    position: absolute;
    top: -15px;
    margin-left: -20px;
    display: none;
}
.winner p strong,.runnerup p strong{
    font-weight: 600;
    font-size: 20px;
}
.runnerup{
    background: #eaf7ff;
    border-color: #d1e5f2;
}
.runnerup.bgcolor-2{
    background: #ebf2ee;
    border-color: #d1e5f2;
}
.rwd-table tbody tr td strong {
    font-weight: 600;
    display: block;
}
.rwd-table tbody tr td {
    vertical-align: middle;
    padding: 13px 12px;
}
.rwd-table tbody tr.color1{
    background: #eef6fd;
}
.rwd-table tbody tr.color2{
    background: #f8f6ec;
}
.rwd-table tbody tr.color3{
    background: #fcf6fa;
}
.rwd-table tbody tr.color4{
    background: #ebf2ee;
}.rwd-table tbody tr.color5{
    background: #f0f0fc;
}
.rwd-table tbody tr td p{margin:0px;}
.search-control .search-group .tab-content h4 {
    margin-top: 20px;
    font-size: 18px;
}
/**leader board css end**/

/**thank you css start**/
.thankyou-wrapper {
    padding: 20px;
}.thankyou-wrapper .thankyou-image {
    text-align: center;
    margin-bottom: 20px;
}.thankyou-wrapper .thankyou-image img {
    width: 100px;
    margin: 0 auto;
}.thankyou-wrapper h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}.thankyou-wrapper h2 strong {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.custom-modalpopup.modal.show .modal-dialog {
    -webkit-transform: translate(0,50px);
    transform: translate(0,50px);
}
/**thank you css end**/

.btn.btn-primary.standrd-btn, .btn.btn-primary.standrd-btn:focus,
.btn.btn-primary.standrd-btn:active {
    position: fixed;
    right: 10px;
    /* transform: rotate(-90deg); */
    bottom: 10px;
    background: #383838!important;
    border-color: #383838!important;
    font-weight: 500;
    border-radius: 6px;
    font-size: 14px;
    padding: 7px 15px;
    z-index: 10;
    transition: all .3s ease-in;
}
.btn.btn-primary.standrd-btn img {
    height: 20px;
    margin-right:5px;
}
.btn.btn-primary.standrd-btn:hover{
    background: #383838;
    border-color: #383838;
    color:#ffffff
}
.btn.btn-primary.standrd-btn.outline {
    right: 175px;
    background: #ffffff!important;
    color: #383838!important;
}
.btn.btn-primary.standrd-btn.outline svg {
    height: 16px;
    /* vertical-align: top; */
    margin-right: 0;
}
/* .btn.btn-primary.standrd-btn:hover svg{
    fill: #262746;
} */
.list-page .listing-card .card .caption .line-clamp-1 {
    max-width: none;
}.list-page .listing-card .card .caption span.designation {
    font-size: 16px;
    font-weight: 400;
}
/***************responsive css**********************/

@media screen and (min-width:768px){
    .hero-banner h1{
        margin-top: -50px;
    }
    section.hero-banner.inner-hero-banner{
        padding-top:70px;
    }
}
@media screen and (max-width:767px){
    .leaderboard-action.d-flex{
        align-items: center;
    flex-wrap: wrap;
    }
    .leaderboard-action.d-flex .content{
        min-width:100%;
        width:100%;
    }
    .search-control .search-group ul#myTab .nav-link{
        font-size: 15px;
    }
    section.rank-list .container .col-md-12.p-0 {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .detail_container .author-info .social-share{
        justify-content: center;
    }
    .user-detail .user_quick-info{
        flex-wrap: wrap;
    }
    .user-detail .user_quick-info .col-left, .user-detail .user_quick-info .col-right {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .user-detail .user_quick-info .col-right .action a{float: none;}
    .social-stats .col{
        padding-left:0px;
    }
    .social-stats .col {
        position: relative;
        padding-left: 0;
        font-size: 14px;
        display: flex;
        justify-content: start;
        text-align: left;
        flex-wrap: wrap;
        line-height: 1;
    }
    .social-stats .col span.image {
        position: static;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .social-stats .col strong{
        margin-top: 8px;
    }
    .hero-banner{
        background-position: top left!important;
    }
   
    .search-control .search-group{
        padding:10px;
    }
    .search-control .search-group input[type="text"]{
        padding-right:50px;
    }
    .search-control .search-group button.search-icon{
        right: 20px;
    top: 21px;
    }
    .hero-banner h1{
        font-size: 36px;    line-height: 1;
       
    }
    .hero-banner h1 span{
        display: block;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 5px;
    }
    .hero-banner{
        text-align: center;
        align-items: start;
    padding: 70px 0 50px;
    }
    .list-page .listing-card .card{
        width:100%;
    }
    section.hero-banner.inner-hero-banner{
         min-height: 310px; 
        background-position: 0px 0!important;
      
    }
    section.search-control .container {
        padding: 0;
    }
    section.rank-list .container {
        padding: 0;
    }
    .leaderboar_right {
        margin-top: 20px;
    }
    .rwd-table tbody tr td:before{
        margin-bottom: 3px;
        content: attr(data-th);
        min-width: 1px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
        position: absolute;
        left: 20px;
        top: 12px;
    }
    .rwd-table tbody tr {
        padding: 14px 0 7px;
        display: block;
    }
    .search-control .search-group ul#myTab {
        margin-bottom: 10px;
        border: none;
        gap: 7px;
        font-size: 13px;
        margin-left: -10px;
        margin-top: -10px;
    }
    .search-control .search-group input[type="text"]{
        font-size: 11px;
    }
    
    .rwd-table thead {
        display: none;
    }
    .rwd-table tbody tr td {
        padding: 5px 16px;
        display: block;
        border: none;
        padding-left: 110px;
        position: relative;
        vertical-align: top;
    }
    .line-clamp-1,.rwd-table .uname span.user, .line-clamp-1{
        max-width: 100%;
    }
    .m_menubar .user-area{
        display: block!important;
    }
}


.site-header__login {
    float: right;
    position: relative;
  }
  .site-header__login .loggedin-user {
    cursor: pointer;
    height: 37px;
  }
  .site-header__login .loggedin-user:before {
    content: '';
    position: absolute;
    width: 100%;
    padding: 28px 0;
  } 
  
  .site-header__login .loggedin-user img {
    margin-right: 10px;
    border-radius: 50%;
  }
  .site-header__login .loggedin-user .arrow-icon-down {
    display: inline-block;
  }
  .site-header__login .loggedin-user .arrow-icon-down::after {
    content: "";
    background: url(https://cio.economictimes.indiatimes.com/Themes/Release/theme4/images/icons/down-arrow.svg) 0 0 no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    top: 0x;
    position: relative;
  }
  .site-header__login .loggedin-user .hvr_bx {
    display: none;
    position: absolute;
    top: -10000px;
    background-color: #FFF;
    width: 195px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-right: 0px;
    right: 0;
    z-index: 999;
    cursor: auto;
  }
  .site-header__login .loggedin-user .hvr_bx ul li i.fa {
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .site-header__login .loggedin-user:hover .hvr_bx ul li a {
    font-size: 12px;
    line-height: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    display: block;
    padding: 10px;
  }

  .btn-invert-gray, .nv-ev__right--filters li {
    padding: 10px 16px;
    background: #736E6E;
    color: #fff;
    border: 1px solid #736E6E;
    border-radius: 40px;
    width: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    transition: all ease 0.5s;
    background: #fff;
    color: #736E6E;
  }
  .site-header__login .btn-invert-gray, .site-header__login .nv-ev__right--filters li, .nv-ev__right--filters .site-header__login li {
    height: 37px;
  }
  .site-header__login .loggedin-user:hover .hvr_bx ul li a:hover {
    color: #ED1C24;
  }
  .site-header__login .loggedin-user .hvr_bx ul li i.fa:before {
    display: none !important;
  }
  .site-header__login .loggedin-user .hvr_bx ul li .fa-pencil {
    background: url(/Themes/Release/theme4/images/icons/edit-icon.svg) 0 0 no-repeat;
  }
  .site-header__login .loggedin-user .hvr_bx ul li.manage-preferences i.fa {
    background: url(/Themes/Release/theme4/images/icons/manage.PNG?mod=4) no-repeat 0 0;
    background-size: 100%;
  }
  
  .site-header__login .loggedin-user .hvr_bx ul li.saved-stories i.fa {
    background: url(/Themes/Release/theme4/images/icons/bookmark-icon.svg?mod=4) no-repeat 0 0;
  }
  
  .site-header__login .loggedin-user .hvr_bx ul li .fa-key {
    background: url(/Themes/Release/theme4/images/icons/create-pwd-icon.svg) 0 0 no-repeat;
  }
  .site-header__login .loggedin-user .hvr_bx ul li .fa-power-off {
    background: url(/Themes/Release/theme4/images/icons/logout-icon.svg) 0 0 no-repeat;
    height: 16px;
  }
  .site-header__login .loggedin-user:hover .hvr_bx {
    display: block;
    top: 40px;
    min-width: 215px;
  }
  .site-header__login .loggedin-user:hover .hvr_bx {
    display: block;
    top: 40px;
  }
  .site-header__login .loggedin-user .arrow-icon-down {
    display: inline-block;
  }
  @media screen and (min-width: 1000px){
    .site-header__login .loggedin-user .hvr_bx {
      border-radius: 20px;
  }
}

.hvr_bx ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section.hero-banner.inner-hero-banner {
    background-size: contain !important;
}

a.btn.btn-primary.standrd-btn.outline.votecandidatedetail {
    background: #383838!important;
    color: white !important;
}

a.btn.btn-primary.standrd-btn.outline.votecandidatedetail svg {
    color: white;
    fill: white;
}

a.btn.btn-primary.standrd-btn.leaderboarddetail {
    background: white !important;
    color: black;
}

a.btn.btn-primary.standrd-btn.leaderboardlisting{
    background: white !important;
    color: black;
}

.people-choice-award .m_menubar ul,
.people-choice-award-detail .m_menubar ul {
    padding: 0px;
    margin: 0px;
}

.people-choice-award .m_menubar .user-area.clearfix,
.people-choice-award-detail .m_menubar .user-area.clearfix {
    display: inline-block !important;
    width: 100%;
}

section.hero-banner.inner-hero-banner {background-size: cover !important;}

a.refresh-icon {
    display: inline-block;
    border: solid 1px #007bff;
    padding: 8px;
    border-radius: 4px;
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    float: right;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 13px;
    gap: 5px;
    color: #007bff;
    text-decoration: none;
}
a.refresh-icon svg {
    fill: #007bff;
    width: 16px;
}
a.refresh-icon:hover{
    text-decoration: none;
}
.sort_filtering {
    justify-content: space-between;
    align-items: center;
}
.sort_filtering select {
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
    font-family: var(--poppins-fonts)!important;
}
.leaderboard-action.d-flex .content {
    width: 90%;
    min-width: 90%;
    margin-bottom: 12px;
}
.leaderboard-action.d-flex .content p {
    max-width: none;
    margin: 0;
}
.leaderboard-action.d-flex {
    justify-content: space-between;
    align-items: center;
}
a.backtolisting,a.backtolisting:hover {
    background: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #383838;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-color: var(--theme-color);
    background: #ffffff;
    color: var(--theme-color);
    text-decoration: none;
}

a.backtolisting svg {
    width: 18px;
    margin-right: 5px;
    fill:var(--theme-color)
}

/**navigation css start**/
.product_microsite.product_awards .scroll-nav{
    top:48px!important;
}
.scroll-nav{
    background: #000000;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 2;
}.scroll-nav nav li {
    list-style: none;
    float: none;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}.scroll-nav nav li a {
    line-height: 1em;
    font-size: 14px;
    color: var(--nav-text-color, var(--body-color, var(--default-color)));
    text-decoration: none;
    padding: 12px 12px 12px;
    font-weight: 500;
    text-transform: none;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.scroll-nav nav ul{
    margin:0px;
}
.product_microsite.product_awards .scroll-nav.show {
    position: fixed;
}

@media screen and (max-width:767px){
    .scroll-nav nav {
        float: none;
        overflow: auto;
        text-align: left!important;
    }
    .scroll-nav nav ul {
        width: max-content;
        padding:0px;
    }
    .scroll-nav nav li {
        margin-left: 0;
        position: static;
        display: table-cell;
    }
    .product_microsite.product_awards .scroll-nav {
        top: 46px!important;
    }
    .product_microsite.product_awards .scroll-nav.show {
        position: fixed;
        top: 46px!important;
    }
 
}
/**navigation css end**/

/**overview css start**/
#overview h3 {
    margin-bottom: 18px;
    font-size: 24px;
}#overview .row {
    align-items: center;
}#overview .quote {
    text-align: right;
    padding-right: 30px;

}#overview .quote h5 {
    font-size: 28px;
    line-height: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
#overview .quote h5 span{
    font-weight: 600;
    display: block;
    color:var(--theme-color)
}
#overview p {
    margin: 0;
}

section#listingArea {
    background: #f4f7fa;
}

@media screen and (max-width:767px){
    .list-page .listing-card .card .image{
        max-height: 300px;
    min-height: 300px;
    }
    #overview .quote{
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
    section#overview {
        text-align: center;
    }
    #pca_leaderboard > .row > .col-md-3{
        order:1;
    }
    #pca_leaderboard > .row > .col-md-9{
        order:2;
    }
    .leaderboar_right {
        margin-top: -30px;
    }
    section.search-control{
        margin-top:40px;
    }
    a.btn.btn-primary.standrd-btn.outline.votecandidatedetail{
        max-width:none;
    }
    .detail_container .user-detail {
        margin-bottom: 40px;
    }
    section.hero-banner:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: hsl(0deg 0% 100% / 56%);
        width: 100%;
        height: 100%;
    }    
}

@media(max-width:500px){

    .leaderboarddetail img {
        display: none;
    }
    
    .votecandidatedetail svg {
        display: none !important;
    }
    
    .votecandidatedetail {
        width: 46%;
        font-size: 12px !important;
        max-width: 155px;
    }
    
    .leaderboarddetail {
        width: 46%;
        font-size: 12px !important;
        max-width: 146px;
    }

}