
@font-face {
		font-family: readex;
		src: url('../fonts/ReadexPro-Regular.ttf');
}
@font-face {
		font-family: readex;
		src: url('../fonts/ReadexPro-Regular.ttf');
		font-weight: bold;
}
body {
	font: 13px readex, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #333;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 0px!important;
}
#page-content-wrapper {
	background-color: #fff;
}
a {
	color: #00B7FF;
	cursor: pointer;
}
button:not(.fa), html, input, span:not(.fa), select:not(.fa), textarea, h1, h2, h3, h4, h5, h6 {
    font-family: readex, Helvetica, sans-serif;
}
button {
	outline: none!important;
}
*:focus {
		outline: none;
}
#page-wrapper {
	color: #333!important;
}
::-moz-selection { background: #F9BACF; }
::selection { background: #F9BACF; }
.text-center {text-align:center;}
.padding-sm {padding:10px;}
.padding-xs {padding:5px;}
.padding-md {padding:20px;}
.padding-lg {padding:30px;}
.padding-right-no {padding-right: 0px;}
.padding-left-no {padding-left: 0px;}
.padding-top-sm {padding-top:10px;}
.padding-top-15 {padding-top:15px;}
.padding-top-md {padding-top:20px;}
.padding-top-lg {padding-top:30px;}
.padding-bottom-sm {padding-bottom:10px;}
.padding-bottom-md {padding-bottom:20px;}
.padding-bottom-lg {padding-bottom:30px;}
.padding-left-md {padding-left:20px;}
.padding-left-lg {padding-left:30px;}
.padding-left-sm {padding-left:10px;}
.padding-right-md {padding-right:20px;}
.padding-right-lg {padding-right:30px;}
.padding-right-sm {padding-right:10px;}
.my-0 {margin-top: 0!important; margin-bottom: 0!important;}
.py-0 {padding-top: 0!important; padding-bottom: 0!important;}
.py-1 {padding-top: 5px; padding-bottom: 5px;}
.py-2 {padding-top: 10px; padding-bottom: 10px;}
.py-3 {padding-top: 15px; padding-bottom: 15px;}
.py-4 {padding-top: 20px; padding-bottom: 20px;}
.py-5 {padding-top: 25px; padding-bottom: 25px;}
.mx-0 {margin-left: 0!important; margin-right: 0!important;}
.px-0 {padding-left: 0!important; padding-right: 0!important;}
.px-1 {padding-left: 5px; padding-right: 5px;}
.px-2 {padding-left: 10px; padding-right: 10px;}
.px-3 {padding-left: 15px; padding-right: 15px;}
.px-4 {padding-left: 20px; padding-right: 20px;}
.px-5 {padding-left: 25px; padding-right: 25px;}
.margin-small {margin:10px;}
.margin-medium {margin:20px;}
.margin-large {margin:30px;}
.margin-top-sm {margin-top:10px;}
.margin-top-md {margin-top:20px;}
.margin-top-lg {margin-top:30px;}
.margin-bottom-sm {margin-bottom:10px;}
.margin-bottom-md {margin-bottom:20px;}
.margin-bottom-lg {margin-bottom:30px;}
.margin-left-sm {margin-left:10px;}
.margin-left-md {margin-left:20px;}
.margin-left-lg {margin-left:30px;}
.margin-right-sm {margin-right:10px;}
.margin-right-md {margin-right:20px;}
.margin-right-lg {margin-right:30px;}
.no-padding {
    padding: 0!important;
}
.no-margin {
    margin: 0!important;
}
.d-block {
    display: block;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}

.border-round {
    border-radius: 20px!important;
}

.otpContainer {
	max-width: 550px;
	width: 100%;
	border: 1px solid #E21B70;
	border-radius: 20px;
	border-width: 0px 1px 1px 1px;
}
.otpContainer .first_row{
	background: #E21B70;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	border-radius: 20px 20px 0 0;
	color: #fff;
}
.otpContainer .second_row{
	padding: 10px 20px;
}
.otpContainer .second_row .the_context{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.otpContainer .second_row .cu_row_1{
	color: #68686e;
	text-align: center;
}

.otpContainer .second_row .cu_row_3 button{
	text-decoration: underline;
	min-height: unset;
	line-height: unset;
	display: flex;
}
.otpContainer .second_row .cu_row_4{
	display: flex;
	justify-content: space-between;
}
.otpContainer .second_row .cu_row_4 button{
	line-height: unset;
	min-height: unset;
	margin: 0;
	padding:10px 20px;
	border-radius: 8px;
	text-transform: none;
	border: none;
	color: #fff;
}
.otpContainer .second_row .cu_row_4 .col_left button{
	background: #68686e;
}
.otpContainer .second_row .cu_row_4 .col_right button{
	background-color:#E21B70
}
.otpContainer .second_row .cu_row_4 .col_left button:hover{
	background: #b8b8b8;
}
.otpContainer .second_row .cu_row_4 .col_right button:hover{
	background-color: #f5588c;
}
.otpContainer .cu_row_3{
	display: flex;
	gap: 20px;
	justify-content: center;
}

.nopadding > div[class^="col-"] {
		padding-right: 0;
		padding-left: 0;
}
.padding-no {
	padding-right: 0!important;
	padding-left: 0!important;
}
.margin-no {
	margin-right: 0!important;
	margin-left: 0!important;
}
.padding-col-xs {
	padding-right: 5px;
	padding-left: 10px;
}
.edit-campaign > div[class^="col-"] {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	height: 100%;
}
.wrapper {
	padding-left: 200px;
	transition: all 0.25s ease 0.25s;
}
.mini-wrapper {
	padding-left: 70px!important;
	transition: all 0.25s ease 0.25s;
}
.sideNav-wrapper {
	margin-left: -60px;
	left: 60px;
	width: 60px;
	background: #E21B70;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 999;
	transition: all 0.3s ease 0.3s;
	color: white!important;
	text-align: center;
}
.hide-btn{
	font-size:12px;
	min-width: 30px;
	margin: 6px 0px;
}
.burger {
	font-size: 25px;
	position: relative;
	top: 50px;
}
.hide-wrapper {
	margin-left: -180px;
	left: -180px;
	width: 180px;
	background: #E21B70;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.25s ease 0.25s;
	color: white!important;
}
.sidebar-wrapper {
	margin-left: -180px;
	left: 180px;
	width: 180px;
	background: #E21B70;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.25s ease 0.25s;
	color: white!important;
}
.wrapper.active {
	padding-left: 0;
}

.wrapper.active .sidebar-wrapper {
	left: 0;
}
#page-content-wrapper {
	width: 100%;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	line-height: 60px;
	font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
.content-header {
	height: 65px;
	line-height: 65px;
}
.content-header h1 {
	margin: 0;
	margin-left: 20px;
	line-height: 65px;
	display: inline-block;
}
.inset {
	padding: 5px 15px 0px 5px;
}
a.link:hover {
	text-decoration: none;
}
.action-btn {
	font-size: 16px;
	font-weight: 400;
	border-radius: 6px;
	border: 2px solid white;
	color: white;
	background: transparent;
}
.action-btn-basic {
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px;
}
.login-btn {
	background: #E21B70;
	border: 0px;
	width: 110px;
}
.registration-btn {
	background: #E21B70;
	border: 0px;
	width: 100%;
}
.selected {
	color: #E21B70;
	background: #fff;
}
.selected-button {
	color: #E21B70;
	background: #fff;
	border-color: #fff;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: #E21B70;
	background: #fff;
	background-color: #fff;
	border-color: #fff;
}
.btn-default.focus, .btn-default:focus {
	color: #E21B70;
	background: #fff;
	background-color: #fff;
	border-color: #E21B70;
}
.btn-default:hover {
	color: #E21B70;
	/* // background: #fff;
	// background-color: #fff;
	// border-color: #E21B70; */
}
.loginContainer,
.otpContainer{
	margin: 160px 10px 10px 50px;
}
.input-rounded {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	outline: none !important;
	height: 44px;
}
img.basketLogo {
	width: 50px;
	position: relative;
	top: -12px;
}
.mini-btn {
		margin-right: 2px;
		font-size: 12px;
		display: block;
		width: 100%;
		text-align: right;
}
.buttons-right {
	float: right;
		text-align: right;
	margin-right: 2px;
}

@media (max-width:767px) {

	.wrapper {
		padding-left: 0;
	}

	.mini-wrapper {
		padding-left: 0!important;
	}

	.sidebar-wrapper {
		left: 0;
	}

	.wrapper.active {
		position: relative;
		left: 250px;
	}

	.wrapper.active .sidebar-wrapper {
		left: 250px;
		width: 250px;
		transition: all 0.4s ease 0s;
	}

	#menu-toggle {
		display: inline-block;
	}

	.inset {
		padding: 30px;
	}
	.loginContainer,
	.otpContainer{
		margin: 10px 10px 10px 0px;
	}
	a.primaryCard {
		font-size: 14px!important;
	}
	span.mobTitle {
		font-size: 14px!important;
	}
	span.expiration {
		font-size: 12px!important;
	}
	.transactions-card span {
		font-size:12px!important;
	}
	.transactions-card strong {
		font-size:12px!important;
	}
	.campaign-entity p {
		font-size: 12px;
	}
	span.group {
		padding-right: 7.5px;
		display: block;
	}

}
@media (max-width:450px) {
	.campaign-entity img {
		position: relative;
		top: 30px;
	}
}
p.help-block {
	margin-left: 5px;
}
label.forgot {
	padding: 12px;
	color: #909090;
	cursor: pointer;
}
.forgot {
	font-size: 12px;
	color: #909090;
}
.hvr-underline-reveal { 
	 display: inline-block; 
	 vertical-align: middle; 
	 -webkit-transform: translateZ(0); 
	 transform: translateZ(0); 
	box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
	-webkit-backface-visibility: hidden; 
	 backface-visibility: hidden; 
	 -moz-osx-font-smoothing: grayscale; 
	 position: relative; 
	 overflow: hidden; 
 } 
 .hvr-underline-reveal:before { 
	 content: ""; 
	 position: absolute; 
	 z-index: -1; 
	 left: 0; 
	 right: 0; 
	 bottom: 0; 
	 background: #ccc; 
	 height: 4px; 
	 -webkit-transform: translateY(4px); 
	 transform: translateY(4px); 
	 -webkit-transition-property: transform; 
	 transition-property: transform; 
	 -webkit-transition-duration: 0.3s; 
	 transition-duration: 0.3s; 
	 -webkit-transition-timing-function: ease-out; 
	 transition-timing-function: ease-out; 
 } 
 .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before { 
	 -webkit-transform: translateY(0); 
	transform: translateY(0); 
 }
 #custom-bootstrap-menu {
	background: #E21B70;
	color: white;
	border-color: #E21B70;
 }
 .navbar-default .navbar-nav>li>a {
		color: #fff;
}
.navbar-default .navbar-toggle {
		border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #ccc;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #fff;
		background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #E21B70;
}
.timeline {
	list-style: none;
	padding-left: 10px;
}
.timelineSection {
	margin-top: 20%;
}
.timeline > li {
	margin-bottom: 60px;
}
.timeline-content p {
	margin: 20px 0 10px;
	cursor: pointer;
}

/* for Desktop */
@media ( min-width : 640px ){
	.timeline > li {
		overflow: hidden;
		margin: 0;
		position: relative;
	}
	.timeline-date {
		width: 10px;
		float: left;
		margin-top: 20px;
	}
	.timeline-content {
		float: left;
		border-left: 3px #fff solid;
		padding-left: 20px;
	}
	.timeline-content:before {
		content: '';
		width: 12px;
		height: 12px;
		background: #fff;
		position: absolute;
		left: 6px;
		top: 24px;
		border-radius: 100%;
	}
}
.manageAccount {
	text-align: center;
}
.manageAccount i {
	position: relative;
	top: 8px;
	font-size: 37px;
}
span.title {
	position: relative;
	bottom: 10px;
	font-weight:900;
	font-size: 16px;
}
.accountinfo-form span {
	color: #333;
	font-weight: 700;
}
.card-header {
		background: #E21B70;
		border-radius: 30px;
		border-bottom: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		height: 50px;
}
.card-header h4 {
	padding: 10px 10px 0 20px;
		font-weight: 900;
}
.text-white {
    color: white;
}
.account-card {
		background: #eee;
		border-radius: 30px;
		color: white;
		margin: 20px;
}
.pink-bg {
	background-color:#E21B70;
	font-size: 14px;
}
.gray-bg {
	background-color: #808080;
	font-size: 14px;
}
.pink-bg:hover {
	background-color:#E21B70;
	color: white;
}
.gray-bg:hover {
	background-color:#808080;
	color: white;
}
.pink-bg:focus {
	background-color:#E21B70;
	color: white;
}
.gray-bg:focus {
	background-color:#808080;
	color: white;
}
.pink-bg:active {
	background-color:#E21B70;
	color: white;
}
.gray-bg:active {
	background-color:#808080;
	color: white;
}
.selectedView {
	font-weight: 900;
	padding: 7px;
	border-radius: 5px;
	background: white;
	color: #E21B70;
	-webkit-transition: all 0.33s linear;
	-o-transition: all 0.33s linear;
	transition: all 0.33s linear;
	line-height: 1;
}
a.deactivateAccount:hover {
	text-decoration: none;
}
.ticket-rounded {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	outline: none !important;
}
.ticket-red-color {
	color: #E21B70;
}
.ticket-gray-color {
	color: #808080;
}
.ticket-color {
	background-color: #E21B70 !important;
	color: white !important;
}
.modal {
	top: 2% !important;
}
h4.balance {
	color: #808080;
	font-size: 14px;
}
.transactions-card strong {
	color: #333!important;
}
.transactions-footer {
		background: #eee;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
}
.logout-section {
		position: absolute;
		bottom: 0;
		width: 100%;
}
.splitter {
	border-bottom: 1px solid #f0467e;
}
.campaign-entity {
		background: white;
		border: 10px solid #E21B70;
		border-radius: 10px;
		color: #333;
}
.create button {
	letter-spacing: 1.6px;
	font-weight: 900;
	padding: 7px 30px;
	float: right;
}
.create-material {
	float: right;
	background: #E21B70!important;
	font-weight: 900;
}
.load-material {
	background-color:rgba(255,255,255,0.5)!important;
	font-weight: 900;
	color: white!important;
	position: relative;
	top: 10px;
}
.group {
	cursor: pointer;
	padding-top: 5px;
}
.on-toggle {
		padding-top: 10px;
		font-size: 19px;
		color: #E21B70!important;
}
.off-toggle {
		padding-top: 10px;
		font-size: 19px;
}
.titles {
		background: #ccc;
		border-bottom: 1px solid #eee;
		margin-bottom: 10px;
		border-bottom-style: inset;
		color: #333;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		 border-top: 0px solid #ddd!important;
		 vertical-align: middle!important;
		 border-right: 0px solid #ddd!important;
}
.table-body tr {
	min-height: 70px;
}
.dashboard thead {
	height: 50px;
}
.bootstrap-select-custom {
		float: right!important;
		margin: 10px;
}
.red {
	color: #E21B70;
}
md-progress-linear .md-bar {
		background-color: rgb(237,25,95)!important;
}
md-progress-linear {
		position: absolute!important;
		top: 0!important;
		left: 0!important;
		background-color: rgb(237,25,95)!important;
}
md-progress-linear.stable-linear {
		position: relative!important;
		top: 0!important;
		left: 0!important;
		background-color: rgb(237,25,95)!important;
}

.modal-dialog {
    width: 80%;
}
.modal-dialog.modal-lg {
    width: 90%;
    margin-top: 12px;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 700px;
	}
    .modal-dialog.modal-lg {
        width: 90%;
        margin-top: 12px;
    }
}
.new-footer button {
	width: 130px;
	font-weight: 900;
}
.custom-modal-content h5 {
		color: #E21B70;
		margin-bottom: 5px;
		padding-left: 3px;
		font-weight: 900;
		font-size: 16px;
}
.custom-modal-content hr {
		color: #E21B70;
		border-top: 2px solid #E21B70;
		width: 90px;
		text-align: left;
		float: left;
		margin-top: 0px;
}

