/* ------------------------------------------------------------------------------
 *
 *  # Custom CSS code
 *
 *  # custom css. Make sure to add all the custom CSS to here
 *
 *      // 01. Register form
 *
 * ---------------------------------------------------------------------------- */

/*  01. Register form */
@media (min-width: 992px) {
    .container {
        display: flex;
    }

    .static-left {
        width: 50%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }

    .scrollable-right {
        margin-left: 60%;
        overflow-y: auto;
        padding: 20px;
    }
}

.text-red {
    color: #ea5455 !important;
}

.datatables-ajax a {
    cursor: pointer;
}

.datatables-ajax a:hover {
    cursor: pointer;
}


