
	#sidebar_overlay{
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #000 !important;
	    opacity: 0.8 !important;
	    position: fixed;
	    z-index: 110;
	}

	#new_features .item{
		padding:10px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	
	#who_are_you .question{
		width:320px;
		display:inline-block;
		font-size:18px;	
		margin-left:20px;
		color: #000;
		font-weight:600;
	}
	
	#who_are_you select{
		padding:5px;
		font-size:14px;	
		padding: 8px;
		border-radius:5px;
		max-width:240px;
		-webkit-appearance: none;
		-webkit-border-radius: 0px;
		background-position: 100% 50%;
		background-repeat: no-repeat;
		padding: 10px 36px 10px 20px;
		border-radius: 10px;
		background-image: url(/images/bo/select.png);
	   border: solid 1px #CCC;
	   background-color: #FFF;
	}

	.ui.modal > .header{
		font-weight: 600;
	}
	
	.ui.modal > .content{
		background:#FFF;
	}
	
	#who_are_you select option{
	    font-size: 18px;
	}
	
	#who_are_you .error{
		color:red !important;
		display:block;
	}

	#new_feature_list a{
		text-decoration:underline;
	}
	
	#new_features{
		line-height:auto;
	}
	
	#new_features a{
		color: #333;
	}
	
	#new_features .text{
		line-height: 1.3;
		color: #10103A99;
		font-size: 13px;
		font-weight: 500;
	}
	}
	
	.modal i.icon{
		padding-right:20px;
	}
	
	.rating_item{
		width: 30px;
		display: inline-block;
		border: solid 1px;
		text-align: center;
		font-size: 23px;
		padding: 5px;
		cursor:pointer;
		border-radius:5px;
	}
	
	.rating_item_good.selected{
		background-color:#CCC;
	}
	
	.rating_item_bad.selected{
		background-color:#CCC;
	}
	
	.sublink{
		float:right;
		color:#AAA;
		font-size:20px;
	}

	.sublink.red, .sublink.red.icon{
		color:#DF0000 !important;
	}

	.sublink.green, .sublink.green.icon{
		color:#22c55e !important;
	}
	
	.highlight{
		color:red;
		background:none;
	}
	
	#who_are_you .validated{
		border-color:#635BFF;
		border-width: 2px;
	}
	
	#who_are_you .button{
		background-color:#635BFF;
		color: #FFF;
		border-radius:10px;
		font-weight: 500;
    	text-transform: none;
	}
	
	@media (max-width: 820px) {
		
		#who_are_you .ui.content{
			padding-top: 0px;
		}
	
		#who_are_you .question{
			margin-left:0px;
			margin-bottom:10px;
		}
		
		#who_are_you select{
			display:block;
		}
		.modal i.icon{
			display:none !important;
		}

		.ui.modal > .content{
			padding:30px;
			display:block;
		}

		.ui.icon.message{
			display:block;
		}
		
	}
	
	
	#chatbot_overlay{
		display:none;
	}
	
	#chatbot{
		position:fixed;
		bottom:30px;
		right:30px;
		z-index:1000;
		line-height:auto;
		font-weight: normal !important;
		pointer-events: none;
		z-index:999;
	}
	
	#chatbot img{
		max-width:100%;
		height:auto !important;
	}
	
	#chatbot_button{
		width:30px;
		padding:20px;
		border-radius:50px;
		background:#635BFF;
		color:#FFF;
		font-size:25px;
		text-align: center;
		cursor:pointer;
		margin-left: calc(100% - 80px);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20), 0px 5px 7px 0 rgba(0, 0, 0, 0.20);
		pointer-events: auto;
		
	}
	
	.chatbot_notification{
		display:none;
		position:absolute;
		top:0px;
		right:0px;
		font-size:14px;
		color:#FFF;
		padding: 1px 8px;
		background:red;
		font-weight: bold;
		 border-radius: 55px;
	}
	
	#chatbot_button .fa{
		width: 25px;
		line-height:30px;
   		text-align: center;
	}
	
	#chatbot_button .fa-question{
		font-size:30px;
		font-weight: 500;
	}
	
	#chatbot_container{
		height:60vh;
		width:400px;
		margin-bottom:50px;
		box-shadow: 0 0 0.5em 0 rgba(0,0,0,.1);
		box-shadow:0 0 1em 6px rgb(0 0 0 / 11%);
		box-shadow: -1px 13px 1em 6px rgb(0 0 0 / 19%);
		border-radius:10px;
		background:#FFF;
		pointer-events: auto;
		overflow: hidden;
		display:flex;
		flex-direction: column;
		display:none;
	}

	
	#chatbot_container #tab_menu{
		display: flex;
		flex-direction: column;
		width:100%;
	}

	#chatbot_container #tab_menu > *{
		color:#000;
	}

	#chatbot_container #tab_contact label{
		line-height: 18px;
		cursor:pointer;
		max-width:90%;
		width:auto;
	}
	
	#chatbot_container #tab_menu .menu{
		padding: 0px 20px;
    	margin: 0px;
		flex: 1;
		display: flex;
		align-items: center;
		cursor:pointer;
		font-size:16px;
	}
	
	#chatbot_container #tab_menu .menu:not(:last-child){
		border-bottom: solid 1px #EEE;
	}
	
	#chatbot_container #tab_menu .title{
		display: inline-block;
		vertical-align: middle;
		font-weight:600;
	}
	
	#chatbot_container #tab_menu .far{
		margin-right:10px;
		width:30px;
		text-align: center;
		font-size:18px;
	}

	
	#chatbot_container #chatbot_content{
		height:100%;
		height: calc(100% - 140px);
		overflow-x: hidden;
		background:#FFF;
		display:flex;
	}

	
	#chatbot_container.no_header  #chatbot_content{
		height: calc(100% - 64px);
	}
	
	#chatbot_container #chatbot_content.fullscreen{
		height:100%;
	}
	
	#chatbot_container li, #chatbot_container ol{
		list-style: inside;
		margin:5px;
	}
		
	
	#chatbot_container #search{
		background:#FFF;
		border-radius: 0px 0px 10px 10px ;
		overflow:hidden;
		border-top:solid 2px #635BFF;
		position:relative;
		display:flex;
		flex-grow:1;
	}
	
	#chatbot_container #search .fal{
		position:absolute;
		font-size:16px;
	}

	#chatbot_container #search .far{
		margin-left:30px;
	}
	
	#chatbot_container #search input{
		margin:0px;
		border:none;
		font-size:16px;
		box-sizing: border-box;
		width:100%;
		padding-left:15px;
		padding-right:30px;
		font-family:'Montserrat';
		font-weight: 500;
	}
	
	#chatbot_container #search #clear{
		display:none;
		right:13px;
		bottom:14px;
		font-size:30px;
		cursor:pointer;
		padding: 5px 10px;
		top: 15px;
		font-size: 20px;
		margin-right: 15px;
	}
	
	#chatbot_container > .header{
		background:#FFF;
		color:#10103A;
		font-size:18px;
		font-weight:600;
		text-align:left;
		border-radius:10px 10px 0px 0px ;
		overflow:hidden;
		cursor:pointer;
		border-bottom:1px solid #10103A1A;
	}

	#chatbot_container .header .header_container{
		display:flex;
		height:60px;
		align-items: center;
		margin-left:20px;
	}
	
	#chatbot_container .header .title{
		display: inline-block;
	    line-height: 30px;
	    vertical-align: top;
	}

	#chatbot_container .header .back{
		font-size:30px;
		font-size:16px;
		padding: 10px;
    	padding-left: 0px;
	}
	
	#chatbot_container .header .close{
		margin-left: auto;
		width: 60px;
		justify-content: center;
		height: 40px;
		align-items: center;
		display: flex;
	}
	
	#chatbot_container #search_box{
		display:flex;
		flex-grow:1;
		align-items: center;
	}
	
	#chatbot_container .description_menu_link{
		display:block;
		cursor:pointer;
		margin-top:10px;
		margin-bottom:10px;
		line-height:20px;
	}
	
	#chatbot_container .description_menu_link > .fa{
		margin-right:5px;
	}
	
	#chatbot_container .report_keyword{
		display:inline-block;
		margin-top:10px;
		font-size:12px;
	}
	
	.chatbot_search{
		cursor:pointer;
	}
	
	#chatbot_container #chatbot_search:focus {
		outline: none;
	}
	
	#chatbot #tab_new .item{
		margin: 20px;
		border: 1px solid #10103A33;
		border-radius: 5px;
	    padding: 20px;
	    border-radius: 5px;
	}
	
	#chatbot .maximize{
		display:none;
	}
	
	#chatbot #tab_new .fa{
		font-size:14px;
		vertical-align: middle;
	}
	
	#chatbot #tab_new .header{
		font-weight:600;
		margin-bottom:5px;
		font-size:14px;
		line-height:normal;
	}
	
	#chatbot .result{
		position:relative;
	}
	
	#chatbot .result.empty{
		text-align:center;
		border: none;
   		 padding: 30px;
	}

	#chatbot .result .fa-chevron-right, #chatbot .result .fa-chevron-down, #chatbot .result > .fal{
		margin-left: auto;
		width: 15px;
		justify-content: center;
		display: flex;
	}
	
	#chatbot .result .title{
		line-height:20px;
		display:flex;
		gap: 20px;
   		align-items: center;
	}

	#chatbot .result.expanded .title {
		margin-bottom: 20px;
	}

	#chatbot .result{
		display:flex;
		padding:25px 25px;
		border-bottom:solid 1px #EEE;
		cursor:pointer;
		font-weight:600;
		flex-direction: column;;
	}
	
	#chatbot .result a{
		color:#635BFF;
		font-weight:600;
	}
	
	#chatbot .result .fa-chevron-down{
		display:none;
	}
	
	#chatbot .result .fal{
		font-size:12px;
	}
	

	#chatbot .result.expanded > .fal{
		margin-left:20px;
	}
	#chatbot .result.expanded .fa-chevron-right{
		display:none;
	}
	#chatbot .result.expanded .fa-chevron-down{
		display:inline-block;
	}
	
	#chatbot .content{
		margin-top:10px;
		font-size:14Px;
		display:none;
		font-weight:normal;
		line-height:1.3;
	    background: #FFF;
	    border-radius: 5px;
	}
	
	#chatbot .result.expanded .content {
		display:block;
	}
	
	#chatbot_notification{
		margin-bottom:30px;
		min-width:200px;
		max-width:300px;
		padding:1px;
		background:#635BFF;
		color:#FFF;
		border-radius:16px;
		cursor:pointer;
		display:none;
		position:relative;
		z-index:105;
		pointer-events: auto;
	}
	

	#chatbot_notification:before {
		content: '';
		display: block;
		position: absolute;
		right: 39px;
		bottom: -19px;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-bottom-color: #2419ff;
		rotate: 180deg;
	}
	
	#chatbot_notification:after {
		content: '';
		display: block;
		position: absolute;
		right: 40px;
		bottom: -17px;
		width: 0;
		height: 0;
		border: 9px solid transparent;
		border-bottom-color: white;
		rotate: 180deg;
	}

	#notification_close{
		position:absolute;
		right:20px;
		top:20px;
		color: #10103A99;
	}
	
	#notification_title{
		font-weight: 600;
		font-size: 14px;
		background: #FFF;
		color: #000;
		padding: 20px;
		line-height: 25px;
		padding-bottom: 5px;
		border-radius: 15px 15px 0px 0px;
		padding-top: 15px;
	}
	
	#notification_content{
		font-size: 14px;
		background: #FFF;
		color: #10103A99;
		padding: 20px;
		padding-top: 0px;
		line-height: 20px;
		border-radius: 0px 0px 15px 15px;
		font-weight: 500;
	}
	

	#chatbot .result .todo_icon{
		font-size:16px;
	}

	#chatbot .tab{
		width: 100%;
	}

	#chatbot #tab_search{
		overflow-y: scroll;
	}

	#chatbot ::-webkit-scrollbar {
		width: 5px;
		height: 5px; 
	}
	#chatbot ::-webkit-scrollbar-thumb { /* Foreground */
		background: #e7e7eb;
	}
	#chatbot ::-webkit-scrollbar-track { /* Background */
		background: #10103A05;
	}

	
	#chatbot #tab_todo .result .title{
		margin-left:0px;
		display:flex;
		gap:10px;
		align-items: center;
	}
	
	 #chatbot #tab_todo .result.expanded .title{
		 
	 }
	 
	 #chatbot #tab_todo .result > .fal{
	 	margin-top: 2px;
	 }
	 
	  #chatbot #tab_todo .result_toto .title .fal{
	 	margin-left: 10px;
	 }
	 
	 #chatbot #tab_todo .result.expanded .content{
	  	line-height: 24px;
		margin-bottom:0px;
	}
	 
	  #chatbot #tab_todo .done .todo_icon, #chatbot #tab_todo .done .title{
	  	color:#6cb71d;
	 }
	 
	
	@media (max-width: 1300px) {
		
		#chatbot{
			right:30px;
			bottom:30px;
		}
	
	}

	@media (max-width: 1000px) {
		#chatbot_button{
			zoom:0.7;
		}
	}

	@media (max-width: 500px) {
		#chatbot{
			bottom:20px;
			right:20px;
		}

		#chatbot_container .styled{
			margin-bottom:5px;
		}
	}
	
	@media (max-width: 380px) {

		
		#chatbot_overlay{
			height:100%;
			top:0px;
			width:100%;
			background:#eeeeeee6;
			position: fixed;
    		z-index: 100;
		}
		
		#chatbot_container{
			box-shadow: -1px 13px 1em 6px rgb(0 0 0 / 23%);
			width:auto !important;
			margin:20px !important;
		}
	
		#chatbot{
			width: 100%;
			right:0px;
		}

		#chatbot_button{
			zoom:0.7;
		}
		
		
		#chatbot_container{
			max-width: 100%;
			height:70vh !important;
			margin: 0 auto;
		}
		
		.no_mobile{
			display:none;
		}
		
		#chatbot_notification{
			position: absolute;
		    bottom: 50px;
		    right: 0px;
		}
		
	}
	
	@media (max-height: 820px) {
		#chatbot{
			zoom:1;
		}
		#chatbot_container{
			height:70vh;
			margin-bottom:20px;
		}
		#chatbot_container .header{
			
		}
		
		#chatbot_container .header .back {
		    vertical-align: middle;
		    line-height: 42px;
		}
		
		#chatbot_container .header .title {
		    line-height: 30px;
		    vertical-align: middle;
		}
		#chatbot_container .header .fa-times {
		    float: right;
		    line-height: 42px;
		    margin-top:0px;
		}

	}
	
	@media (max-height: 600px) {
		#chatbot{
			zoom:0.85;
		}
	}
	
	
	


