.bulkUpload {
    overflow-x: auto;
    height: 74vh;
    position: relative;
    top: 5px;
    .bulkHeader{
        // height: 400px;
        // min-height: 400px;
        // background: $st-text-ninth;
        .examTable{
            margin-bottom: 5px;
            thead {
                position: sticky;
                top: 0;
                z-index: 1;
                th {
                    position: sticky;
                    top: 0;
                    z-index: 1;
                    width: 25vw;
                    background: white;
                    &:first-child {
                        position: sticky;
                        left: 0;
                        z-index: 2;
                        top: 0;
                        @media #{$medium} {
                            min-width: 190px!important;
                          }
                        @media #{$small} {
                           min-width: 190px!important;
                         }
                    }
                }
            }
            tbody {
                overflow-y: auto;
                th {
                    position: sticky;
                    left: 0;
                    z-index: 1;
                    .nav-link {
                        text-decoration: none;
                        text-transform: none;
                        &:hover {
                            text-decoration: underline;
                        }
                    }
                }
            }
            th {
                text-transform: uppercase;
                white-space: nowrap;
                z-index: 1;
                position: sticky;
                padding: 0.5rem 1rem;
            }
            td {
                white-space: nowrap;
                font-weight: 500;
                padding: 0.5rem 1rem;
            }
            .actionBtn {
                svg {
                    font-size: 16px;
                }
            }
        }
        .MuiPaper-root {
            .MuiTableContainer-root {
                .MuiBox-root {
                    button {
                        svg {
                            color: #285192;
                        }
                    }
                }
            }
        }
    }
    .attachDocument{
        display: flex;
        justify-content: center;
        position: relative;
        
        top: 44px;
        input[type=file] {               
            width: 210px;
          
            color: transparent;
             
            padding: 0;
         
            @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;
                }
            }
        }
  
}
.bulkbackbtn{
    float: right;
    position: relative;
    bottom: 35px;
    right: 10px;
}
}

