.SumoSelect p {
	margin: 0;
 }
.SumoSelect {
	width: 200px;
 }
.SelectBox {
	padding: 5px 8px;
 }
.sumoStopScroll {
	overflow: hidden !important;
 }
.SumoSelect .hidden:not(li.group) {
	display: none;
 }
.SumoSelect .search-txt,
.SumoSelect .reset-search,
.SumoSelect .custom-txt:not(.active),
.SumoSelect.open .custom-txt.active+.search-txt {
	display: none;
	outline: 0;
 }
.SumoSelect .reset-search {
	width:30px !important;
	left: auto !important;
	right: 0;
	font-size: 24px !important;
}

.SumoSelect .search-txt {
	width:calc(100% - 30px) !important;
	max-width: calc(100% - 30px) !important;
 }
.SumoSelect .no-match {
	display: none;
	padding: 6px !important;
	background-color: #e14d4d;
	color: white;
	font-weight: 700;
	cursor: default;
 }
.SumoSelect.open .search-txt,
.SumoSelect.open .reset-search,
.SumoSelect.open .custom-txt.active {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: white;
	}
.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
	visibility: hidden;
 }
.SelectClass,
.SumoUnder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	/* opacity: 0; */;
 }
.SelectClass {
	z-index: 1;
 }
.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
 }
.SumoSelect {
	display: inline-block;
	position: relative;
	outline: 0;
 }
.SumoSelect>.CaptionCont {
	position: relative;
	min-height: 32px;
	background-color: #fff;
	border-radius: 2px;
	margin: 0;
 }
.SumoSelect>.CaptionCont>span {
	display: block;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
	cursor: default;
 }
.SumoSelect>.CaptionCont>span.placeholder {
	color: #ccc;
	font-style: italic;
 }
.SumoSelect>.CaptionCont>label {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	background-color: white !important;
 }
.SumoSelect>.CaptionCont>label>i {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #bbb;
	position: absolute;
	top: .3rem;
	right: .3rem;
	bottom: 0;
	margin: auto;
	transition: ease-in 0.15s;
 }
.SumoSelect[is-chosen="true"] >.CaptionCont>label>i {
	border-top-color: black;
 }
.SumoSelect>.CaptionCont>label>abbr {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	opacity: .8;
 }
.SumoSelect>.optWrapper {
	display: none;
	z-index: 1000;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
	border-radius: 3px;
	overflow: hidden;
 }
.SumoSelect.open>.optWrapper {
	top: 35px;
	display: block;
 }
.SumoSelect.open>.optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px;
 }
.SumoSelect>.optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
 }
.SumoSelect>.optWrapper ul li {
	position: relative;
 }
.SumoSelect>.optWrapper>.options {
	border-radius: 2px;
	position: relative;
	max-height: 360px;
	border-radius: 2px 2px 0 0;
 }
.SumoSelect>.optWrapper.selall>.options {
	border-radius: 0 0 2px 2px;
	padding-left: .25rem;
	}
.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
	border-radius: 0;
 }
.SumoSelect>.optWrapper>.options li.group.disabled>label {
	opacity: .5;
 }
.SumoSelect>.optWrapper>.options li ul li.opt {
	padding-left: 22px;
 }
.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
	padding-left: 50px;
 }
.SumoSelect>.optWrapper.isFloating>.options {
	max-height: 100%;
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.5);
 }
.SumoSelect>.optWrapper>.options li.opt {
	padding: 6px 6px;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
 }
.SumoSelect>.optWrapper>.options li.opt.group {
	padding: 0;
 }
.SumoSelect>.optWrapper>.options>li.opt:first-child {
	border-radius: 2px 2px 0 0;
 }
.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
	border-radius: 0;
 }
.SumoSelect>.optWrapper>.options>li.opt:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none;
 }
.SumoSelect>.optWrapper>.options>li.opt:last-child {
	border-radius: 0;
 }
.SumoSelect>.optWrapper>.options li.opt:hover {
	background-color: #e4e4e4;
 }
.SumoSelect .select-all.sel,
.SumoSelect>.optWrapper>.options li.opt.sel {
	background-color: #a1c0e4;
 }