.morphsearch {
	display:none;
	width: 0px;
	min-height: 40px;
	background: #FFF;
	position: absolute;
	z-index: 10000;
	overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Montserrat';
}

#morphsearch-blur{
	width: 100%;
    height: 10%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to top, #f5f5f7 50%, transparent 100%);
}

#morphsearch_input{
	font-family: 'Montserrat';
}

#morphsearch_input::placeholder{
	color:#6e6e87;
}


#morphsearch-filter{
	margin-top: 5px;
}


.spiner_line {
    width: 100%;
    height: 1px;
    position: relative;
    overflow: hidden;
    background-color: #6e6e87;
    margin: 0px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.spiner_line.loading:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 1px;
    width: 40%;
    background-color:#635BFF;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#morphsearch_bottom{
	position: fixed; 
	bottom: 10px; 
	display:flex;
	z-index:1000;
	align-items: center;
	width:100%;
	flex-wrap:wrap;
	padding:10px;
	box-sizing: border-box;
	gap:20px;
}

#account_overview_container{
	color:#AAA;
}

#account_overview{
	display:flex;
	font-weight: 500;
	font-size: 14px;
}

@media (max-width: 820px) {

}

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}
   

.default_search_content{
	display:inline;	
}

.default_search_content.active[data-type=help] h3{
	color:#ED7F10 !important;
	border-color:#ED7F10;
}

