.blockbody {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 9999999;
    background: #edf1f6e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.blockbody .sk-wave {
    display: flex;
    justify-content: space-between;
    width: 50px;
    margin-bottom: 20px;
    /* Adjust the margin as needed */
}

.blockbody .sk-wave .sk-wave-rect {
    background-color: #fff;
    height: 35px;
    /* Adjust the height as needed */
    width: 7px;
}


.blockbody .blockbodymsg {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 6;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 9999999;
    background: #edf1f6e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.preloader .sk-wave {
    display: flex;
    justify-content: space-between;
    width: 50px;
    margin-bottom: 20px;
    /* Adjust the margin as needed */
}

.preloader .sk-wave .sk-wave-rect {
    background-color: #fff;
    height: 35px;
    /* Adjust the height as needed */
    width: 7px;
}


.preloader .blockbodymsg {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 6;
}
.preloaderservice {
    width:calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    position: absolute;
    /* z-index: 9999999; */
    background: #edf1f6e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.preloaderservice .datatable_loader_lable {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 6;
}
.preloaderservice .sk-wave {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
    margin: 0px auto;
}

.preloaderservice .sk-wave .sk-wave-rect{
    background-color: #fff;
    height: 100%;
    width: 7px;

}
.preloaderservice .sk-wave-rect {
    margin-left: 2px;
}
.preloaderservice_ajax {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 9999999;
    background: #edf1f6e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* start : IP-20789  */
[data-bs-theme=dark] .preloaderservice_ajax {
    background: rgba(39, 38, 38, 0.068);
}
/* end : IP-20543 : loder*/
/* start :IP-20789 Fixed issue with white loader showing in light mode */
[data-bs-theme=light] .preloaderservice_ajax {
    background: rgba(255, 253, 253, 0.068);
}
/* end : IP-20789 */