.SumoSelect>.optWrapper>.options>li>label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 15px;
	display: block;
	cursor: pointer;
	color: black;
	padding: 0;
	margin: 0;
	}
.SumoSelect>.optWrapper>.options li span {
	display: none;
 }
.SumoSelect>.optWrapper>.options li.group>label {
	padding: 8px 6px;
	font-weight: 700;
 }
.SumoSelect>.optWrapper>.options li.group>label {
	padding: 6px;
 }
.SumoSelect>.optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%;
 }
.SumoSelect>.optWrapper>.options li.opt.disabled {
	background-color: inherit;
	pointer-events: none;
 }
.SumoSelect>.optWrapper>.options li.opt.disabled * {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: .5;
 }
.SumoSelect>.optWrapper.multiple>.options li.opt {
	/* padding-left: 20px; */
	padding: 6px 0 3px 20px !important;
	cursor: pointer;
}
.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options>li[data-index]>span {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 3px;
	left: 0;
	bottom: auto;
	margin-left: 0;
 }
.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #aeaeae;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	background-color: #fff;
 }
.SumoSelect>.optWrapper.multiple>.options>li[data-index]>label>del {
    display: inline-flex;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: -1px 5px 0 0;
    text-decoration: none !important;
    font-size: 22px;
    background: var(--orange) !important;
    color: white;
    padding: 0 .1rem;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;
}
.SumoSelect>.optWrapper>.MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .13);
	border-radius: 0 0 3px 3px;
	padding: .15rem .2rem 0 .2rem;
 }
.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
	display: flex;
	/* margin-top: 5px; */
	position: absolute;
	bottom: 0;
	width: 100%;
	justify-content: space-around;
 }
.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .2rem;
 }
.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls:has(>span.rcl-bttn) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
 }
.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>span.rcl-bttn {
	display: flex;
	flex-grow: 1;
	justify-content: center;
 }
.SumoSelect>.optWrapper>.select-controls label.rcl-bttn.rcl-bttn__size-small {
	padding: 3px 5px !important;
 }
.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
	padding: 6px;
 }
.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
	box-shadow: 0 0 2px #a1c0e4;
	border-color: #a1c0e4;
	outline: 0;
	background-color: #a1c0e4;
 }
.SumoSelect>.optWrapper.multiple>.MultiControls>p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
 }
.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
	background-color: #f1f1f1;
 }
.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
	border-right: 1px solid #dbdbdb;
	border-radius: 0 0 0 3px;
 }
.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
	border-radius: 0 0 3px 0;
 }
.SumoSelect>.optWrapper.isFloating>.options li.opt {
	padding: .3rem .1rem;
 }
.SumoSelect>.optWrapper.multiple.isFloating>.options>li.opt {
	padding-left: 1rem;
 }
.SumoSelect>.optWrapper.multiple.isFloating {
	/* padding-bottom: 64px; */
	height: auto;
 }
.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.chosen>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.chosen span i {
	background-color: #005ca9;
	box-shadow: none;
	border-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;
 }
.SumoSelect.disabled {
	opacity: .7;
	cursor: not-allowed;
 }
.SumoSelect.disabled>.CaptionCont {
	border-color: #ccc;
	box-shadow: none;
 }
.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
	cursor: pointer;
 }
.SumoSelect .select-all.partial>span i {
	background-color: #b2d3ef;
 }
.SumoSelect>.optWrapper>.options li.optGroup {
	padding-left: 5px;
	text-decoration: underline;
 }
.SumoSelect[is-chosen=false] .reset-all {
	opacity: .5;
 }
.SumoSelect[is-chosen=true] .reset-all {
	opacity: 1;
	cursor: pointer;
	color: #7799d0;
 }
.SumoSelect[is-chosen=true] .reset-all * {
	cursor: pointer;
 }
.SumoSelect[is-chosen=true] .reset-all:hover {
	color: #000;
 }
.SumoSelect[role="button"]>select.custom-multiselect,
select.SumoUnder {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	display: none;
	max-width: 50%;
 }
