.switch-cover{
	display: inline-block;
vertical-align: middle;
margin-left: 15px;
}
.processor-seach-input{
display: inline-block;
vertical-align: middle;
margin-left: 15px;
}
.symbol.symbol-50 .symbol-label{
margin-bottom: 4px;
}
.text-muted{
word-break: break-all;
}
.ai-suggestion-check-box {
display: inline-flex;
width: 100%;
}
.ai-suggestion-check-box p.inline-pragraph.word-break-all {
margin: 0 !important;
}

.sqsp-content {
text-align: center;
font-size: 16px;
margin: 35px 0 auto;
justify-content: center;
}

@media only screen and (max-width: 1200px){
.btn{
	padding-right: 10px;
	padding-left: 10px;
}
}
@media only screen and (max-width: 991px){
.card-footer{
	padding-left: 0px;
	padding-right: 0px;
}
.table.table-head-custom thead th{
	white-space: nowrap;
}
.timeline.timeline-4 .timeline-items .timeline-item .timeline-content{
	overflow: auto;
}
.form-group label{
	text-align: left !important
}
.profile-aside-on {
	-webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
	left: 0;
	overflow: auto;
}
} 
@media only screen and (max-width: 767px){
	.card-footer{
		padding-left: 0px;
		padding-right: 0px;
	}
	.table.table-head-custom thead th{
		white-space: nowrap;
	}
	.add-ticket-left{
		text-align: left !important;
	}
	.processor-seach-input{
		margin-left: 0px;
		width: 100%;
	}
	.nav.nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
	    margin-left:  1rem;; 
	}
	.form-control-plaintext{
		text-align: left !important;
	}
} 
@media only screen and (max-width: 567px){
	.nav.nav-pills .nav-item {
	    margin-right: 0.25rem;
	    display: block;
	    width: 100%;
	}
	.card.card-custom > .card-body {
	    padding: 2rem 10px;
	}
	.nav.nav-tabs.nav-tabs-line .nav-link{
		margin: 0px 5px;
	}
	.card.card-custom > .card-header:not(.flex-nowrap){
		padding-left: 15px;
		padding-right: 12px;
	}
	.sqsp-content span.image {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
}