#selectorLabel {
	color: white;
	padding: 5px 20px;
}
.selectorLabel {
	color: white!important;
	padding: 5px 20px;
}
.label-info {
		background-color: #E21B70;
		margin-top: 10px;
		padding: 10px;
		color: white!important;
		display: inline-block;
}
#zoomModal {
	z-index: 9999999;
}
.anil {
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.33s linear;
	-o-transition: all 0.33s linear;
	transition: all 0.33s linear;
}
.anil.in {
	opacity: 1;
	transform: scale(1);
}
.bootstrap-datetimepicker-widget table td span {
	color: #E21B70;
}
.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #E21B70;
}
.bootstrap-datetimepicker-widget table thead tr th {
	color: #E21B70;
}
.timepicker-hours table td.disabled {
	display:none;
}
.timepicker-picker table tr:first-child {
	display:none;
}
.timepicker-picker table tr:nth-child(3) {
	display:none;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #f0375a!important;
}
.timepicker-picker table td.today:before {
		border-bottom-color: #f0375a!important;
}
.timepicker-picker .table-condensed .btn {
	display:none;
}
input.dateInput {
	display: inline;
	width: 70%;
}
.datePickers label {
	min-width: 85px;
}
.datePickers {
		min-height: 120px;
		background: #eee;
		padding: 25px 25px;
		border: 1px solid #ccc;
}
span.pickersExplanation {
		float: right;
		color: #999;
		font-size: 12px;
		padding: 5px;
}

