.applywrap{
    .electiondate{
        ul{
            li{
                list-style: none;
                display: inline-block;
                width: 25%;
            }
        }
    }
  
   .eventnew{
       background: none;
    border-radius: 8px;
    //    imeventdetailmain{
    //        width: 100%;
    //        height: auto;
    //        border-radius: 0;
    //    }
       .attachDocument{
        input[type=file] {
            width: 100%;
            max-width: 100%;
            color: #444;
            padding: 15px;
            background: #fff;
            border-radius: 0.375rem;
            border:1px solid #ced4da;
            min-height: 90px;
            @media #{$small} {
                min-height: 68px;
              }
   
            &::file-selector-button {
                width: 60%;
                margin-right: 20px;
                border: none;
                background: #084cdf;
                padding: 10px 20px;
                border-radius: 10px;
                color: #fff;
                cursor: pointer;
                transition: background .2s ease-in-out;
                // display: flex;
                // flex-direction: row;
                // justify-content: center;
                @media #{$small} {
                     width: 80%;
                    
                  }
       
                &:hover {
                    background: #0d45a5;
                }
            }
        }
    }
    
       .positiondetails{
        //    border-top: 1px solid #d1d1d1;
        //    margin: 20px 0;
        h4{
            @media #{$small} {
                font-size: 14px;     
         }
        }
        

           table{
               margin-bottom: 5px;
               tr{
                   th{
                       white-space: nowrap;
                       font-size: 14px;
                       text-align: center;

                       @media #{$small} {
                        font-size: 12px;
                      }
                   }
                   td {
                       white-space: nowrap;
                       a{
                           svg{
                               color: #337ab7;
                           }
                       }
                       .actionbutton{
                           display: flex;
                            .applybutton{
                                .grpButtonWrapper{
                                    display: flex;
                                    .createevent{
                                        margin-right: 10px;
                                    }
                                }
                            }
                       }
                   }
               }
               .add-btn, .remove-btn {
                border: none;
                background: none;
                position: relative;
                top: 0px;
            }
            .add-btn {
                svg {
                    font-size: 16px;
                    color: $st-text-fifth;
                }
            }
            .remove-btn {
                svg {
                    font-size: 16px;
                    color:red;
                }
            }
            .file-input {
                margin-bottom: 0;
                .add-btn {
                    top: 0;
                }
            }      
           }
           .table-responsive {
                overflow-x:auto!important;
                .react-select__menu{
                    position: relative;
                    z-index: 1;
                }
                @media #{$small} {
                  overflow-x: scroll!important;;
                  } 
            }
            .button-wrap{
                  padding: 10px;      
                @media #{$small} {
                    display: flex;
                    margin: 5px 5px;
                }
                .ButtonComponent{
                                 
                @media #{$small} {
                     
                    margin: 5px 5px;
                }

                }
            }
       }
       .election-detail{
        .modeladdgroupbg{
            width: 100%;
            position: relative;
            // .groupbgoverlay {
            //   background: #ccc;
            //   position: absolute;
            //   z-index: 1;
            //   width: 100%;
            //   height: 100%;
            //   opacity: 0.5;
            // }
            .close-icon {
              position: absolute;
              right: 15px;
              top: 10px;
              z-index: 2;
              a {
                background: rgba(28, 27, 27, 0.4);
                //border: 1px solid #FFFFFF;
                color: #fff;
                // padding: 10px 15px;
                padding: 8px;
                border-radius: 8px;
                float: right;
                margin: 0;
                line-height: 36px;
                display: flex;
                align-items: center;
                // font-size: 24px;
                font-size: 20px;
                svg {
                  margin: 0px 5px 0 0;
                }
              }
            }
            img {
              width: 100%;
            //   height: auto;
              height: 450px;
            }
        }
          .buttonWrap{

            display: block;
            margin-top: 10px;
     
            @media #{$small} {
             display: flex;
             }  
        }
        @media #{$small} {
            h4{
                 font-size: 14px;
            }
          } 
       }
   }
  
  
   .modelform{
    @media #{$small} {
        label{
            font-size: 10px;
        }
      }
     
   }
}
.sideBarScroll {
    > div {
        overflow-x: hidden!important;
    }
}

// .react-select__menu{
//     >div{
//         position: relative;
//         z-index: 22222!important;
//     }
// }