body.container{
    background-color: rgba(243, 243, 244, 1);
	max-width: 99%; 
	font-family: Inter, sans-serif;
}

#map {
    height: 390px;
  }
/* Optional: Makes the sample page fill the window. */
html, body {
height: 100%;
}

.tooltip_templates { display: none; }

label[for^=precinctHub] {
  cursor: pointer;
  filter: grayscale(100%);
}

label[for^=precinctHub]:hover {
  filter: grayscale(0);
}

input[name="precinct"]:checked + label {
  filter: grayscale(0);
}

.collapse-btn
{
}

#toggleBarBtn
{
	border-radius: 8px;
    background-color: #fff;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececed;
    box-shadow: 0 0 0 0 rgba(17, 12, 34, 0);
}

.collapse-btn .collapse-icon
{
}

.collapse-btn:focus{
    border: none;
    outline: none;
}

.menu-transition{
	transition: width 0.5s ease;    	
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus{
	box-shadow: none;
}

.card{
	border-radius: 15px !important;
    box-shadow: 0 0 0 0 rgba(17, 12, 34, 0);
}

.card-header{
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
    box-shadow: 0 0 0 0 rgba(17, 12, 34, 0);
}


.card-header
{
	background-color: #fff;
}

.filterCardHeaderContent h4{
	font: 700 18px/2 Inter, sans-serif;
	margin-bottom: 0px;
}

.small-heading{
	font-family: Inter, sans-serif;
	font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.medium-heading{
	font-family: Inter, sans-serif;	
	display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1d1b26;
    font-weight: 600;
    line-height: 1;
    justify-content: start;
}

#resetBtn
{
    border-radius: 6px;
    background-color: #f3f3f4;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    border: 1px solid #C0C0C0;
	margin: auto 0;
	padding: 4px 8px;
    box-shadow: 0 0 0 0 rgba(17, 12, 34, 0);
}

.tag
{
	border-radius: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    justify-content: center;
    padding: 8px;
    border: 1px solid #93c7ce;
    font-size: 12px;
    font-weight: 500;
	margin-left: 5px;
}

.input-styles{
	height: 32px;
    border-radius: 13px;
	background-color: #f3f3f4;
	font-size: 12px;
}

.input-styles:active, .input-styles:focus{
	box-shadow: none;
	background-color: #f3f3f4;
	border-color: #ced4da;
}

.input-group-text{
	padding: 5px 5px;
	background-color: #f3f3f4;	
	border-bottom-left-radius: 15px !important;
	border-top-left-radius: 15px !important;
}

#txtSearch{
	border-left: none;
	padding-left: 0px;
	
}

#headingCard .card-body{
	padding: 10px 16px;
}

#headingCard .card-body h4{
	margin: 0px;
}

.btn-group{
    gap: 5px;
    display: flex;
    padding: 4px;
    align-items: center;
    border-radius: 12px;
    background-color: #D3D3D3;
	border: none;
}

.dCardHeader
{
	background-color: rgba(33, 160, 175, 1);
	color: rgb(255, 255, 255);
}

.dItemImg
{
	border-radius: 15px;
}

#resultTypeBtnsDiv, #layoutBtnsDiv
{
	padding-top: 0px;
    padding-bottom: 0px;
}

#resultTypeBtnsDiv .btn, #layoutBtnsDiv .btn
{
	margin-top: 4px;
    margin-bottom: 4px;
}

#resultTypeBtnsDiv .btn.active, #layoutBtnsDiv .btn.active
{
	gap: 6px;
    height: 32px;
    display: flex;
    padding: 8px;
    overflow: hidden;
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.1599999964237213);
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    justify-content: center;
    background-color: white;
}

#groupByDdl
{
	height: 40px;
    font-size: 14px;
}

#toggleBarExpandBtn
{
	border-radius: 8px;
    background-color: rgba(33, 160, 175, 1);
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececed;
    box-shadow: 0 0 0 0 rgba(17, 12, 34, 0);
	padding: 8px;
}

#toggleBarExpandBtn img
{
	width: 18px;
}

.icon-border
{
	border-radius: 8px;
    background-color: #fff;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(17, 12, 34, 0);	
	padding: 8px;
}

.line-limiter {
	max-height: 30px;
	overflow: hidden;
	width: 500px; 
	text-overflow: ellipsis; 
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}

#updateResultsByMapZoomLvlBtn
{
    height: 40px;
    background-color: #D3D3D3;
	word-wrap: break-word;
    white-space: normal;
}

   #updateResultsByMapZoomLvlBtn:hover {
      border-color: #0056b3; /* Slightly darker blue on hover */
    }

/*=========================================================================================*/
/*                          Custom Checkboxes CSS                                          */
/*=========================================================================================*/
ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #6c757d;
    background-color: #6c757d;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
/*ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #6c757d;
}*/



/*=========================================================================================*/
/*                          Custom Checkboxes CSS                                          */
/*=========================================================================================*/

.sp_result_area.shadowDown.sp_result_area_open, .sp_result_area.shadowUp.sp_result_area_open
{
	min-width: 300px;
	width: auto;
}

.slick-prev:before, .slick-next:before{
	color: black;
}

#tagCategoryFilterDiv{
  display: flex; 
  flex-flow: row wrap;	
}

.card-wrap {
  flex: 0 0 33.333%;
  display: flex;
  padding: 10px; /* gutter width */
}

.catCardWrap{
  flex: 0 0 33.333%;
  display: flex;
  padding: 10px; /* gutter width */
}

.catCard {
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
  flex: 0 0 100%;
}

.hubCardWrap, .orgCardWrap, .policyCardWrap
{
	height: 230px;
}

.dtrg-group
{
	background-color: #4682B4 !important;
	color: #fff;
}