.default_search_content.active[data-type=order] h3{
	color:#21defd !important;
	border-color:#21defd;
}

.default_search_content.active[data-type=event] h3{
	color:#5556fc  !important;
	border-color:#5556fc ;
}

.default_search_content.active[data-type=crm] h3{
	color:#fdbe22 !important;
	border-color:#fdbe22;
}

.default_search_content h3{
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 100;
    margin: 10px 10px 5px 0;
    line-height: 30px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
	margin-top:20px;
    cursor:pointer;
    color: #6e6e87;
	font-weight: 500;
	border:solid 1Px #dfdfdf;
}

.morphsearch.open {
	display:block;
	width: 100%;
	min-height: 100%;
	top: 0px;
	right: 0px;
	
	background: #f5f5f7;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	/*-webkit-transition-property: min-height, width, top, right;
	transition-property: min-height, width, top, right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);*/
}

#keybord_box{
	float:right;
	margin-left: 10px;
	margin-top:20px;
	color: #6e6e87; 
	font-size: 25px;
}

.morphsearch-form {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	position: relative;
	-webkit-transition-property: width, height, -webkit-transform;
	transition-property: width, height, transform;
	/*-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);*/
}

.morphsearch.open .morphsearch-form {
	width: 80%;
	height: 160px;
	-webkit-transform: translate3d(0,3em,0);
	transform: translate3d(0,3em,0);
}