.SumoSelect[role="button"] {
	width: 100% !important;
	max-width: 100% !important;
 }
.CaptionCont.SelectBox.custom-multiselect {
	margin: 0 !important;
	padding: .5rem 0 .5rem .5rem !important;
	max-width: 100% !important;
	line-height: 1.25rem !important;
 }
.SumoSelect[is-chosen=false] .reset-all,
.SumoSelect[is-chosen=false] .add-custom {
	opacity: .7 !important;
 }
.SumoSelect>.CaptionCont>span {
	display: inline-block;
	padding: 0 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	max-width: 100%;
	/* margin: .2rem 0 0 0; */;
 }
.form-row:not(:has(.SumoSelect[role="button"])) select.custom-multiselect {
	display: none;
 }
.SumoSelect>.optWrapper {
	width: 100% !important;
 }
.SumoSelect>.CaptionCont {
	border: 1px solid #ced4da !important;
 }
[id^="subtab-"].rcl-subtab-content .SumoSelect>.CaptionCont {
	width: 100%;
	max-width: 100%;
	height: 32px !important;
	line-height: 1;
	padding: 3px 6px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
 }
[id^="subtab-"].rcl-subtab-content .SumoSelect>.CaptionCont,
[id^="subtab-"].rcl-subtab-content .SumoSelect>.CaptionCont>span {
	cursor: pointer;
 }
[id^="subtab-"].rcl-subtab-content .SumoSelect>.CaptionCont>label {
	height: 30px;
 }
[id^="subtab-"].rcl-subtab-content .SumoSelect.open>.optWrapper {
	width: 100% !important;
 }
[id^="subtab-"].rcl-subtab-content .SumoSelect {
	width: 100%;
	height: 32px !important;
	/* height: 0; */;
 }
[id^="subtab-"].rcl-subtab-content .SumoSelect.open {
	z-index: 999999999;
	isolation: isolate;
 }
.SumoSelect>.optWrapper>.select-controls {
	display: block;
	line-height: 1;
	width: 100%;
	height: 1.75rem;
	border-bottom: 1px #dbdbdb solid;
	cursor: default;
 }
.SumoSelect .reset-all>span>i,
.SumoSelect>.optWrapper>.options>li.group:before,
.SumoSelect .add-custom>span>i {
	width: 15px;
	height: 15px;
	display: inline-block;
	font-family: rcl-awesome;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 }
.SumoSelect>.optWrapper>.options>li.group {
	position: relative;
}
.SumoSelect>.optWrapper>.options>li.group:before {
	content: '\f096';
	font-size: 18px;
	position: absolute;
	left: .2rem;
	top: .2rem;
	color: #005ca9;
	cursor: pointer;
}
.SumoSelect>.optWrapper>.options>li.group.chosen:before {
	content: '\f046';
 }
.SumoSelect>.optWrapper>.options>li.group.chosen.partial:before {
	color: #b2d3ef;
 }
.SumoSelect .reset-all>span>i:before,
.SumoSelect .add-custom>span>i:before {
	content: '\f12d';
	color: #005ca9;
	margin: -3px 4px 2px -3px;
 }
.SumoSelect .add-custom>span>i:before {
	content: "\f067";
 }
.SumoSelect .optWrapper>.select-controls {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
 }
.SumoSelect .optWrapper>.select-controls>span {
	display: flex;
	flex-grow: 1;
	flex-flow: row;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 20px;
 }
.SumoSelect .optWrapper>.select-controls>span:first-child {
	margin-left: 2rem;
 }
.SumoSelect>.optWrapper>.options {
	--scrollbarBG: #eeeeee;
	--thumbBG: rgba(72,133,180,0.85);
	cursor: default;
 }
.SumoSelect>.optWrapper>.options::-webkit-scrollbar {
	width: 16px;
 }
.SumoSelect>.optWrapper>.options::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border: 1px solid var(--scrollbarBG);
 }
.SumoSelect>.optWrapper>.options::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
 }
.SumoSelect>.optWrapper>.select-controls>.select-all>span {
	position: relative;
 }
