/* $Id$ */

/* New select2 component style start */

.select2-results li{
	box-sizing:border-box;
	width:calc(100% - 1px);
	margin:0 auto;
	color: var(--black);
}
.select2-container .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice .select2-arrow{
	width:25px;
	border:0;
    background-color: var(--transparent);
	background-image:url(../images/svg/svg-sprite.abc7dbe7f9fec24a6d0ecec09e3b8237.png);	
	background-repeat:no-repeat;
    background-position:-231px 3px;
}
body[data-dark-mode="true"] .select2-container .select2-choice .select2-arrow,
body[data-dark-mode="true"] .select2-container.select2-container-disabled .select2-choice .select2-arrow
{
	background-image:url(../images/darkmode_images/svg-sprite-darkmode.6afcf1e1175e49dc4825e2602aca63be.png);
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: transparent url(../images/loading-ani.11f7af1e0289e5450e3e1759d58afcf3.gif) no-repeat 100% !important;
}
.select2-container .select2-choice .select2-arrow b{
	display:none;
}
.select2-advanced{
	width:26px;
	height:26px;
	cursor:var(--sdp-cursor-pointer);
	border:0;
	background-image:url(../images/svg/svg-sprite.abc7dbe7f9fec24a6d0ecec09e3b8237.png);	
	background-repeat:no-repeat;
	display:inline-block;
	background-position:-33px 3px;
	padding:0;
	position:absolute;
	right:1px;
	top:1px;
	background-color: var(--aqua-haze);
    border-left: 1px solid var(--pale-gray-30);
	box-sizing:border-box;
}
body[data-dark-mode="true"] .select2-advanced
{
	background-image:url(../images/darkmode_images/svg-sprite-darkmode.6afcf1e1175e49dc4825e2602aca63be.png);
}
.nochoice-select2{
	padding:0px;
	box-shadow:none;
	border:0;
}
.select2-results .select2-no-results, .select2-results .select2-searching{
	padding:8px;
	font-size:var(--font-s12);
	color:var(--half-gray-50);
}
.select2-search input, .select2-container .select2-choice span{
	font-size:var(--font-s13);
	color:var(--black);
	font-family:inherit;
}
.select2-container .select2-choice span{
	line-height:28px;
}
.select2-result-label{
	font-size:var(--font-s12);
}
.select2-result-label .sctxt{
	font-size:var(--font-s13);
}
.select2-container .select2-choice, .select2-container-multi .select2-choices
{
	border-radius:0px;
	border:1px solid var(--sdpform-field-border);
	box-sizing:border-box;
	height:30px;
	box-shadow:none;
	background:var(--white);
	border-radius:4px;
}
.sdp-layout-field-row .select2-container .select2-choice{
	border:1px solid var(--pale-gray-30);
}
.select2-container .select2-choice > .select2-chosen{
	margin-right:30px;
}
.select2-dropdown-open.select2-drop-above .select2-choice{
	border:1px solid var(--theme-color);
	background:var(--white);
}
.select2-drop.select2-drop-active{
	box-sizing:border-box;
	box-shadow: 0px 3px 6px var(--shadow-lite);
    border: 1px solid var(--pale-gray-30);
	border-radius:4px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	background: var(--baby-white);
}
.select2-drop.select2-drop-above.select2-drop-active{
	border-radius:4px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top:0;
}
.select2-drop .select2-results{
	padding:5px 0px 5px 0px;
	margin:0;
	max-height:250px;
}
.admin_search.admin_search_select2.select2-drop .select2-results{
	padding-bottom:0;
	padding-top:0;
}
.select2-results .select2-result-label{
	line-height:18px;
	padding:6px 10px;
	word-break:break-word;
	word-wrap:break-word;
}
.select2-results li.select2-result-with-children > .select2-result-label, .select2-results li.select2-result-with-children > .select2-result-label:hover{
    font-weight: bold;
	color:var(--black);
	background:var(--baby-white);
}
.select2-drop .select2-search{
	margin:10px 10px 5px 10px;
	padding:0;
	width:calc(100% - 20px);
	position:relative;
	min-height:unset;
}
.select2-drop .select2-search .select2-input,#request_new .tb-slide-header .select2-search .select2-input{
	border: 1px solid var(--ash-gray-40);
	background:var(--silver-grey-20);
	border-radius:2px;
	color:var(--black);
	transition:background var(--tranimation-duration-4ms) linear,border var(--tranimation-duration-4ms) linear;
	box-sizing:border-box;
	padding:7px 5px 7px 30px;
	width:100%;
	margin:0;
	font-size:var(--font-s13);
	height:28px !important;
	background-image:none !important;
}
.service-catalog-filter-parent.admin-right-filter .select2-container .select2-choice,
.select2-container.select2-searchico-placeholder .select2-choice {
    padding-left: 30px;
}
.select2-drop .select2-search:after,#request_new .tb-slide-header .select2-search:after,
.service-catalog-filter-parent.admin-right-filter .select2-container:after,
.select2-container.select2-searchico-placeholder:after{
	content:"";
	background:url(../images/svg/search.fbd4d41a0f47595da30ae34adaa67581.svg) no-repeat;
	width:14px;
	height:14px;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	cursor:var(--sdp-cursor-pointer);
	left:10px;
	top:calc(50% - 7px);
}
.select2-container.select2-searchico-placeholder span.select2-arrow,
.service-catalog-filter-parent.admin-right-filter .select2-container  span.select2-arrow{
    display: none;
}
.select2-drop.select2-drop-above.select2-drop-active .select2-search:after{
	content:"";
	top:calc(50% - 6px);
}
.select2-drop .select2-search .select2-input:focus{
    border:1px solid var(--theme-color);
	background:var(--white);
}
.select2-results .select2-highlighted:hover,.select2-results .select2-highlighted ,
.select2-results li.select2-result-with-children.select2-result-selectable.select2-highlighted > .select2-result-label, 
.select2-results li.select2-result-with-children.select2-result-selectable.select2-highlighted > .select2-result-label:hover{
	background:var(--theme-selection-bg);
	color:var(--theme-color);
}
.select2-dropdown-open .select2-choices, .select2-container.select2-dropdown-open.select2-container-active a.select2-choice,
 .select2-dropdown-open.select2-drop-above .select2-choices{
	background:var(--white);
	border:1px solid var(--theme-input-focus);
}
.rulerow .dd3-content .select2-container.select2-dropdown-open.select2-container-active a.select2-choice{
	border:0;
	background:var(--transparent);
}
.select2-container-multi .select2-choices li{
	float:left;
	list-style:none;
}
.select2-container-multi .select2-choices .select2-search-choice{
	background:var(--silver-grey-20);
	border:1px solid var(--pale-gray-30);
	border-radius:11px;
	max-width:95%;
	white-space:normal;
	word-break:break-word;
	font-size:var(--font-s12);
	box-shadow:none;
	background-image:none;
	padding:4px 5px 4px 22px;
	float:left;
}
.select2-container-multi .select2-choices .select2-search-choice-focus.select2-search-choice{
	background:var(--ash-gray-40);
}
.select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close, .select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close:hover{
	background:var(--pale-gray-30) !important;
	border-radius:50%;
	height:14px;
	width:14px;
	position:absolute;
	left:4px;
    top: 4px;
	display:inline-block;
	vertical-align:middle;
}
.select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:20px;
	width:20px;
    background-image:url(../images/svg/svg-sprite.abc7dbe7f9fec24a6d0ecec09e3b8237.png) !important;
	background-position:-375px -449px !important;
	background-size:auto;
	display:block !important;
	transform:scale(0.8);
	margin:0.5px 0px 0px 0.8px;
}
body[data-dark-mode="true"] .select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close:after
{
	background-image:url(../images/darkmode_images/svg-sprite-darkmode.6afcf1e1175e49dc4825e2602aca63be.png) !important;
}
.select2-container-multi .select2-choices .select2-search-choice:hover a.select2-search-choice-close:after{
	opacity:1;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit{
	text-align:center;
	background:var(--silver-grey-20);
	display:block;
	padding:8px 0px;
}
.selectdrop-sub-header{
	color:var(--black);
	display:block;
	padding:6px 10px;
	margin-top:3px;
	font-size:var(--font-s11);
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dashed var(--pale-gray-30);
}
.select2-container-multi.select2-container-active .select2-choices,
.select2-container.select2-container-active a.select2-choice{
	border:1px solid var(--theme-input-focus);
	box-shadow:none;
}
.select2-container-multi .select2-choices .select2-search-choice div{
	margin:0;
	font-size:var(--font-s12);
    line-height: 15px;
}
.select2-container.select2-container-disabled a.select2-choice,.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color:var(--silver-grey-20);
	cursor:var(--sdp-cursor-not-allowed);
}
.select2-container.select2-container-disabled .select2-choice{
	border-color: var(--pale-gray-30);
}
.select2-container.formStyle{
	border:0;
	padding:0;
}
.select2-container.select2-allowclear .select2-chosen{
	margin-right:50px;
}
.select2-container.select2-allowclear abbr.select2-search-choice-close,.select2-search-choice-close{
	height:10px;
	width:10px;
    background-image:url(../images/svg/svg-sprite.abc7dbe7f9fec24a6d0ecec09e3b8237.png) !important;
	background-position:-375px -449px;
	background-size:auto !important;
	top:9px;
	right:30px;
}
body[data-dark-mode="true"] .select2-container.select2-allowclear abbr.select2-search-choice-close,
body[data-dark-mode="true"] .select2-search-choice-close
{
	background-image:url(../images/darkmode_images/svg-sprite-darkmode.6afcf1e1175e49dc4825e2602aca63be.png) !important;
}
.select2-container.select2-allowclear:not(.select2-container-multi)  abbr.select2-search-choice-close{
	opacity:0.6;
}
.select2-container.select2-allowclear abbr.select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice:hover .select2-search-choice-close{
	opacity:1;
}
.select2-container.error{
	padding:0;
	max-width:none;
	border:0;
}
.select2-container.error ul.select2-choices{
	border-color:var(--blood-red);
}
.select2-container-multi .select2-choices .select2-search-field input{
	margin:0;
	height:28px;
	font-size:var(--font-s13);
	box-sizing:border-box;
    text-overflow: ellipsis;
    padding:4px 5px;
}
.select2-results li.select2-result.select2-result-unselectable > .select2-result-label{
	cursor:auto;
}
.select2-drop.select2-drop-active li.select2-result.select2-result-unselectable > .select2-result-label {
    font-weight: 600;
}
.select2-results .select2-results-dept-1 .select2-result-label{
	padding-left:20px;
}
.select2-results .select2-results-dept-2 .select2-result-label{
	padding-left:40px;
}
.select2-results .select2-results-dept-3 .select2-result-label{
	padding-left:60px;
}
.select2-results .select2-results-dept-4 .select2-result-label{
	padding-left:80px;
}
.select2-results .select2-results-dept-5 .select2-result-label{
	padding-left:100px;
}
.select2-results .select2-results-dept-6 .select2-result-label{
	padding-left:110px;
}
.select2-results .select2-results-dept-7 .select2-result-label{
	padding-left:120px;
}
.select2-more-results.select2-active{
	background:url(select2-spinner.7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 96%;
	background-color:var(--silver-grey-20);
	font-size:var(--font-s12);
	text-align:center;
	display:block;
	padding:8px 12px;
	color:var(--elephant-gray-70);
}
.select2-results .informal{
	display:block;
	color:var(--elephant-gray-70);
	margin-bottom:5px;
	margin-top:2px;
}
.select2-container-multi .select2-choices .select2-search-field:first-child:last-child, .select2-container-multi .select2-choices .select2-search-field:first-child:last-child input{
	width:100%;
}
/* New select2 component style end */

/* draggable select2 option style start*/

.select2-container.select2-container-multi.drag_select2{
	width:100% !important;
}
.select2-container-multi.drag_select2 .select2-choices{
	background:var(--white);
	max-height:200px;
	overflow-y:auto;
	padding:0;
}
.select2-container-multi.drag_select2 .select2-choices li.select2-search-field{
	float:none;
}
.select2-container-multi.drag_select2 .select2-choices .select2-search-choice{
	padding:5px 30px 5px 5px;
	margin:0;
	line-height:25px;
	border:0px;
	background:var(--white);
	font-size:var(--font-s12);
	width:100%;
	float:none;
	max-width:100%;
	box-sizing:border-box;
	border-radius:0;
}
.select2-container-multi.drag_select2 .select2-choices .select2-search-choice a.select2-search-choice-close{
	left:auto;
	right:8px;
	top:10px;
	opacity:0.5;
}
.select2-container-multi.drag_select2 .select2-choices .select2-search-choice:hover a.select2-search-choice-close{
	opacity:1;
}
.select2-container-multi.drag_select2  .select2-search-choice div:before{
	content:"";
	width:13px;
	height:13px;
	background-image:url(../images/svg/svg-sprite.abc7dbe7f9fec24a6d0ecec09e3b8237.png);	
	background-position:-75px -132px;
	display:inline-block;
	cursor:var(--sdp-cursor-move);
	margin-right:4px;
	opacity:0.6;
	vertical-align:middle;
}
body[data-dark-mode="true"] .select2-container-multi.drag_select2  .select2-search-choice div:before
{
	background-image:url(../images/darkmode_images/svg-sprite-darkmode.6afcf1e1175e49dc4825e2602aca63be.png);
}
.select2-container-multi.drag_select2 .select2-choices .select2-search-choice:hover  div:before{
	opacity:1;
}
.select2-container-multi.drag_select2  .select2-choices .select2-search-choice-close:hover{
	background-position:-67px -20px;
}
.select2-container-multi.drag_select2 .select2-choices .select2-search-field input{
	width:calc(100% - 2px)!important;
	background:var(--aqua-haze) !important;
	font-size:var(--font-s12) !important;
	box-sizing:border-box;
	margin:1px;
}
.select2-container-multi.drag_select2 .select2-choices .select2-search-choice.ui-sortable-placeholder{
	background-color:var(--cream-yellow);
	border:1px dashed var(--orange);
	height:30px;
	visibility:visible !important;
}
.select2-container-multi.drag_select2 .select2-search-choice.ui-sortable-helper{
	box-shadow:var(--shadow-lite) 0 0 5px;
	margin-left:20px;
	margin-top:2px;
	border-radius:4px;
}
/* draggable select2 option  style end*/

/* advanced select2 style start */
.select2-drop.select2-temp-img.select2-tab-advanced {
    min-width: 300px;
}
.select2-filter .filtercss a{
	border:1px solid var(--pale-gray-30);
	height:26px;
	width:100%;
	display:block;
	margin:0 auto;
	padding:0;
}
.select2-filter .filtercss a i{
	width:21px;
	height:24px;
	float:right;
	padding-top: 4px;
    box-sizing: border-box;
}
.select2-filter .filtercss{
	float:none;
	margin:0px 10px 0px 10px;
	padding:0;
	width:calc(100% - 20px);
	display:block;
}
.select2-filter-options{
	border: 1px solid var(--pale-gray-30);
	border-top:0px;
    background-color: var(--baby-white);
	max-height:150px;
	clear:both;
	overflow:auto;
	margin:0px 10px 0px 10px;
	padding:0;
	width:calc(100% - 20px);
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.select2-filter-options ul{
	list-style:none;
	font-size:var(--font-s12);
	margin:0;
	padding:6px 0px;
}
.select2-filter-options ul li{
	padding:5px;
	line-height:18px;
	padding:8px 10px;
	cursor:var(--sdp-cursor-pointer);
}
.select2-filter-options ul li:hover{
	background-color:var(--theme-selection-bg);
	color:var(--theme-color);
}
.select2-filter .filtercss a{
	line-height:normal;
}
.select2-filter .filtercss a span{
	background:url('../images/spacer.5722d7bd0f1e1379d0a2005a0a9ea401.gif');
}
/* advanced select2 style end*/

.request-new-form #multiasset .select2-container-multi .select2-choices{
	max-height:60px !important;
	overflow-y:auto;
}
.product-select2filter.product{
	min-width:200px;
}
.sdpAccordionWrapSearch .select2-results li.select2-result-with-children > .select2-result-label{
	background:var(--transparent);
}
.ruleholderdialog-div .ruleholder-text.pipe{
	width:calc(100% - 24px);
	display:inline-block;
}
.ruleholderdialog-div span.scicon{
	margin-top:-6px;
	vertical-align:top;
	transform-origin:right center;
}
.select2-disabled.select2-result-with-children{
	background:var(--transparent);
}
.select2-drop.priority li.zia-category-preload-common span.priority-dd-list {
    padding:0px;
}
.general-form .select2-container a.select2-choice.select2-default .select2-chosen{
	color: var(--sdpform-field-placeholder);
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    border: 1px solid var(--pale-gray-30);
    padding: 4px 6px 4px 6px;
    border-radius: 50px;
}
/* last element fixed in select2 common css start */
.select2-drop.select2-footer-fixed .select2-results li:last-child{
	position: sticky;
    bottom: 0px;
    background: var(--baby-white);
    z-index: 100;
    padding: 5px;
    border-top: 1px solid var(--pale-gray-30);
    box-shadow: 0px 10px 5px 0px var(--white);
    padding: 7px 5px 8px 23px;
}
.select2-drop.select2-footer-fixed .select2-results li:last-child:before{
	content: '';
    width: 22px;
    height: 22px;
    background: url(../images/svg/delete-blueborder.fa18c71f3a80555dfa9c055f569e5859.svg);
    position: absolute;
    top: 11px;
    left: 7px;
}
.select2-footer-fixed.select2-drop .select2-results{
	padding-bottom: 0px;
}
/* last element fixed in select2 common css end */

.select2-results li.select2-selection-limit{
	color: var(--elephant-gray-70);
	font-size: var(--font-s14);
}
.select2-container.flat-select-rb {
    background: transparent !important;
}
.select2-container.flat-select-rb a.select2-choice {
    border: 0 !important;
    padding-left: 0;
    width: max-content !important;
    background:transparent !important;
}




/* Style for the tabs */
 
  
  /* Style for expandable sections */
  .select2-expand {
	margin-left: 10px;
	cursor: var(--sdp-cursor-pointer);
  }
  

/* Base styles for the dropdown */
.select2-dropdown {
	width: auto !important; /* Allow automatic width adjustment */
	min-width: 100%; /* Make sure the dropdown is at least as wide as the input */
	max-width: 90vw; /* Prevent the dropdown from exceeding the viewport width */
	position: relative;
	white-space: nowrap; /* Ensure options don't wrap to multiple lines */
  }
  
  /* Adjust dropdown content's behavior */
  .select2-results__options {
	display: block;
	overflow: visible; /* Allow overflow of options for wider dropdowns */
	white-space: nowrap; /* Prevent text wrapping */
  }


  .select2-result-label.collapse_list + ul.select2-result-sub {
    max-height: 0px;
    height: 0;
    visibility: hidden;
}



/* select2 with tab css start */
.select2-with-tabs-input
{
	min-width:250px;
}
.select2-tabs {
    background-color: var(--aqua-haze);
    padding: 0px 10px;
    border-bottom: 1px solid var(--pale-gray-30);
    height: 35px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}
.select2-tab {
    cursor: var(--sdp-cursor-pointer);
    padding: 8px 8px;
    font-size:var(--font-s10);
    text-transform: uppercase;
    border-bottom: 2px solid var(--transparent);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
    color: var(--elephant-gray-70);
	font-weight: 600;
}
.select2-tab:hover ,.select2-tab.selected{
	color: var(--theme-color);
}
.select2-tab.selected {
    border-bottom-color: var(--theme-color);
}
.select2-breadcrumbs-container {
    position: relative;
}
.select2-breadcrumbs {
    background-color: var(--white);
    padding: 13px 18px;
    border-radius: 6px 6px 0px 0px;
    height: 48px;
    box-sizing: border-box;
}
.select2-breadcrumb {
	cursor: var(--sdp-cursor-pointer);
	color: var(--dark-charcoal-blue);
	font-size:var(--font-s13);
	font-weight: 600;
	min-width: 65%;
	max-width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
}
.select2-back-button {
	cursor: var(--sdp-cursor-pointer);
    margin: 0px 5px 0px 0px;
    font-size:var(--font-s14);
    display: inline-block;
    vertical-align: middle;
    background: url(../images/svg/svg-sprite.abc7dbe7f9fec24a6d0ecec09e3b8237.png) no-repeat;
    background-position: -233px -4px;
    height: 16px;
    width: 16px;
    transform: rotate(90deg);
}
.sublevel-search-btn {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 10px;
    top: calc(50% - 24px/2);
    cursor: var(--sdp-cursor-pointer);
}
.select2-breadcrumb-separator {
	margin:2px 2px 0px 0px;
	color: var(--elephant-gray-70);
}
.select2-drop.select2-drop-active.select2-tab-advanced.select2-tab-advanced-ddtop
{
    border-radius: 6px;
    border: 1px solid var(--light-blue);
    box-shadow: 0px 0px 10px 0px var(--shadow-lite);
    width: calc(100% - (-2px));
}
.select2-drop.select2-drop-active.select2-tab-advanced .select2-search {
    margin: 0;
    width: calc(100% - 32px);
    left: 16px;
}
.select2-drop.select2-drop-active.select2-tab-advanced .select2-search input {
    font-size:var(--font-s11);
    border-radius: 0;
    background: var(--white);
    height: 35px !important;
}
.tb-card-container .select2-drop.select2-drop-active.select2-tab-advanced .select2-search input{
	height: 38px !important;
    padding: 7px 30px 7px;
    border-radius: 3px;
    font-size: var(--font-s13);
}
.select2-drop.select2-drop-active.select2-tab-advanced .select2-result-label {
    padding: 7px 20px;
    display: block;
}
.select2-drop.select2-drop-active.select2-tab-advanced li.select2-result.select2-result-unselectable > .select2-result-label {
    margin: 0;
    padding: 0;
}
.select2-drop.select2-drop-active.select2-tab-advanced li.select2-result.select2-result-unselectable > .select2-result-label .group-header {
    text-transform: uppercase;
    padding: 6px 16px;
    margin: 5px 0px;
    background: var(--transparent);
    box-sizing: border-box;
    font-size:var(--font-s11);
    color: var(--elephant-gray-70);
}
.select2-drop.select2-drop-active.select2-tab-advanced .select2-results li {
    color: var(--dark-charcoal-blue);
}
.select2-drop.select2-drop-active.select2-tab-advanced .select2-results li.select2-disabled
{
	background: none;
}
.select2-drop.select2-drop-active.select2-tab-advanced .select2-results li.select2-disabled:not(.select2-result-with-children){
	display: none
}
.select2-drop.select2-drop-active.select2-tab-advanced .select2-results li.select2-no-results {
    color: var(--half-gray-50);
}
.select2-results .select2-expand-icon {
    height: 24px;
    width: 24px;
    background: url(../images/svg/accordian_rightarrow.7d4f0071b63dfc81b59927c537afe189.svg) no-repeat center;
    background-size: 14px 14px;
    opacity: 0.7;
    position: absolute;
    right: 10px;
    top: calc(50% - 24px / 2);
    display: inline-block;
    border-radius: 50%;
}
.select2-results .select2-expand-icon:hover
{
	background-color: var(--aqua-spring);
}
.select2-results .load-more-btn {
    display: block;
    margin: 5px auto;
    padding: 8px 16px;
    background-color: var(--white);
    border: 1px solid var(--pale-gray-30);
    cursor: var(--sdp-cursor-pointer);
    border-radius: 4px;
    text-align: center;
    width: 95%;
    font-size:var(--font-s12);
    color: var(--black);
}
.select2-results .load-more-btn:hover {
    background-color: var(--theme-selection-bg);
}
.select2-breadcrumb-dropdown {
    border: 1px solid var(--light-blue);
    position: absolute;
    background: var(--white);
    z-index: 100001;
    font-size:var(--font-s13);
    width: 250px;
    top: 28px;
    left: -96px;
    opacity: 1;
    transition: var(--tranimation-duration-4ms) linear opacity;
    border-radius: 4px;
    box-shadow: 0 3px 12px var(--shadow-lite);
    padding: 4px 0px;
}
.sc-dropdown-zsearch .select2-breadcrumb-dropdown{
	left: -30px;
}
.sc-dropdown-zsearch .select2-breadcrumb-dropdown:after{
	left: 30px;
}
.select2-breadcrumb-dropdown .select2-breadcrumb-dropdown-item {
    padding: 8px 12px;
    color: var(--black);
    cursor: var(--sdp-cursor-pointer);
}
.select2-breadcrumb-dropdown.select2-breadcrumb-dropdown-hidden {
    opacity: 0;
    pointer-events: none;
}
.select2-breadcrumb-ellipsis-container {
    position: relative;
}
span.select2-breadcrumb-ellipsis {
    height: 20px;
    width: 20px;
    cursor: var(--sdp-cursor-pointer);
    margin: 0px 5px;
}
.select2-breadcrumb-dropdown:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-left: 6px solid var(--transparent);
    border-right: 6px solid var(--baby-white);
    border-bottom: 6px solid var(--transparent);
    border-top: 6px solid var(--baby-white);
    box-shadow: 1.5px -1.5px 0 0 var(--pale-gray-30);
    position: absolute;
    top: -4px;
    left: calc(50% - 55px / 2);
    z-index: 0;
    transform: rotate(-45deg);
}
.select2-breadcrumb-dropdown .select2-breadcrumb-dropdown-item:hover {
    background: var(--theme-selection-bg);
    color: var(--theme-color);
}
.select2-drop.select2-drop-active.select2-tab-advanced .group-header {
    width: 100%;
    display: flex;
}
.select2-drop.select2-drop-active.select2-tab-advanced .group-header .scicon-open
{
	display: none;
}
.select2-drop.select2-drop-active.select2-tab-advanced .group-header span.sctxt {
    font-size:var(--font-s11);
    line-height: 22px;
}
.select2-drop .sdp-select-home-ico{
	cursor: var(--sdp-cursor-pointer);
}
.searchServiceTemplate-select2filter span.select2-breadcrumb-ellipsis{
	margin: 0px 4px 0 2px;
}
.searchServiceTemplate-select2filter .sdp-svg-ico16{
	margin-top: 2px;
}
.searchServiceTemplate-select2filter .select2-tabs,
.tb-slide-panel .req-temp-drop .select2-tabs{
	padding: 0 16px; 
}
.searchServiceTemplate-select2filter .select2-back-button{
	margin: 0px 5px 0px -6px;
}
.select2-container .select2-template-selection{
	display: flex;
	align-items: normal;
	height: 30px;
}
.sc-copy-teplate .sdp-layout-field[data-fieldrefname="service_category_copy"] .select2-template-selection{
	align-items: center;
}