.load-all-chats {
    font-weight: bolder;
    border-radius: 10px;
    border: 1px solid;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
## Frontend Dashboard
--------------------------------------------------------------*/
.frontend-dashboard {
    padding-top: 100px;
    padding-bottom: 100px;
}

#ui-datepicker-div {
    z-index: 9 !important;
}

#ui-datepicker-div button {
    background: unset;
}

@media (max-width: 992px) {

    .cmb-td,
    .cmb-th,
    .cmb-th+.cmb-td {
        display: block;
        float: none !important;
        width: 100% !important;
    }

    #place_order,
    .cmb-row .button-secondary {
        width: 100%;
        margin-top: 20px;
    }

    .cmb2-wrap input.cmb2-text-small,
    .cmb2-wrap input.cmb2-timepicker,
    .cmb2-wrap select,
    .cmb2-wrap input.cmb2-upload-file {
        width: 100% !important;
        height: 45px;
    }

    .inflanar-pdbox {
        margin-top: 20px;
    }
}