.morphsearch-input {
	width: 100%;
	height: 70%;
	font-weight: 600;
	border: none;
	background: transparent;
	font-size: 0.8em;
	color: #635BFF;
	-webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
}

.morphsearch-input.loading{
	border:none !important;
}

.morphsearch-input::-ms-clear { /* remove cross in IE */
    display: none;
}

.morphsearch.hideInput .morphsearch-input {
	color: transparent;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.morphsearch.open .morphsearch-input {
	font-size: 3em;
}

/* placeholder */
.morphsearch-input::-webkit-input-placeholder {
	color: #c2c2c2;
}

.morphsearch-input:-moz-placeholder {
	color: #c2c2c2;
}

.morphsearch-input::-moz-placeholder {
	color: #c2c2c2;
}

.morphsearch-input:-ms-input-placeholder {
	color: #c2c2c2;
}

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}

input[type="search"] { /* reset normalize */
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.morphsearch-input:focus,
.morphsearch-submit:focus {
	outline: none;
}

.morphsearch-submit {
	position: absolute;
	width: 80px;
	height: 80px;
	text-indent: 100px;
	overflow: hidden;
	right: 0;
	top: 50%;
	/*background: transparent url(/ext/MorphingSearch/img/magnifier.svg) no-repeat center center;*/
	background-size: 100%;
	border: none;
	pointer-events: none;
	transform-origin: 50% 50%;
	opacity: 0;
	-webkit-transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
	transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
}

.morphsearch.open .morphsearch-submit {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
	transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morphsearch-close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0em;
	top: 0em;
	overflow: hidden;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale3d(0,0,1);
	transform: scale3d(0,0,1);
	font-size: 30px;
	color:#6e6e87;
}

.morphsearch.open .morphsearch-close {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}



.morphsearch-content {
	color: #333;
	margin-top: 6.5em;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0 10%;
	position: absolute;
	pointer-events: none;
	opacity: 0;
}

.morphsearch.open .morphsearch-content {
	opacity: 1;
	height: auto;
	overflow: visible; /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
	pointer-events: auto;
}

.search_desc{
	font-size:14px;
	font-weight:300;
}

.dummy-column {
	width: 26%;
	padding: 0 0 6em;
	float: left;
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	transform: translateY(100px);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.morphsearch.open .dummy-column:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.morphsearch.open .dummy-column:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.morphsearch.open .dummy-column:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morphsearch.open .dummy-column {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.dummy-column {
	margin-right:15px;
}

.dummy-column h2 {
	font-size: 18px;
	font-weight: 800;
	color: #c2c2c2;
	padding: 0.2em 0;
	padding-top:0px;
	align-items: center;
    gap: 10px;
    display:flex;
	font-weight: 500;
}

.dummy-column h2 .fal{
	font-size:18px;
}

.round {
	border-radius: 50%;
}

.dummy-media-object {
	padding: 17px 20px ;
	margin: 10px 0;
	cursor: pointer;
	font-weight:400;
	display: flex;
    align-items: center;
	flex-wrap: nowrap;
    gap:10px;
	border-radius:10px;
	border: 1px solid #10103A1A;
    border-radius: 10px;
    font-size: 15px;
	background:#FFF;
	color:#10103A;
}

.dummy-media-object > span{
}

.dummy-media-object .icon{
	margin-left: auto;
}
   

a.dummy-media-object{
	text-decoration:none;
	color: #10103A;
    font-weight: 600;
}

.dummy-media-object:hover,
.dummy-media-object:focus {
	background: rgba(118,117,128,0.1);
}

.dummy-media-object img {
	display: inline-block;
	width: 50px;	
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.dummy-media-object h3 {
	vertical-align: middle;
	font-size: 0.85em;
	display: inline-block;
	font-weight: 600;
	margin: 0 0 0 0;
	width: calc(100% - 70px);
	color: rgba(145,145,145,0.7);
}

.dummy-media-object:hover h3 {
	color: rgba(236,90,98,1);
}

/* Overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.morphsearch.open ~ .overlay {
	opacity: 1;
}

.tools_search{
	border-radius: 5px;
    width: 100%;
    font-size: 15px;
    padding: 15px;
    background:#FFF;
    border: solid 1px #e1e1e1;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
}

#tools_panel{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:110;
	display:none;
	overflow-y: auto;
    overscroll-behavior: contain;
	height:100%;
    border-bottom: solid 1Px #eee;
    z-index:101;
	backdrop-filter: blur(2px);
}

#tools_panel .disabled{
	opacity:0.5 !important;
}

#tools_panel.shifted{
	left:100px;
}

#tools_panel_wrapper{
	box-shadow: 0px 6px 16px #10103A1F;
	background: #FFF;
	width: 270px;
    margin-left: 70px;
	border-radius:0 10px 10px 0;
}


#tools_panel_container{
	padding-top: 20px;
	padding-bottom: 30px;
    text-align: center;
	border-radius: 0px 10px 10px 0px;
	box-sizing: border-box;
	margin-left:20px;
	margin-right:0px;
}

.tools_panel_item, .tools_panel_category, .tools_panel_product{
	display: flex;
    flex-direction: row;
    font-size: 14px;
    color: #10103A;
    font-weight: 600;
    padding: 4px;
    align-items: center;
}

.tools_panel_item:hover, .tools_panel_product:hover{
	background: #10103A0A 0% 0% no-repeat padding-box;
	border-radius: 10px;
	opacity: 1;
}

.tools_panel_title{
	display: flex;
	align-items: center;
}

.tools_panel_title:hover{
	color: #10103A;
}

.tools_panel_product{
	padding:12px 5px;
}

.tools_panel_category{
	padding-top:20px;
	color: #10103AB3;;
}

.tools_panel_icon {
	width:40px;
	font-size: 16px;
	font-weight: 800;
	height:18px;
}

.tools_panel_item .tools_panel_icon{
	visibility:hidden;
}
.tools_panel_item{
	color:#10103A73;
	font-weight: 500;
}

.tools_wrapper{
	display:none;
}

.tools_panel_separator{
	border-bottom:solid 1Px #ddd;
	margin:20px auto;
	margin-bottom:15px;
}

#main_menu_mobile.open .opened{
	display:flex !important;
	color:#07E2FF;
	font-size: 22px !important;
}
#main_menu_mobile.open .closed{
	display:none !important;
}
#main_menu_mobile:not(.open) .opened{
	display:none !important;
}
#main_menu_mobile:not(.open) .closed{
	display:flex !important;
}

#tools_panel_back , #tools_panel_back_separator{
	display:none;
}

@media (max-width: 1400px) and (min-width: 820px) {

	#tools_panel_wrapper {
		margin-left: 60px;
	}
}

#tools_panel_wrapper{
	height:100%;
}

@media (max-height: 850px) and (min-width: 820px) {
	
	.tools_panel_product {
		padding: 12px 5px;
	}

	.tools_panel_separator{
		margin-bottom: 15px;
	}
	#tools_panel_wrapper{
		height:auto;
	}
}

@media (max-width: 820px) and (min-height: 670px){
	#tools_panel_wrapper{
		margin-top:50px !important;
		padding-top:20px !important;
	}
}

@media (max-width: 820px) and (max-height: 670px){
	#tools_panel_wrapper{
		margin-top:40px !important;
		padding-top:20px !important;
	}
}

#tools_panel.sliding {
	height: auto;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.2s ease-in-out;
	display: none; /* Start hidden */
	
}

#tools_panel.sliding.show {
	transform: scaleY(1);
    height: 100%;
}



@media (max-width: 768px) {
	
	.default_search_content h3{
		margin-left: 0px;
	    font-size: 15px;
	    margin: 3px 1px;
	    padding: 0px 8px;
	}

	#morphsearch h2{
		font-size: 20px !important;
	}
	
	.morphsearch-content{
		margin-top: 3.5em;
	}
	
	.tools_search{
		padding:11px;
	}
	

}

@media (max-width: 820px) {

	
	#tools_panel.shifted{
		left:0px;
	}

	#tools_panel{
		background:#FFF;
	}

	#tools_panel_wrapper{
		margin-left:0px;
		margin-top:50px;
		width:100%;
		padding-bottom: 100px;
		height:auto;
	}

	#tools_panel_container{
		padding-top:0px;
		margin-left: 0px;
		margin-right:0px;
	}

	#tools_panel_back , #tools_panel_back_separator{
		display:flex;
	}

	#tools_panel_back{
		font-size: 18px; 
		padding: 0px; 
		padding-top:10px;
		margin: 0px;
		padding-left:24px;
	}

	#tools_panel_back .tools_panel_icon {
		width:26px;
		font-size:18px;
		height:auto;
	}

	.tools_panel_item, .tools_panel_category, .tools_panel_product{
		padding: 6px 10px;
		margin-left: 0px;
		font-size:16px;
		padding:8px;
	}

	.tools_panel_product{
		padding:12Px;
	}

	.tools_panel_icon{
		width:40px;
	}

	.tools_panel_category{
		padding-top:10px;
	}


}