@media (min-width: 768px) {
	.wide-modal {
			width: 900px;
	}
}
::-webkit-scrollbar {
		background: transparent; 
		width: 10px;
}
::-webkit-scrollbar-thumb {
		background: #E21B70;
}
.scrollableConflicts {
	height: 85px;
	overflow-y: scroll;
	position: relative;
	top: 40px;
	margin-bottom: 20px;
}
._md::-webkit-scrollbar {
	background: transparent;
	width: 7px;
}
._md::-webkit-scrollbar-thumb {
	background: #E21B70;
}
.autocomplete-custom-template::-webkit-scrollbar {
	background: transparent;
	width: 4px;
}
.autocomplete-custom-template::-webkit-scrollbar-thumb {
	background: #E21B70;
}
.md-visually-hidden::-webkit-scrollbar {
	background: transparent;
	width: 4px;
}
.md-visually-hidden::-webkit-scrollbar-thumb {
	background: #E21B70;
}
md-input-container {
	margin: 0px!important;
}
md-backdrop.md-select-backdrop {
z-index:1051;
}
.md-select-menu-container {
	z-index: 1052;
}
.md-select-value {
	border-bottom-color:#E21B70!important;
}
md-option[selected] {
	color: #E21B70!important;
}
.md-checkbox-enabled[selected] .md-icon {
	background-color: #E21B70!important;
}
md-input-container {
	width: 100%;
}
span.required {
	color: #444;
	font-size: 11px;
	font-weight: 300;
	padding-left: 5px;

}
.btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
		background-color: #E21B70!important;
		border-color: #ccc;
}
md-switch .md-container { 
	width: auto!important;
}
span:last-child .list-comma {
		display: none;
}
canvas.custom-canvas {
		width: 800px !important;
		height: 200px !important;
}
.stats-section h5 {
	font-weight: 900;
	margin-bottom: 0px;
}
primary.md-checked .md-icon {
	background-color: #E21B70!important;
}
md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
	background-color: #E21B70!important;
}
span.iIconTitle {
	color: #444;
	font-size: 11px;
	display: block;
	position: relative;
	text-align: center;
	height: 12px;
	font-weight: 600;
	overflow: hidden;
	z-index: 999;
}
span.addButton {
	font-size: 11px;
	display: block;
	width: 100%;
	color: #04eb87;
	font-weight: 900;
	border: 1px solid #04eb87;
	border-radius: 10px;
	position: relative;
	bottom: 14px;
	margin-left: 3px;
}
.iProducts {
	display: block;
	max-width: 100%;
	max-height: 95px;
	width: auto;
	height: auto;
	padding: 10px;
}
md-select[disabled] .md-select-value {
	opacity: 0.4;
}
.selectdemoSelectHeader .demo-header-searchbox {
	border: none;
	outline: none;
	height: 100%;
	width: 100%;
	padding: 0; 
}
.selectdemoSelectHeader .demo-select-header {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
	padding-left: 10.667px;
	height: 48px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: auto; 
}
.selectdemoSelectHeader md-content._md {
	max-height: 240px; 
}
md-input-container.md-input-focused label {
	color:#E21B70!important;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
		border-color:#E21B70!important;
}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
	display: block;
	line-height: 2;
}

