 .shortlistingmain{
    .eventdetailmain {
        top: 0px;
        .eventnew{
            border-radius: 8px;
            .eventdetails {
                padding: 15px;
                // background: #fff;
                border: 1px solid #ccc;
                border-radius: 8px;
                box-shadow: 0 3px 10px #ccc;
            }
            .eventHeader{
                @media #{$small} {
                     position: relative;
                     bottom: 10px;
                    }
            }
          .abouteventdetails{
              p{
                font-size: 16px;
                @media #{$small} {
                    font-size: 10px;
                    } 
              }
              h5{
                   @media #{$small} {
                   margin-bottom: 0px;
                    }   
              }
          }
            .eventbg{
                margin-bottom: 10px;
                img{
                    width: 100%;
                    height: auto;
                }
            }
            .electiondate{
                margin: 20px 0;
                ul{
                    margin: 0;
                    padding: 0;
                    li{
                        list-style: none;
                        // display: inline-block;
                        // display: block;
                        // width: 25%;
                        padding: 0 0 12px 0px;
                        margin: 0;
                        background: none;
                        box-shadow: none;
                        border-radius: 0;
                        font-size: 16px;
                        font-weight: 400;
                        border: none;
                        
                        strong{
                            font-size: 1rem;
                            font-weight: 500;
                            margin: 8px 8px 0px 0px;
                            @media #{$medium} {
                              font-size: 12px;
                             }
                            @media #{$small} {
                                font-size: 10px;
                                }
                        }

                     p{
                         font-weight: 600;
                         margin: 0 0 0 5px;
                         line-height: 24px;
                        @media #{$small} {
                            
                            font-size: 8px; 
                         }
                     }
                        @media #{$medium} {
                            padding: 5px;  
                            
                         }
                        @media #{$small} {
                           padding: 4px; 
                           display: block;
                           width: 100%; 
                           
                        }
                    }
                }
            }
            .event_name{
                span{
                    display: block;
                }
                .electStatus {
                    position: absolute;
                    right: 30px;
                    top: 20px;
                    background: #da2128;
                    border-radius: 22px;
                    padding: 3px 12px;
                    color: #fff;
                }
            }
            .buttonWrap{
                justify-content: flex-start!important;
                margin-top: 20px;
          
            .socialbtn {
                        padding: 12px 20px;
                        margin: 0 8px 0 0;
                        border: 1px solid #0097bd;
                        font-weight: 500;
                        font-size: 1rem;
                        color: #0097bd;
                        border-radius: 8px;
                        float: left;
                        background: #ffffff;
                        &:hover{
                            background: #0097bd;
                            color: #fff;
                        }
            }
            }
        }
    }
    .shortlistCandidate {
        display: block;
        clear:both;
        margin-top: 30px;
        .applyforvoting{
            display: block;
            // margin-top:40px;
            clear: both;
            .nav-tabs {
                li {
                    background: none;
                    margin: 0 5px 0 0;
                    box-shadow: none;
                    border-radius: 0;
                    font-size: 16px;
                    font-weight: 400;
                    display: block;
                    border: none;
                    transition: ease all 0.3s;
                    padding: 0;
                    .nav-link {
                        &.active {
                            background-color: #0097bd;
                            color: #fff;
                        }
                    }
                    &:last-child {
                        margin: 0;
                    }
                }
            }
            .tab-content {
                padding: 15px;
            }
            .candidateListWrapper {
                display: flex;
                overflow-x: auto;
                max-width: 1200px;
                justify-content: center;
            }
            .sidetabs{
                margin: 15px 10px;
                position: relative;
                padding: 15px 12px;
                .attachments {
                    position: absolute;
                    right: 15px;
                    top: 10px;
                    z-index: 11111;
                    svg {
                        color: $st-primary-bg;
                    }
                }
                .side-images {
                    img {
                        width: 45px;
                        height: 45px;
                        margin-right: 6px;
                    }
                }
                .degree {
                    margin: 0;
                }
            }
            .viewlist{
                a {
                    display: flex;
                    justify-content: end;
                    text-decoration: underline;
                }
            }
        }
    }
    .viewlist {
        text-align: center;
        margin: 20px 0;
       a {
           text-decoration: none;
           color: #0097bd;
           &:hover {
               text-decoration: underline;
           }
       }
    }
    .candidatelist{
        strong{
            font-size: 20px;
            display: flex;
            justify-content: center;
            position: relative;
            top: 20px;

            @media #{$medium} {
                font-size: 14px;
                top: 0;
                 }
            @media #{$small} {
              font-size: 14px;
              top: 0;
               }
        }
    }
 
 
 }

     
     
  
