@media screen and (max-width: 767px) {
    .mobile-custom-cell-event-table {
        white-space: normal !important;
    }
}

.mobile-mobile-custom-cell-event-table {
    white-space: normal;
    word-wrap: break-word;
    max-width: 20px;
    overflow: hidden;
}

.custom-tooltip {
    position: absolute;
    display: inline-block;
    margin-left: 5px;
}

    .custom-tooltip:hover::before {
        content: attr(data-title);
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 8px;
        background-color: black;
        color: white;
        border-radius: 5px;
        white-space: pre-wrap;
        z-index: 9999;
        width: max-content !important;
        max-width: 400px !important;
        text-align: center;
    }

        .custom-tooltip:hover::before span {
            display: inline-block;
            text-align: center;
            width: 100%;
        }

.daterangestyle {
    right: auto;
    display: -webkit-inline-box !important;
    z-index: 10;
}

.daterangestylesingle {
    right: auto;
    display: -webkit-inline-box !important;
    z-index: 10;
    height: 300px !important;
    border: none !important;
}

.modal-div {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.oneline {
    display: inline-block !important;
}

#ModalDiv {
    z-index: 3;
}