.uploadLoader {
	display: inline;
	left: 20px;
	top: -5px;
}
md-progress-circular.md-hue-2 path {
	stroke: #E21B70!important;
}
md-progress-circular path {
	stroke: #E21B70!important;
}
md-input-container.md-default-theme label.md-required:after, md-input-container label.md-required:after {
	color: #E21B70!important;
}
md-input-container.md-input-invalid label {
	color: #E21B70!important;
}
md-input-container.md-input-invalid .md-input {
	border-color: #E21B70!important;
}
.selected-products img{
	max-height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	cursor: pointer;
}
.selected-products span {
	font-size: 10px;
	font-weight: 900;
}
.selected-products-text {
	background: #ccc;
	text-align: center;
	height: 50px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
	color: #E21B70!important;
}
md-autocomplete-wrap md-input-container label:first-child{
	color: #E21B70!important;
	font-weight: normal;
}
md-autocomplete-wrap md-input-container .md-input{
	border-color: #E21B70!important;
}
.campaignsaveButtonWide {
	width: 185px!important;
}
.campaignsaveButton.loader {
	padding: 10px 30px 10px 15px;
	position: relative;
}
.campaignsaveButton:after {
	content: '';
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: 8px;
	opacity: 0;
	border-radius: 50%;
	transition: 500ms;
	transition: 500ms;
	transition: opacity 500ms;
}
.campaignsaveButton:before {
	content: '';
	border: 2px solid transparent;
	border-right: 2px solid #fff;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	left: auto;
	right: 8px;
	opacity: 0;
	border-radius: 50%;
	transition: opacity 500ms;
	-webkit-animation: rotating 1s linear infinite;
	-moz-animation: rotating 1s linear infinite;
	-ms-animation: rotating 1s linear infinite;
	-o-animation: rotating 1s linear infinite;
	animation: rotating 1s linear infinite;
}
.campaignsaveButton.loader:before {
	opacity: 1;
}
.campaignsaveButton.loader:after {
	opacity: 0.3;
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
h5.under_review {
		color: #E21B70;
		padding-left: 10px;
		font-weight: 900;
		font-size: 18px;
		position: relative;
		top: 2px;
}
md-input-container.small-container {
	margin-top: 30px!important;
	max-width: 300px;
	display: block;
}
.small-container md-select {
	border: 1px solid #ccc;
	border-bottom: 0px;
}
.small-container input {
	border: 1px solid #ccc!important;
}
span.group:hover {
	text-decoration: underline;
	color: #E21B70!important;
}
.whitebg {
	background-color: #fff!important;
}
.md-filter {
	border: 1px solid white;
	color: #fff!important;
	background: rgba(255,255,255,0.38);
	width: 120px;
	margin: 17px!important;
	float: right;
	border-radius: 4px;
}
.md-filter md-select.md-select-value.md-select-icon {
	color: white!important;
}
.md-filter:not([md-no-float]) .md-select-placeholder span:first-child {
		color: #fff!important;
		padding-left: 5px;
}
.md-filter .md-select-value .md-select-icon {
	color: #fff!important;
}
.md-filter .md-input-focused label {
	color:#fff!important;
}
.md-filter .md-input-focused .md-select .md-select-value span {
	color:#fff!important;
}
.table-head-custom th {
	text-align: center;
}
.md-button.md-primary.md-pink {
	background-color: #E21B70!important;
}
md-input-container.md-input-focused label.admin {
	color:#fff!important;
}
.profile li {
	list-style: none;
	padding: 10px;
}
.backToLogin {
		width: 150px;
		float: left;
		margin: 10px;
		background: transparent;
		border: 2px solid white;
		color: white;
}
.backToLogin:hover {
		color: #E21B70;
}
.resetPassword {
	width: 150px;
	float: left;
	margin: 10px;
	border: 2px solid #E21B70;
}
.boldButton {
	font-weight: 900;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
		z-index: 9999999;
		width: 500px;
		position: fixed;
		height: 500px!important;
		max-height: 750px !important;
		/* top: 300px!important; */
}
.autocomplete-custom-template li {
	border-bottom: 1px solid #ccc;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: normal;
}
.autocomplete-custom-template li:last-child {
	border-bottom-width: 0;
}
.autocomplete-custom-template img {
	max-height: 95px;
	width: auto;
	height: auto;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.scrollable::-webkit-scrollbar {
	background: transparent;
	width: 7px;
}
.scrollable::-webkit-scrollbar-thumb {
	background: #E21B70;
}
md-input-container.md-input-focused label {
	color:#E21B70!important;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
		border-color:#E21B70!important;
}
.products-report th {
		text-align: center;
}
.products-report img {
	display: block;
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	margin: 0 auto;
}
span.products-report  {
	display: inline;
	justify-content: center;
	align-items: center;
	/* // padding-top: 30px; */
	text-align: center;
}
strong.products-report  {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	text-align: center;
}
.products-report td {
	text-align: center;
	padding-left: 2px!important;
	padding-right: 2px!important;
}
md-progress-linear .md-bar {
		background-color: #E21B70!important;
}
button.products-report {
	padding: 10px;
	border: 3px solid #E21B70;
	border-radius: 10px;
	min-width: 100px;
	margin: 20px 10px;
	color: #E21B70;
	background: white;
	font-weight: 700;
}
button.products-report:hover {
		text-decoration: underline;
}
.products-report-selected {
		background: #E21B70!important;
		color: white!important;
}
md-progress-circular .md-inner .md-left .md-half-circle {
		border-left-color: #E21B70!important;
}
md-progress-circular .md-inner .md-left .md-half-circle, md-progress-circular .md-inner .md-right .md-half-circle {
		border-top-color: #E21B70!important;
}
md-progress-circular .md-inner .md-right .md-half-circle {
		border-right-color: #E21B70!important;
}
md-progress-circular .md-inner .md-left .md-half-circle, md-progress-circular .md-inner .md-right .md-half-circle {
		border-top-color: #E21B70!important;
}
.date {
		font-size: 0.8em;
		color: #777;
}
.since {
		font-size: 0.7em;
		color: #888;
}
.currency {
		font-size: 0.7em;
		color: #777;
}
.toolbar {
		margin: 10px 0px;
}
.toolbar button {
		margin: 0 10px;
}
button.action {
		width: 100px;
}
a.action.btn-link {
		color: #0088CC;
		font-size: 1.4em;
		padding-bottom: 0 !important;
}
.report-segment {
		margin: 20px 0;
}

.report-segment h4 {
		color: #808080;
}

.report-segment .form-group {
		margin-right: 10px;
}

.report-segment .form-group label {
		margin-right: 10px;
}
.status .currency {
		color: white;
}
.hour {
		font-size: 0.8em;
}
.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
	list-style-type: none;
	margin-top: 5px;
	text-align: center;
	/* NOTE: Browsers automatically add 40px of padding-left to all lists, so we should offset that, otherwise the legend is off-center */
	-webkit-padding-start: 0;
	/* Webkit */
	-moz-padding-start: 0;
	/* Mozilla */
	padding-left: 0;
	/* IE (handles all cases, really, but we should also include the vendor-specific properties just to be safe) */
}
.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	margin-bottom: 4px;
	border-radius: 5px;
	padding: 2px 8px 2px 28px;
	font-size: smaller;
	cursor: default;
}
.chart-legend li span,
.bar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 5px;
}
.picker__frame {
	margin-bottom: 17.5%!important;
}
.selectedAccount li {
	list-style: none;
	padding: 15px 0px 15px 0px;
}
.md-tooltip {
	width: 30px;
	min-width: 1px;
	margin: 0;
	min-height: 0;
	line-height: 1.6;
	opacity: 0.5;
	display: inline;
}
md-tooltip{
	z-index:1060 !important;
}
.md-content{
	height: auto !important;
}
.product-card {
	margin-top:5px;
	height: 210px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 8px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.ng-showImportant {
	display: block!important;
}
.multi-selected {
	background: #fcdae5;
}
.clientOption {
	height: 20px;
	border: 1px solid #E21B70;
	background-color: white;
	display: inline;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	vertical-align: middle;
	color: #E21B70;
	font-size: 0.85em;
	white-space: nowrap;
	cursor: pointer;
	float: left;
	-webkit-font-smoothing: auto;
}
.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.deliveryOption.checkedDelivery {
	color: white;
	background-color: #E21B70;
	cursor: pointer;
}
.disabled-filter {
	background-color: #aaaaaa!important;
	border-color: #aaaaaa!important;
	cursor: not-allowed!important;
}
.md-chips.md-focused {
	box-shadow: 0 1px rgb(237,25,95)!important;
}
md-chip.md-focused {
	background: rgb(237,25,95)!important;
}
.md-chips {
	font-size: 14px!important;
	font-weight: 500!important;
}
span.helper {
	font-size: 9px;
	padding-left: 10px;
}
h3.tags {
	color: #E21B70;
	font-size: x-large;
	font-weight: 700;
	text-decoration: underline;
	padding: 10px;
}
md-icon {
	min-height: 5px!important;
}
.white-bg {
	background: white!important;
}
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16em;
  height: 16em;
  transform: translate(-50%,-50%);
}

