.table-link{
    cursor: auto;
    text-decoration: none;
    color:#8231d3;
    font-weight: 800;

    position: relative;
}

.table-link:hover .hover-box {
    display: block;
    color:#fff;
}
.card .card-header {
    text-transform: none !important;
}

.table--default td, .table--default th {
    cursor: auto;
}

.theme-heads:nth-of-type(3) {
            width: 13% !important;
}


.table-link:hover{
    text-decoration: none;
    color:#030303;
}


.fullscreen {
    height:100% !important;
    /* width: 100vw;
    height: 100vh; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
    overflow: auto; /* Enable scrolling for content that exceeds the viewport */
}

.zoom-out {
    transform: scale(0.8); /* Adjust the scale factor as needed */
    transform-origin: top left;
    transition: transform 0.5s;
}

.zoom-out.fullscreen {
    transform: scale(1);
}

/* Additional styling for card content to make it responsive */
.card-content {
    width: 100%; /* Ensure content takes full width */
    box-sizing: border-box; /* Include padding and border in the width */
    padding: 20px; /* Adjust padding as needed */
    margin: 0; /* Remove default margin */
}


.hover-box {
    display: none;
    position: absolute;
    background-color: #04040493;
    border: 1px solid #080808;
    padding: 10px;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}

.table-pointer:hover{
    cursor: pointer;
}


/* .sidebar.sidebar-collapse.collapsed {
    width: 0 !important;
}

.content-wrapper {
    margin-left: 0;
} */

.custom-a-color-cls:hover{
    color:#8231d3;
}

.custom-a-color-cls-active{
    background-color: #f2eafb;
}

.table-success{
    background-color: #a6e4c8 !important;
}


    .sticky {
           position: fixed;
            top: 72px;
            /* width: 100%; */
           right: 27px;
            z-index: 99;
            left: 106px;
        }