.mx-75{
    max-width: 75px;
}
.arrow-container{
    top:23%;
    left: -7%;
    z-index: 5;
}

.table-filter{
    .list-group-item.active, .list-group-item:hover{
        border-radius: 0 !important;
        color: var(--primary-500) !important;
        border-bottom:solid var(--primary-500) !important;
        font-weight: 600;
    }
    .list-group-item{
        transition: all 0.2s !important;
        background-color: transparent !important;
        border-bottom: solid transparent !important;
    }
}
thead th {
    border-bottom: 0 !important;
}
.table > :not(caption) > * > *{
    background-color: transparent !important;
}

.table td, .table th {
    padding: 1rem; /* Increase padding to 1rem (default is 0.75rem) */
}
.pagination-parent *{
    width: fit-content;
    text-wrap: nowrap;
}

.select-questiontoedit{
    margin: 0 !important;
    position:absolute;
    top:50%;
    right: 0;
    transform: translate(200%, -50%);
    z-index: 9;
}
.published path{
    fill :var(--bs-primary);
}
.draft path:not(.edit-cell path){
    fill :#727272;
}
@media(max-width:767px){
    .page-indicator > div{
        width:100%;
    }

}
.table-parent{
    text-wrap: nowrap;
    overflow-x: auto;
}
@media(max-width:1180px) {
    /* .table-parent{
        overflow-x:scroll;
    } */
    
}