.truncateEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.headerCardLength {
    max-width: 650px;
}

.td_breakword {
    display: table;
    white-space: normal; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    display: block;
}

.dataTables_wrapper .dataTables_processing {
    background: none !important;
    background-color: transparent !important;
    position: absolute !important;
    top: 30% !important;
    width: 100% !important;
    text-align: center !important;
}

.dataTables_paginate {
    /*display: flex;
    align-items: center;*/
}

.dataTables_filter {
    display: none;
}

.wrequired {
}

    .wrequired:after {
        content: " * ";
        font-weight: bold;
        color: #d00000;
    }

.wi_row_card {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
}

.card {
    margin-bottom: 0;
}

.dataTables_length {
    padding-top: 10px;
}

    .dataTables_length label {
        color: #666 !important;
    }

    .dataTables_length select {
        color: #666 !important;
        border: 1px solid #979797;
        border-radius: 2px;
    }


.card-body {
    padding-top: 0.5rem;
}

/*CSS for top menu */

.ines-header {
    display: flex;
    justify-items: center;
    background: #fff;
    border-bottom: 1px solid #f9f9f9;
    padding: 1rem 0.5rem;
}

.currentPage {
    font-size: 24px;
    text-transform: capitalize;
    padding: 0 0.5rem;
}

.menu ul {
    margin-bottom: 0rem;
    padding-left: 0px;
    color: #000;
    font-size: 0.8rem;
    font-weight: 650;
}

    .menu ul li {
        display: inline-block;
    }

        .menu ul li a {
            display: inline-block;
            text-decoration: none;
            padding: 0.2rem 0.5rem;
            color: #000; /*steelblue*/
            font-size: 0.8rem;
            font-weight: 600;
        }

            .menu ul li a.active, .menu ul li a:hover {
                opacity: 0.5
            }

.logo {
    width: 200px;
    height: 50px;
    margin-right: 1rem;
}

.profile {
    margin-left: auto;
    width: 50px;
    height: 50px;
    background: #ddd;
}

.hidden {
    display: none;
}

/*CSS for home page */

#select_page {
    position: relative;
    margin-top: 0.4rem;
}

#show_select_page {
    border: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
}

#select_page .current_page {
    display: flex;
    justify-items: center;
    padding: 0.5rem;
}

    #select_page .current_page p {
        display: inline-block;
        margin: 0;
        margin-right: 0.5rem;
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
    }

#select_page a {
    display: block;
    padding: 0.3rem;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

    #select_page a:hover {
        opacity: 0.7
    }

.ines-homepage-wrap {
    background: transparent;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.ines-homepage {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
    gap: 0.625rem;
}

    .ines-homepage .ines-homepage-item {
        width: 33.333333%;
        border: 1px solid #ddd;
        padding: 3rem;
        text-align: center;
        border-radius: 6px;
        color: inherit;
        text-decoration: none;
        font-weight: 600;
        background: #fff;
    }

        .ines-homepage .ines-homepage-item:hover {
            background: #f00;
            color: #fff;
            border: none;
        }

    .ines-homepage .ines-homepage-item-disabled {
        width: 33.333333%;
        border: 1px solid #ddd;
        padding: 3rem;
        text-align: center;
        border-radius: 6px;
        color: gray;
        text-decoration: none;
        font-weight: 600;
        background: gray;
    }

.one-item {
    width: 100% !important;
}

.two-item {
    width: 50% !important;
}

.three-item {
    width: 33.333333% !important;
}

.sidebar {
    padding: 20px;
    padding-top: 30px;
}

@media (max-width: 1024px) {
    .sidebar {
        padding-top: 60px;
    }
}

.ti {
    margin-right: 4px;
}

.sidebar-link .ti {
    margin-right: 7px !important;
}

.header-brand small {
    font-weight: 400;
}

.page-header {
    margin: 1rem 0 1rem;
}

.fe {
    margin-right: 4px;
}

.sidebar-link .fe {
    margin-right: 7px !important;
}

/*@media (max-width: 575px) {
    #headerMenuCollapse .sidebar-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #headerMenuCollapse .sidebar-link i {
            display: none;
        }

        #headerMenuCollapse .sidebar-link a {
            width: 100%;
            text-align: center;
        }
}*/


@media (min-width: 992px) {
    .sidebar .nav .sidebar-link a i.ti-chevron-right {
        float: right !important;
    }
}

.custom2-accordion {
    border: 1px solid #ddd; /* Add a border to the accordion */
}

.custom2-card {
    /*border: 1px solid #ddd;*/ /* Add a border to each card */
    /*margin-bottom: 10px;*/ /* Add some space between cards */
    /*border-radius: 5px;*/ /* Add border-radius for rounded corners */
}

.custom2-card-header {
    background-color: #f5f5f5; /* Background color for the card header */
    padding: 10px; /* Padding for the card header */
    border-bottom: 1px solid #ddd; /* Add a border at the bottom of the header */
}

    .custom2-card-header a[data-toggle=collapse]:hover {
        text-decoration:underline;
    }

    .custom2-card-header a[data-toggle=collapse] i {
        /*float: right;
        position: relative;
            */
        color: #f96332;
        /*top: 1px;*/
        margin-left: 5px;
    }

.custom2-btn {
    color: #333; /* Text color for the button */
}

.custom2-collapse {
    background-color: #fff; /* Background color for the collapsed content */
    border: 1px solid #ddd; /* Add a border to the collapsed content */
    padding: 10px; /* Padding for the collapsed content */
}

.custom2-card-body {
    padding: 10px; /* Padding for the card body content */
}
