/* Style */

.multi-selector {
	/*font-weight: bold;*/

}
.multi-selector .heading {
	font-size: 16pt;
	text-align: right;
	padding-right: 20px;
}

.multi-selector .button-label {
	font-size: 20pt;
	font-weight: bold;
}

.multi-selector .button-label, .multi-selector .heading {
	color: #707070;
	text-transform: uppercase;
	align-self: center;
}

.multi-selector .ms-button,  .multi-selector .heading{
	align-self: center;
}

.multi-selector .ms-button {
	padding: 0 10px;
	margin: 0 10px;
}

.multi-selector .selector, .multi-selector .color-overlay {
	border-radius: 2px;
}

/* Core functionality -- only change if you know what you're doing! */
.multi-selector {
	/*display: inline-flex;*/
	/*width: 100%;*/
/*	display: flex;
	position: absolute;
*/}


.multi-selector .color-overlay {
	position: relative;
	background-color: red;
	width: 50px;
}
.multi-selector .button-container {
	display: flex;
	position: relative;
	/*justify-content: center;*/
  	/*align-items: center;*/
  	height: 100%;

}

.multi-selector .ms-button {
	z-index:3;
	cursor: pointer;
	/*flex-grow: 0;*/
}
.multi-selector .color-overlay {
	position: absolute;
	pointer-events: none;
    transition: .2s;
    z-index:2

}
.multi-selector .button-label {
	transition: all 0.2s;
	user-select: none;
}

.multi-selector .heading {
	user-select: none;
}

.notransition {
	transition: none !important;
}


/*
.multi-selector .button-label {
	z-index: 3;
	transition: 0.2s;
	user-select: none;
	flex-grow: 1;
}

.multi-selector .ms-button {
	cursor: pointer;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.multi-selector .color-overlay {
	position: absolute;
	height: 0;
	width: 0;
	pointer-events: none;
    transition: .2s;
    z-index:2
}

.notransition {
	transition: none !important;
}

.multi-selector {
}

.color-overlay {
}
*/
/* ********************************* */

.filter-view ul {
	margin-top: 8px;
	margin-bottom: 16px;
	padding-inline-start: 0;
	display: flex;
	flex-wrap: wrap;
}

.filter-container li {
	/*padding-left: 0;*/
	/*display: inline-block;	*/
	display: flex;
	align-items: center;
	flex-direction: row;

	overflow: hidden;
	white-space: nowrap;

	max-width: 700px;
	padding: 5px 10px;
	/*margin: 0 10px;*/
	margin-right: 10px;
	border-radius: 100px;
	border: 1.5px solid #ccc;
	user-select: none;
	transition: 0.5s;

	font-size: 18pt;

}


.filter-container .text {
	/*display: inline-block;*/
	overflow: hidden;
	max-width: 600px;
	white-space: nowrap;
	margin: 0 10px;
	transition: 0.5s;
}

.filter-container .dot {
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

/*
.times-circle svg {
	cursor: pointer;
}
.times-circle  {
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.2s;
}
.times-circle:hover
{
	cursor: pointer;
  filter: brightness(66%);
  transition: all 0.2s;
}

.filter-container .close {
	cursor: pointer;
	border-radius: 50%;
}
*/

.filter-container .close {
	cursor: pointer;
	/*background-color: #afabab;;*/
	/*color: white;*/
	border-radius: 50%;
	text-align: center;
	transition: all 0.2s;
}
.filter-container .close:hover {
	/*background-color: #767171;*/
	transition: all 0.2s;
	filter: brightness(66%);
	/*background-color: green;*/
}


/*.filter-container .close {
	cursor: pointer;
	background-color: #afabab;;
	color: white;
	border-radius: 50%;
	text-align: center;
	transition: all 0.2s;
}
.filter-container .close:hover {
	background-color: #767171;
	transition: all 0.2s;
}

*/

/* ********************************* */

.ahead-main-modal {

	z-index: 101;
	max-height: 0;
	/*display: none;*/
	/*visibility: hidden;*/
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.1);
	overflow: hidden;

	width: 100%;
	/*padding: 0 40px;*/

}

.modal-inner {
	padding: 40px;
}

/*.ahead-main-modal .modal-header*/


.filter-stratifiers-heading-inner, .modal-header-inner {
	background: #f8fafddd;
	color: #1751a2;
	border-bottom: 5px solid #1751a2;
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 20pt;
	/*margin-top: 40px;*/
	min-height: 80px;
	padding: 0 20px;
	cursor: pointer;

}

#modal-jurisdiction, #modal-state, #modal-national {
  margin-top: 40px;
}

.header-subtitle {
  padding-bottom: .5em;
}

.filter-stratifiers-heading-inner {
	margin-bottom: 0px;
	margin-top: 0px;

}

#filter-stratifiers-block .filter-jurisdiction-stratifiers, .filter-state-stratifiers{
  padding-top: 1em;
}

.filter-stratifiers-heading-inner.active, .modal-header-inner.active {
	background: #1751a2;
	color: white;
	border-bottom: none;
}

.filter-content {
  /*margin-top: 30px;*/
  /*column-count: 4;*/
  padding-top: 1em;
}

.strat-card-close {
  cursor: pointer;
}

.stratification-card-sort {
  margin-right: -5px;
}


/* ********************************* */
.button {
	font-weight: bold;
	font-size: 20pt;
	/*z-index: 103;*/
}
.button.active, .button.modal-active {
	z-index: 103;
}

/* ********************************* */
.wrapper-dropdown {
    /* Size & position */
    position: relative;
    width: 200px;
    padding: 12px 15px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    /*box-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.1);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    z-index: 3;
}

.wrapper-dropdown .selected {
	font-weight: bold;
}

.wrapper-dropdown .ahead-dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: max-height 0.3s ease-out;
	box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.1);

    /* Hiding */
    max-height: 0;
    overflow: hidden;
    z-index: 3;
}

.wrapper-dropdown ul {
	padding: 0;
	margin: 0;
}

.wrapper-dropdown .ahead-dropdown li {
	font-weight: bold;
    display: block;
    text-decoration: none;
    color: #333;
    /*padding: 10px 0;*/
    padding: 10px 15px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}


/* Hover state */
.ahead-dropdown li:hover {
    color: #1751a2;
}

/* Active state */

.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    /*background: #4cbeff;*/
    box-shadow: none;
    border-bottom: none;
    color: white;
    z-index: 103;
}

.wrapper-dropdown.active .selected {
	color: white;

}

.wrapper-dropdown.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown.active .ahead-dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 500px;
    /*border-top: 3px solid #229a8c;*/
    border-top: 3px solid black;
}

.active-stratifications {
	display: flex;
	justify-content: space-evenly;
}
