body {
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: arial,sans-serif;
	color: #000;
	padding: 0 !important;
}

.modal-emulsion__input-grid input::-webkit-inner-spin-button,
.modal-emulsion__input-grid input::-webkit-outer-spin-button,
.order__select-qty-item-inputwrap input::-webkit-inner-spin-button,
.order__select-qty-item-inputwrap input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.modal-emulsion__input-grid input[type=number],
.order__select-qty-item-inputwrap input[type=number] {
	-moz-appearance: textfield;
}

.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.minicart-dropdown-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.minicart-dropdown__item-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.my-orders__scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.order__tabs-content-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
}

.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.minicart-dropdown-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px;
	background-color: #857e90;
	opacity: .35;
}

.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #857e90;
	opacity: .35;
}

.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.minicart-dropdown-scrollbar .mCSB_inside .mCSB_container,
.minicart-dropdown__item-scrollbar .mCSB_inside .mCSB_container,
.my-orders__scrollbar .mCSB_inside .mCSB_container,
.order__tabs-content-scrollbar .mCSB_inside .mCSB_container {
	margin-right: 20px;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5!important;
}

.btn {
	color: #fff;
	border: 0;
	line-height: 20px;
	box-sizing: border-box;
	border-radius: 0;
}

.btn:focus {
	outline: none!important;
	box-shadow: none;
}

.btn:active,
.btn:hover {
	outline: 0 none!important;
	box-shadow: none;
}

.btn--primary {
	background: #502c83;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	font-size: 20px;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	opacity: 1;
	background: #502c83;
	color: #fff;
}

.btn--primary.disabled,
.btn--primary:disabled {
	cursor: not-allowed;
	color: #fff;
	opacity: .65;
}

.btn--outline-violet {
	border: 1.5px solid #502c83;
	background: transparent;
	color: #502c83;
	border-radius: 5px!important;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 15px;
}

.btn--outline-violet:active,
.btn--outline-violet:focus,
.btn--outline-violet:hover {
 border: 1.5px solid #502c83;
  box-shadow: inset 0 0 0 .5px #502c83;
	color: #502c83;
}

.btn-link {
	font-size: 12px;
	color: #502c83;
	font-weight: 700;
	height: 14px;
	line-height: 16px;
	text-decoration: underline;
}

.btn-link:focus,.btn-link:hover {
  color: #502c83;
  text-decoration: none !important;
  display: inline-block;
}

.btn-link:focus:after,.btn-link:hover:after {
  border-bottom: 2px solid #502c83;
  content: " ";
  display: block;
}

.dropdown {
	position: relative;
}

.dropdown .btn-default {
	background: none;
	color: #784cb6;
	font-size: 16px;
	width: 100%;
	text-align: left;
	padding: 0 20px 0 0;
}

.dropdown .btn-default:active,
.dropdown .btn-default:focus {
	background-color: transparent;
	border-color: transparent;
	color: #784cb6;
}

.yearlyStatement_dropdown .btn-default {
	background: white;
	color: black;
	font-size: 12px;
	width: 100%;
	text-align: left;
	padding: 0 20px 0 10px;
}

.yearlyStatement_dropdown .btn-default:active,
.yearlyStatement_dropdown .btn-default:focus {
	background-color: white;
	border-color: transparent;
	color: black;
}

.yearlyStatement_dropdown button .caret:after{
 bottom : 10px;
}

.dropdown-toggle .caret {
	border: none;
	position: absolute;
	right: 0;
	top: 15px;
}

.dropdown-toggle .caret:after {
	color: #784cb6;
	content: "";
	border: solid #784cb6;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: relative;
	bottom: 15px;
	right: 0;
}

.dropdown.open .caret:after {
	transform: rotate(225deg);
}

.dropdown.open.btn-default:active,
.dropdown.open.btn-default:focus,
.dropdown.open .dropdown-toggle.btn-default {
	background-color: transparent;
	border-color: transparent;
	color: #784cb6;
}

.ripple-effect {
	background-position: 50%;
	transition: all .8s;
}

.ripple-effect:hover {
	background: #502c83 radial-gradient(circle, transparent 1%, #502c83 0) 50%/15000%;
}

.ripple-effect:active {
	background-color: #251738;
	background-size: 100%;
	transition: all 0s;
}

.dashboard-page-font {
	font-family: Barlow, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000;
}

.dashboard-page-font .popover {
	pointer-events: none;
}

.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
	left: 125px;
}

.section-right {
	z-index: 999;
}

.img-fluid {
	width: 100%;
}

.img-fluid-max {
	max-width: 100%;
	width: auto!important;
	margin: auto;
}

#ym-notification,
#ymDivCircle,
#ymFrameHolder {
	left: 120px;
	z-index: 999!important;
}

#ymFrameHolder {
	z-index: 1020!important;
}

.dp-account {
	position: relative;
}

.dp-account .modal-body:before {
	display: none;
}

header.dp-common [class*=col-] {
	margin-bottom: 0;
}

.dropdown-menu {
	z-index: 1050;
}

.modal-confirm .modal-dialog,
.modal-schedule .modal-dialog {
	top: 50%;
	transform: translateY(-60%)!important;
}

.no-padding {
	padding: 0!important;
	}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	background: rgba(133,126,144,.4)!important;
	width: 10px;
	height: 3px;
}

.my-orders__row {
	margin-top: 20px;
}

.my-orders__body {
	background-color: #faf9ff;
	border-radius: 0 0 10px 10px;
	padding: 12px 18px;
	font-family: Barlow, sans-serif;
	border: .8px solid rgba(181, 146, 230, .3);
	height: 360px;
	overflow: hidden;
	position: relative;
}

.my-orders__body-regional-offer {
	padding: 0;
}

.my-orders__body-regional-offer img {
	width: 100%;
	height: 360px;
}

.my-orders__header {
	background-color: #a980e2;
	font-weight: 700;
	color: #faf9ff;
	font-size: 20px;
	border-radius: 10px 10px 0 0;
	padding: 7px 18px;
}

.my-orders__product-label {
	color: #606162;
	padding-right: 10px;
	margin: 0;
	font-weight: 500;
}

.my-orders__product-row {
	padding-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.my-orders__product-img {
	max-width: 95px;
}

.my-orders__product-img .img-fluid {
	width: 100%;
	}
.my-orders__product-img .region-carousel-item {
	width: 95%!important;
}

.my-orders__product-details {
	padding: 0;
	display: flex;
	flex-direction: column;
}

.my-orders__product-title {
	color: #555656;
	font-size: 16px;
	font-weight: 600;
}

#apRegionSpecial .my-orders__product-title {
 padding-bottom: 5px;
}

.my-orders__product-info {
	color: #606162;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
}

#apRegionSpecial .my-orders__product-label {
  min-width: 40px;
}

#apRegionSpecial .my-orders__product-info{
  align-items:flex-start;
}

.my-orders__product-info span {
	line-height: 15px;
	overflow: hidden;
	display: block;
}

.my-orders__product-link {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
}

.my-orders__product-link .btn-link {
	font-size: 12px;
	color: #502c83;
	font-weight: 700;
	height: 14px;
	line-height: 16px;
	text-decoration: underline;
}

.my-orders__product-link .btn-link:hover {
	color: #502c83;
	text-decoration: none;
	display: inline-block;
}

.my-orders__product-link .btn-link:hover:after {
	border-bottom: 2px solid #502c83;
	content: " ";
	display: block;
}

.my-orders__product-link.add-to-cart {
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 3px;
}

.my-orders__product-qty {
	font-size: 13px;
	color: #784cb6;
	padding-top: 10px;
	margin-top: auto;
}

