.sorting:before{
    color: #fff;
    font-weight: bold;
}
.sorting:after{
    color: #fff;
    font-weight: bold;
}
.text-hover:hover {
    color: #696cff !important;
}
.spinner-grow-small {
    width: 20px !important;
    height: 20px !important;
}
.fs-11px{
    font-size: 11px !important;
}
.w-px-300-min{
    min-width: 300px !important;
}
.w-px-200-min {
    min-width: 200px !important;
}
@media print {
    title {
        display: none !important;
    }
    .container-fliud {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    @page {
        margin: 0;
    }
    body {
        margin: 0 cm;
        -webkit-print-color-adjust: exact;
        head: hidden;
    }
    #non-printable {
        display: none !important;
    }
    .non-printable {
        display: none !important;
    }
}
.watermark{
    background:url("../assets/images/spybot-logo-new.jpg") center no-repeat;
    opacity:0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
}

.bs-none{
    border-style: none;
}
.mb--1{
    margin-bottom: -1rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #696cff !important;
    border-color: #696cff !important;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.modal-body .table tr td{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.fs-tiny-md {
    font-size: 80% !important;
}
.text-justify{
    text-align: justify;
}

        /* Custom Styles for DataTable */
        .dataTables_length select {
            width: auto;
            display: inline-block;
        }

        .dataTables_wrapper .dataTables_filter input {
            width: 200px;
            margin-left: 10px;
        }

        .dataTables_paginate .paginate_button {
            margin: 1px 2px !important;
            padding: 0.5em .75em !important;
            line-height: 0.75 !important;
            background-color: #dbdee0 !important;
            border-color: #dbdee0 !important;
            -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(219, 222, 224, 0.4);
            box-shadow: 0 0.125rem 0.25rem 0 rgba(219, 222, 224, 0.4) !important;
        }

        @media print {
            .table-responsive {
                margin-left: 20px !important;
                margin-right: 10px !important;
            }
            #modalContent tr td {
                padding-top: 3px !important;
                padding-bottom: 3px !important;
                font-size: 11px !important;
            }
            #cardContent tr td {
                padding-top: 3px !important;
                padding-bottom: 3px !important;
                font-size: 11px !important;
            }
        }