select.SumoSelect-CustomSelector,
.CaptionCont.SelectBox.custom-additions:has(input.custom-txt.active)+.optWrapper .add-custom>span>i:before {
	display: none;
 }
.CaptionCont.SelectBox.custom-additions:has(input.custom-txt.active)+.optWrapper .add-custom>label.rcl-bttn,
.CaptionCont.SelectBox.custom-additions:has(input.custom-txt.active)+.select-controls>.add-custom>label.rcl-bttn {
	background-color: green !important;
 }
.SumoSelect.open>.optWrapper:has(.no-match:visible) {
	border: 1px blue solid;
 }
.SumoSelect .optWrapper .options>.opt.heading>span:has(>i) {
	display: none !important;
	margin: 0;
 }
.SumoSelect>.optWrapper.multiple>.options li.opt.heading {
	padding-left: 15px;
 }
.SumoSelect>.optWrapper.multiple>.options li.opt.heading>label {
	font-weight: bold;
 }
.SumoSelect[class*="sumo_gsn_object-"] .optWrapper>.options {
	max-height: 360px;
 }
.form-filter>.form-row .SumoSelect[role="button"],
.form-filter>.form-row .SumoSelect[role="button"]>p {
	height: 38px !important;
 }
.SumoSelect .optWrapper>.select-controls {
	line-height: 1;
	margin: 0;
	padding: 4px 0;
 }
.SumoSelect .optWrapper>.select-controls>.select-all>span:first-child {
	position: relative;
	top: -2px;
	left: -5px;
 }
.SumoSelect>.optWrapper:has(.not-found)>.options {
	display: none !important;
 }
.SumoSelect>.optWrapper.multiple>.options>li.opt[data-level="0"] {
	/* margin-left: -.75rem; */
	}
.SumoSelect>.optWrapper.multiple.isFloating>.options>li.opt[data-level="0"] {
	margin-left: .3rem;
 }
.SumoSelect>.optWrapper>p.CaptionCont.search>span {
	white-space: nowrap;
 }
.SumoSelect>.CaptionCont>span {
	/* color: #333; */;
 }
.SumoSelect>.optWrapper {
	/* width: 160%; */;
 }
.SumoSelect[is-chosen="false"] .CaptionCont.SelectBox>label>i {
	color: #ccc;
 }
.ssi-modalContent .CaptionCont.SelectBox.custom-multiselect {
	padding: .3rem 0 0 .5rem !important;
	height: 2rem;
	max-height: 2rem;
 }
@media (max-width: 768px) {
	body>section:has(.SumoSelect.open) ~ a#scrollUp,
	.SumoSelect .optWrapper>.select-controls>.reset-all>span:first-child,
	.SumoSelect .optWrapper>.select-controls>.add-custom>span:first-child {
		display: none !important;
	}
	body:has(.SumoSelect.open) {
		overflow: hidden !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.SumoSelect .select-all>span,
	.SumoSelect>.optWrapper.multiple>.options li.opt span {
		width: 20px;
		height: 20px;
		margin-left: -20px;
	}
	.SumoSelect>.optWrapper.multiple.isFloating>.options>li {
		display: block;
	}
	.SumoSelect>.optWrapper.multiple.isFloating>.options>li.opt {
		padding-left: .1rem;
	}
	.SumoSelect>.optWrapper>.options li label {
		white-space: normal !important;
		overflow: visible !important;
	}
	.SumoSelect.open:has(.optWrapper.isFloating) {
		min-height: 100dvh !important;
	}
	.SumoSelect>.optWrapper.isFloating {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/* width: calc(100% - 4px) !important; */
		margin: auto;
		max-height: calc(100svh - 8px);
		overflow: hidden;
	}
	.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls>.rcl-bttn {
		width: 48%;
	}
	.SumoSelect>.optWrapper.isFloating>.options {
		height: calc(100% - 100px);
		padding-bottom: 1rem;
	}
	.SumoSelect.open>select:not([data-levels])+.optWrapper.isFloating>.options>li.opt {
		margin-left: .5rem;
	}
	.SumoSelect>.optWrapper.isFloating>p.CaptionCont.search {
		min-height: 2rem;
	}
 }



















