        
        .sticky-sidebar {
            top: 12%;
            position: sticky;
            position: -webkit-sticky;
            position: sticky;


        }

        #list-tab-new {
            border-radius: 0px;
        }

        #list-tab-new .list-group-item {
            color: #ffffff;
    background-color: #0A67AD;
    padding: 12px;
    padding-right: 20px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(10, 103, 173, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(10, 103, 173, 1));
    border-image-slice: 1;
    font-size: 14px;
    padding-left: 20px;
}


        #list-tab-new .list-group-item:first-child {
            border-top-right-radius: 12px !important;
            /* Adjust radius as needed */
            border-top-left-radius: 12px !important;
            /* Adjust radius as needed */
            border-image-slice: 0;
            border: 0px !important;

        }


        #list-tab-new .list-group-item:last-child {
            border-bottom-right-radius: 12px !important;
            /* Adjust radius as needed */
            border-bottom-left-radius: 12px !important;
            /* Adjust radius as needed */
            border-image-slice: 0;

        }


        #list-tab-new .list-group-item:first-child:hover,
        #list-tab-new .list-group-item:first-child:active {
            border-top-right-radius: 12px !important;
            /* Adjust radius as needed */
            border-top-left-radius: 12px !important;
            /* Adjust radius as needed */
            border-image-slice: 0;
            border: 0px !important;

        }


        #list-tab-new .list-group-item:last-child:hover,
        #list-tab-new .list-group-item:last-child:active {
            border-bottom-right-radius: 12px !important;
            /* Adjust radius as needed */
            border-bottom-left-radius: 12px !important;
            /* Adjust radius as needed */
            border-image-slice: 0;
            border: 0px !important;

        }



        #list-tab-new .list-group-item:hover,
        #list-tab-new .list-group-item.active {
            color: #ffffff;
            background: rgb(203, 83, 5);
            background: linear-gradient(4deg, rgba(203, 83, 5, 1) 0%, rgba(231, 116, 42, 1) 100%);
            border-bottom: 1px solid;
            border-image: linear-gradient(to right, rgba(10, 103, 173, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(10, 103, 173, 1));

            border-image-slice: 1;
        }

        .breadcrumb_big ol li a {
            font-size: 28px !important;
        }

        .btn_signout,
        .btn_signout:hover {
            color: #ffffff;
            background: rgb(203, 83, 5);
            background: linear-gradient(4deg, rgba(203, 83, 5, 1) 0%, rgba(231, 116, 42, 1) 100%);
        }

        .bg_inner_banner {
            background-image: url(<?php echo base_url('public/assets/images/inner_bg.jpg'); ?>);
            background-repeat: no-repeat;
        }

        .breadcrumb-item+.breadcrumb-item::before {
            color: white !important;
        }

        .breadcrumb .breadcrumb-item {
            font-size: 13px !important;
        }






        .style-1 {
            display: inline-block;
            text-decoration: none;
            /* height: 2rem;
  line-height: 2rem; */
            color: #fff;
        }

        .style-1 .arrow-icon {
            position: relative;
            top: -1px;
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
            vertical-align: middle;
            float: right;
        }

        .style-1 .arrow-icon--circle {
            transition: stroke-dashoffset 0.3s ease;
            stroke-dasharray: 95;
            stroke-dashoffset: 95;
        }

        .style-1:hover .arrow-icon {
            transform: translate3d(5px, 0, 0);
        }

        .style-1:hover .arrow-icon--circle {
            stroke-dashoffset: 0;
        }

        /* table.dataTable thead th, table.dataTable tbody td{
            font-size: 13px !important;
        } */
        table.dataTable thead th
        {
            background:rgb(0, 84, 149, 0.7) !important;
            color:white !important;
            font-weight:bolder !important;
        }
		
		.table{
			 font-size:13px !important;
   text-align:justify !important;
   line-height:1.5 !important;
		}
    .w_100px{
        width:100px;
    }
    .w_120px{
        width:120px;
    }
    .clr_red{
        color:red;
    }