/* Chart */

.chartAnimation { 
	color: #12395F;
	position: relative;
	top: 150px;
}

.chartAnimation::before,
.chartAnimation::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.25em;
  height: 8.125em;
  margin: 0 0 0 -3.25em;
  transform: translate(-50%,-50%);
  background-color: currentColor;
  border-radius: 0.125em;
}

.chartAnimation::after {
  width: 8.125em;
  height: 0.25em;
  margin: 3.125em 0 0 -0.125em;
}

.chartAnimation i {
  position: absolute;
  bottom: 4.75em;
  left: 9em;
  box-sizing: border-box;
  display: block;
  width: 1.875em;
  height: 0;
  background-color: #f690b1;
  box-shadow: inset 0 0 0 0.25em currentColor;
}

.chartAnimation i:first-child {
  animation: chart1 0.999s infinite linear;
}

.chartAnimation i:nth-child(2) {
  background-color: #FFDEA3;
  animation: chart2 0.999s 0.333s infinite linear;
}

.chartAnimation i:last-child {
  background-color: #85C996;
  animation: chart3 0.999s 0.666s infinite linear;
}

@keyframes chart1 {
  0% { height: 0; }
  10% { height: 5.625em; }
  70% { width: 1.875em; transform: translateX(-4.375em); }
  99% { width: 0; height: 5.625em; transform: translateX(-4.375em); }
  99.1% { height: 0; transform: translateX(0em); }
  100% { height: 0; }
}