@media screen and (max-width: 53.125em) {
	.morphsearch-input {
		height:auto;
		margin-bottom: 12px;
		-webkit-transition:unset;
		transition:unset;
	}
	.morphsearch.open .morphsearch-input {
		font-size: 2em;
	}
	.dummy-column {
		float: none;
		width: auto;
		padding: 0 0 2em;
	}
	.dummy-column:nth-child(2) {
		margin: 0;
	}
	.morphsearch.open .morphsearch-submit {
		-webkit-transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
		transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
	}
	.morphsearch-content{
		padding:0;
	}
	
	.dummy-column{
		padding:0px;
	}
	
	.morphsearch.open .morphsearch-form {
		width: 100%;
		height: 100px;
		-webkit-transform: translate3d(0,3em,0);
		transform: translate3d(0,3em,0);
		padding: 0px 20px;
    	box-sizing: border-box;
	}

	.morphsearch-close{
		top: -35px;
		right: 20px;
	}
	
	#morphsearch-filter{
		margin-top:10px;
	}

}

@media screen and (max-width: 60.625em) {
	.morphsearch {
		width: 80%;
		top: 10%;
		right: 10%;
	}
	.morphsearch.open .morphsearch-input {
		max-width:90%;
	}
	.dummy-column {
		margin: 1em !important;
	}
}