.add-button {
    margin-left: 10px;
}

#enquiries,
#users {
    overflow-x: scroll;
    max-width: 40%;
    /* display: block; */
    white-space: nowrap;
}

.btn-status {
    width: 100%;
}

label.form-label {
    margin-top: 12px;
}

.total-record {
    border: 1px solid #fff;
    border-radius: 47%;
    padding-left: 5px;
    padding-right: 5px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../image/timer.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}