@keyframes chart2 {
  0% { height: 0; }
  10% { height: 2.375em; }
  70% { width: 1.875em; transform: translateX(-4.375em); }
  99% { width: 0; height: 2.375em; transform: translateX(-4.375em); }
  99.1% { height: 0; transform: translateX(0em); }
  100% { height: 0; }
}

@keyframes chart3 {
  0% { height: 0; }
  10% { height: 3.5625em; }
  70% { width: 1.875em; transform: translateX(-4.375em); }
  99% { width: 0; height: 3.5625em; transform: translateX(-4.375em); }
  99.1% { height: 0; transform: translateX(0em); }
  100% { height: 0; }
}
h4.clientSplit {
	color: #E21B70;
    font-weight: 900;
    font-size: 20px;
}

/* Google maps */

.angular-google-map-container {
	height: 400px;
}

.panel-primary {
	padding: 15px;
	padding-bottom: 0px;
	height: 300px;
	overflow: scroll;
}
span.directions {
	padding-left: 5px;
	cursor:pointer
}
span.directions:hover {
	color: blue;
	text-decoration: underline;
}
.product-mobile {
	text-align: center;
	margin: 10px;
	min-height: 390px;
	overflow: hidden;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
@media (max-width:767px) {
	.mobile-inset {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
}
span.arrows {
	margin-left: 7px;
    color: #E21B70;
}

.productFamilyName::first-letter{
	text-transform: capitalize;
}

ul.pie-legend > li::first-letter {
    text-transform: capitalize;
}


.ag-theme-alpine .ag-ltr .ag-cell .ag-cell-value > div::-webkit-scrollbar {
	background: transparent;
	width: 4px !important;
}

.ag-theme-alpine .ag-ltr .ag-cell .ag-cell-value > div::-webkit-scrollbar-thumb {
	background: #ccc !important;
}

.ag-theme-alpine .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
	border-right: 1px solid #e4e4e4 !important;
}

.ag-header-cell-label, .ag-header-group-cell-label {
	font-size: 12px;
}

.ag-header-cell-text {
	overflow: visible !important;
	text-overflow: initial !important;
	white-space: pre-wrap !important;
}


.ag-theme-alpine .ag-ltr .ag-cell {
	text-align: center;
}

/*.ag-header-cell-label, .ag-header-group-cell-label {*/
/*	 text-align: center;*/
/*	 justify-content: center;*/
/* }*/

.ag-font-style {
	user-select: initial;
	-moz-user-select: text;
	-ms-user-select: text;
	-webkit-user-select: text;
}

.ag-cell-value, .ag-group-value {
	height: 100% !important;
}

.ag-theme-balham.ag-unselectable {
	-webkit-user-select: text !important;
	user-select: initial !important;
}

.green-circle {
	background: #19ed35;
}

.red-circle {
	background: #E21B70;
}


.div-disabled
{
	pointer-events: none;
	opacity: 0.5;
	background: #CCC;
}

.substitutesModal-countryButton{
	background: #E21B70;
	color: #dddddd;
}
.substitutesModal-countryButton:hover{
	background: #E21B70 !important;
	color: #dddddd !important;
}

.instashop-red {
    color: #E21B70 !important;
}
.instashop-red-bold {
    color: #E21B70 !important;
    font-weight: bold;
}
.search-button {
    padding: 5px 10px;
    border: 3px solid #E21B70;
    border-radius: 10px;
    min-width: 100px;
    margin: 10px;
    color: #E21B70;
    background: white;
    font-weight: 700;
}
.d-inline-block {
    display: inline-block;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.align-items-top {
    align-items: self-start;
}
.align-items-center {
    align-items: center;
}
.mid-red-border {
    flex-grow: 1;
    border-top: 1px solid #E21B70;
    height: 1px;
    margin: 20px 8px;
}

.card {
    background: #eeeeee;
    border-radius: 8px;
}

.sortable {
    padding: 10px 15px 10px 10px;
    position: relative;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}
.sort-indicators {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sort-by-asc
{
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 4px transparent;
    background: transparent;
    border-bottom: solid 5px #68686e;
    border-top-width: 0;
    margin-bottom: 1px;
}

.sort-by-desc
{
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 4px transparent;
    background: transparent;
    border-top: solid 5px #68686e;
    border-bottom-width: 0;
    margin-top: 1px;
}
.sortable.sort-asc .sort-by-desc {
    display: none;
}
.sortable.sort-desc .sort-by-asc {
    display: none;
}

@media (max-width:1299px) {
    .sortable {
        font-size: 11px;
    }
    .search-result {
        font-size: 11px;
    }
}
.font-larger {
    font-size: 1.2em;
}
.search-result {
    cursor: pointer;
}
.search-result:hover {
    background-color: #E21B7060;
}

.businessTypeImage {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.clientImage {
    max-height: 50px;
    max-width: 50px;
}
button.close-red {
    position: absolute;
    cursor: pointer;
    padding: 0;
    background: #E21B70;
    border: 0;
    border-radius: 50%;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    top: -12px;
    right: -12px;
    width: 23px;
    height: 23px;
}
button.close-red:hover {
    top: -13px;
    right: -13px;
    box-shadow: -1px 1px 0 1px #E21B7060;
}

.circular-percentage-svg {
    position: relative;
}

.circular-percentage-svg:after {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: attr(data-pct)"%";
    border-radius: 100%;
    font-size: 25px;
    font-weight: bold;
    color: gray;
}
.circular-percentage-svg.font-smaller:after {
    font-size: 12px;
}
.circular-percentage-svg.font-small:after {
	font-size: 14px;
}
.circular-percentage-svg.font-medium:after {
	font-size: 16px;
}
.border-right-not-last>div.flex-column {
    border-right: 2px solid lightgray;
}
.report-button:disabled {
    opacity: 0.6;
}

.no-wrap {
    white-space: nowrap;
}

.number-input {
    padding: 2px 10px!important;
    font-weight: bold!important;
    border-radius: 14px!important;
    border: 0!important;
}
.number-input::-webkit-outer-spin-button,.number-input::-webkit-inner-spin-button {
    opacity: 1;
}

.search-dashboard-results::-webkit-scrollbar, .card-body::-webkit-scrollbar {
    width: 5px;
}
.break-word {
    word-break: break-word;
}
md-tooltip.search-dashboard .md-content {
    background-color: rgba(0,0,0,0.75);
}
.help-block-error {
    color: red;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px;
}


.flex-1 {
    flex: 1 0 auto;
}


.search-chart-box .chart-line,.search-chart-box .chart-bar {
    height: 250px;
}
.word-break {
    word-break: break-word;
}

.hyperlink {
    text-decoration: underline;
}

.instashop-red-bold.hyperlink {
    text-decoration: none!important;
    cursor: default!important;
}
.absolute-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #c1bebe;
}
.product-md-search-block .md-errors-spacer {
	display: none;
}
.product-md-search-block input::placeholder {
	color: white;
	caret-color: white;
}
.product-md-search-block input {
	color: white;
	caret-color: white;
	border: 1px solid white!important;
	padding-left: 5px;
}
#page-wrapper.report .select_dates form{
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
#page-wrapper.report .select_dates .cu_row_1{
	display: flex;
	gap: 10px;
}
#page-wrapper.report .select_dates .cu_row_1 .form-group{
	width: 100% !important;
	max-width: 200px;
}
#page-wrapper.report .select_dates .cu_row_1 .form-group input{
	width: 100% !important;
	max-width: 200px;
}
.glow-button {
	background-color: #E21B70;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 0 5px #E21B70;
	animation: pulseGlow 2s ease-out infinite;
	transition: transform 0.2s ease-in-out;
}

