table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead th.sorting_asc {
    background-image: none !important;
}

table.dataTable thead th.sorting {
    font-size: 16px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:first-child {
    padding-bottom: 8px;
}

table.dataTable thead th.sorting_desc {
    background-image: none !important;
}

        .loader {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 9999;
            opacity: 0.8;
            background: url('/wp-content/plugins/gd-hic-theme/assets/img/gif-loado12.gif') 50% 50% no-repeat rgb(249, 249, 249);
        }

        td.details-control::after {
            content: "\e902";
            font-family: "figaroicon";
            width: 1em;
            height: 1em;
            text-align: center;
            transition: all 0.35s;
            cursor: pointer;
        }

        tr.shown td.details-control::after {
            content: "\e904";
            font-family: "figaroicon";
            width: 1em;
            height: 1em;
            text-align: center;
            transition: all 0.35s;
            cursor: pointer;
        }

        table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,
        table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
            cursor: pointer !important;
        }

        table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
            background-color: transparent !important;
        }

        .dt-more-container {
            text-align: center;
            margin: 2em 0;
        }

        #example_paginate {
            display: none;
        }
        table.dataTable thead .sorting{
            position: relative;
        }

        @media (min-width: 1024px) {
            table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control {
                max-width: 300px;
                white-space:nowrap;
                overflow:hidden;
                text-overflow:ellipsis;
                cursor: pointer;
            }
        }
        

       
        table.dataTable thead .sorting::after {
            content: "";
            position: absolute;
            margin-top: 3px;
            display: inline-block;
            margin-left: 10px;
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-image: url('/wp-content/plugins/gd-hic-theme/assets/img/sorting arrows.svg') !important;
        }
        

        table.dataTable thead .sorting_desc {
            background-image: url('/wp-content/plugins/gd-hic-theme/assets/img/up_arr.png') !important;
        }
		table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
			background:none !important;
		}
		table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1{
			background:none !important;
		}
		table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover{
			background:none !important;
		}
		input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus{
			border-top: none;
			border-left: none;
			border-right: none;
		}
		#map {
            height:90vh;
            z-index: 999;
        }

        .btn-group.btn-group-sm.gd-list-view-select {
            display: none;
        }
        .row.row-cols-1.row-cols-sm-2.geodir-category-list-view.geodir-listing-posts.geodir-gridview.row-cols-md-0 {
            display: none;
        }
        .wp-block-geodirectory-geodir-widget-loop-paging {
            display: none;
        }
		
		
		table.dataTable.dtr-inline.collapsed>tbody>tr>td{
            font-size: 16px;
			 border:none !important;
             border-bottom:1px solid #DDDDDD !important;
		}
		.marker-cluster-aggregate > div > span:last-child{
			display: none !important;
		}
        
        .marker-cluster-aggregate > div > span:first-child{
            top:10px !important;
        }
		table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
		display:none !important;
		}

		@media only screen and (max-width: 600px) 
		{  
			table.dataTable.dtr-inline.collapsed>tbody>tr>td {
				border:none !important;
	      }
		}

        table.dataTable.no-footer {
            border-bottom: none !important;
        }

       .hic_header_breadcrumbs::after{
            border-bottom: none !important;
        }
		table.dataTable td{
			padding:0px 10px !important;
			text-align:left;
			font-size:18px;
			height:70px;
			font-family:"IBM Plex Sans", sans-serif;
		}

        table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
            display: none !important;
        }
        .table-entry-header{
             margin-top: -2rem;
        }
        .leaflet-container a{
            font-size: 24px;
        }
        .leaflet-control-attribution{
            display: none;
        }
		table.dataTable>tbody>tr.child{display:none !important;}
        .location{
            height: 20px;
            width: 20px;
        }
		img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive{
			background-color: rgb(231 83 0 / 40%) !important;
			width:24px;
			height:24px;
			padding:6px;
			border-radius:15px;
		}
		.leaflet-container
		{
			background:unset !important;
			
		}

        .leaflet-touch .back-to-home {
			width: 34px;
			height: 34px;
			background-color: #fff;
		}
		.back-to-home:hover{
			
			background-color: #f4f4f4;
		}