.my-orders__product-add-to-cart,.my-orders__product-qty {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

.my-orders__product-add-to-cart {
	color: #8a6ab7;
	font-size: 12px;
	align-items: center;
	width: 55px;
}

.my-orders__product-add-to-cart .my-orders__product-add-img {
	width: 14px;
	height: 14px;
}

.my-orders__close-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.my-orders-frequently-ordered .my-orders__product-link {
	align-items: flex-end;
	padding-bottom: 3px;
}

.my-orders-month-spl .my-orders__product-link {
	align-items: center;
	justify-content: center;
	padding-right: 10px;
	padding-left: 8px;
	}
.my-orders-month-spl .my-orders__product-label--knowmore {
	width: 63px;
}

.my-orders__scrollbar {
	height: 310px;
	overflow: hidden;
	margin-right: -10px;
	padding-right: 10px;
}

.my-orders__scrollbar .os-scrollbar-vertical {
	right: -5px!important;
}

.dashboard-page .task-card__item {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	height: 100%;
	display: flex;
	background: #ffffff;
	flex-direction: column;
	justify-content: space-between;
}

.dashboard-page .task-card__item button.btn--outline-violet{
	display:block;
	width:100%;
	line-height: 12px;
	border-radius:2px !important;
}

.task-card__item .task-card_item-name{
	margin-top: 5px;
    padding: 0;
    text-align: left;
}

.task-card__item .task-card_item-btn{
	height: 18px;
}

.task-card__item .task-card_item-name a{
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;	
	padding:5px 0px;
	width:100%;
	display: inline-block;
	vertical-align: middle;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 38px;
}

.task-card__item .task-card_item-name a:hover{
	text-decoration: none;
}

.task-card__item .task-card_item-btn .btn.btn-see-other{
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-decoration-line: underline;
	color: #502C83;
	background: #fff;
	padding:0 10px;
	display:block;
	text-transform: capitalize;
}

.task-card__item .task-card_item-name .popover{
    width: auto;
    text-align: center;
    background: #FFFFFF;
    border-radius:0;
    border:none;
}

.task-card__item .task-card_item-name .popover .popover-content{
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;
	background: #FFFFFF;
	border-radius:0;
	width: 100%;
    padding: 6px;
}

.dashboard-page .task-card__item--warning {
	position: relative;
	/*border: 2px solid #ffb259;*/
}

.dashboard-page .task-card__item--warning .task-card__item-title,
.dashboard-page .task-card__item--warning .task-card__item-title-text:hover {
	padding-top: 0px
}

.dashboard-page .task-card__item--warning .task-card__item-title-icon {
	top: 16px
}

.dashboard-page .task-card__item--trending {
	border: .8px solid #efc78b;
	background: #fff8ef;
}

.dashboard-page .task-card__item--trending .task-card__item-body {
	background-color: #fff8ef;
	padding: 6px 16px 20px !important;
}

.dashboard-page .task-card__item--trending .task-card__item-description-title{
	font-size:14px;
}	

.dashboard-page .task-card__item--trending .task-card__item-content {
	height: 50px;
	align-items: baseline;
}

.dashboard-page .task-card__item--trending .task-card__item-header {
	border-bottom: .8px solid #efc78b;
	min-height: 184px;
	justify-content: flex-end;
}

.dashboard-page .task-card__item--trending .task-card__item-header{
	min-height: auto;
}

.dashboard-page .task-card__item--trending .task-card__item-header .carousel-item {
	padding: 25px 10px 25px !important;
}

.dashboard-page .task-card__item--trending .task-card__button {
	background-color: #fff;
}

.dashboard-page .task-card__item-warning {
	font-size: 12px;
	color: #f57f45;
	background: #fff;
	padding: 5px 8px 5px 18px;
	border: 2px solid #f57f45;
	border-radius: 3px;
	font-weight: 600;
	display:none;
}

.dashboard-page .task-card__item-warning:after {
	/*content: "";*/
	height: 2px;
	width: 12px;
	background-color: #f57f45;
	position: absolute;
	top: -2px;
	left: -8px;
}

.dashboard-page .task-card__item-warning:before {
	/*content: url(../images/oval-copy-9-svg.png);*/
	position: absolute;
	left: -12px;
	top: 3px;
}

.dashboard-page .task-card__item-warning-block{
	height: 25px;
}

.dashboard-page .task-card__item-warning-block .task-card__item-warning-wrap{
	background: #FFFFFF;
    border: 1px solid #F57F45;
    text-align: center;
    padding: 3px 10px;
    border-radius: 2px;
    height: 100%;
}

.dashboard-page .task-card__item-warning-block .task-card__item-warning-wrap img{
	width: 15px;
}

.dashboard-page .task-card__item-warning-block .task-card__item-warning-wrap .task-card__item-warning{
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #F57F45;
    display: inline-block;
    border: none;
    padding: 0;
    padding-left: 5px;
}

.dashboard-page .task-card__item-header {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 2px 2px 0 0;
}

.dashboard-page .task-card__item-title {
	color: #fff;
	background-color: #A980E2;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 2px 2px 0 0;
	z-index: auto;
	padding-left:10px;
	font-weight:bold;
}

.dashboard-page .task-card__item-title.multiple__task_card .tark-card-type{
	width:60px;
}

.dashboard-page .task-card__item-title.multiple__task_card .task-card__item-title-text{
	width: 95px;
}

.dashboard-page .task-card__item-title span.tark-card-type{
	display: block;
    border-left: 1px solid;
}

.dashboard-page .task-card__item-title span.tark-card-type .task-card__item-icon{
	width: 40px;
    padding: 10px 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.dashboard-page .task-card__item-title.multiple__task_card span.tark-card-type .task-card__item-icon{
	width:100%;
}

.dashboard-page .task-card__item-title-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
    text-decoration: none;
}

/*.dashboard-page .task-card__item-title-text:hover {
	white-space: normal;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: 5px 27px 5px 10px;
	background: #8a6ab7;
	z-index: 2;
	border-radius: 4px 4px 0 0
}*/

.dashboard-page .task-card__item-title-icon {
	position: absolute;
	right: 10px;
	width: 18px;
	top: 6px;
	z-index: 3
}

.dashboard-page .task-card__item-tooltip {
	position: relative;
	margin-left: 3px;
	display: flex;
	align-items: center;
}

.cutom_tooltip__Wrap{
	position: relative;
}

.cutom_tooltip__Wrap > .custom_tooltip{
	position: absolute;
    top: -100%;
    left: 0;
    border: 1px solid #fff;
    display: none;
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #A980E2;
    background: #FFFFFF;
    border-radius: 0;
    padding: 6px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    letter-spacing: 0.5px;
}


.cutom_tooltip__Wrap > .custom_tooltip.scheme{
    top: -32px;
}
.cutom_tooltip__Wrap > .custom_tooltip:after{
	border-width: 10px;
    bottom: -10px;
    margin-left: -10px;
    content: " ";
    border-color: transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    background: transparent;
    left: 50%;
}

.cutom_tooltip__Wrap:hover > .custom_tooltip{
	display:block;
}

.dashboard-page .task-card__item .tooltip {
	border: none;
	background: transparent;
}

.dashboard-page .task-card__item-carousel-wrapper {
	min-height: 180px;
}

.dashboard-page .task-card__item-carousel-wrapper .owl-theme .owl-nav{
	margin:0;
}

.dashboard-page .task-card__item-carousel-wrapper .owl-theme .owl-nav .owl-prev{
	background:url(../images/prev-arrow-task-card.png);
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 0;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 20%;
    left: 10px;
}

.dashboard-page .task-card__item-carousel-wrapper .owl-theme .owl-nav .owl-next{
	background: url(../images/next-arrow-task-card.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 0;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 20%;
    right: 10px;
}

.dashboard-page .task-card__item-slab {
	padding: 2px 3px;
	border: .8px solid #f57f45;
	background: transparent;
	color: #f57f45;
	position: absolute;
	bottom: 7px;
	right: -1px;
	font-size: 11px;
	z-index: 4;
	cursor: pointer;
	background-color: #fff;
	font-weight: 400;
}

.dashboard-page .task-card__item-slab:focus {
	outline: none;
}

.dashboard-page .task-card__item-body {
	padding:8px 0;
	display: flex;
	margin: 0;
	flex-direction: column;
	min-height: 54px;
	justify-content: space-between;
	background-color: #f9f4ff;
	border-radius: 0 0 2px 2px;
}

.dashboard-page .task-card__item-content {
	display: flex;
	align-items: center;
}

.dashboard-page .task-card__item-icon {
	width: 30%;
	padding-right: 14px;
	padding-left: 3px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.dashboard-page .task-card__item-icon img {
	width: 100%;
	max-width: 37px;
	min-width: 20px;
	margin-bottom: 8px;
	height: 17px;
}

.dashboard-page .task-card__item-icon img:last-child {
	margin-bottom: 0;
}

.dashboard-page .task-card__item-icon--multiple {
	padding-right: 18px;
	padding-left: 5px;
}

.dashboard-page .task-card__item-icon--multiple img {
	max-width: 28px;
	min-width: 20px;
}

.dashboard-page .task-card__item-description {
	width: 100%;
}

.dashboard-page .task-card__item-description-large {
	margin-left: 5px;
}

.dashboard-page .task-card__item-description-info {
	white-space: nowrap;
	font-size: 12px;
	color: #502C83;
    padding: 0px 15px;
    font-weight: bold;
    width: 100%;
}

.dashboard-page .task-card__item-description-info label{
	display:block;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;
	font-weight: 500;
}

.dashboard-page .task-card__item-description-info span,.dashboard-page .task-card__item-description-info a{
	display:block;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #502C83;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.dashboard-page .task-card__item-description-info .popover-content{
	font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #502C83;
    background: #FFFFFF;
    border-radius: 0;
    width: 100%;
    padding: 6px;
}

.dashboard-page .task-card__item-description-info--wrap {
	white-space: normal;
	overflow: visible;
}

.dashboard-page .task-card__item-description-info--wrap .task-card__item-description-label {
	margin-right: 2px;
}

.dashboard-page .task-card__item-description-info--expand:hover {
	overflow: visible;
}

/* .dashboard-page .task-card__item-description-info--expand:hover .task-card__item-description-info--expand-value {
	position: absolute;
	background: #fff;
	border: 1px solid #c4a7ee;
	padding: 0 2px;
	z-index: 2;
} */

.dashboard-page .task-card__item-description-title {
	font-size: 18px;
	font-weight: 600;
	color: #e1982d;
	margin-top: 5px;
	margin-bottom: 0;
	height: 43px;
	overflow: hidden;
	line-height: 1.2em;
	display: block;
	padding-right: 10px;
	width: 100%;
}

.dashboard-page .task-card__item-description-title .code {
	display: block;
	text-align: center;
}

.dashboard-page .task-card__item-description-title .description {
	text-align: left;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dashboard-page .task-card__item-description-title .description.expand--left {
	right: 20px;
}

.dashboard-page .task-card__item-description-title .description.expand--left:hover,
.dashboard-page .task-card__item-description-title .description.expand--right:hover {
	overflow: visible;
	white-space: nowrap;
	position: absolute;
	background: #fff;
	border: 1px solid #efc78b;
	padding: 0 2px;
	z-index: 999;
}

.dashboard-page .task-card__item .owl-carousel,
.dashboard-page .task-card__item .owl-carousel.owl-loaded {
	overflow: hidden;
}

.dashboard-page .task-card__item .owl-carousel .owl-stage,
.dashboard-page .task-card__section-header {
	display: flex;
	align-items: center;
}

.dashboard-page .task-card__section-header .task-card__tooltip .popover {
	top: 15px!important;
}

.dashboard-page .task-card__section-header .task-card__tooltip .popover-content {
	font-weight: 500;
	font-size: 14px;
}

.dashboard-page .task-card__section-title {
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	line-height: .65;
	letter-spacing: normal;
	color: #a980e2;
	margin: 15px 0;
	font-weight: 700;
	display: inline-block;
}

.dashboard-page .task-card__section-title-sync {
	margin-left: 20px;
	color: #787979;
	display: flex;
	align-items: center;
}

.dashboard-page .task-card__section-title-sync-icon {
	margin-right: 4px;
	width: 17px;
	cursor: pointer;
}

.ap-regional__banner-icon
{
	cursor: pointer;
}

.dashboard-page .task-card__section-title-sync b {
	margin-left: 4px;
}

.dashboard-page .task-card__section-title-viewall {
	margin-left: auto;
	font-weight: 700;
	color: #502c83;
	font-size: 13px;
}

.dashboard-page .task-card__section-title-viewall:focus,
.dashboard-page .task-card__section-title-viewall:hover {
	text-decoration: none;
}

.dashboard-page .task-card__wrapper {
	margin-left: -10px;
	margin-right: -10px;

}

.dashboard-page .task-card__wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.dashboard-page .task-card__wrap--warning {
	margin-top: 15px;
}

.dashboard-page .task-card__tooltip {
	padding-left: 5px;
}

.dashboard-page .task-card__tooltip .popover {
	top: 8px!important;
	max-width: 350px;
}

.dashboard-page .task-card__tooltip .popover.right {
	margin-right: 20px;
}

.dashboard-page .task-card__tooltip .popover-content {
	width: 340px;
	font-weight: 500;
	font-size: 13px;
}

.dashboard-page .carousel-item {
	padding: 10px 10px 0!important;
	overflow: hidden;
	text-align: center;
}

.dashboard-page .carousel-item .img-fluid-max {
	max-height: 108px;
	height: 90px;
}

.dashboard-page .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	margin-bottom: 4px;
}

.dashboard-page .owl-theme .owl-dots .owl-dot {
	outline: none;
}

.dashboard-page .owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	margin: 5px 2.5px;
	border-radius: 50%;
	background: #d2baf4;
}

.dashboard-page .owl-theme .owl-dots .owl-dot.active span,
.dashboard-page .owl-theme .owl-dots .owl-dot.hover span {
	background: #a980e2;
}

.dashboard-page .owl-theme .owl-dots.disabled {
	display: block;
	visibility: hidden;
	}
/* .nicescroll-rails {
	z-index: 0;
	display: block!important;
} */

.modal-emulsion {
	font-family: Barlow,sans-serif;
}

.modal-emulsion__header {
	background-color: #fff;
    color: #502C83;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px solid #eeeeee;
}

.modal-emulsion__header .icon-percentage {
	position: absolute;
	left: 40px;
	top: -50px;
}

.modal-emulsion__header .close {
	opacity: 1;
	position: absolute;
    right: 20px;
    top: 20px;
}

.modal-emulsion__header .close:active,
.modal-emulsion__header .close:focus {
	outline: none;
}

.modal-emulsion__title {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #502C83;
}

.modal-emulsion__body {
	padding: 0px;
    background-color: #fff;
}

.modal-emulsion__content {
	background-color: #fff;
	border-radius: 4px;
	border: none;
}

.modal-emulsion__credit-note {
	text-align: left;
    color: #00C938;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 22px;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
}

.modal-emulsion__body .error_msg,.modal-emulsion__body .qty_error_msg{
	padding:5px 22px;
}

.modal-emulsion__earn-note{
	background: rgba(0, 201, 56, 0.1) url(../images/ribbon.gif);
	background-size:20%;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #502C83;
    padding: 10px 22px;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
}

.modal-emulsion__credit-note.modal_align{
	font-size:16px;
}

.modal-emulsion__credit-note.success {
	background-color: rgba(92, 183, 92, .3);
	color: #5cb85c;
	margin: -20px -30px 0;
	padding: 10px 30px;
}

.modal-emulsion__product-img {
	display: inline-block;
}

.modal-emulsion_productInfo {
	display: flex;
	align-items: center;
}

.modal-emulsion__product-img img {
	width: 69px;
	height: 77px;
}

.modal-emulsion__product-title {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
	width: 180px;
	overflow-wrap: normal;
	padding-left: 10px;
}

.modal-emulsion__product-wrap {
	height: 195px;
	padding:0 22px;
}

.modal-emulsion__product-wrap .os-scrollbar,.modal-emulsion__product-wrap .os-scrollbar-corner {
	background: #fff!important;
}


.modal-emulsion__product-wrap .os-scrollbar-vertical {
	right: 5px !important;
}

.modal-emulsion__product-row {
	display: flex;
	align-items: center;
	padding:10px 0;
	border-bottom: 1px solid #eeeeee;
}

.modal-emulsion__product-row:last-child {
	border-bottom: none;
}

.modal-emulsion__product-row .product-grid {
	display: flex;
	align-items: flex-start;
}

.modal-emulsion__product-row .form-group {
	display: inline-block;
	margin-bottom: 8px;
	margin-top: 8px;
	position: relative;
	margin-right:15px;
}

.modal-emulsion__product-row .form-group .js-grid-input-val{
	position: relative;
}

.modal-emulsion__product-row .form-group .input-minus,
.modal-emulsion__product-row .form-group .input-plus {
	display: none;
}

.modal-emulsion__product-row .form-group:hover .input-minus,
.modal-emulsion__product-row .form-group:hover .input-plus {
	display: block;
}

.modal-emulsion__product-row .form-group.focus .badge, 
.modal-emulsion__product-row .form-group:hover .badge {
	color: #502c83;
}

.modal-emulsion__product-row .form-group.active .input-minus,
.modal-emulsion__product-row .form-group.active .input-plus {
	display: block;
}

.modal-emulsion__product-row .form-group.active .badge {
	color: #502c83;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.active .total {
	color: #502C83;
}

.modal-emulsion__product-row .form-group.active .form-control[readonly] {
	border: 1px solid #502c83;
}

.modal-emulsion__product-row .form-group.orange .badge {
	color: #f44336;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.orange .form-control,
.modal-emulsion__product-row .form-group.orange .form-control:hover {
	border: 1px solid #f44336;
}

.modal-emulsion__product-row .form-group.yellow .badge {
	color: #ffab40;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.black .badge {
	color: #000000;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.yellow .form-control,
.modal-emulsion__product-row .form-group.yellow .form-control:hover {
	border: 1px solid #ffab40;
}

.modal-emulsion__product-row .form-group.green .badge {
	color: #5cb85c;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.green .form-control,
.modal-emulsion__product-row .form-group.green .form-control:hover {
	border: 1px solid #5cb85c;
}

.modal-emulsion__product-row .badge {
	position: absolute;
	background: #fff;
	top: -7px;
	padding: 0;
	margin-left: 5px;
	border-radius: 0;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;
	font-weight: 700;
	text-transform: uppercase;
}

.modal-emulsion__product-row .badge.total {
	color: #502C83;
}

.modal-emulsion__product-row .plus-sign {
	border-radius: 50%;
	height: 16px;
	width: 16px;
	padding: 0;
	border: 1px solid #502C83;
	background: #faf9ff;
	font-size: 15px;
	font-weight: 400;
	margin-right: 15px;
	position: relative;
	top: 14px;
	display: inline-flex;
	line-height: 16px;
	outline: none;
	min-width: 16px;
}

.modal-emulsion__product-row .plus-sign:before {
	content: "\002B";
    color: #502C83;
    position: absolute;
    top: -3px;
    font-weight: 700;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.modal-emulsion__product-row .plus-sign.d-none {
	visibility: hidden;
	pointer-events: none;
}

.modal-emulsion__product-row .close-icon {
	height: 27px;
	width: 14px;
	padding: 0;
	background: #faf9ff;
	margin-right: 10px;
	border: none;
	background: transparent;
	transform: rotate(45deg);
}

.modal-emulsion__product-row .close-icon:focus {
	outline: none;
}

.modal-emulsion__product-row .close-icon:before {
	content: "+";
	font-size: 24px;
	font-weight: 300;
	color: #502c83;
	position: relative;
	bottom: 10px;
	left: 14px;
	font-family: Ubuntu;
	font-weight: 700;
}

.modal-emulsion__product-row .input-minus {
	width: 11px;
    height: 11px;
    padding: 0;
    position: absolute;
    right: 6px;
    border: 1px solid #502C83;
    border-radius: 25px !important;
    top: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #787979;
    line-height: 14px;
    background: #fff;
}

.modal-emulsion__product-row .input-minus span {
    font-weight: 500;
    position: absolute;
    top: -3.5px;
    left: 1px;
    color: #502C83;
}

.modal-emulsion__product-row .input-plus {
	width: 11px;
    height: 11px;
    padding: 0;
    position: absolute;
    right: 20px;
    border: 1px solid #502C83;
    border-radius: 25px !important;
    top: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #787979;
    line-height: 14px;
    background: #fff;
}

.modal-emulsion__product-row .input-plus span {
    font-weight: 500;
    position: absolute;
    top: -3.5px;
    left: 1px;
    color: #502C83;
}

.modal-emulsion__product-row .btn-default:active,
.modal-emulsion__product-row .btn-default:hover {
	outline: none;
	background-color: transparent;
}

.modal-emulsion__product-row .btn-plus {
	display: inline-block;
	width: 25px;
}

.modal-emulsion__product-row .add-grid-row {
	margin-top: 15px;
}

.modal-emulsion__product-row .plus-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.modal-emulsion__product-row .plus-icon:before {
	content: "\002b";
	font-size: 14px;
	font-weight: 500;
}

.modal-emulsion__product-row .minus-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.modal-emulsion__product-row .minus-icon:before {
	content: "\2212";
	font-size: 14px;
	font-weight: 500;
}

.modal-emulsion__product-input {
	width: 63px!important;
	height: 30px;
	border-radius: 1px !important;
	border: 0.5px solid #502C83 !important;
	font-weight:500;
	color: #502C83;
	padding: 0 5px !important;
}

.modal-emulsion__product-input:focus,
.modal-emulsion__product-input:hover {
	border: 1px solid #502c83;
}

.modal-emulsion__product-input.total {
	border: 1px solid #787979;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;
}

.modal-emulsion__product-input.total:focus {
	border: 1px solid #787979;
}

.modal-emulsion__product-input[readonly] {
	background-color: #fff;
}

.modal-emulsion__product-select {
	min-width: 205px;
    align-self: flex-start;
    margin-right: 10px;
    width: 205px;
}
.modal-emulsion__body .modal-emulsion__category-filter{
	text-align: left;
    color: red;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 22px;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
}

/* task card popup new select drop down st */

.modal-emulsion__product-select ::-webkit-scrollbar {
	width: 4px
}

.modal-emulsion__product-select ::-webkit-scrollbar-track {
	background: transparent
}

.modal-emulsion__product-select ::-webkit-scrollbar-thumb {
	background: rgba(133, 126, 144, .3)
}

.modal-emulsion__product-select .selectize-control.form-control {
    padding: 0;
    box-shadow: none;
    background: #FFFFFF;
    border: 1px solid #502C83;
    box-sizing: border-box;
    border-radius: 2px;
    height: auto;
}

.modal-emulsion__product-select .selectize-control.form-control .selectize-input {
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 0 5px
}

.modal-emulsion__product-select .selectize-control.form-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
    border: none;
    background: url(../images/modal-select-arrow-down.svg) no-repeat;
}

.modal-emulsion__product-select .selectize-control.single .selectize-input.dropdown-active:after{
	background: url(../images/modal-select-arrow-up.svg) no-repeat;
	background-size: 100%;
}

.modal-emulsion__product-select .selectize-control.form-control .selectize-input:after {
	right: 12px
}

.modal-emulsion__product-select .selectize-control.form-control .item,
.modal-emulsion__product-select .selectize-control.form-control input {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin: 0 !important;
	padding: 5px 5px 0 !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 90%
}

.modal-emulsion__product-select .selectize-control.form-control input{
	padding: 5px 5px 0 !important;
}

.modal-emulsion__product-select .selectize-control.form-control .selectize-input input[type="select-one"]::-webkit-input-placeholder { /* Edge */
  	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;
}

.modal-emulsion__product-select .selectize-control.form-control .selectize-input input[type="select-one"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;
}

.modal-emulsion__product-select .selectize-control.form-control .selectize-input input[type="select-one"]::placeholder {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #502C83;
}

.modal-emulsion__product-select .selectize-dropdown {
	background-color: #faf9ff;
	margin: 0;
	padding: 0;
	height: auto;
	border: 1px solid #d9caef;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	border-radius: 0 0 0 5px;
	top: 26px !important;
}

.modal-emulsion__product-select .selectize-dropdown .selectize-dropdown-content {
	max-height: 105px;
	scrollbar-width: thin;
	scrollbar-color: rgba(133, 126, 144, .3) transparent
}

.modal-emulsion__product-select .selectize-dropdown .option {
	font-size: 16px;
	font-weight: 500;
	color: #787979;
	padding: 5px;
	cursor: pointer
}

.modal-emulsion__product-select .selectize-dropdown .option.active {
	background-color: #edebf7
}

.modal-emulsion__product-select .selectize-dropdown .option.active .product-select-imagewrap {
	z-index: 3;
	display: flex
}

.modal-emulsion__product-select .selectize-dropdown .option .product-select__text {
	display: flex;
	align-items: center;
	text-transform: none;
	line-height: 15px;
	font-size: 14px
}

/* task card popup new select drop down ed */

.modal-emulsion__product-select label {
	color: #784cb6;
	font-size: 16px;
}

.modal-emulsion__input-grid {
	display: inline-block;
	width: 82%;
}

.em-model-packWrapper {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.modal-emulsion__reward {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #e4544f;
	background-color: #ffece3;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	margin:0 22px;
}

.modal-emulsion__reward .total{
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #502C83;
}

.modal-emulsion__reward.slab-achieved {
    background: rgba(0, 201, 56, 0.05) url(../images/slab-check.svg) no-repeat;
    border: 1px solid rgba(0, 201, 56, 0.5);
    font-weight: 600;
    font-size: 14px;
    padding-left: 35px;
    background-position: 10px;
    line-height: 17px;
    color: #502C83;
}

.nudge--completed {
	background: rgba(0, 201, 56, 0.05) url(../images/slab-check.svg) no-repeat;
    border: 1px solid rgba(0, 201, 56, 0.5);
    width: 72%;
    display: flex;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-left: 26%;
    margin-top: 2%;
    line-height: 14px;
    justify-content: end;
    color: #502C83;
    background-position: 2px;
    padding: 4px;
    white-space: nowrap;
}

.modal-emulsion__actions {
	text-align: right;
	padding: 10px 22px;
}

.modal-emulsion__actions .total {
	font-size: 20px;
	font-weight: 600;
	color: #787979;
}

.modal-emulsion__actions .btn-add-to-cart {
	border: 1.5px solid #502c83;
	background: transparent;
	color: #502c83;
	border-radius: 5px!important;
	font-size: 12px;
	font-weight: 600;
	width: 160px;
}

.modal-emulsion__actions .btn-add-to-cart_taskCard {
	background: #FFFFFF;
	border: 1px solid #502C83;
	box-sizing: border-box;
	border-radius: 2px !important;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #502C83;
	width:170px;
}

.modal-emulsion__actions .btn-add-to-cart_taskCard:hover {
	background: #502C83;
	border: 1px solid #502C83;
	box-sizing: border-box;
	border-radius: 2px !important;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	width:170px;
}

.modal-emulsion__form {
	padding-left: 0!important;
	padding-right: 0!important;
}

.modal-emulsion.modal-order-history .modal-emulsion__title {
	padding-left: 15px;
	display: inline-block;
}

.modal-emulsion.modal-order-history .order-date {
	padding-left: 55px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table {
	border-top: 1px solid #e4e2eb;
	white-space: nowrap;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody tr td,
.modal-emulsion.modal-order-history .order__tabs-recent-order-table thead tr th {
	font-weight: 600;
	color: #787979;
	border: none;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody .btn-link {
	font-weight: 500;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody tr td:nth-child(2) {
	text-align: left;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody tr td {
	font-weight: 400;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 13px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table thead tr th {
	font-size: 15px;
	text-align: center;
	padding-top: 20px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table thead tr th:nth-child(2) {
	text-align: left;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table thead:first-child>tr:first-child>th {
	padding-bottom: 15px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .billed {
	color: #5cb85c;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .not-billed {
	color: #f44336;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue {
	position: relative;
	top: 3px;
	min-width: 15px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue input {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: 11px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue input[type=checkbox] {
	cursor: pointer;
	height: auto;
	margin-left: 0;
	opacity: 0;
	width: auto;
	z-index: 1;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue input[type=checkbox]:checked+label:before {
	background: #502c83;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue label:before {
	background-color: transparent;
	content: "";
	height: 15px;
	left: 9px;
	top: 0;
	position: absolute;
	width: 15px;
	border-radius: 3px;
	border: 1px solid #502c83;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue input[type=checkbox]:checked+label:after {
	height: 12px;
	left: 13px;
	top: 0;
	transform: rotate(45deg);
	width: 6px;
	content: "";
	position: absolute;
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table.submit-modal__table {
	border-top: none;
	white-space: nowrap;
}
.modal-emulsion.modal-order-history .order__tabs-actions {
	text-align: right;
	padding: 25px 40px 50px 0;
	position: relative;
}

.modal-emulsion.modal-order-history .order__tabs-actions-new {
	text-align: right;
	padding: 0px 40px 50px 0;
	position: relative;
}

.submit-modal .submit-modal__radiowrap {
	margin-top: 10px;
}

.modal-emulsion.modal-order-history .order__tabs-actions .error-msg {
	position: absolute;
	left: 40px;
	width: 70%;
	text-align: left;
	top: 0;
	font-size: 13px;
	color: #f24a3c;
	bottom: 50px;
	max-height: 69px;
	overflow: auto;
	display: flex;
}

.modal-emulsion.modal-order-history .order-table-scrollbar {
	max-height: 205px;
	overflow: hidden;
	padding-right: 10px;
	margin-right: -10px;
}

.modal-emulsion.modal-order-history .order-table-scrollbar .os-scrollbar-vertical {
	right: -5px!important;
}

.modal.in .modal-dialog.modal-seemore__dialog{
	width:900px;
}

.modal-seemore__content .modal-seemore__header .seemore-close-icon{
	opacity: 1;
}

.modal-seemore__content .modal-seemore-body{
	padding: 0 0px 20px;	
}

.modal-seemore__content .modal-seemore-body .tast__card__productWrap.dashboard-page .js-seemore-modal-scrollbar{
	height: 626px;
	padding:20px;
}

.modal-seemore__content .modal-seemore-body .dashboard-page .task-card__wrap--warning{
	margin-top:20px;
}

.modal-seemore__content .modal-seemore-body .dashboard-page .carousel-item{
	padding:10px !important;
}

.submit-modal__radiowrap {
	display: flex;
	flex-wrap: wrap
}

.submit-modal__radiowrap label {
	font-weight: 600;
	font-size: 15px;
	text-transform: none;
	color: #787979;
	margin-left: 5px
}

.submit-modal__radio-item {
	margin-left: 10px
}

.submit-modal-scrollbar {
	max-height: 205px!important;
}

.submit-modal .order__tabs-actions {
	padding: 0 40px 50px 0!important;
}

.submit-modal .btn-save-order-seasonal {
	padding: 10px 15px;
	border-radius: 5px!important;
	font-size: 14px;
	font-weight: 600;
	max-width: 160px!important;
	border: none;
	text-transform: uppercase
}

.submit-modal .btn-save-order-seasonal:focus {
	box-shadow: none;
	border: none;
	outline: none
}

.submit-modal__footer-radio {
	padding-left: 40px
}

.submit-modal__footer-radio .col-chk-box {
	display: flex
}

.submit-modal__footer-radio .col-chk-box input {
	margin-top: 2px
}

.submit-modal .form-group {
	display: inline-block;
	margin-bottom: 8px;
	margin-top: -5px;
	position: relative
}

.submit-modal .form-group .input-minus,
.submit-modal .form-group .input-plus {
	display: none
}

.submit-modal .form-group:hover .input-minus,
.submit-modal .form-group:hover .input-plus {
	display: block
}

.submit-modal .form-group.focus .badge,
.submit-modal .form-group:hover .badge {
	color: #502c83;
	font-weight: 700
}

.submit-modal .form-group.active .input-minus,
.submit-modal .form-group.active .input-plus {
	display: block
}

.submit-modal .form-group.active .badge {
	color: #502c83;
	font-weight: 700
}

.submit-modal .form-group.active .total {
	color: #787979
}

.submit-modal .form-group.active .form-control[readonly] {
	border: 1px solid #502c83
}

.submit-modal .form-group.orange .badge {
	color: #f44336;
	font-weight: 700
}

.submit-modal .form-group.orange .form-control,
.submit-modal .form-group.orange .form-control:hover {
	border: 1px solid #f44336
}

.submit-modal .form-group.yellow .badge {
	color: #ffab40;
	font-weight: 700
}

.submit-modal .form-group.yellow .form-control,
.submit-modal .form-group.yellow .form-control:hover {
	border: 1px solid #ffab40
}

.submit-modal .form-group.green .badge {
	color: #5cb85c;
	font-weight: 700
}

.submit-modal .form-group.green .form-control,
.submit-modal .form-group.green .form-control:hover {
	border: 1px solid #5cb85c
}

.submit-modal .badge {
	position: absolute;
	background: #fff;
	top: -7px;
	color: #e4e2eb;
	font-size: 12px;
	padding: 0;
	margin-left: 5px;
	font-weight: 400;
	border-radius: 0;
	left: 0;
}

.submit-modal .badge.total {
	color: #787979
}

.submit-modal .plus-sign {
	border-radius: 50%;
	height: 16px;
	width: 16px;
	padding: 0;
	border: 1px solid #784cb6;
	background: #faf9ff;
	font-size: 15px;
	font-weight: 400;
	margin-right: 15px;
	position: relative;
	top: 14px;
	display: inline-flex;
	line-height: 16px;
	outline: none
}

.submit-modal .plus-sign:before {
	content: "\002B";
	color: #784cb6;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.submit-modal .plus-sign.d-none {
	visibility: hidden;
	pointer-events: none
}

.submit-modal .input-minus {
	padding: 0;
	position: absolute;
	right: 5px;
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #787979;
	line-height: 14px;
	background: transparent
}

.submit-modal .input-minus span {
	font-weight: 500
}

.submit-modal .input-plus {
	padding: 0;
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #787979;
	background: transparent
}

.submit-modal .input-plus span {
	font-weight: 500
}

.submit-modal .plus-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.submit-modal .plus-icon:before {
	content: "\002b";
	font-size: 14px;
	font-weight: 500
}

.submit-modal .minus-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.submit-modal .minus-icon:before {
	content: "\2212";
	font-size: 14px;
	font-weight: 500
}

.submit-modal input::-webkit-inner-spin-button,
.submit-modal input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.submit-modal input[type=number] {
	-moz-appearance: textfield
}

.modal-order-placed {
	font-family: Barlow,sans-serif;
}

.modal-order-placed__dialog {
	margin: auto;
	top: 50%;
	transform: translateY(-50%)!important;
}

.modal-order-placed__header {
	padding: 0;
	border: none;
	background-color: #faf9ff;
	border-radius: 6px;
}

.modal-order-placed__header .close {
	font-weight: 400;
	font-size: 40px;
	margin: 0 20px;
	opacity: 1;
	color: #502c83;
}

.modal-order-placed__header .close:focus,
.modal-order-placed__header .close:hover {
	outline: none;
}

.modal-order-placed__body {
	background-color: #faf9ff;
	font-size: 20px;
	text-align: center;
	padding: 0 15px 30px;
	border-radius: 6px;
}

.modal-order-placed__body img {
	margin-bottom: 15px;
}

.modal-order-placed__info strong {
	color: #784cb6;
	display: block;
}

.modal-order-placed__info span {
	color: #857e90;
	display: block;
}

.modal-order-placed__content {
	border-radius: 6px;
}

.modal-order-placed--fail .modal-order-placed__info strong {
	color: #f24a3c;
}

.modal-order-placed--partial .modal-order-placed__info strong {
	color: #e1982d;
}

.modal-order-status .dispatch-status-bar {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #e4e2eb;
}

.modal-order-status .dispatch-status-bar1 {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #e4e2eb;
}

.modal-order-status .dispatch-status-bar .stage-info .stage.completed,
.modal-order-status .dispatch-status-bar .stage-info .stage.completed:before {
	background-color: #8a6ab7;
}

.modal-order-status .dispatch-status-bar .stage-info {
	font-size: 14px;
	font-weight: 400;
	color: #787979;
	position: relative;
}

.modal-order-status .dispatch-status-bar .stage-info__detail,
.modal-order-status .dispatch-status-bar .stage-info__title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.modal-order-status .dispatch-status-bar .stage-info__icon {
	margin-top: 65px;
}

.modal-order-status .dispatch-status-bar .stage-info__label {
	font-size: 15px;
	margin-bottom: 33px;
}

.modal-order-status .dispatch-status-bar .stage-info__detail {
	bottom: 0;
}

.modal-order-status .dispatch-status-bar .stage-info:last-child {
	margin-right: 35px;
}

.modal-order-status .dispatch-status-bar .stage-info:first-child {
	margin-left: 35px;
	}


.modal-knowmore .modal-emulsion__dialog {
	width: auto!important;
	display: table;
	max-width: 990px
}

.modal-knowmore .modal-emulsion__body {
	padding: 0;
}


.modal-knowmore__taskcard-title {
	font-size: 20px;
	color: #502c83;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 20px;
}

.modal-knowmore .task-card__wrapper {
	display: flex;
	justify-content: center;
}

.modal-knowmore .task-card__wrapper .task-card__wrap {
	max-width: 210px;
	min-width: 170px;
	width:210px;
}
.modal-knowmore__taskcard-wrap {
	padding: 0 25px 25px;
	background: #faf9ff;
	border-radius: 0 0 35px;
	flex:1;
}

.modal-knowmore__media-wrap {
	padding: 30px 20px 20px;
	max-height: 403px;
	width: 495px
}

.modal-knowmore__media-title {
	font-size: 20px;
	color: #606162;
	font-weight: 700;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 20px;
	border-bottom: 1px solid #e4e2eb;
}

.modal-knowmore__video-title {
	font-size: 16px;
	font-weight: 800;
	color: #606162;
	margin: 0 0 20px;
}

.modal-knowmore__wrap {
	display: flex
}

.modal-knowmore__carousel {
	padding: 10px 15px;
}

.modal-knowmore__carousel-item {
	overflow: hidden;
	height: 280px;
	display: flex;
	flex-direction: column
}

.modal-knowmore__carousel-item img {
	max-width: 100%;
	max-height: 240px;
	margin: auto;
	width: auto!important
}

.modal-knowmore__carousel-item iframe {
	width: 100%;
	min-height: 250px;
	height: 100%;
}

.modal-knowmore__carousel-counter {
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
	text-align: right;
}

.modal-knowmore .owl-next,
.modal-knowmore .owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block!important;
	border: 0 solid #000;
}

.modal-knowmore .owl-theme .owl-nav [class*=owl-]:focus,.modal-knowmore .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	border: none;
	outline: none;
}

.modal-knowmore .owl-prev {
	left: -25px;
	background: transparent !important;
}

.modal-knowmore .owl-next {
	right: -5px;
	background: transparent !important;
}

.sales-tracker {
	border-radius: 10px;
}

.sales-tracker__header {
	background-color: #a980e2;
	font-weight: 700;
	color: #faf9ff;
	font-size: 20px;
	border-radius: 10px 10px 0 0;
	padding: 7px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sales-tracker__header-sync {
	font-weight: 400;
	color: #fff;
	font-size: 10.5px;
}

.sales-tracker__header-sync-icon {
	margin-right: 4px;
	width: 12px;
}

.sales-tracker__header-sync b {
	margin-left: 4px;
}

.sales-tracker__performance-canvas {
	position: relative;
	margin: 10px -5px 15px -10px;
	height: 255px;
}

.sales-tracker__performance-chart {
	width: 100%;
	height: 255px;
}

.sales-tracker__performance-chart-data {
	display: none;
}

.sales-tracker__performance-legend {
	position: absolute;
	top: -7px;
	right: 30px;
	z-index: 2;
	font-size: 12px;
	color: #787979;
	text-align: right;
	width: 85%;
    overflow: hidden;
}

.sales-tracker__performance-legend img {
	vertical-align: bottom;
	margin-right: 5px;
}

.sales-tracker__performance-legend .sales-performance-data{
	 line-height: 15px;
}

.sales-tracker__section {
	padding: 0 18px;
	position: relative;
}

.sales-tracker__section-title {
	color: #a980e2;
	font-size: 18px;
	font-weight: 600;
	margin-top: 14px;
	margin-bottom: 0;
	position: relative;
}

.sales-tracker__section-title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #a980e2;
}

.sales-tracker__section-peak-name {
	font-size: 12px;
	color: #787979;
}

.sales-tracker__section-remark {
	font-size: 12px;
	color: #787979;
}

.sales-tracker__section--performance {
	border: .8px solid rgba(181, 146, 230, .3);
	background-color: #f9f4ff;
}

.sales-tracker__section--volume-status {
	border: .8px solid rgba(181, 146, 230, .3);
	border-top: none;
	padding-top: 18px;
	height: auto;
	background-color: #f3f1fb;
	padding-bottom: 10px
}

.sales-tracker__section--billing {
	background-color: #edebf7;
	border-radius: 0 0 10px 10px;
	margin-top: 12px;
	border: .8px solid rgba(181, 146, 230, .3);
}

.sales-tracker__section--warning {
	border: 1px solid #ffb259;
	outline: 1.6px solid #ffb259;
}

.sales-tracker__section-warning {
	position: absolute;
	top: -18px;
	font-size: 12px;
	font-weight: 600;
	color: #f57f45;
	background: #fff;
	padding: 5px 8px 5px 18px;
	border: 2px solid #f57f45;
	border-radius: 3px;
	left: 25px;
}

.sales-tracker__section-warning:after {
	content: "";
	height: 2px;
	width: 12px;
	background-color: #f57f45;
	position: absolute;
	top: -2px;
	left: -8px;
}

.sales-tracker__section-warning:before {
	content: url(../images/oval-copy-9-svg.png);
	position: absolute;
	left: -12px;
	bottom: -6px;
}

.sales-tracker__volume-canvas {
	overflow: hidden;
	margin: 10px -10px;
	max-height: 140px;
}

.sales-tracker__volume-canvas svg {
	width: 100%;
	height: 100%;
	min-height: 120px;
	max-height: 140px;
}

.sales-tracker__volume-canvas polyline {
	opacity: .3;
	stroke-width: 1px;
}

.sales-tracker__volume-chart-data {
	display: none;
}

.sales-tracker__billing-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-right: -3px;
}

.sales-tracker__billing__table {
	color: #787979;
	font-size: 15px;
	font-weight: 500;
	margin-top: 12px;
	border-collapse: separate;
	border-spacing: 0 4px;
	max-width: 230px;
}

.sales-tracker__billing__td {
	padding: 0;
}

.sales-tracker__billing__td span {
	font-size: 10px;
}

.sales-tracker__billing .btn--place-order {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px!important;
	box-shadow: 4px 5px 10px 0 #8c78a9;
}

.sales-tracker__billing .btn--place-order:focus {
	outline: none;
}

.sales-tracker__billing .btn--place-order:active,
.sales-tracker__billing .btn--place-order:hover {
	outline: 0 none;
}

.sales-tracker__billing-devider {
	margin: 8px -20px 13px;
	border-top: .8px solid rgba(181, 146, 230, .3);
}

.sales-tracker__billing-info {
	color: #784cb6;
	font-size: 13px;
	float: right;
	margin-bottom: 10px;
	font-weight: 500;
	}
.sales-tracker__placeorder-wrap {
	min-height: 70px;
}

.dashboard-page--trending .sales-tracker__performance-canvas {
	height: 236px;
}

.dashboard-page .quick-links__wrapper {
	position: fixed;
	z-index: 1019;
	top: 74px;
	background: #502c83;
	margin-bottom: 10px;
	left: 135px;
	right: 15px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	min-height: 35px;
}

.dashboard-page .quick-links__wrapper .collapse {
	background: rgba(80, 44, 131, .95);
}

.dashboard-page .quick-links__wrapper .collapse.in {
	display: block;
	height: 90vh;
	transition: all .1s linear;
	width: 100%;
}

.dashboard-page .quick-links__wrapper .collapsing {
	transition: none;
	display: none;
}

.dashboard-page .quick-links__nav-item {
	cursor: pointer;
	display: flex;
	white-space: nowrap;
	padding: 0 0 0 15px;
	align-items: center;
	font-size: 12px;
	color: #fff;
	min-height: 21px;
	font-weight: 600;
	border-left: 1px solid #fff;
	margin: 3px 0 3px 15px;
}

.dashboard-page .quick-links__nav-item--dealer {
	cursor: default;
}

.dashboard-page .quick-links__nav-item-select {
	cursor: pointer;
	border-radius: 3px;
	height: 25px;
	width: 165px;
	margin-left: 8px;
	color: #502c83;
	font-weight: 700;
	font-size: 13px;
	padding: 0 14px;
}

.dashboard-page .quick-links__nav-item-select option {
	font-size: 13px;
	color: #502c83;
	font-weight: 700;
	font-family: Barlow;
}

.dashboard-page .quick-links__nav-item-select option:hover {
	cursor: pointer;
}

.dashboard-page .quick-links__nav-item-link-wrap {
	display: flex;
	padding: 0;
	color: #fff;
	align-items: center;
}

.dashboard-page .quick-links__nav-item-link-wrap:focus,
.dashboard-page .quick-links__nav-item-link-wrap:hover {
	text-decoration: none;
	color: #fff;
	background: transparent;
}

.dashboard-page .quick-links__nav--dealer-code {
	margin: 5px 10px 5px 0;
}

.dashboard-page .quick-links__nav-icon {
	margin-right: 8px;
}

.dashboard-page .quick-links__dealer-code {
	display: flex;
	align-items: center;
}

.dashboard-page .quick-links__toggle {
	background: transparent;
	border: none;
	color: #fff;
	padding-left: 15px;
	position: relative;
	font-weight: 700;
	font-size: 12px;
}

.dashboard-page .quick-links__toggle:focus {
	outline: none;
}

.dashboard-page .quick-links__toggle.collapsed:after {
	content: url(../images/arrow-down.png);
	transform: translateY(-50%);
	right: -17px;
}

.dashboard-page .quick-links__toggle:after {
	content: url(../images/arrow-up.png);
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-53%);
}

.modal-feedback .modal-dialog .modal-body:before,
.modal-quick-order .modal-dialog .modal-body:before,
.modal-scratch-pad .modal-dialog .modal-body:before {
	display: none;
}

.popover {
	top: 13px;
	border-radius: 5px;
	border: 1px solid #b592e6;
	z-index: 99999;
}

.popover.right {
	margin-left: 20px;
}

.popover.right .arrow {
	top: 12px!important;
	left: -20.5px;
	border: none;
}

.popover.right .arrow:after {
	top: -1px;
	border-color: #faf9ff transparent;
	border-width: 10px 0 0 21px;
	z-index: 1;
}

.popover.right .arrow:after,
.popover.right .arrow:before {
	content: "";
	position: absolute;
	left: 3px;
	border-style: solid;
	display: block;
	width: 0;
}

.popover.right .arrow:before {
	top: -2px!important;
	border-color: #b592e6 transparent;
	border-width: 12px 2px 0 18px;
	z-index: 0;
}

.popover.left {
	margin-left: -20px;
}

.popover.left .arrow {
	top: 12px!important;
	right: 0;
	border: none;
}

.popover.left .arrow:after {
	top: -1px;
	border-color: #faf9ff transparent;
	border-width: 10px 21px 0 0;
	z-index: 1;
}

.popover.left .arrow:after,
.popover.left .arrow:before {
	content: "";
	position: absolute;
	left: -3px;
	border-style: solid;
	display: block;
	width: 0;
}

.popover.left .arrow:before {
	top: -2px!important;
	border-color: #b592e6 transparent;
	border-width: 12px 18px 0 2px;
	z-index: 0;
}

.popover-content {
	background-color: #faf9ff;
	color: #8a6ab7;
	width: 185px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	max-height: 310px;
	font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #502C83;
    background: #FFFFFF;
    border-radius: 0;
    width: 100%;
    padding: 6px;
}

.task-card__item-title .popover{
	left: 0 !important;
	border:none;
}

.task-card__item-title .popover-content{
	width:auto;
	padding:5px 10px;
	font-weight: bold;
	background:#fff;
	border-radius:0;
	font-size: 13px;
	line-height: 16px;
	color: #A980E2;
}

.popover ul {
	list-style: none;
	padding: 0;
}

.popover ul li {
	padding-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popover ul .ellipsis {
	text-align: right;
}

.dashboard-order-page .breadcrumb {
	font-size: 15px;
	line-height: .65;
	margin: 0;
	font-weight: 500;
	padding: 0;
	background-color: #fff;
}

.dashboard-order-page .breadcrumb-item a {
	color: #a980e2;
}

.dashboard-order-page .breadcrumb-item.active {
	color: #502c83;
}

.dashboard-order-page .breadcrumb-item.active:before {
	color: #a980e2;
}

.dashboard-order-page .order__breadcrumb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0 30px;
	flex-wrap: wrap;
}

.dashboard-order-page .order__layout-link a {
	margin-right: 45px;
	font-size: 14px;
	font-weight: 700;
	color: #789eff;
	border-bottom: 2px solid #789eff;
}

.dashboard-order-page .order__layout-link a:focus,
.dashboard-order-page .order__layout-link a:hover {
	text-decoration: none;
}

.dashboard-order-page .order__search-wrapper {
	width: 100%;
	display: flex;
	height: auto;
}

.dashboard-order-page .order__search-wrapper-error .order__select-bar-wrapper {
	box-shadow: 0 0 0 2px #f24a3c;
	border-radius: 5px;
	height: 52px;
}

.dashboard-order-page .order__search-dialog-wrap {
	height: 100px;
	background-color: #fff1f1;
	border-radius: 4px;
	border: 1px solid #f57f45;
	width: 220px;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
}

.dashboard-order-page .order__search-info {
	font-size: 12px;
	font-weight: 500;
	color: #787979;
	margin-top: 7px;
	width: 100%;
	text-align: right;
	padding-right: 2px;
	position: absolute;
   	 top: 100%;
}

.dashboard-order-page .order__search-dialog {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px;
	justify-content: space-around;
}

.dashboard-order-page .order__search-dialog-close {
	position: absolute;
	right: 7px;
	top: 1px;
	cursor: pointer;
}

.dashboard-order-page .order__search-dialog-description {
	font-size: 13px;
	font-weight: 500;
	color: #787979;
}

.dashboard-order-page .order__search-dialog-description span {
	margin-left: 5px;
}

.dashboard-order-page .order__search-dialog-icon {
	display: flex;
	flex-direction: column;
	padding-right: 4px
}

.dashboard-order-page .order__search-dialog-icon img {
	min-width: 30px;
	max-width: 35px
}

/* .dashboard-order-page .order__search-dialog-link a {
	color: #f57f45;
	font-size: 10px;
	font-weight: 600;
	border-bottom: 1px solid #f57f45;
} */

/* .dashboard-order-page .order__search-dialog-link a:hover {
	text-decoration: none;
} */

.dashboard-order-page .order__search-dialog-warning {
	position: absolute;
	top: -12px;
	font-size: 9px;
	font-weight: 600;
	color: #f57f45;
	background: #fff;
	padding: 2px 7px 2px 12px;
	border: 1px solid #f57f45;
	border-radius: 3px;
	left: 25px;
	z-index: 2;
}

.dashboard-order-page .order__search-dialog-warning:after {
	content: "";
	height: 1px;
	width: 12px;
	background-color: #f57f45;
	position: absolute;
	top: -1px;
	left: -5px;
}

.dashboard-order-page .order__search-dialog-warning:before {
	background-image: url(../images/oval-copy-9-svg.png);
	background-size: 17px 17px;
	display: inline-block;
	width: 17px;
	height: 17px;
	content: "";
	position: absolute;
	left: -9px;
	bottom: -1.5px;
}

.dashboard-order-page .order__select-bar-wrapper {
	width: 95.5%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-control {
	height: 48px;
	font-family: Barlow;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown {
	background-color: #faf9ff;
	margin: 0;
	border: 1px solid #d9caef;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	border-radius: 0 0 0 5px;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .selectize-dropdown-content {
	max-height: 305px;
	scrollbar-width: thin;
	scrollbar-color: rgba(133, 126, 144, .6) transparent;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option {
	font-size: 14px;
	font-weight: 500;
	color: #787979;
	padding: 8px 30px 8px 15px;
	cursor: pointer;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option.active {
	background-color: #edebf7;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option.active .product-select-imagewrap {
	z-index: 3;
	display: flex !important;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option .product-select-imagewrap {
	position: absolute;
	/* margin-right: -67%; */
	right: 8px;
	top: 0;
	bottom: 0;
	z-index: 1;
	height: 306px;
	overflow: hidden;
	border: 1px solid #d9caef;
	border-top: none;
	background: #faf9ff;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40%;
	border-radius: 0 0 5px;
	border-right: none;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option .product-select__text {
	display: flex;
	align-items: center;
}

.dashboard-order-page .order__select-bar-wrapper .order__select--universal .selectize-dropdown .option .product-select__text {
	display: flex;
	align-items: center;
	width: 60%
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option .product-select-imagewrap img {
    width: 150px;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .optgroup-header {
	font-weight: 700;
	color: #787979;
	font-size: 16px;
	background-color: transparent;
	padding: 8px 30px 8px 15px;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .optgroup {
	border-top: 1px solid #d9caef;
	padding: 5px 0;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .optgroup:first-child {
	border-top: none;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input {
	font-size: 14px;
	height: 100%;
	width: 100%;
	font-weight: 500;
	color: #784cb6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 17px;
	white-space: nowrap;
	line-height: 32px;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.input-active {
	background: transparent;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.input-active+.selectize-dropdown {
	opacity: 0;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.input-active.dropdown-active.has-options+.selectize-dropdown {
	opacity: 1;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.disabled,
.dashboard-order-page .order__select-bar-wrapper .selectize-input.disabled input {
	cursor: not-allowed!important;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.dropdown-active:after,
.dashboard-order-page .order__select-bar-wrapper .selectize-input:after {
	content: url(../images/select-down.png);
	border: none;
	top: 3px;
	margin-top: 0;
	right: 0;
	height: 40px;
	width: 20px;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	background: #faf9ff;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input .item,
.dashboard-order-page .order__select-bar-wrapper .selectize-input input {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #784cb6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input .item:-ms-input-placeholder,
.dashboard-order-page .order__select-bar-wrapper .selectize-input input:-ms-input-placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .order__select--category .selectize-input .item:-ms-input-placeholder,
.dashboard-order-page .order__select-bar-wrapper .order__select--category .selectize-input input:-ms-input-placeholder {
	color: #784cb6;
	font-weight: 500;
	opacity: 1;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input ::-moz-placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input :-ms-input-placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input ::-ms-input-placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input ::placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper ::-webkit-scrollbar {
	width: 6px;
}

.dashboard-order-page .order__select-bar-wrapper ::-webkit-scrollbar-track {
	background: transparent;
}

.dashboard-order-page .order__select-bar-wrapper ::-webkit-scrollbar-thumb {
	background: rgba(133, 126, 144, .6);
}

.dashboard-order-page .order__select--item {
	border: 1px solid #d9caef;
	border-right: none;
	background-color: #faf9ff;
	min-height: 40px;
}

.dashboard-order-page .order__select--item select {
	opacity: 0;
}

.dashboard-order-page .order__select-bar--shade-selected .order__select--universal {
	display: none;
}

.dashboard-order-page .order__select-bar--shade-selected .order__select--product,.dashboard-order-page .order__select-bar--shade-selected .order__select--shade {
	display: block;
}

.dashboard-order-page .order__select-bar--shade-selected .order__select--qtybox-wrapper {
	display: inline-flex;
	flex-wrap: nowrap;
}

.dashboard-order-page .order__select-bar--shade-selected .selectize-dropdown {
	width: 100%;
}

.dashboard-order-page .order__select-bar--shade-selected.order__select-bar--universal-selected .order__select--product {
	min-width: 24%;
}

.dashboard-order-page .order__select-bar--universal-selected .order__select--universal {
	display: none;
}

.dashboard-order-page .order__select-bar--universal-selected .order__select--product,.dashboard-order-page .order__select-bar--universal-selected .order__select--shade {
	display: block;
}

.dashboard-order-page .order__select--universal {
	width: 80%;
	border-left: 1px solid #d9caef;
	border-right: 1px solid #d9caef;
	border-radius: 0 5px 5px 0;
}

.dashboard-order-page .order__select--universal .selectize-dropdown-content {
	height: 305px;
	max-height: 305px;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
}

.dashboard-order-page .order__select--product {
	display: none;
	width: 60%;
	border-left: 1px solid #d9caef;
	border-radius: 0;
}

.dashboard-order-page .order__select--product .selectize-dropdown-content {
	height: auto;
	max-height: 305px;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
}

.dashboard-order-page .order__select--category {
	width: 20%;
	min-width: 17%;
	border-radius: 5px 0 0 5px;
}

.dashboard-order-page .order__select--category .selectize-input {
	text-align: left;
}

.dashboard-order-page .order__select--category .selectize-dropdown .option {
	padding: 8px 15px;
	padding-right: 5px;
}

.dashboard-order-page .order__select--category .selectize-dropdown .option .product-select__text {
	justify-content: left;
    text-align: left;
}

.dashboard-order-page .order__select--shade {
	display: none;
	width: 40%;
	border-left: 1px solid #d9caef;
	border-right: 1px solid #d9caef;
	border-radius: 0 5px 5px 0;
}


.dashboard-order-page .order__select-qty-item {
	display: flex;
	flex-direction: column;
	border: 1px solid #d9caef;
	border-right: none;
	overflow: hidden;
	max-width: 60px;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	white-space: nowrap;
	height: 50px;
}

.dashboard-order-page .order__select-qty-item:first-child {
	border-left: none;
}
.dashboard-order-page .order__select-qty-item:first-child {
    border-left: 1px solid #d9caef;
}

.dashboard-order-page .order__select-qty-item--total {
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	border-right: 1px solid #d9caef;
}

.dashboard-order-page .order__select-qty-item-header {
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	overflow: hidden;
	color: #606162;
	background: #f2eff8;
	border-bottom: 1px solid #d9caef;
	padding: 0 1px;
}

.dashboard-order-page .order__select-qty-item-header.orange {
	border: 1px solid #f44336;
	background: rgba(244, 67, 54, .2);
}

.dashboard-order-page .order__select-qty-item-header.yellow {
	border: 1px solid #ff8640;
	background: rgba(255, 134, 64, .2);
}

.dashboard-order-page .order__select-qty-item-header.green {
	background: rgba(92, 184, 92, .2);
	border: 1px solid #5cb85c;
}

.dashboard-order-page .order__select-qty-item-inputwrap {
	height: 30px;
	display: inline-block;
	position: relative;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	max-width: 60px;
}

.dashboard-order-page .order__select-qty-item-inputwrap .input-minus {
	padding: 0;
	position: absolute;
	right: 1px;
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #787979;
	line-height: 14px;
	background: transparent;
}

.dashboard-order-page .order__select-qty-item-inputwrap .input-plus {
	position: absolute;
	top: 0;
	padding: 0;
	right: 1px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #787979;
	background: transparent;
}

.dashboard-order-page .order__select-qty-item-inputwrap .plus-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.dashboard-order-page .order__select-qty-item-inputwrap .plus-icon:before {
	content: "\002b";
	font-size: 14px;
	font-weight: 500;
}

.dashboard-order-page .order__select-qty-item-inputwrap .minus-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.dashboard-order-page .order__select-qty-item-inputwrap .minus-icon:before {
	content: "\2212";
	font-size: 14px;
	font-weight: 500;
}

.dashboard-order-page .order__select-qty-item-inputwrap .input-minus,
.dashboard-order-page .order__select-qty-item-inputwrap .input-plus {
	display: none;
}

.dashboard-order-page .order__select-qty-item-inputwrap:hover .input-minus,
.dashboard-order-page .order__select-qty-item-inputwrap:hover .input-plus {
	display: block;
}

.dashboard-order-page .order__select-qty-item-inputwrap.orange {
	border: 1px solid #f44336;
}

.dashboard-order-page .order__select-qty-item-inputwrap.yellow {
	border: 1px solid #ff8640;
}

.dashboard-order-page .order__select-qty-item-inputwrap.green {
	border: 1px solid #5cb85c;
}

.dashboard-order-page .order__select-qty-item-input {
	text-align: center;
	background: #faf9ff;
	width: 100%;
	height: 28px!important;
	border-radius: 0;
	border: none;
	color: #784cb6;
	margin-right: 0;
	padding: 0 5px;
	height: 100%;
}

.dashboard-order-page .order__select-qty-item-input:focus {
	outline-color: #d9caef;
}

.dashboard-order-page .order__select-qty-item-input.focusanimation {
	box-shadow: inset 0 0 3px 1px rgba(102,175,233,.9);
}

.dashboard-order-page .order__select--qtybox-wrapper {
	display: none;
	border-left: none;
}

.dashboard-order-page .order__select-button {
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 5px 0 5px 7px;
	position: relative;
	height:45px;
}

.dashboard-order-page .order__select-button-btn,
.dashboard-order-page .order__select-button-close {
	width: 30px;
	height: 30px;
	border-radius: 50%!important;
	border: 1px solid #502c83;
	background: #faf9ff;
	padding: 5px;
	align-items: center;
	display: flex;
}

.dashboard-order-page .order__select-button-btn img,
.dashboard-order-page .order__select-button-close img {
	width: 100%;
}

.dashboard-order-page .order__select-button-btn:focus,
.dashboard-order-page .order__select-button-close:focus {
	outline: none;
}

.dashboard-order-page .order__select-button-btn.disabled,
.dashboard-order-page .order__select-button-close.disabled {
	pointer-events: none;
}

.dashboard-order-page .order__select-button-close {
	position: absolute;
	transform: rotate(45deg);
	bottom: 46px;
	display: none;
	left: 7px;
}

.dashboard-order-page .order__tabs {
	padding: 20px 0;
	border-top: 1px solid #a980e2;
	margin-top: 52px;
	margin-right: 30px;
}


.bis-header{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #502C83;
    padding: 1%;
}

.bis-wrapper{
    margin-left: 2%;
    margin-top: 2%;
}


.dashboard-order-page .order__tabs.shade-selected {
	margin-top: 55px;
}

.dashboard-order-page .order__tabs-nav {
	border-bottom: 0;
}

.dashboard-order-page .order__tabs-nav li.active .order-tabs__link {
	font-size: 14px;
	font-weight: 700;
	color: #502c83;
	padding: 5px 10px;
	line-height: 20px;
}

.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:active,
.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:focus,
.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:hover {
	border: 0;
	border-left: 1px solid #a980e2!important;
	background: transparent;
	color: #502c83!important;
}

.dashboard-order-page .order__tabs-nav li .order-tabs__link {
	font-size: 14px;
	font-weight: 600;
	color: #a980e2;
	border: 0;
	border-left: 1px solid #a980e2;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 0;
}

.dashboard-order-page .order__tabs-nav li .order-tabs__link:active,
.dashboard-order-page .order__tabs-nav li .order-tabs__link:focus,
.dashboard-order-page .order__tabs-nav li .order-tabs__link:hover {
	border-left: 1px solid #a980e2;
	background: transparent;
	color: #a980e2!important;
}



.dashboard-order-page .order__tabs-nav li:first-child {
	text-align: left;
	position: relative;
}

.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link {
	border-left: none;
}
.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link:active,
.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link:focus,
.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link:hover {
	border-left: none!important
}
.dashboard-order-page .order__tabs-nav .task-card__tooltip {
	position: absolute;
	right: 19px;
	top: 2px;
}

.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover {
	top: 15px!important;
}

.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover-content {
	font-weight: 500;
	font-size: 14px;
}

.dashboard-order-page .order__tabs-content .task-card__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.dashboard-order-page .order__tabs-content .task-card__wrap {
	margin-top: 25px;
}

.dashboard-order-page .order__tabs-content .task-card__section-header {
	justify-content: flex-end;
	padding-right: 5px;
	margin-bottom: -2px;
	display: flex;
}

.dashboard-order-page .order__tabs-content .task-card__section-header--trending {
	margin-bottom: -10px;
}

.dashboard-order-page .order__tabs-content .task-card__wrapper:last-child {
	margin-bottom: 15px;
}

.dashboard-order-page .task-card__item.task-card__item--trending .task-card__item-body {
	padding: 6px 16px 20px !important;
}

.dashboard-order-page .task-card__item.task-card__item--trending .task-card__item-description-title{
	font-size:14px;
	text-align:center;
	padding: 0;
}

.dashboard-order-page .task-card__item.task-card__item--trending .task-card__item-description-title .description{
	text-align: center;
}

.dashboard-order-page .order__tabs_content .bis-product-card__wrapper{
    margin-top: 25px;
}

.dashboard-order-page .order__tabs_content .bis-product-card__wrap{

}

.dashboard-order-page .order__tabs-recent-order-table tbody tr td,
.dashboard-order-page .order__tabs-recent-order-table thead tr th {
	font-size: 14px;
	font-weight: 600;
	color: #606162;
	text-align: center;
}

.dashboard-order-page .order__tabs-recent-order-table tbody .btn-link {
	font-weight: 500;
}

.dashboard-order-page .order__tabs-recent-order-table tbody tr td {
	font-weight: 400;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: top;
	border: none;
}

.dashboard-order-page .order__tabs-recent-order-table thead:first-child>tr:first-child>th {
	padding-bottom: 20px;
	border: none;
}

.dashboard-order-page .order__tabs-recent-order-table .billed {
	color: #5cb85c;
}

.dashboard-order-page .order__tabs-recent-order-table .not-billed {
	color: #f44336;
}

.dashboard-order-page .order__tabs-content-scrollbar {
	height: 700px;
	overflow: hidden;
	padding-right: 15px;
	}
.dashboard-order-page .order__tabs-content-scrollbar .os-scrollbar-vertical {
	right: -5px!important;
}

.dashboard-order-page .order__tabs-wrapper .mask-tabs {
	display: none;
}

/* ---------------------------- START Notification & BIS CSS ---------------------- */

.bis-productcard-wrapper{
    position: relative;
    /*top: 38px;*/
    left: 7px;

}

.bis-productcard-wrapper2{
    position: relative;
    top: 308px;
    left: 7px;

}

.bis-stockcheck-wrapper{
    position: relative;
    top: 41px;
    left: 0px;
    width: 109%;
}

.bis-productCard-item{
    box-sizing: border-box;
    position: relative;
    width: 195px;
    height: 270px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.bis-card-box{
   margin: 4px;
   flex: 0 1 calc(20% - 8px);
}

.bis-productCard-item-header{
    display: flex;
    height: 5%;
    justify-content: end;
    padding: 2%;
}

.bis-productCard-item-img{
    display: flex;
    height: 47.5%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.bis-productCard-item-body{
    height: 47.5%;
    display: flex;
}

.bis-productCard-item-infoSec{
    width: 100%;
    padding: 4%;
    display: flex;
    flex-direction: column;
    height: 75%;
    justify-content: center;
}

.bis-productCard-item-title{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #502C83;
    padding-bottom: 5px;
}

.bis-productCard-item-subtitle{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    padding-bottom: 10px;
}

.bis-productCard-item-stockCheck{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    display: flex;
}

.bis-productCard-item-select-box{
    box-sizing: border-box;
    position: absolute;
    width: 195px;
    height: 31px;
    top: 238px;
    background: #FFFFFF;
    border: 0.7px solid #502C83;
}

.bis-productCard-item-select-text{
    position: absolute;
    width: 43px;
    height: 12px;
    top: 9px;
    left: 78px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #502C83;
}

.sn-row{
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.sn-col1{
    width: 23%;
    background: #F0EAF6;
}

.sn-col2{
    width: 32%;
}

.sn-col3{
    width: 30%;
}

.sn-col4{
    width: 15%;
    background: #F0EAF6;
}

.white-line-div{
   height: 0.7px;
   background: white;
   width: 80%;
   align-self: center;
}

.appl-scheme-box{
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    left: 1px;
    top: 39px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 0px 30px;
}

.appl-scheme-text{
    position: relative;
    width: 164px;
    height: 19px;
    left: 3%;
    top: 0px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;

    color: #502C83;
}

.bis-productCard-img{
    height: 110px;
}

.bis-productCard-clickable{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.bis-bell-clickable{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.bis-container{
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 10px;
}




.bell-icon{
    /*position: relative;
    bottom: 55px;
    right: 222px;*/
}

.bell-disabled{
    display: none
}

.bell-column{
    flex-direction: column
}

.packsize-info-sec{
    flex-direction: column;
    position: relative;
}

.bell-svg{
    position: absolute;
    margin-left: 15px;
    top: -30px;
}

.bell-svg-clicked{
    position: absolute;
    margin-left: 15px;
    top: -30px;
    fill: #EFC210;
}

.bell-tooltip{
    background: #FFEECC;
    border-radius: 8px;
    width: 169px;
    height: 30px;
}

.appl-scheme-wrapper{
    position: relative;
    top: 22px;
}

.appl-scheme-wrap{
    /*position: absolute;*/
}

.appl-scheme-title-sec{
    display: flex;
    height: 48%;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    padding: 4% 10%;
}

.scheme-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.appl-scheme-row{
    display: flex;
    flex-direction: row;
}

.appl-scheme-column-1{
    display: flex;
    flex-direction: column;
    width:
}

.appl-scheme-progress-bar{
    width: 95%;
    margin-left: 3%;
    background: rgba(80, 44, 131, 0.15);
    border-radius: 2px;
    box-sizing: content-box;
}

.appl-scheme-progress-fill{
    display: block
    height: 100%
    position: absolute;
    width: 18%;
    height: 15px;
    left: 551px;
    top: 325px;
    background: #502C83;
    background-color: #502C83;
}

/*
@media (min-width: 1200px)
.col-lg-3_5{
    width: 27.333333%;
}
*/

.nbgDesc{
    cursor: pointer;
}

.nbgProductImg{
    display: flex;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
}



.appl-scheme-title{
    position: absolute;
    width: 113px;
    height: 17px;
    left: 23px;
    top: 17px;
    cursor: pointer;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #502C83;
}


.appl-scheme-credit-btn-sec{
    height: 50%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
}

.appl-scheme-credit-btn{
    justify-content: center;
    width: 107px;
    height: 31px;
    background: #F8F4FD;
    border: 1px solid #502C83;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.appl-scheme-credit-btn-text{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #502C83;
}

.appl-scheme-products-sec{
    height: 49%;
    width: 100%;
    display: flex;
    color: #502C83;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 17px;
    padding: 2% 4%;
    pointer-events: all;
    justify-content: center;
    align-items: center;
}

.appl-scheme-products-sec:hover ~ .appl-scheme-status-sec{
    display: none;
}
.appl-scheme-products-sec:hover{
    overflow: visible;
    height: 100%;
}


.appl-scheme-products{
    position: absolute;
    width: auto;
    height: 17px;
    left: 6%;
    top: 15px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #502C83;
}

.appl-scheme-status-sec{
    height: 50%;
    display: flex;
    border-top: 1px solid #A980E2;
    align-items: baseline;
    padding: 2% 4%;
    justify-content: center;
    align-items: center;
}

.appl-scheme-status{
    width: auto;
    height: 17px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #F61919;
}

.appl-scheme-total-text{
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding-right: 10px;
    padding-bottom: 2%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #502C83;
}

.vb-sn-col3 {
    background: #F0EAF6;
    display: flex;
    flex-direction: column;
    color: #502C83;
}

.value-b-slab-details{
    display: flex;
    height: 50%;
    align-items: center;
    padding: 5%;
    justify-content: space-between;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #502C83;
}

.appl-scheme-total-slab-sec{
    height: 100%;
    padding-top: 16px;
}

.appl-scheme-balance-text{
    display: flex;
    align-items: start;
    justify-content: end;
    padding-right: 3%;
    padding-top: 2%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #502C83;
}

.appl-scheme-addmore-products-sec{
    padding-right: 6%;
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 15%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 6%;
}

.appl-scheme-addmore-products{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    background: #502c83;
    border: 1px solid #502C83;
    padding: 6%;
    width: 100%;
    border-radius: 3px;
    justify-content: center;
}

.appl-scheme-addmore-products:hover{
    color: #502C83;
}

.addmore-text{
    padding-top: 5px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}

.addmore-products-link{
    text-decoration: none;
    color: white;
}

.addmore-products-link:hover{
    color: white;
    text-decoration: none;
}

.addmore-products-link:active{
    color: white;
    text-decoration: none;
}

.addmore-products-link:focus{
    color: white;
    text-decoration: none;
}

.more_products_hover_link{
    text-decoration: none;
    color: white;
}

.appl-scheme-products-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.appl-products-status-sec{
    display: flex;
    flex-direction: column;
}


.more_products_tooltip{
    position: absolute;
    border: 1px solid #fff;
    display: none;
    left: 32%;
    bottom: 160%;
    text-align: left;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #502C83;
    background: #FFFFFF;
    border-radius: 0;
    padding: 6px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    letter-spacing: 0.5px;
    z-index: 5;
    height: auto;
}

.more_products_tooltip:after{
	border-width: 10px;
    bottom: -10px;
    margin-left: -10px;
    content: " ";
    border-color: transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    background: transparent;
    left: 50%;
}

.appl-scheme-title-popup{
    position: absolute;
    border: 1px solid #fff;
    display: none;
    width: auto;
    left: 0px;
    bottom: 0px;
    text-align: center;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #502C83;
    background: #FFFFFF;
    border-radius: 0;
    padding: 6px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    letter-spacing: 0.5px;
    z-index: 5;
}

.appl-scheme-title-popup-active{
    display: block;
}

.appl-scheme-title-popup:after{
	border-width: 10px;
    bottom: -10px;
    margin-left: -10px;
    content: " ";
    border-color: transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    background: transparent;
    left: 50%;
}

.more_products_hover_link:hover{
    text-decoration: none;
    color: #502C83;
}

.more_products_hover_link:hover ~ .more_products_tooltip{
	display: block;
}

.appl-scheme-title:hover ~ .appl-scheme-title-popup{
    display: block;
}

.appl-scheme-border1{
    height: 90px;
    border-bottom: 2px solid #A980E2;
    border-top: 2px solid #A980E2;
}

.appl-scheme-border2{
    height: 90px;
    border-left: 1px solid #A980E2;
    border-top: 2px solid #A980E2;
    border-bottom: 2px solid #A980E2;
}

.appl-scheme-border3{
    height: 90px;
    border-top: 2px solid #A980E2;
    border-right: 2px solid #A980E2;
    border-bottom: 2px solid #A980E2;
    border-left: 1px solid #A980E2;
}

.appl-scheme-border0{
    border-top: 2px solid #A980E2;
    border-left: 2px solid #A980E2;
    border-bottom: 2px solid #A980E2;
    height: 90px;
}

.bis-sec-container{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    overflow:scroll;
    height:500px;
    padding-bottom: 35px;
}

.bis-card {
  color: white;
  padding: 1rem;
  height: 280px;
}

.appl-scheme-progress-bar-sec{

}

.scheme-card-wrapper{
    display:none;
    flex-direction: column;
    margin: 15px;
    border: 2px solid #A980E2;
}

.scheme-card-wrapper-mid{
    display:none;
    flex-direction: column;
    margin: 15px;
    border: 2px solid #A980E2;

}

.scheme-card-row1{
    display: flex;
    flex-direction: row;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #502C83;
}

.scheme-card-row1-col1{
    width: 35%;
    flex-direction: column;
    height: 100%;
    display: flex;
    color: #502C83;
    background: #F0EAF6;
}

.scheme-card-row1-col2 {
    display: flex;
    width: 65%;
    flex-direction: column;
    height: 100%;
}

.scheme-card-row2{
    flex-direction: column;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #502C83;
    display: flex;
}

.scheme-card-row2-mid{
    flex-direction: row;
    height: 70px;
    width: 100%;
    display: flex;
}

.scheme-card-row3 {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0EAF6;
}

.scheme-card-title-sec {
    display: flex;
    height: 53%;
    justify-content: center;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 17px;
    padding: 4% 8%;
}

.scheme-card-title {
    cursor: pointer;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #502C83;
    align-self: center;
}

.scheme-card-title:hover ~ .appl-scheme-title-popup{
    display: block;
}

.scheme-card-credit-btn-sec {
    display: flex;
    justify-content: center;
    height: 50%;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
}

.scheme-card-credit-btn {
    width: 107px;
    height: 30px;
    background: #F8F4FD;
    border: 1px solid #502C83;
    display: flex;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.scheme-card-credit-btn-text {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #502C83;
}

.scheme-card-total-slab-sec {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 12px 5%;
}
.scheme-card-total-slab-sec-mid {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 8px 5%;
    width: 70%;
}

.scheme-card-addmore-sec{
    width: 30%;
    display: flex;
    align-items: center;
    border-left: 1px solid #502C83;
    justify-content: center;
    flex-direction: column;
    padding: 5% 3%;
    background: #F0EAF6;
}

.scheme-card-total-text {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #502C83;
    padding-bottom: 4px;
}

.scheme-card-progress-bar {
    background: rgba(80, 44, 131, 0.15);
    border-radius: 2px;
    box-sizing: content-box;
}

.scheme-card-progress-fill {
    width: 18%;
    height: 15px;
    background: #502C83;
    background-color: #502C83;
}

.scheme-card-balance-text {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #502C83;
    padding-top: 4px;
}

.nudge--completed-mob {
	font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #502C83;
    background: rgba(0, 201, 56, 0.05) url(../images/slab-check.svg) no-repeat;
    border: 1px solid rgba(0, 201, 56, 0.5);
    width: 43%;
    /* display: flex; */
    margin-left: auto;
    padding: 3px;
    background-position: 2px;
    margin-top: 2px;
}
.scheme-card-addmore-products {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    color: #502C83;
    background: #502c83;
    padding: 6%;
    border-radius: 2px;
    width: 85%;
    justify-content: center;
}

.scheme-card-products {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #502C83;
    width: 100%;
    overflow: hidden;
    padding: 2% 3%;
    display: flex;
    height: 50%;
    white-space: normal;
    text-overflow: ellipsis;
}
.scheme-card-products-mid{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #502C83;
    width: 100%;
    overflow: hidden;
    padding: 2% 3%;
    display: flex;
    height: 50%;
    white-space: normal;
    text-overflow: ellipsis;
}
.scheme-card-status {
   font-family: 'Barlow';
   font-style: normal;
   font-weight: 600;
   font-size: 13px;
   height: 50%;
   line-height: 17px;
   padding: 1% 3%;
   color: #F61919;
}

.scheme-card-products:hover ~ .scheme-card-status{
    display: none;
}
.scheme-card-products:hover{
   overflow: visible;
   height: 100%;
}

.scheme-card-products-mid:hover ~ .scheme-card-status{
    display: none;
}
.scheme-card-products-mid:hover{
   overflow: visible;
   height: 100%;
}

.appl-scheme-title-btn-sec {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #502C83;
}

/* -------------------------- END Notification & BIS CSS -------------------------------*/


/* --------------------START Stock Card CSS--------------- */



/*  ----------------------- START Search Nudge Media QUERIES ----------------------- */

@media only screen and (max-width: 1024px){
    .appl-scheme-wrapper{
        position: relative;
        top: 140px;
        padding-bottom: 38px;
    }
    .addmore-text{
        padding-top: 3px;
    }
}

@media only screen and (max-width: 767px){
    .scheme-card-addmore-products{
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .scheme-card-wrapper-mid{
        display: flex;
    }
    .appl-scheme-box{
        display: none;
    }
    .scheme-card-wrapper{
        display: none;
    }
    .more_products_tooltip{
        left: 29%;
        bottom: 83%;
    }
    .appl-scheme-title-popup{
        bottom: 152%;
    }
    
    .nudge--completed-mob{
        width: 40%;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .appl-scheme-title-popup {
        left: 25%;
    }
    .more_products_tooltip {
        left: 15%;
        bottom: 150%;
    }
    .scheme-card-title-sec{
        padding: 4% 9%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
    .more_products_tooltip {
        left: -14%;
        bottom: 78%;
    }
}


@media only screen and (min-width: 500px) and (max-width: 767px){
    .appl-scheme-box{
        display: none;
    }
    .scheme-card-wrapper{
        display: flex;
    }
    .scheme-card-wrapper-mid{
        display: none;
    }
    .appl-scheme-title-popup{
        left: 25%;
        bottom: 150%;
    }
    .more_products_tooltip {
        left: 10%;
        bottom: 147%;
    }
    
    .scheme-card-addmore-products{
        padding: 1%;
    }
}

@media only screen and (min-width: 629px) and (max-width: 767px){
    .scheme-card-title-sec{
        padding: 4% 10%;
    }
}

@media only screen and (min-width: 525px) and (max-width: 628px){
    .scheme-card-title-sec{
        padding: 4% 20%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 499px){
    .appl-scheme-box{
            display: none;
    }
    .scheme-card-wrapper{
        display: flex;
    }
    .scheme-card-wrapper-mid{
        display: none;
    }
    .scheme-card-row1-col1{
        width: 45%;
    }
    .scheme-card-row1-col2{
        width: 55%;
    }
    .scheme-card-credit-btn{
        width: 90px;
        margin-top: 6px;
         height: 70%;
    }
    .appl-scheme-title-popup{
        left: 25%;
        bottom: 146%;
    }
    .more_products_tooltip{
        bottom: 76%;
    }
    .scheme-card-products{
        padding: 2px 2%;
        font-size: 12px;
        line-height: 14px;
    }
    .scheme-card-title-sec{
        font-size: 12px;
        padding: 4% 10%;
        
    }
    
    .scheme-card-addmore-products{
        padding: 2%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 360px){

    .appl-scheme-box{
        display: none;
    }
    .scheme-card-wrapper-mid{
        display: none;
    }
    .scheme-card-wrapper{
        display: flex;
    }
    .scheme-card-products{
        padding: 2px 2%;
        font-size: 12px;
        line-height: 14px;
    }
    .scheme-card-title-sec{
        font-size: 12px;
        padding: 4% 10%;
    }
    .scheme-card-row1-col1{
        border-right: none;
    }
    .scheme-card-credit-btn-text{
        font-size: 11px;
    }
    .scheme-card-row1-col2{
        padding: 2% 3%;
    }
    .scheme-card-status{
        font-size: 10px;
    }
    .scheme-card-total-text{
        font-size: 11px;
    }
    .scheme-card-balance-text{
        font-size: 11px;
    }
    .scheme-card-addmore-products{
        font-size: 12px;
    }

    .more_products_tooltip{
        bottom: 76%;
    }
    .scheme-card-row1:hover ~ .scheme-card-row2{
        visibility: hidden;
    }
    .scheme-card-row1:hover{
        border-bottom: none;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1250px){
    .appl-scheme-title-popup{
        bottom: 87px;
    }
    .more_products_tooltip{
        left: 57%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1150px){
    .appl-scheme-credit-btn {
        width: 80px;
    }
}

.cross-close-icon{
    height: 27px;
    width: 14px;
    padding: 0;
    background: #faf9ff;
    border: none;
    background: transparent;
    transform: rotate(45deg);
}

.cross-close-icon:before {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: #502c83;
  font-family: Ubuntu;
  cursor: pointer;
}


/* -------------------------------- END Media QUERY for Notfication Bell & BIS --------------------------------- */


/* masking removed */
/* .dashboard-order-page .order__tabs-wrapper.searchbar-open .mask-tabs {
	top: 0;
	display: block;
	opacity: .56;
	background-color: #251738;
	position: absolute;
	left: -20px;
	right: -10px;
	bottom: -3px;
	z-index: 5;
}
 */
.minicart-dropdown {
	display: block;
	background: #faf9ff;
	border: 1px solid #e4d8f7;
}

.minicart-dropdown__heading {
	background-color: #f3f1fb;
	color: #a980e2;
	font-weight: 600;
	font-size: 18px;
	padding: 5px 20px;
	border-bottom: 1px solid #e4d8f7;
	display: flex;
	justify-content: space-between;
}

.minicart-dropdown__heading-icon {
	display: flex;
	align-items: center;
	position: relative;
}

.minicart-dropdown__heading-icon img {
	padding-right: 5px;
}

.minicart-dropdown__heading-icon .dropdown-select {
	border-radius: 3px;
	height: 25px;
	max-width: 180px;
	margin-left: 8px;
	padding: 0 10px;
	color: #502c83;
	font-weight: 700;
}

.minicart-dropdown__heading-icon .dropdown-select option {
	font-size: 12px;
	color: #502c83;
	font-weight: 700;
}

.minicart-dropdown__heading-icon .popover {
	top: 25px!important;
	left: 0!important;
	transform: translateX(calc(-50% + 11px));
}

.minicart-dropdown__heading-icon .popover.left>.arrow:after {
	border-left-color: #faf9ff;
}

.minicart-dropdown__heading-icon .popover-content {
	width: auto!important;
	height: auto!important;
}

.bis-bell-clickable .popover{
    width: max-content!important;
    top: -30px!important;
}

.minicart-dropdown__item-row {
	padding: 15px 0;
	margin: 0 0 0 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border-top: 1px solid #e4e2eb;
}

.minicart-dropdown__item-row:first-child
{
  border-top: none;
}

.complimentary-section
{
  border-bottom: 1px solid #e4e2eb;
  padding-bottom: 5px;
}

/*.minicart-dropdown__item-row:nth-last-child(1) {
	border: none;
}*/

.minicart-dropdown__item-img {
	position: relative;
}

.minicart-dropdown__item-img-icon {
	position: absolute;
	top: -10px;
	right: 3px;
}

.minicart-dropdown__item-img .img-fluid {
	height: 100px;
}

.minicart-dropdown__item-scrollbar {
	height: 515px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-right: 20px;
}


.minicart-dropdown__item-details {
	padding-top: 20px;
	min-height: 515px;
}

.minicart-dropdown__item-details .general-order {
	border: 1px dashed #784cb6;
	border-radius: 8px;
	position: relative;
	padding: 0 5px;
	margin: 0 -5px 0 10px;
	background: rgba(243,236,253,.35);
	margin-top: 10px!important;
	margin-bottom: 5px;
}

.minicart-dropdown__item-details .general-order__title {
  display: flex;
  justify-content: space-between;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__item-row {
  margin-left: 0;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__item-row:last-child {
  border-bottom: none;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__item-row
{
  border-top: none!important;
  border-bottom:1px solid #e4e2eb;
}

.minicart-dropdown__item-details .general-order .close-icon {
  height: 27px;
  width: 14px;
  padding: 0;
  background: #faf9ff;
  border: none;
  background: transparent;
  transform: rotate(45deg);
}

.minicart-dropdown__item-details .general-order .close-icon:before {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: #502c83;
  position: relative;
  top: 5px;
  right: 3px;
  font-family: Ubuntu;
}

.minicart-dropdown__item-details .general-order .order-info {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: #502c83;
  opacity: .62;
  padding: 5px;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-total {
  justify-content: flex-end;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-total .btn-link {
  height: auto;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-qty-info {
  width: 100%;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-qty-info .qty {
  min-width: 60px;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-qty .input-minus,.minicart-dropdown__item-details .general-order .minicart-dropdown__product-qty .input-plus {
  right: 5px;
}

.minicart-dropdown__item-empty {
	background: url(../images/empty-cart-icon.png) 50% no-repeat;
	min-height: 600px;
	position: relative;
	margin-top: -20px;
}

.minicart-dropdown__item-empty-info {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	color: #a980e2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.minicart-dropdown__product-info {
	color: #606162;
	font-size: 12px;
	font-weight: 500;
	padding-left: 5px!important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.minicart-dropdown__product-qty {
	color: #784cb6;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	padding-bottom: 4px;
}

.minicart-dropdown__product-qty:last-child {
	padding-bottom: 0;
}

.minicart-dropdown__product-qty-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.minicart-dropdown__product-qty-info .qty {
	min-width: 57px;
	width: 57px;
	padding-right: 5px;
	text-align: left;
}

.minicart-dropdown__product-qty-info .pack {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5px;
}

.minicart-dropdown__product-qty-info .pack-value {
	padding-left: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.minicart-dropdown__product-qty-info .pack-value.expand:hover {
	overflow: visible;
	position: absolute;
	background: #fff;
	border: 1px solid #e4e2eb;
	padding: 0 2px;
	z-index: 2;
	left: 30px;
	top: 0;
}

.minicart-dropdown__product-qty-info .pack-value.expand:hover+span {
	margin-left: 94px;
}

.minicart-dropdown__product-qty .input-plus {
	top: 3px;
}

.minicart-dropdown__product-qty .input-minus,
.minicart-dropdown__product-qty .input-plus {
	padding: 0;
	color: #784cb6;
	display: block;
	width: 10px;
	position: absolute;
	right: 0;
	font-size: 10px;
	line-height: 5px;
	pointer-events: auto;
	overflow: hidden;
}

.minicart-dropdown__product-qty .input-minus {
	top: 12px;
}

.minicart-dropdown__product-qty .plus-icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 5px;
	height: 100%;
	overflow: visible;
}

.minicart-dropdown__product-qty .plus-icon:before {
	content: "\002b";
	font-size: 14px;
	font-weight: 500;
}

.minicart-dropdown__product-qty .minus-icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 5px;
	 height: 100%;
	vertical-align: bottom;
}

.minicart-dropdown__product-qty .minus-icon:before {
	content: "\2212";
	font-size: 14px;
	font-weight: 500;
}

.minicart-dropdown__product-qty-val {
	display: inline;
}

.minicart-dropdown__product-total {
	color: #606162;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-end;
}

.minicart-dropdown__product-total .close-icon {
	height: 27px;
	width: 14px;
	padding: 0;
	background: #faf9ff;
	border: none;
	background: transparent;
	transform: rotate(45deg);
}

.minicart-dropdown__product-total .close-icon:before {
	content: "+";
	font-size: 24px;
	font-weight: 300;
	color: #502c83;
	position: relative;
	top: 0;
	right: 3px;
	font-family: Ubuntu;
}

.minicart-dropdown__offers {
	background: #f2eefc;
	border-top: 1px solid #e4d8f7;
	border-bottom: 1px solid #e4d8f7;
}

.minicart-dropdown__offers-cart {
	text-align: right;
	padding: 5px 20px;
	border-bottom: 1px solid #e4d8f7;
}

.minicart-dropdown__offers-dropdown {
	color: #a980e2;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 0 15px 20px;
	position: relative;
}

.minicart-dropdown__offers-dropdown.animated {
	-webkit-animation: fade 1s linear;
	animation: fade 1s linear;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1000;
	left: 0;
	right: 0;
	opacity: 1;
	display: none;
}

@-webkit-keyframes fade {
	0%,
	to {
		opacity: 0;
		background: rgba(80, 43, 133, .5);
	}

	50% {
		opacity: 1;
		background: rgba(80, 43, 133, .2);
	}
}

.minicart-dropdown__offers-dropdown .dropdown .btn {
	font-weight: 600;
	font-size: 18px;
	color: #a980e2;
}

.minicart-dropdown__offers-dropdown .dropdown .my-orders__product-row {
	display: none;
	margin-top: 15px;
}

.minicart-dropdown__offers-dropdown .dropdown .dropdown-menu {
	left: 0;
	top: 15px;
	box-shadow: none;
	border: none;
	border-radius: 0;
	width: 100%;
	z-index: auto;
	background-color: #f2eefc;
	position: relative;
}

.minicart-dropdown__offers-dropdown .dropdown.open .dropdown-menu {
	transition: all .3s ease-in-out;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-row {
	display: flex;
	border-bottom: 1px solid #e4d8f7;
	margin: 0;
	padding-top: 15px;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-row:last-child {
	border-bottom: none;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-img {
	margin-right: 15px;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-link {
	justify-content: flex-end;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-title {
	padding-bottom: 5px;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-info,
.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-label {
	font-weight: 600;
	font-size: 15px;
}

.minicart-dropdown__offers-dropdown .dropdown.open .minicart-dropdown-scrollbar {
	height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 15px;
	margin-right: -15px;
	width: 100%;
}


.minicart-dropdown__offers-dropdown .dropdown-toggle .caret:after {
	right: 30px;
}

.minicart-dropdown__offers-dropdown .dropdown-toggle .caret-overlay {
	-webkit-animation: fade 1s linear;
	animation: fade 1s linear;
	height: 15px;
	width: 16px;
	position: absolute;
	top: 7px;
	bottom: 0;
	z-index: 1000;
	right: 18px;
	opacity: 1;
	display: none;
}

@keyframes fade {
	0%,
	to {
		opacity: 0;
		background: rgba(80, 43, 133, .5);
	}

	50% {
		opacity: 1;
		background: rgba(80, 43, 133, .2);
	}
}

.minicart-dropdown__total-row {
	color: #857e90;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	border-top: 1px solid #e4d8f7;
	border-bottom: 1px solid #e4d8f7;
}

.minicart-dropdown__total-qty {
	text-align: right;
}

.minicart-dropdown__total-note {
	display: none;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: normal;
	color: #857e90;
	padding: 20px 19px;
}

.minicart-dropdown__total-note strong {
	font-size: 14px;
}

.minicart-dropdown__actions {
	padding: 15px 0;
	text-align: center;
	margin: 0 20px;
}

.minicart-dropdown__actions .btn--primary {
	border-radius: 7px;
	padding: 15px;
}

.minicart-dropdown__actions .minicart-dropdown__schedule {
	padding-left: 5px;
}

.minicart-dropdown__actions-wrap {
	min-height: 80px;
}
.minicart-dropdown__schedule {
	display: none;
	justify-content: space-between;
	align-items: center;
}

.minicart-dropdown__schedule .btn-place-order {
	max-width: 160px;
	width: 160px;
	display: block;
}

.minicart-dropdown__schedule .btn-underline-violet {
	margin-left: 20px;
	width: auto;
	font-size: 20px;
	border-bottom: 2px solid #502c83;
	background: transparent;
	color: #502c83;
	padding: 5px 0;
}

.minicart-dropdown__add-items {
	text-align: left;
	padding: 5px 20px;
	border-bottom: 1px solid #e4d8f7;
}

.minicart-dropdown-open .mask-body {
	top: 79px;
	opacity: .56;
	background-color: #251738;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
}

.offer-dropdown-wrapper.slide-effect {
	overflow: hidden;
	height: 206px;
}

.offer-dropdown-wrapper.slide-effect .js-offer-dropdown {
	top: 100%;
	position: relative;
	transition: all .5s ease-out;
	height: 100%;
}

.offer-dropdown-wrapper.slide-effect.slide-from-bottom .js-offer-dropdown {
	top: 0;
}



@media (min-width:1024.9px) {
	footer.common {
		margin-right: -10px;
	}
}

@media (min-width:1024.1px) {
	.dashboard-order-page .order__select-bar--shade-selected .selectize-dropdown .option .product-select-imagewrap {
		margin-right: -57.9%;
		width: 66%;
		border-top: 1px solid #d9caef;
		top: -1px;
		height: 307px;
	}
}

@media (min-width:1025px) {
	.section-right {
		width: 29%;
		z-index: 1000;
		padding: 0;
	}

	.section-left {
		width: 71%;
	}

	.dp-account {
		top: 83px;
	}

	header.dp-common .logo-panel {
		max-width: 40%;
		}
	.my-orders-frequently-ordered {
		padding-left: 10px;
	}

	.my-orders-month-spl {
		padding-right: 10px;
	}

	.modal-emulsion .modal-lg {
		width: 970px;
		margin-top: 70px;
	}

	.modal-emulsion.modal-order-history .modal-lg {
		width: 990px;
		margin-top: 70px;
	}

	.modal-order-placed__dialog {
		width: 430px;
	}

	.modal-order-placed__body img {
		width: auto;
		height: auto;
	}
	.modal-knowmore .modal-emulsion__dialog {
		max-width: 990px
	}
	.dashboard-page .quick-links__wrapper {
		flex-wrap: nowrap;
	}

	.dashboard-page .quick-links__wrapper .collapse {
		display: block;
		height: auto!important;
	}

	.dashboard-page .quick-links__wrapper .collapse.in {
		height: auto;
	}

	.dashboard-page .quick-links__nav {
		margin-right: 15px;
		display: flex;
		align-items: center;
	}

	.dashboard-page .quick-links__toggle {
		display: none;
	}

	.dashboard-order-page .order__select-bar-wrapper {
		flex-wrap: nowrap;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--product {
		width: 35%;
		min-width: 35%;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--product .selectize-dropdown-content {
		width: 100%;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--shade {
		min-width: 20%;
		border-radius: 0;
		flex: 1;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--qtybox-wrapper {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link {
		padding: 0 40px;
		font-size: 18px;
	}

	.dashboard-order-page .order__tabs-nav li .order-tabs__link {
		padding: 0 40px;
		font-size: 16px;
	}

	.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link {
		padding-left: 0;
	}

	.dashboard-order-page .order__tabs-recent-order.table-responsive {
		overflow-x: hidden;
	}

	.minicart-dropdown__item-img .img-fluid {
		height: 85px;
		max-width: 70px;
	}

	.minicart-dropdown__item-img .default-img {
	height: 85px;
	max-width: 65px;
	}
	}
@media (min-width:1201px) {
	.section-right {
		width: 29%;
		z-index: 1000;
		padding: 0;
	}

	.section-left {
		width: 71%;
	}

	.my-orders-frequently-ordered {
		padding-left: 10px;
	}

	.my-orders-month-spl {
		padding-right: 10px;
	}

	.modal-emulsion .modal-lg {
		width: 1160px;
		margin-top: 70px;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--shade {
		min-width: 18%;
	}

	.dashboard-order-page .order__select-bar--shade-selected.order__select-bar--universal-selected .order__select--product {
		min-width: 18%;
	}

	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link {
		padding: 0 40px;
		font-size: 18px;
	}

	.dashboard-order-page .order__tabs-nav li .order-tabs__link {
		font-size: 16px;
		padding: 0 37px;
	}

	.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__taskCard {
		padding-right: 30px;
	}
}

@media (min-width:1400px) {
	.dp-account {
		margin: 0 auto;
		width: 100%;
	}
}

@media (max-width:1311px) {
	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 9.4%;
	}
	.dp-account {
		top: 85px;
	}

	.dashboard-page .quick-links__wrapper {
		top: 75px;
		left: 10%;
		flex-wrap: wrap-reverse;
	}

	.minicart-dropdown__actions .btn--primary {
		font-size: 18px;
	}

	.minicart-dropdown__schedule .btn-place-order {
		font-size: 16px;
	}

	.minicart-dropdown__schedule .btn-underline-violet {
		font-size: 16px;
		margin-left: 0;
		margin-right: 5px;
	}
}

@media (max-width:1220px) {
	.account-section {
		top: 124px;
	}

	.dashboard-page .quick-links__wrapper {
		top: 75px;
		left: 10%;
		flex-wrap: wrap-reverse;
	}
}

@media (max-width:1118px) {
	.account-section {
		top: 120px;
	}
}
@media (max-width:1024.98px) {
	[class*=col-] {
		margin-bottom: 19px;

	}

.dashboard-order-page .order__search-info{
	top: 110px;
	}

	.logo-container {
		font-size: 10px;
	}

	.my-orders__product-row {
		height: auto!important;
	}

	.my-orders__product-link .btn-link:hover {
		text-decoration: underline !important;
	}

	.my-orders__product-link .btn-link:hover:after {
		display: none!important;
	}

	.modal-emulsion__product-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.modal-emulsion__product-row .product-grid {
		display: block;
	}

	.modal-emulsion__product-row .form-group {
		margin-bottom: 20px;
	}

	.modal-emulsion__product-row .plus-sign {
		top: 3px;
	}

	.modal-emulsion__input-grid {
		width: 100%;
	}

	.submit-modal .form-group {
		margin-bottom: 20px;
	}

	.submit-modal .plus-sign {
		top: 3px;
	}

	.modal-order-placed__body img {
		max-width: 120px;
			}
.modal-knowmore__taskcard-wrap {
   margin-bottom: 0;
}
	.sales-tracker__placeorder.non-sticky {
		position: static;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		padding: 0;
		border-radius: 0;
		background: none;
		margin-bottom: 0;
	}

	.dashboard-page .quick-links__wrapper {
		display: flex;
		align-items: center;
		background: transparent;
		flex-wrap: wrap;
	}

	.dashboard-page .quick-links__wrapper .collapse {
		margin-top: -1px;
	}

	.dashboard-page .quick-links__nav {
		margin: 0 15px;
		overflow: hidden;
		float: none!important;
	}

	.dashboard-page .quick-links__nav-item {
		border-left: none;
	}

	.dashboard-page .quick-links__nav-item:not(.quick-links__nav--dealer-code) {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 60px;
		height: 60px;
		padding-left: 20px;
		border-bottom: 1px solid #301655;
		margin: 0;
	}

	.dashboard-page .quick-links__nav--dealer-code {
		display: flex;
		width: auto;
	}

	.dashboard-page .quick-links__dealer-code {
		justify-content: space-between;
		width: 100%;
		background: #502c83;
	}

	.dashboard-order-page .order__search-wrapper-wrap {
		min-height: 70px;
	}

	.dashboard-order-page .order__search-wrapper-error .order__select--qtybox-wrapper {
		box-shadow: 0 0 0 2px #f24a3c;
		border-radius: 5px;
	}

	.dashboard-order-page .order__search-dialog-wrap {
		top: 183px;
		right: -15px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .selectize-dropdown-content {
		max-height: 200px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option .product-select-imagewrap {
		height: 201px;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--qtybox-wrapper {
		margin-top: 36px;
		width: auto;
			}
.dashboard-order-page .order__select--universal {
		width: 100%;
		min-width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.dashboard-order-page .order__select--product {
		width: 65%;
		min-width: 65%;
		border-radius: 5px 0 0 5px;
	}

	.dashboard-order-page .order__select--category {
		width: 40%;
		min-width: 40%;
		margin-bottom: 10px;
		border-radius: 5px;
		border-right: 1px solid #d9caef;
	}

	.dashboard-order-page .order__select--shade {
		width: 35%;
		min-width: 35%;
	}

	.dashboard-order-page .order__select-qty-item:first-child {
		border-radius: 5px 0 0 5px;
	}

	.dashboard-order-page .order__select--qtybox-wrapper {
		border-radius: 5px 0 0 5px;
		border-left: 1px solid #d9caef;
	}

	.dashboard-order-page .order__tabs.shade-selected {
		margin-top: 115px;
	}

	.dashboard-order-page .order__tabs-nav .task-card__tooltip {
		top: 6px;
	}
	.dashboard-order-page .order__tabs-content .task-card__wrap {
		margin-top: 15px;
	}

	.dashboard-order-page .order__tabs-content .task-card__section-header {
		margin-bottom: 6px
	}

	.minicart-dropdown__actions.non-sticky {
		position: static;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 0;
	}

	#dupayment{
        display: block !important;
    }
        #Mintify{
        display: block !important
    }

    #deskPayment{
        display: none !important;
    }
}

@media (max-width:1023.9px) {
	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 19%;
	}
	.dp-account {
		top: 80px;
	}

	.dashboard-page .quick-links__wrapper {
		top: 73px;
		left: 17%;
	}
}

@media (max-width:991.98px) {
	.modal-knowmore .modal-emulsion__dialog {
		max-width: 700px
	}
	.modal-knowmore .task-card__wrapper .task-card__wrap {
		max-width: 170px;
		min-width: 150px;
		width: 160px;
	}
	.modal-knowmore__media-wrap {
		width: 350px
	}
	.sales-tracker__placeorder {
		position: fixed;
		bottom: 5px;
		left: calc(16.6% + 30px);
		right: 35px;
		z-index: 9999;
		padding: 0 15px;
		border-radius: 10px;
		margin-bottom: -20px;
	}

	.minicart-dropdown__actions {
		position: fixed;
		bottom: 0;
		background: linear-gradient(90deg,#f2eefc 90%,transparent 0);
		left: calc(16.6% + 25px);
		right: 30px;
		z-index: 999;
		padding: 0;
		margin: 5px 20px;
		border-radius: 10px;
	}
}
@media (max-width:955px) {
	.dp-account {
		top: 75px;
	}

	.dp-account .left-navigation--dashboard {
		margin-top: 74px!important;
	}

	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 29px;
	}

	.dashboard-page .quick-links__wrapper {
		left: 29px;
		top: 99px;
	}
}

@media (max-width:767.98px) {
.btn-link {
		font-size: 11px;
	}
	#ym-notification,
	#ymDivCircle,
	#ymFrameHolder {
		left: 5px;
		bottom: 50px!important;
	}

	.dp-account {
		top: 88px;
	}

	header.dp-common {
		left: 15px;
			}
.my-orders__product-link .btn-link {
		font-size: 11px;
	}

	.dashboard-page .task-card__item-description-title {
		font-size: 14px;
	}

	.modal-emulsion__header .icon-percentage {
		bottom: 0;
		left: 15px;
		top: -12px;
		width: 70px;
	}
	.dashboard-page .task-card__item-description-info{
		margin-bottom: 0px;
	}
	.dashboard-page .task-card__item-description-info:last-child {
	    margin-top: 10px;
	}
	
	.modal-emulsion__product-wrap {
    height: 58vh;
	}

	.modal-emulsion.modal-order-history .order-date {
		padding-left: 0;
		display: block;
	}

	.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody tr td:first-child {
		padding: 10px 35px 0 5px;
	}

	.modal-emulsion.modal-order-history .order__tabs-actions .error-msg {
		width: auto;
		margin-right: 40px;
		display: block;
		margin-bottom: 5px;
		padding-right: 40px;
		position: relative;
		}
	.modal-order-placed__dialog {
		padding: 0 10px;
	}
	.modal-knowmore .modal-emulsion__dialog {
		display: block
	}
	.modal-knowmore .task-card__wrapper .task-card__wrap {
		max-width: 50%;
		width:50%;
	}
	.modal-knowmore__taskcard-wrap {
		border-radius: 0 0 35px 35px;
		width: 100%
	}
	.modal-knowmore__media-wrap {
		margin-bottom: 0;
		width: 100%
	}

	.modal-knowmore__wrap {
		margin: 0;
		padding: 0;
		flex-wrap: wrap
	}
	
	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 14px;
	}

	.dashboard-page .quick-links__wrapper {
		left: 14px;
		top: 77px;
	}

	.dashboard-page .quick-links__wrapper .collapse.in {
		min-height: 100%;
		height: calc(100vh - 108px);
		overflow-y: scroll;
	}

	.dashboard-order-page .order__breadcrumb .breadcrumb-item {
		padding: 4px 0;
	}

	.dashboard-order-page .order__layout-link a {
		margin-top: 5px;
		margin-right: 0;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .optgroup-header,
	.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option {
		font-size: 12px;
		padding: 3px 15px 3px 10px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input {
		padding-left: 10px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input .item,
	.dashboard-order-page .order__select-bar-wrapper .selectize-input input {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input .item:-ms-input-placeholder,
	.dashboard-order-page .order__select-bar-wrapper .selectize-input input:-ms-input-placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input ::-moz-placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input :-ms-input-placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input ::-ms-input-placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input ::placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-qty-item-header {
		font-size: 12px;
	}

	.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover {
		top: 19px!important;
		left: 10px!important;
	}

	.minicart-dropdown__item-empty {
		min-height: 400px;
	}

	.minicart-dropdown__product-qty-info {
		width: 135px;
	}

	.minicart-dropdown__actions {
		left: 30px;
		right: 30px;
		background: linear-gradient(90deg,#f2eefc 80%,transparent 0);
	}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767.98px) and (orientation: landscape) {
	.modal-emulsion__product-wrap {
	    height: 45vh;
	}
}

@media (max-width:575.98px) {
	.my-orders-month-spl .my-orders__product-link {
		padding-left: 3px;
		padding-right: 7px;
	}

	.dashboard-page .task-card__item-title .popover-content {
		width: 165px;
		font-size: 12px;
	}

	.dashboard-page .task-card__item-title .task-card__item-tooltip {
		display: flex;
	}

	.dashboard-page .task-card__item-tooltip {
		display: inline-block;
	}

	.dashboard-page .task-card__section-header {
		display: block;
		margin-bottom: 10px;
	}

	.dashboard-page .task-card__section-header .task-card__tooltip {
		position: relative;
		top: -4px;
	}

	.dashboard-page .task-card__section-header .task-card__tooltip .popover {
		top: 39px!important;
		left: -150px!important;
	}

	.dashboard-page .task-card__section-title-sync {
		margin-left: 0;
		display: block;
		width: 100%;
		text-align: left;
	}

	.dashboard-page .task-card__section-title-viewall {
		display: block;
		width: 100px;
		text-align: right;
	}

	.dashboard-page .task-card__tooltip .popover {
		top: 45px!important;
	}

	.dashboard-page .task-card__tooltip .popover.right .arrow {
		top: -10px!important;
		left: 39%;
	}

	.dashboard-page .task-card__tooltip .popover.right .arrow:after,
	.dashboard-page .task-card__tooltip .popover.right .arrow:before {
		border-width: 0 10px 21px;
		}
	.modal-emulsion.modal-order-history .modal-emulsion__header {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.modal-emulsion.modal-order-history .modal-emulsion__header .close {
		min-width: 30px;
	}
	.submit-modal__footer-radio {
		text-align: left
		}
		
	.sales-tracker__placeorder {
		position: fixed;
		bottom: 5px;
		left: 30px;
		right: 30px;
		z-index: 9999;
		padding: 0 15px;
		border-radius: 10px;
		margin-bottom: -20px
	}

	.modal-knowmore .modal-emulsion__header {
		display: block!important;
			}

	.dashboard-page .quick-links__nav-item-select {
		max-width: 100px;
		padding: 0 1px;
		font-size: 12px;
	}

	.dashboard-page .quick-links__nav--dealer-code {
		margin: 5px 10px 5px 0;
		font-size: 12px;
	}

	.dashboard-page .quick-links__toggle {
		padding-left: 10px;
		font-size: 12px;
	}
	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:active,
	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:focus,
	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:hover,
	.dashboard-order-page .order__tabs-nav li .order-tabs__link,
	.dashboard-order-page .order__tabs-nav li .order-tabs__link:active,
	.dashboard-order-page .order__tabs-nav li .order-tabs__link:focus,
	.dashboard-order-page .order__tabs-nav li .order-tabs__link:hover {
		border-right: 1px solid #a980e2!important;
		border-left: none!important
	}
	.dashboard-order-page .order__tabs-nav li:last-child .order-tabs__link,
	.dashboard-order-page .order__tabs-nav li:last-child .order-tabs__link:active,
	.dashboard-order-page .order__tabs-nav li:last-child .order-tabs__link:focus,
	.dashboard-order-page .order__tabs-nav li:last-child .order-tabs__link:hover {
		border-right: none!important
	}
	.dashboard-order-page .order__tabs-nav .task-card__tooltip {
		top: 4px
	}

	.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover {
		top: 44px!important;
		left: -120px!important;
	}

	.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover .arrow {
		left: 30%;
		}
.minicart-dropdown__actions {
		position: fixed;
		bottom: 0;
		background: linear-gradient(90deg,#f2eefc 50%,transparent 0);
		left: 20px;
		right: 20px;
		z-index: 999;
		padding: 0;
		margin: 5px 20px;
		border-radius: 10px;
	}

	.minicart-dropdown__actions.non-sticky {
		position: static;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 0;
	}

	.minicart-dropdown__schedule .btn-underline-violet {
		margin-left: 0;
	}
	.modal.in .modal-dialog.modal-seemore__dialog{
		width:auto;
	}
}

@media (min-width:768px) and (max-width:1024.98px) {
	.dashboard-page .task-card__section-header .task-card__tooltip .popover {
		left: 149px!important;
			}
	.modal-emulsion__header .icon-percentage {
		bottom: 0;
		top: -40px;
	}

	.modal-emulsion.modal-order-history .order__tabs-actions .error-msg {
		width: 60%;
	}
	
	.dashboard-page .task-card__item-description-info{
		margin-bottom:10px;
	}

	.dashboard-order-page .order__tabs-content .task-card__wrap:nth-child(3n+1) .popover.left {
		margin-left: 1px;
		margin-top: -7px;
		transform: scaleX(-1);
		left: 100%!important;
	}

	.dashboard-order-page .order__tabs-content .task-card__wrap:nth-child(3n+1) .popover-content {
		transform: scaleX(-1);
	}
	.modal-emulsion__product-wrap{
		height: 60vh;
	}
	.modal.in .modal-dialog.modal-seemore__dialog{
		width:auto;
	}
}

@media (max-width:1023.9px) and (min-width:992px) {
	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 11%;
	}
	.dashboard-page .quick-links__wrapper {
		left: 10%;
	}
	.modal.in .modal-dialog.modal-seemore__dialog{
		width:auto;
	}
}

.product-element-error {
	position: relative;
}

.product-element-error::after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	right: 10px;
	bottom: 0px;
	background : rgba(255,0,0,.1);
	border-radius : 5px;
	pointer-events: none;
	width: 100%;
}
 
 #submitModal .product-element-error::after{
 right: 0px;
 }
   
   
 .product-row-error {
	border: 1px solid red !important;
}

.product-row-error + .product-row-error {
	border-top: none !important;
}

   
.mCSB_dragger{
	visibility: visible !important;
}

.mCSB_scrollTools_vertical
{
	visibility: visible !important;
}

.page-loader-new-ordering-layout , .page-loader-new-order-layout{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	display: none;
	user-select: none;
}
.page-loader-new-ordering-layout img{
    margin: auto;
    position: absolute;
    right:0;
    bottom:0;
    top: -50%;
    left:0;
}

.page-loader-new-order-layout img{
    margin: auto;
    position: absolute;
    right:0;
    bottom:0;
    top: 0;
    left:0;
}

.navbar-minicart-dropdown-wrapper{
	position: relative;
}

.cart-page-loader{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	display: none;
	user-select: none;
}
.cart-page-loader img {
    margin: auto;
    position: absolute;
    right:0;
    bottom:0;
    top: -50%;
    left:0;
}
.minicart-dropdown__offers-dropdown .my-orders__product-info{
	align-items: flex-start;
}

.minicart-dropdown__offers-dropdown .my-orders__product-info span{
	line-height: inherit;
}

.minicart-dropdown__offers-dropdown .cart-offers-empty{
    color: #606162;
    font-weight: 600;
}

.ap-regionSpl-page-loader-layout
{
    display: flex;
    justify-content: center;
    align-items: center;	
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.my-orders__body-regional-offer.static-banner-section
{
	margin: -12px -18px;
}
.modal-emulsion__product-select ::placeholder {
color: #737373 !important;
}

/*
.modal-knowmore__media-wrap .modal-knowmore__carousel-item img{
    max-width: 100%;
    max-height: 240px;
    margin: auto;
    width: auto!important;
}

.modal-knowmore__media-wrap .modal-knowmore__carousel-item {
    height: 260px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 992px)
{
   .modal-dialog {
       width: 700px;
       margin: 30px auto;
   }
}*/



.whatsapp-consent{
  width : 100%;
  height:100%;	
  position : relative;
  margin-bottom : 15px;
}

.whatsapp_icon {
  width: 25px;
  margin-left : 1%;
  margin-right : 1%;
}

.whatsapp_icon > img{
  width: 100%;	  
}

.whatsapp_icon > span{
  width: 10%;	  
}

.consent-message-div{
  margin-left : 2%;
  display : block;	
  text-transform : none;  
  font-size : 12px;
  font-weight : 600;
  font-family : system-ui;
}


.whatsapp-ico{
    fill: white;
    width: 7%;
    height: 45%;
    padding: 0px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: relative;
    z-index: 10;
    margin-left : 1px;
    margin-right: 1px;   
}

/* .whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}
 */
/* .fa-whatsapp  {
  color:#fff;
  background:
  linear-gradient(#25d366,#25d366)10px 84%/10px 9px no-repeat,
  radial-gradient(circle at center, #25d366 63%,transparent 0);
}
 */


@media screen and (max-width:885px) and (min-width:793px) {
  .whatsapp-ico {
     height: 30%;
  } 
}

@media screen and (min-width:768px) and (max-width:792px) {
  .whatsapp-ico {
     height: 35%;
     width :8%;  
  }
}


@media screen and (max-width:767px) and (min-width:492px) {
  .whatsapp-ico {
     height: 70%;
     width :6%;  
  }
}

@media screen and (max-width:496px) and (min-width:286px){
  .whatsapp-ico {
     height: 50%;
     width : 7%;  
  }
}

@media screen and (max-width:285px) {
  .whatsapp-ico {
     height: 30%;
     width : 7%;  
  }
}


.thinner_track {
 background: #ffffff;
 border-radius: 5px; 			
}

.span--thinner_track{
   font-weight: 700;
   color: black;
   opacity: .8;
   z-index: 100;		
}
.span--thinner_track a{
 color: black;
 text-decoration: underline;
}
.inner--thinner_track{
    float: left;	
}

.thinner_track:after {
    content: '';
    background: url(../images/new_icon.png);
    position: absolute;
    z-index: 1001;
    left: -12px;
    top: -20px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}								

img.invoice_download {
    margin-left: 5px;
}

img.invoice_images {
    width: 16px;
    margin-left: 4px;
}

// Invoice Images Modal
.inImg-box{
  box-sizing: border-box;
}

.inImg-row > .inImg-column {
  padding: 0 8px;
}

.inImg-row:after {
  content: "";
  display: table;
  clear: both;
}

.inImg-column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.inImg-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
}

/* Modal Content */
.inImg-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 650px;
  max-width: 1200px;
}

/* The Close Button */
.inImg-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.inImg-close:hover,
.inImg-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.inImg-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.inImg-prev,
.inImg-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.inImg-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.inImg-prev:hover,
.inImg-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.inImg-numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.inImg-img {
  margin-bottom: -4px;
}

.inImg-caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.inImg-demo {
  opacity: 0.6;
}

.inImg-active,
.inImg-demo:hover {
  opacity: 1;
}

.inImg-img.inImg-hover-shadow {
  transition: 0.3s;
}

.inImg-image{
    width: 280px;
    height: max-content;
}

.inImg-hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inImg-container-div{
    margin-left: 108px;
    height: 480px;
    display: flex;
    padding: 15px;
    border: 1px solid #dddada;
    overflow-y: scroll;
}

.inImg-title{
    font-size: 21px;
    margin-left: 20px;
}

.inImg-select{
    width: 20%;
    border: none;
    padding: 1px 4px;
    border-radius: 5px;
    font-weight: 600;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/drop-down-arrow.png) no-repeat center right 10px #fff;
}

.inImg-select-text{
    font-weight: 550;
    color: #5d5d5d;
    font-size: 15px;
    padding-right: 17px;
    padding-left: 25px;
    align-self: center;
}

.inImg-select-div{
    display: flex;
    background-color: #b7b7b7;
    padding: 5px;
}

.inImg-image-row{
    display: flex;
    flex-wrap: wrap;
}

.inImg-image-div{
    display: flex;
    padding: 5px;
    flex-direction: column;
}

.inImg-image-view-btn{
    background-color: #502c83;
    width: 100%;
    text-align: center;
    padding: 2px;
    font-size: 13px;
    color: white;
}

.inImg-modal-iframe{
    width: 100%;
    height: 350px;
}

.inImg-numbertext{
    background-color: #676464;
    color: beige;
    padding: 2px;
    font-size: 12px;
}


/*  and (max-width:792px)
 */
/* ####TaskCard Modifications by Karthik*/

.dashboard-page .task-card__item{
  border: 2px solid #ffb259;
}


.dashboard-page .task-card__item-description-info--wrap{
 background: #F8F4FD;
}

.dashboard-page .task-card__item-description-info--wrap span{
 font-family: Barlow;
 font-size: 14px;
 font-weight: 500;
 line-height: 17px;
 letter-spacing: 0em;
 font-weight: 600;
 text-align: center;
}

.dashboard-page .task-card__item button.btn--outline-violet {
    display: block;
    width: 100%;
    line-height: 12px;
    border-radius: 2px !important;
    margin: 0px;
}

.dashboard-page .task-card__item-warning:before {
    content: url(../images/oval-copy-9-svg.png);
    position: absolute;
    left: -12px;
    top: 3px;
}

.dashboard-page .task-card__item-warning:after {
    content: "";
    height: 2px;
    width: 12px;
    background-color: #f57f45;
    position: absolute;
    top: -2px;
    left: -8px;
}

.dashboard-page .task-card__item-warning{
    position: absolute;
    top: -22px;
    left: 21px;
    display: block;
    z-index: 3;
 }

.dashboard-page .task-card__item-warning-block{
    display: flex;
    justify-content: flex-start;
    background: #F8F4FD;
    align-items: flex-start;
    padding: 7px 10px;
}

.dashboard-page .task-card__item-warning-block label{
  color: #502C83;
  margin: 0px;
}

.dashboard-page .task-card__item-warning-block span{
    color: #502C83;
    font-size: 13px;
    font-weight: 600;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
}

.modal-emulsion__title{
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    /* color: #502C83;*/
}

.modal-emulsion__product-input{
    height: 35px;
    border-radius: 3px !important;
}

.modal-emulsion__product-row .ap-shade-label{
    font-size: 13px;
}

.dashboard-page .task-card__item-description-info span, .dashboard-page .task-card__item-description-info a{
	font-weight: 600;
    font-size: 13px;
}

.dashboard-page .task-card__item-description-info label{
	font-size: 13px;
    line-height: 14px;
    color: #502C83;
    font-weight: 700;
}

.dashboard-page .task-card__item-description{
    display: flex;
    justify-content: space-evenly;
}

.dashboard-page .task-card__item button.btn--outline-violet{
	display: block;
    width: 100%;
    line-height: 12px;
    border-radius: 2px !important;
    margin: 0px;
 }

.dashboard-page .task-card__item{
  border: 1px solid #fff;
  border-radius: 1px;
}

.btn--outline-violet{
  border: 1.5px solid #502C83;
}
.dashboard-page .task-card__item-header{
  border-radius: 5px 5px 0 0;
}

.cutom_tooltip__Wrap > .custom_tooltip{
  z-index: 5;
}

.dashboard-page .task-card__item-warning-block{
 height: auto;
}

#proceedPopupData .modal-emulsion__header .modal-emulsion__title {
  color: #fff;
  font-size: 18px;
}

#proceedPopupData  .modal-emulsion__header {
  background-color: #502C83;
}

#proceedPopupData .modal-emulsion__body .modal-emulsion__credit-note{
  text-align: center;
  font-size: 15px;
}

.modal-emulsion__product-row .ap-shade-label{
  font-size: 13px;
}
.modal-emulsion__product-title{
 font-size: 13px;
}


.modal-emulsion__header .close{
 top: 15px;
}

#proceedPopupData  .modal-emulsion__header {
  background-color: #502C83;
}

.modal-seemore__header{
  background-color: #502C83;
}

#seeMoreModal .modal-emulsion__title{
    margin: auto;
    margin-left: 10px;
    padding-left: 0px;
    color: #fff;
}
 #seeMoreModal .modal-seemore__header{
    background-color: #502C83;
    padding: 8px;
    display: flex;
    align-content: end;
    justify-content: space-between;
    margin: auto;
 }
 .dashboard-page .task-card__item{
   margin-left: 2px;
 }
 
 
 @media only screen and (min-width: 100px) and (max-width: 767px){
    
    .scheme-card-row3{
        padding: 1%;
    }
}

.pay-card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.pay-card-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    display: flex;
}

.pay-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.pay-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.input-group{
    width: 100%;
    margin-bottom: 1rem!important;
}
.pay-card-title {
    margin-left: 26px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.online-payment-text{
    display: flex;
    margin-left: 5px;
    margin-top: 2px;

.navbar-minicart-dropdown .stp-for-bath-retail #shipToPartyList, .essSTPRetailDiv .stp-for-bath-retail #shipToPartyList{
    border-radius: 3px;
    height: 25px;
    margin: 5px 8px;
    color: #502c83;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    width: -webkit-fill-available;
}

.create-staff-account .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.create-staff-account .profile-create {
    padding-bottom: 12px;
}
.create-staff-account .profile-create .input-create-account {
    background-color: #fff;
    border: 1px solid #dbdcdd;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    line-height: 15px;
    margin-bottom: 12px;
}
.create-staff-account .profile-create label {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}
.create-staff-account .profile-create input#create-account-pass {
    padding-right: 35px;
}
.create-staff-account .profile-create .form-modal__eye {
    top: 27px;
}
.create-staff-account .modal-footer-actions__col:last-child {
    text-align: right;
}
.create-staff-account .modal-footer .btn {
    font-weight: 700;
}