.batch-wise-overlay{
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
.batch-wise-container{
    width: 100%;
    height: auto;
    display: block;
}
.batch-wise-container .batch-wise-header{
    width: 100%;
    height: 100px;
    display: block;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}
.batch-wise-container .batch-wise-header .batch-wise-header-section{
    width: 60%;
    height: 100px;
    display: block;
    float: left;
}

.batch-wise-container .batch-wise-header .batch-wise-header-section:first-child{
    width: 40%;
    height: 100px;
    display: block;
    float: left;
}
.batch-wise-container .batch-wise-header .batch-wise-header-section:nth-child(2) div{
    width: 20%;
    margin-right: 10px;
    float: right;
}
.batch-wise-container .batch-wise-header .batch-wise-header-section:nth-child(2) div button{
    width: 100%;
    border-radius: 50px;
    margin-top: 40px;
}
.batch-wise-container .batch-wise-header .batch-wise-header-section .batch-wise-header-section-title{
    width: 100%;
    height: 35px;
    display: block;
    line-height: 35px;
    padding-left: 10px;
}
.batch-wise-container .batch-wise-header .batch-wise-header-section .batch-wise-header-section-body{
    width: 100%;
    height: 65px;
    display: block;
    padding-left: 10px;
}
.batch-wise-container .batch-wise-header .batch-wise-header-section .batch-wise-header-section-body .input-group input:first-child{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.75);
}
.batch-wise-container .batch-wise-header .batch-wise-header-section .batch-wise-header-section-body .input-group input:nth-child(2){
    border-radius: unset;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-left: none;
    border-right: none;
}
.batch-wise-container .batch-wise-header .batch-wise-header-section .input-group button{
    border-radius: unset;
    border-bottom-right-radius: 50px !important;
    border-top-right-radius: 50px;
}

.batch-wise-container .batch-wise-body{
    width: 100%;
    min-height: 700px;
    display: block;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section{
    width: 40%;
    display: block;
    height: 100%;
    float: left;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section:last-child{
    width: 60%;
    float: left;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section:last-child .batch-wise-body-header-section{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section:last-child .batch-wise-body-graph-section{
    width: 100%;
    height: 100%;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section:last-child .batch-wise-body-graph-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card{
    width: 96%;
    margin: auto;
    height: 100px;
    display: block;
    background-color: #f2f2f2;
    margin-top: 10px !important;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-icon{
    width: 20%;
    height: 100%;
    display: block;
    float: left;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-icon img{
    width: 90%;
    height: 100px;
    margin-left: 5%;
    margin-right: 5%;
    object-fit: contain;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-info{
    width: 80%;
    height: 100%;
    display: block;
    float: left;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-info .batch-wise-card-info-counter{
    width: 100%;
    height: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 3em;
    color: black;
    font-weight: 600;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-info .batch-wise-card-info-counter img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-info .batch-wise-card-text{
    width: 100%;
    height: 30px;
    line-height: 20px;
    display: block;
    color: black;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-info .batch-wise-card-text div:first-child{
    width: 70%;
    height: 30px;
    float: left;
    text-align: center;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-info .batch-wise-card-text div:last-child{
    width: 28%;
    height: 27px;
    line-height: 30px;
    float: left;
    background-color: #5873fe;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 50px;
}
.batch-wise-container .batch-wise-body .batch-wise-body-section .batch-wise-body-section-card .batch-wise-card-info .batch-wise-card-text div:last-child:hover{
    transition: .1s ease-in-out;
    background-color: #3551d9;
}


.batch-wise-view-products-container{
    position: fixed;
    top: 15%;
    right: -50%;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    width: 50%;
    height: auto;
    background-color: #fff;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: .3s ease-in-out;
}
.batch-wise-view-products-container .batch-wise-view-products-header{
    width: 96%;
    display: block;
    height: 100px;
    margin: auto;
    padding: 5px;
    margin-top: 12px;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section{
    width: 60%;
    height: 100px;
    display: block;
    float: left;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section:nth-child(2){
    width: 30%;
    float: right;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section:nth-child(2) button{
    margin-top: 40px;
    float: right;
    border-radius: 50px;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section .batch-wise-view-products-header-section-title{
    width: 100%;
    height: 40px;
    display: block;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section .batch-wise-view-products-header-section-title div{
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    font-weight: 700;
    color: black;
    font-size: 1.8em;
    font-stretch: ultra-condensed;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section .batch-wise-view-products-header-section-title div img{
    width: 97%;
    height: 30px;
    object-fit: contain;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section .batch-wise-view-products-header-section-title div:last-child{
    width: 80%;
    line-height: 40px;
    height: 40px;
    float: left;
    display: block;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section .batch-wise-view-products-header-section-search{
    width: 100%;
    height: 60px;
    display: block;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section .batch-wise-view-products-header-section-search .input-group input{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.34);
    border-right: none;
}
.batch-wise-view-products-container .batch-wise-view-products-header .batch-wise-view-products-header-section .batch-wise-view-products-header-section-search button{
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.batch-wise-view-products-body{
    width: 97%;
    margin: auto;
    max-height: 328px;
    display: block;
    overflow-x: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.23);
    scrollbar-width: thin !important;
    scrollbar-color: black;
    -ms-scrollbar-width: thin !important;
}
.batch-wise-view-products-body tr td{
    padding: 0 !important;
    margin: 0 !important;
    font-size: .95em;
}
.batch-wise-view-products-footer{
    width: 100%;
    height: 60px;
    display: block;
    text-align: center;
}
.batch-wise-view-products-footer button{
    border-radius: 50px;
    margin-top: 10px;
}