.glow-button:hover {
	transform: scale(1.05);
	background-color: #c51c63 !important;

}

.choose-by-company-section md-select-header input{
	padding: 2px 15px 1px;
	border-width: 0 0 1px;
	height: 30px;
	border-style: solid;
	width: 100%;
	box-sizing: border-box;
	float: left;
}
.choose-by-company-section{
	min-height: 250px;
	background: #fff;
	left: 200px !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.company-select-dropdown {
	max-width: 250px;
}
@keyframes pulseGlow {
	0% {
		box-shadow: 0 0 5px #E21B70;
	}
	50% {
		box-shadow: 0 0 20px #E21B70, 0 0 30px #E21B70;
	}
	100% {
		box-shadow: 0 0 5px #E21B70;
	}
}
@media (max-width:767px) {
	#page-wrapper.report .select_dates form{
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	#page-wrapper.report .select_dates{
		margin-top: 0px;
	}
	#page-wrapper.report .select_dates .cu_row_1{
		display: flex;
		gap: 15px;
	}
	#page-wrapper.report .select_dates .cu_row_1 .form-group{
		width: 100% !important;
	}
	#page-wrapper.report .select_dates .cu_row_1 .form-group input{
		width: 100% !important; ;
	}
	#page-content-wrapper .inser{
		padding-top: 0px !important;
	}
	.spacer_dev{
		display: none;
	}
	#page-wrapper.report .get_report_for button.products-report{
		margin: 0 !important;
	}
	#page-wrapper.report .get_report_for .tabs{
		display:flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	#page-wrapper.report .get_report_for .tabs .buttons{
		display:flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	#page-wrapper.report .get_report_for .row_fixer{
		display: flex;
		flex-direction: column;
	}
	#page-wrapper.report .get_report_for .row_fixer .cu_row{
		display: flex;
		flex-wrap: wrap;
		gap: 2px;
	}
	#page-wrapper.report .get_report_for .row_fixer.country{
		padding-top: 20px;
	}
	#page-wrapper.report .search_products .search_form{
		width: 100% !important;
		padding: 0 !important;
	}
	#page-wrapper.report .best_seller{
		display: flex;
		flex-direction: column;
	}
	#page-wrapper.report .categories_split_categ .wrapper_out{
		display: flex !important;
		flex-wrap: wrap !important;
		flex-direction: column;
	}
	#page-wrapper.report .categories_split_categ .wrapper_out .element{
		flex: unset !important;
		max-width: unset !important;
	}
	#page-wrapper.report .row.results{
		display: flex;
		flex-direction: column;
	}
	#page-wrapper.report .row.results .first_row{
		display: flex;
		padding: 0 !important;
	}
	#page-wrapper.report .row.results .second_row{
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}

	#page-wrapper.report #mytable .image_container{
		min-width: 50px;
	}
	#page-wrapper.report .table-container ,
	#page-wrapper.admin_awarness_reports .table-container{
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		margin-top: 30px;
	}
	#page-wrapper.report .table-container #mytable,
	#page-wrapper.admin_awarness_reports #mytable{
		width: 100%;
		border-collapse: collapse;
	}
	.account_info{
		width: unset !important;
	}
	.account_info .account-card{
		margin: 0;
		border-radius: 10px;
	}
	.account_info .card-header{
		border-radius: 10px 10px 0px 0px;
	}
	.md-virtual-repeat-container.md-autocomplete-suggestions-container {
		left: 20px !important;
	}
	#page-wrapper.admin #myGrid{
		width: unset !important;
		overflow: scroll;
	}
	#page-wrapper.admin #myGrid .ag-layout-normal{
		width: 600px;
	}
	#page-wrapper.admin_awarness_reports .right_side{
		padding: 0px 30px;
	}
	.menu .navbar-header{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		width: 100%;
		padding: 0px 10px 0px 10px;
		margin: 0;
	}
	.menu .navbar-header:before,
	.menu .navbar-header:after{
		display:none;
	}
	.menu .navbar-header .navbar-brand{
		padding: 15px 0px;
	}
	.admin_awarness_reports .right_side .col-xs-6{
		width: 100%;
	}
	.md-input-focused label{
		bottom: 50px !important;
	}
	.admin_awarness_reports .search_thing{
		width: 100%;
	}
	#page-wrapper.admin > .row > .col-sm-12 > .report-segment,
	#page-wrapper.admin > .row > .col-sm-12 > .report-segment > .row{
		width: 100%;
	}
	#page-wrapper.admin > .row > .col-sm-12 > .report-segment > .row > .col-sm-12{
		width: 100%;
		padding-right: 0;
	}
	div[col-id="approvedForIntelligence"] {
		display: flex;
		padding: 4px 0px;
	}
	.ag-theme-alpine .ag-cell-label-container{
		min-width: 70px;
	}
	md-input-container.md-input-has-value label:not(.md-no-float){
		bottom: 50px;
	}
	.col-xs-2.selected-products{
		width: 37%;
	}
	#page-wrapper.search .filters{
		display: flex;
		flex-direction:column;
	}
	#page-wrapper.search .filters md-input-container{
		width: 100% !important;
	}
	#page-wrapper.search .filters > .d-inline-block{
		width: 100% !important;
	}
}
