input[type="file"] {
	width: 100%;
	text-align: center;
	padding:30px 50px;
	margin: 10px auto;
	font-size: 0.80em;
	color: #243746;
	border: 1px dashed #ccc;
}
input[type="file"]::before{
	content: "Drag and drop your files here or ";
	white-space: pre;
	text-align: center;
}
input[type="file"]::file-selector-button {
	text-align: center;
	padding: 0;
 	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #243746;
	font-weight: 700;
	text-decoration: underline;
  	transition: 0.5s;
}
input[type="file"]::file-selector-button:hover {
	color: #ffb81c;	
}
.contain.login-xs {
	margin-top: 25px !important
}

.banner.landing {
	padding-top: 0px;
}

.banner.landing .contain {
	max-width: 1200px;
}

/* .banner.landing .contain.carousel {
    width: 100%;
    max-width: 100%;
    border-radius: 0px
} */

.sticky {
	transition: all .3s !important;
	animation: slide-down 0.7s;
}

.sticky+.body-container #store-nav {
	transition: all .3s !important;
	animation: slide-down 0.7s;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 980px) {
	.banner.landing .slide {
		overflow-x: auto;
	}

	.banner.landing .contain.carousel .carousel-inner .carousel-item img {
		width: 112.5% !important;
		max-width: 112.5% !important;
		margin-left: -6.25%;
	}

	.banner.landing .carousel-indicators li {
		width: 7px;
		height: 7px;
	}
	
	.top-nav li.cart {
	    float: right;
	    padding: 15px 0 0;
	    min-width: 60px;
	}
	
	#user-thumb{
		font-size: 15px!important;
		width: 25px!important;
    	height: 25px!important;
	    margin: 3px auto!important;
	}
}

.toggle {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 0, 0, 0.2);
  /* bootstrap-4 - add a border so toggle is delineated */
}

.toggle input[type="checkbox"] {
  display: none;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  /* Bootstrap 4.0 Support via (Issue #186)[https://github.com/minhur/bootstrap-toggle/issues/186]) */
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0;
  background-color: #fff;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg, .btn-group-lg > .toggle.btn {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
  padding-right: 31px;
}

.toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
  padding-left: 31px;
}

.toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
  width: 40px;
}

.toggle.btn-sm, .btn-group-sm > .toggle.btn {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
  padding-right: 20px;
}

.toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
  padding-left: 20px;
}

.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}

.toggle-on.btn-xs {
  padding-right: 12px;
}

.toggle-off.btn-xs {
  padding-left: 12px;
}
.only1250 {
  display: none
  
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffb81c;
    border-color: 1px solid #ffb81c;
}

.toggle.btn, .toggle .btn {
    border-radius: 5px;
}

#user-thumb{
	font-size: 20px;
    border: 2px solid #253746;
    border-radius: 50%;
    margin: 7px auto;
    width: 30px;
    height: 30px;
    text-align: center;
}

.profile-thumb{
	margin-top: 15px;
	border: 3px solid #243746; 
	height: 58.76px;
	width: 58.76px!important;
	font-size: 2rem; 
	font-weight: 500; 
	padding-top: 3px; 
	color: #243746;
}

.home-campaign .pro-col-banner .banner-style img {
	max-width: 100% !important
}

.campaign-banner-small:hover img,
.campaign-banner:hover img,
.promo-ads:hover img {
	transform: scale(1) !important;
}

.campaign-banner {
	height: calc(100% - 15px) !important;
	background: transparent !important;
}

.info-campaign .promo .copy h2 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 0px;
}

.info-campaign .promo .copy p {
	height: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.plan-d-voucher {
	z-index: 100000 !important
}

.checkout-sum {
	height: calc(100% - 100px);

}

.checkout-sum .modal-content {
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem
}

.coverage h2,
.pro-pg .info .option h2 {
	margin-top: 0;
	font-weight: 700 !important;
	color: #ffb81c !important;
	font-size: 1.0rem !important;
}

.pro-info .charity {

	background: #fff9e7;
	color: #a83f39;

	padding: 2px 4px;
	height: 18px;
	letter-spacing: 0.01rem;
	font-size: 0.6rem;
	text-align: center;
	border-radius: 5px;
}

.info .promo input[type=radio] {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: -1;
	height: 1.25rem;
	opacity: 0;
}

.info .promo.sub input[type=radio]:checked~label,
.info .promo input[type=radio]:checked~label {
	border: 1px solid #ffb81c;
}

.info .promo.sub label,
.info .promo.bp label {
	min-height: 62px;
}

.info .promo.sub label .copy,
.info .promo.bp label .copy {
	width: calc(100% - 110px) !important;
	float: right;
}

.info .promo.bp input[type=radio]:checked~label .copy h2 {
	color: #243746
}

.info .promo.bp input[type=radio]:disabled~label .copy h2 {
	color: #999
}

.info .promo.bp input[type=radio]:checked~label {
	border-color: #243746
}

.info .promo.bp input[type=radio]:disabled~label {
	border-color: #999
}

.info .promo.sub label .icon img,
.info .promo.bp label .icon img {
	padding: 0px;
}



.info .promo.sub label::after,
.info .promo.bp label::after {
	content: "Collect";
	text-align: center;
	font-size: .6rem;
	color: #fff;
	left: auto;
	right: 0;
	top: 0;
	margin-right: 10px;
	background-color: #ffb81c;
	background-size: 60% 60%;
	background-position: 50%;
	width: 100px;
	height: 20px;
	padding: 3px;
	border-radius: 10px;
}

.info .promo.sub.apply label::after,
.info .promo.bp.apply label::after {
	content: "Apply";
	text-align: center;
	font-size: .6rem;
	color: #ffb81c;
	left: auto;
	right: 0;
	top: 0;
	margin-right: 10px;
	background-color: #243746;
	background-size: 60% 60%;
	background-position: 50%;
	width: 100px;
	height: 20px;
	padding: 3px;
	border-radius: 10px;
}

.info .promo.sub input[type=radio]:disabled~label::after,
.info .promo.bp input[type=radio]:disabled~label::after {
	content: " ";
	width: 100px;
	height: 60px;
	background: url(../../webroot/img/comingsoon.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 55px 55px
}

.info .promo.sub input[type=radio]:checked~label::after,
.info .promo.bp input[type=radio]:checked~label::after {
	content: " ";
	width: 100px;
	height: 60px;
	background: url(../../webroot/img/Collected.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 55px 55px
}

.invoice-details p span.sub-promo,
.bg-white h2 span.sub-promo {
	font-size: .7rem;
	color: #ffb81c;
	font-weight: 400;
	line-height: 1em;
	border: 1px solid #ffb81c;
	padding: 4px;
}

.sub-list .voucher.used {
	background: url(../../webroot/img/Used.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 100px 100px
}

.sub-list .voucher.expired {
	background: url(../../webroot/img/Expired.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 100px 100px
}

.verlist .table div.sign:after {
	color: #999;
	width: 21px;
	/* height: 21px; */
	background: #eee;
	content: " ";
	margin-top: 10px;
	padding: 7px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: url(../../webroot/img/icon/grey/edit.png);
	background-size: 14px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center right;
}

.float-price .upfront.checkout .tag-txt {
	width: calc(100% - 20px);
	display: inline
}

.float-price .upfront.checkout .price {
	line-height: 1.05em
}

.float-price .upfront.checkout .viewsum {
	width: 20px;
	display: inline
}

.float-price .upfront.checkout .viewsum:after {
	content: "\f107";
	color: #ffb81c
}

.verlist .price-display div {
	margin-bottom: 0
}

.verlist .price-display .upfront .tag-txt {
	line-height: 1.3rem
}

.product-list.voucher .pro-img {
	background: #ffb81c;
	padding-bottom: 80%;
}

.product-list.voucher .pro-img h2 {
	font-size: 1.5em;
	padding-top: 30px;
	padding-bottom: 0;
	color: #243746
}

.product-list.voucher .pro-img p {
	line-height: 0.8rem;
	font-size: 0.75em;
	color: #fff
}

.product-list.collect {
	opacity: 0.8
}

.product-list.voucher .brands .brands-logo {
	top: -45px
}

.product-list.voucher .brands {
	height: 100px !important
}

.product-list.voucher .brands a {
	font-size: 0.65rem;
	text-align: center;
	color: #999
}

.voucher:hover .btn {
	color: #fff !important;
	background-color: #ffb81c;

}

.voucher {
	cursor: default !important
}

.voucher.product-list .brands-logo {
	border-radius: 5px;
	background-color: #fff
}

.voucher.product-list .brands-logo img {
	width: 90%;
}

.product-list .btn {
	margin-bottom: 5px;
	color: #fff;
	padding: 0px;
	cursor: pointer !important
}

.product-list.voucher .brands .btn {
	margin-top: 35px;
	margin-bottom: 5px;
	color: #fff;
	padding: 0px;
	cursor: pointer !important
}

.product-list.collect .pro-info {
	background-color: #eee
}

.product-list.voucher:hover .btn .btn-red:hover,
.product-list.voucher:hover .btn:hover,
.product-list.voucher .btn .btn-red:hover,
.product-list.voucher .btn:hover {

	color: #ffb81c !important;
	background-color: #243746;

}

.product-list.collect .pro-img {
	background: #ccc;
	padding-bottom: 80%;
}

.collected,
.runout,
.comingsoon {
	pointer-events: none;
	opacity: 0.6
}

.collected .pro-img,
.collected .pro-info {
	background-color: #eee
}

.collected .btn,
.collect .brands .btn {
	pointer-events: none;
}

.collected:hover span.collected,
.collected span.collected:hover {
	background: transparent !important;
	color: #999 !important
}

.collect:hover,
.collected:hover {
	box-shadow: none
}

.product-list.collected:hover .pro-img>img {
	transform: scale(1);
}

.collect .brands .btn:hover {
	background: transparent;
	color: #999 !important
}

.info-campaign .promo.bp {
	border-color: #243746
}

.info-campaign .promo.code {
	background-color: #FDF9F0
}

.info-campaign .promo.bp .copy {
	border-left: 1px dashed #243746;
}

.info-campaign .promo.code .copy h2 {
	color: #243746
}

.info-campaign .promo.code .copy .my-code {
	width: 100%;
	margin: 5px auto;
	display: inline-block
}

.info-campaign .promo.voucher.code .copy {
	width: calc(100% - 80px) !important;
}

.info-campaign .promo.voucher .icon {
	margin: 5px;
	width: 70px;
	height: 70px;

}

.info-campaign .promo.voucher .copy {
	width: calc(100% - 160px) !important
}

.info-campaign .promo.voucher .chop {
	width: 80px;
	height: 80px;
}

.info-campaign .promo.voucher .chop .btn,
.info-campaign .promo.voucher .chop .btn-grey {
	width: 70px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 0.65rem;
	font-weight: normal;
	height: 25px;
	line-height: 18px;
	border-radius: 13px;
}

.info-campaign .promo.voucher .chop .btn-grey {
	color: #666 !important
}


.info-campaign .promo.voucher .chop .btn.btn-black {
	background: #243746 !important;
	color: #ffb81c !important
}

.info-campaign .promo.runout .copy,
.info-campaign .promo.runout,
.info-campaign .promo.comingsoon .copy,
.info-campaign .promo.comingsoon,
.info-campaign .promo.collect .copy,
.info-campaign .promo.collect {
	border-color: #ccc
}

.info-campaign .promo.collect .copy,
.info-campaign .promo.collect,
.info-campaign .promo.runout .copy,
.info-campaign .promo.runout {
	background-color: #eee
}

.info-campaign .promo.collect,
.info-campaign .promo.runout {
	opacity: 0.8
}

.info-campaign .promo.runout .copy h2,
.info-campaign .promo.comingsoon .copy h2,
.info-campaign .promo.collect .copy h2 {
	color: #999
}

.info-campaign .promo.collect .chop {
	background: url(../../webroot/img/Collected.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px 60px
}

.info-campaign .promo.runout .chop {
	background: url(../../webroot/img/ranout.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px 60px
}

.info-campaign .promo.comingsoon .chop {
	background: url(../../webroot/img/comingsoon.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px 60px
}

.info-campaign .promo.runout .chop .btn,
.info-campaign .promo.comingsoon .chop .btn,
.info-campaign .promo.collect .chop .btn {
	display: none
}

.info-campaign .promo.code .copy .my-code p.pcode {
	width: calc(100% - 75px) !important;
	float: left;
	padding: 5px !important;
	text-align: center;
	background: #fff !important;
	font-size: 0.85em !important;
	font-weight: normal !important;
	color: #666 !important;
	height: 1.5rem !important;
	border-radius: 3px;
	border: 1px dashed #999;
	text-transform: uppercase;
}

.info-campaign .promo.code .copy .my-code a {
	line-height: 1.5rem !important;
	font-size: 0.65em;
	font-weight: 700;
	color: #ffb81c;
	float: right
}

.info-campaign .voucher-top {
	width: 100%;
	height: 100px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	background-image: radial-gradient(circle at 100px 0px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px, #fff 10px);
	color: #FFF;
	display: block;
}

.info-campaign .voucher-bottom {
	width: 100%;
	height: 10px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	background-image: radial-gradient(circle at 100px 10px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px, #fff 10px);
	color: #FFF;
	display: block;
	margin-bottom: 15px;
}

.info-campaign .voucher-top .promo {
	border: none;
	position: relative;
}

.info-campaign .voucher-top .promo.voucher .icon {
	width: 96px;
	border-right: 2px dashed #cacaca;
	margin-top: 10px;
}

.info-campaign .voucher-top .promo.voucher .chop.bg-yellow {
	background-color: #ffb81c;
	padding: 0 10px;
	height: 110px;
	width: 150px;
	text-align: center;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	padding-top: 14px;
	padding-left: 5px;
	box-sizing: border-box;
	padding-left: 23px;
	position: absolute;
	top: -10px;
	right: 0;
}

.info-campaign .voucher-top .promo.voucher .chop .btn.btn-black {
	font-size: 0.75rem;
	color: #fff !important;
}

.info-campaign .voucher-top .promo.voucher .chop .btn.btn-grey {
	font-size: 0.75rem;
	color: #243746 !important;
	background-color: #fff;
}

.info-campaign .voucher-top .promo.voucher .chop .btn.btn-black,
.info-campaign .voucher-top .promo.voucher .chop .btn.btn-grey {
	width: 100px;
}

.info-campaign .voucher-top .promo.bp .copy {
	border-left: 2px dashed #cacaca;
	padding: 0;
	border: none;
	width: 229px;
	margin-left: 14px;
}


.info-campaign .voucher-top .promo .copy h2 {
	font-size: 1rem;
	font-weight: 700;
	color: #ffb81c;
	padding-bottom: 4px;
	padding-top: 10px;
}

.horizontal-scrolbox {
	overflow-x: hidden;
	overflow-y: hidden;
	height: 200px;
	white-space: nowrap;
	margin-bottom: 50px;
}

.swiper {
	width: 100%;
	height: 300px;
}

.section-title-box {
	display: inline-block;
	margin-right: 10px;

	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
}

.section-title-box p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 500;
}

.section-title-box-img {
	background-color: #fff;
	width: 130px;
	height: 130px;
	border-radius: 10px;
	display: flex;
	justify-content: center;

}

.product-list .chop,
.product-list.voucher .chop {
	position: absolute;
	top: 0;
	display: none;
	z-index: 9;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 120px 120px !important
}

.product-list.collected .chop,
.product-list.voucher.collect .chop {
	display: block !important;
	background-image: url(../../webroot/img/Collected.webp);
}


.product-list.runout .chop,
.product-list.voucher.runout .chop {
	display: block !important;
	background: url(../../webroot/img/ranout.webp);
}

.product-list.comingsoon .chop,
.product-list.voucher.comingsoon .chop {
	display: block !important;
	background: url(../../webroot/img/comingsoon.webp);
}

.product-list.invalid .chop,
.product-list.voucher.invalid .chop {
	display: block !important;
	background: url(../../webroot/img/Invalid.webp);
}

.info-campaign .promo.ranout .chop {
	background: url(../../webroot/img/ranout.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 70px 70px
}

.info-campaign .promo.applied .chop {
	background: url(../../webroot/img/Applied.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 70px 70px
}

.sub-list .voucher.ranout {
	background: url(../../webroot/img/ranout.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 100px 100px
}

.sub-list .voucher.invalid {
	background: url(../../webroot/img/Invalid.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 100px 100px
}

.info .promo.sub.applied label::after,
.info .promo.bp.applied label::after {
	content: " ";
	width: 100px;
	height: 60px;
	background: url(../../webroot/img/applied.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 55px 55px;
}

.info .promo.sub.collected label::after,
.info .promo.bp.collected label::after {
	content: " ";
	width: 100px;
	height: 60px;
	background: url(../../webroot/img/Collected.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 55px 55px;
}

.info .promo.sub.ranout label::after,
.info .promo.bp.ranout label::after {
	content: " ";
	width: 100px;
	height: 60px;
	background: url(../../webroot/img/ranout.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 55px 55px;
}

.info .promo.sub.applied label::after,
.info .promo.bp.applied label::after {
	content: " ";
	width: 100px;
	height: 60px;
	background: url(../../webroot/img/applied.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 55px 55px;
}

.info .promo.used label::after {
	content: " ";
	width: 100px;
	height: 65px;
	background: url(../../webroot/img/Used.webp);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	background-size: 55px 55px;
}

.chat {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ffb81c;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 99999;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.chat .icon-chat {
	background-size: 30px 30px;
	background-position: center center;
}

.badge-product-tag {
	background: linear-gradient(to top right, #ffb81c, #fffb1c);
	color: #243746 !important;
	font-size: 0.65rem !important;
	font-weight: bold !important;
}

.subicon-recieve:after {
	display: inline-block;
	height: 20px;
	width: 20px;
	content: "";
	background: url(../../webroot/img/icon/black/recieve.png) no-repeat 0 0;
	background-size: 20px 20px;
}

.coverage.delivery h3 {
	font-size: 0.8rem;
	float: left;
	width: 80%
}

.coverage.delivery h3 .subicon {
	width: 30px;
	height: 30px;
}

.coverage.delivery p {
	width: 20%;
	float: right;
	text-align: right !important;
}

.coverage.delivery p .right-link {
	margin-top: 5px !important;
}

.coverage.delivery p .right-link .btn {
	padding: 4px !important;
}

.shipfee {
	font-weight: 700
}

.shipfee span {
	text-decoration: line-through;
	color: #ccc;
	line-height: 1.5em;
	font-weight: normal;
	margin-left: 10px;
}

.delivery .breadcrumb li:first-child {
	padding-left: 10px;
}

.delivery .breadcrumb li:first-child::before {
	display: none;

}

.delivery .breadcrumb li:before {
	content: "\203A" !important
}

.delivery .address {
	max-height: 200px !important;
	overflow-x: scroll;
	margin-top: 10px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.delivery .address h4 {
	font-size: 0.8rem !important;
	line-height: 2.1rem;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 0
}

.delivery .address h4:last-child {

	border-bottom: 0px solid #ddd
}


td .delivery .shipfee {
	float: right;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	line-height: 1.5rem
}

td .delivery .shipfee:after {
	font-size: 1.3rem;
	content: "\203A" !important;
}

.pro-pg .info .extra {
	display: flex;
}

.pro-pg .info .extra p {
	font-size: 0.7rem;
	padding: 2px 5px !important;
}

.pro-pg .info .extra .free-shipping .icon {
	float: left;
	margin: 0 6px 0 3px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 3px;
	width: 14px;
	height: 14px;
	background-image: url(../img/icon/white/delivery.png);
	background-size: 14px 14px !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.transition-all {
	transition: all 0.2s ease;
}

.flex {
	display: flex;
}

.fx-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
}

.fx-row {
	flex-direction: row;
}

.fx-col {
	flex-direction: column;
}

.fx-wrap {
	flex-wrap: wrap;
}

.fx-item-start {
	align-items: start;
}

.fx-item-center {
	align-items: center;
}

.fx-content-start {
	justify-content: start;
}

.fx-content-space {
	justify-content: space-between;
}

.width-fit {
	width: 100% !important;
	max-width: 100% !important;
}

.p-1 {
	padding: 0.25rem
}

.pv-1 {
	padding: 0.25rem 0 0.25rem 0;
}

.hover-bg-circle {
	border-radius: 50%;
	background-color: transparent;
	transform: background-color 0.2 ease;
}

.hover-bg-circle:hover {
	border-radius: 50%;
	background-color: lightgrey;
}

.payment-stat {
	border: 1px solid green;
	color: green !important
}
.reject-stat {
	border: 1px solid red;
	color: red !important
}
.cancel-stat {
	border: 1px solid grey;
	color: grey !important
}
.withdraw-stat {
	border: 1px solid blue;
	color: blue !important
}

.refund-stat {
	border: 1px solid #ffa500;
	color:#ffa500 !important
}

.void-stat {
	border: 1px solid #A020F0;
	color: #A020F0 !important
}

.bill-stat {
	border: 1px solid #203546;
	color: #203546 !important
}

.note-stat{
	border: 1px solid #00827F;
	color: #00827F !important
}

.credited-stat{
	border: 1px solid #56BD92;
	color: #56BD92 !important
}

.credit {
	color: green !important
}

.debit {
	color: red !important
}

.btn-2 {
	cursor: pointer;
}

.btn-outline-primary {
	padding: .3rem .7rem;
	color: darkslategrey;
	font-size: .9rem !important;
	font-weight: bold !important;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	background-color: transparent;
	transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #203546;
	border-color: #203546;
}

.modal-header.drop {
	display: flex !important;
}

.modal-footer.drop {
	display: flex !important;
}

.product-badge {
	padding: .25rem .4rem;
}

.banner .carousel-item img{
	max-height: 400px;
}

.catergory-list ul a li, .catergory-list-sub ul a li{
	position: relative;
}

#notification_alert_box {
    max-height: calc(100% - 220px);
    width: 400px;
    position: fixed;
    right: 0;
	z-index: 12;
	visibility: hidden;
	border-radius: 10px;
}

.notification_alert {
    position: relative;
}

.alert_box{
	display: flex;
    margin: 10px auto 0;
	background-color: white;
	border: 1px solid #FCB715;
	border-radius: 10px;
}

.noti-list{
	min-height: 100px;
}

.noti_text {
    align-self: center;
	color: #666666;
}

.noti_img {
    overflow: hidden;
    padding: 10px;
}

.noti_img img {
    width: 100%;
    height: 100%;
	border-radius: 10px;
}

.noti_title {
    color: #203546;
    font-size: 15pt;
    font-weight: bold;
}
.notification_alert:hover + .alert_box {
    border: 1px solid #203546;
}

.close-alert {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 15;
}

.icon-envolop {
	background-image: url(../img/icon/black/envolop.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.icon-shake {
	background-image: url(../img/icon/black/shake.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.top-nav{
	display: flex;
	flex-direction: row-reverse;
}

.dropdown.notification,
.dropdown.event {
    min-width: 50px;
}

.dropdown.help,
.dropdown.cart{
	min-width: 80px;
	padding-right: 0;
}

div.more{
	font-size: .6rem;
    color: #999;
    font-weight: 400;
	display: flex;
	position: absolute;
	bottom: 25px;
    right: 10px;
}

.noti{
	height: 15px!important;
    font-size: 0.7rem;
    color: white;
    background-color: red;
    inline-size: auto;
    width: fit-content;
    min-width: 15px;
    border-radius: 50%;
	text-align: center;
}

div.more div{
	padding: 0 5px;
}

div.more div img{
	width: 20px;
	height: 20px;
}

header div.search{
	flex-grow: 2;
	order: 0;
	/*padding: 0 16px;*/
}
	
@media only screen and (max-width: 489px){
	header div.search{
		order: 1;
		/*col-12*/
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.page-name{
		font-size:.8rem!important;
    	padding: 20px 0!important;
	}
	.dropdown.notification,
	.dropdown.event,
	.dropdown.help,
	.dropdown.cart{
		min-width: 40px;
	}
}

.page-name{
	color:#999;
	vertical-align:baseline;
	cursor:pointer;
	transition:all.3s;
	font-size:1.8rem;
	padding:10px 0;
	font-weight:700;
	text-align:center;
	height:100%;
}

@media only screen and (max-width: 430px){
	.banner.landing .slide{
		width: 100%!important;
	}
	
	.ads{
		height: auto!important;
		margin: auto 30px;
	}
}

.listNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8rem
}

.listNav li {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}
.listNav li p {
	width: calc(100% - 44px );
}

.listNav li p:hover {
	color: #ffb81c !important
}
.listNav li:after {
	margin-top: -18px;
	float: right;
    font-size: 1.2rem;
    color: black;
    line-height:1.2rem;
    font-weight: bold;
    content: "\203A";
    color: #999
}

.listNav li.verified:after {
	font-size: 0.6rem;
	border-radius: 4px;
	line-height:0.6rem;
	border: 1px solid green;
    color: green !important;
    content: "verified";
    font-weight: normal;
    padding: 4px 5px;
}
.listNav li.en p:after {
	margin-left: calc(100% - 60px);
	content: "English";
	font-size: 0.6rem;
	line-height:0.6rem;
    font-weight: normal;
    color: #ffb81c
}

.listNav li.cn p:after {
	margin-left: calc(100% - 60px);
	content: "Chinese";
	font-size: 0.6rem;
	line-height:0.6rem;
    font-weight: normal;
    color: #ffb81c
}

.listNav li.bm p:after {
	margin-left: calc(100% - 60px);
	content: "Bahasa";
	font-size: 0.6rem;
	line-height:0.6rem;
    font-weight: normal;
    color: #ffb81c
}

.listNav li.verified a {
	pointer-events: none;
  	cursor: default;
}

html{
	overflow-x: hidden;
}

.listNav li:last-child {
	border-bottom: 0px solid #eee
}

.ads{
	height: 70%;
    position: relative;
    text-align: center;
}

.title-doc {
	font-size: 0.8em !important;
	color: #243746 !important;
	font-weight: 700;
	margin: 8px auto
}
.title-doc .highlight {
	color: red
}
label.files {
	width: 100%;
	font-size: 0.8em;
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    border: solid 1px #ccc;
}
.reset.small-text {
	padding: 0;
	font-size: 0.65em;

}

.success{
	color: green;

}

.failed{
	color: red;

}

input.multi[type="file"] {
	padding: 0;
	height: 50px;
	border: solid 0px #ccc;
	margin: 0px auto;
	font-size: 1em
}


input.multi[type="file"]::before {
	line-height: 52px;
    padding: 17px;
    content: " \f15b";
    font-family: 'Font Awesome 5 Free';
    font-size: 1.3em;
    background: #eee;
    margin-right: 10px;
}

input.multi[type="file"]::file-selector-button {
	display: none
}
input.multi[type="file"]::after {
	color: #ffb81c !important;
	right: 6px;
	font-weight: bold;
	position: absolute;
	line-height: 20px;
    padding: 15px 18px;
    content: '\f574';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 10px;
}
.resetButton {
	display: none;
    
    font-weight: bold;
    line-height: 18px;
    padding: 15px 15px;
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 50px;
}
.resetButton.failed {
	color: red !important
}
.resetButton.success {
	color: green !important
}

.success {
	border-color: green !important;
}

.success-msg h2 {
	color: green !important
}
.history div[class*="col-lg-"] {
	padding: 10px 10px 5px
}
.history h1 {
	font-size: 0.75em !important;
	font-weight: 700 !important;
	line-height: 1em !important
}
.history h1 i {
	padding-right: 6px
}

.history .btn.btn-rounded {
	margin-top: -19px;
	padding: 5px 10px;
	font-size: 0.65em !important;
}

.pro-pg .info .plan-box.multi .custom-checkbox .custom-control-label::after {
	border-radius: 3px;
	
}

.pro-pg .info .plan-box.multi .custom-checkbox .custom-control-label {
	border-radius: 3px;
}

.pro-pg .info .plan-box.multi .custom-checkbox.plan-btn:hover .custom-control-label, 
.pro-pg .info .plan-box.multi .custom-checkbox.active .custom-control-label, 
.pro-pg .info .plan-box.multi .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
	border: 1px solid #ffb81c;
}

.pro-pg .info .plan-box.multi .custom-checkbox.plan-btn:hover .custom-control-label::after, 
.pro-pg .info .plan-box.multi .custom-checkbox.active .custom-control-label::after, 
.pro-pg .info .plan-box.multi .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #ffb81c
}


.btn-green, .btn:disabled.btn-green:hover, .tag.btn-green:hover {
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #fff;
    font-weight: 700;
}

.btn-green:hover{
	background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.facebook_img_login {
		width: 17px;
	}

	.google_img_login {
		width: 14px;
	}

	.apple_img_login {
		width: 13px;
	}

	.facebook_btn_login,
	.google_btn_login,
	.apple_btn_login {
		font-size: 70%;
	}
}

.inner-page{
	width: 90%!important;
}

.fa-spinner{
	animation: rotate 2s infinite linear;
}

.add:hover{
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../img/icon/white/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.var-option input:checked~.radio-black-line{
	color: #fff;
	background-color: #243746;
}

#planproductoptionhtml .search{
	padding: 2px 10px!important;
    border-radius: 50px;
    align-items: center;
    background-color: #ccc;
}
#planproductoptionhtml .search input[name="searchProduct"]{
	background-color: transparent;
    border: 0;
    flex-grow: 1;
    color: #495057;
    font-size: .8rem;
}
#planproductoptionhtml .search input[name="searchProduct"]::placeholder{
	font-size: .8rem;
}

.subicon-close:after{
	display: inline-block;
    height: 100%;
    width: 100%;
    content: "";
    background: url(../img/icon/black/close.png) no-repeat 0 0;
    background-size: 100% 100%
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--bootstrap4 {
  display: block;
}

.select2-container--bootstrap4 .select2-selection {
/*  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;*/
  color: #495057;
  /*font-size: 1rem;*/
  font-size: .8rem;
  outline: 0;
}

.select2-container--bootstrap4 .select2-selection.form-control {
  border-radius: 0.35rem;
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 0.9rem;
}

.select2-container--bootstrap4 .select2-search__field {
  outline: 0;
}

.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-results__option {
  padding: 0.75rem 0.375rem;
/*  font-size: 0.9rem;*/
  font-size: 0.8rem;
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
  color: #6c757d;
  cursor: not-allowed;
}

.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
  background-color: #ffefc9;
  color: #16181b;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: #203546;
  color: #fff;
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option {
  padding: 0.75rem 0.375rem;
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.375rem;
  padding-left: 0.75rem;
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.125rem;
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.125rem;
  padding-left: 1.5rem;
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 1.875rem;
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.875rem;
  padding-left: 2.25rem;
}

.select2-container--bootstrap4 .select2-results__group {
  color: #6c757d;
  display: block;
  padding: 0.75rem 0.375rem;
  line-height: 1;
  white-space: nowrap;
}

/* .select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--open .select2-selection {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  border-color: #db9a00;
}
*/

.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}

.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap4 .select2-selection__clear {
  color: #6c757d;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
  color: #343a40;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection {
  border-color: #ced4da;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #e9ecef;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #db9a00;
  border-width: 1px;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap4 .select2-dropdown--above {
  margin-top: 1px;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.25rem + 2px);
  line-height: 1;
/*  padding: 0.75rem 1.125rem 0.75rem 0.375rem;*/
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
/*  right: 0.375rem;*/
  right: 1.375rem;
  top: 0;
  width: 0.25rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #6c757d transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: 0;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #495057;
  padding: 0;
}
.form-control option:disabled {
  color: #999 !important;
} 
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #ccc;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.25rem + 2px);
  padding: 0;
  height: auto;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.375rem 0.375rem 0 0.75rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
  color: #6c757d;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #495057;
  background: transparent;
  border: 1px solid #343a40;
  border-radius: 0.35rem;
  cursor: default;
  float: left;
  margin: -0.25rem 0 0 0.1875rem;
  padding: 0 0.75rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.375rem;
  height: calc(2.25rem + 2px)-2;
  line-height: 1;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #6c757d;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.375rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.75rem;
}

.select2-container--bootstrap4 .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap4 .select2-selection--single,
.form-group-sm .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  height: calc(1.8125rem + 2px);
  line-height: 1;
  padding: 0.5rem 1rem 0.5rem 0.25rem;
}

.select2-container--bootstrap4 .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  margin-left: -0.5rem;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.8125rem + 2px);
  border-radius: 0.2rem;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__rendered,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0.5rem 0.25rem 0 0.5rem;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0 0 0.125rem;
  padding: 0 0.5rem;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.25rem;
  font-size: 0.875rem;
  height: calc(1.8125rem + 2px)-2;
  line-height: 1;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.5rem;
}

.select2-container--bootstrap4 .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single,
.form-group-lg .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.4rem;
  font-size: 1.125rem;
  height: calc(2.875rem + 2px);
  line-height: 1;
  padding: 1rem 1.4375rem 1rem 0.5rem;
}

.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  width: 0.3125rem;
}

.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -1rem;
  margin-top: -0.15625rem;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.875rem + 2px);
  border-radius: 0.4rem;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 0.35rem;
  margin: 0rem 0 0 0.25rem;
  padding: 0 1rem;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.5rem;
  font-size: 1.125rem;
  height: calc(2.875rem + 2px)-2;
  line-height: 1;
}

.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 1rem;
}

.select2-container--bootstrap4 .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}

.input-group-lg .select2-container--bootstrap4 .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}

.select2-container--bootstrap4[dir="rtl"] .select2-selection--single {
  padding-left: 1.125rem;
  padding-right: 0.375rem;
}

.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0.375rem;
  right: auto;
}

.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.1875rem;
}

.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #f7b924;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: #e0a008;
}

.has-warning.select2-drop-active {
  border-color: #e0a008;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #e0a008;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #d92550;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #ad1e40;
}

.has-error.select2-drop-active {
  border-color: #ad1e40;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #ad1e40;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3ac47d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: #2e9d64;
}

.has-success.select2-drop-active {
  border-color: #2e9d64;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2e9d64;
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4 {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}

.input-group > .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap4.select2-container--open, .input-group > .select2-container--bootstrap4.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap4,
.input-group > .select2-container--bootstrap4 .input-group-btn,
.input-group > .select2-container--bootstrap4 .input-group-btn .btn {
  vertical-align: top;
}

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap4 {
    display: inline-block;
  }
}

.select2-container--open .select2-dropdown {
  font-size: 0.9rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 0.36875rem 1.1875rem rgba(31, 10, 6, 0.01), 0 0.6375rem 1.00625rem rgba(31, 10, 6, 0.01), 0 0.15rem 0.33125rem rgba(31, 10, 6, 0.03), 0 0.085rem 0.0875rem rgba(31, 10, 6, 0.02);
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  display: inline-table;
  color: #212529;
  padding: 5px 0.35em 5px 0.35em;
  margin-left: calc(calc(2.25rem + 2px)/5 - 1px);
  margin-top: 0;
  border-radius: 0.2rem;
  background-color: #ffefc9;
  border: 1px solid #eaa89a;
  cursor: default;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding-top: 0.3rem;
  padding-left: 0;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  padding-top: 0.28rem !important;
}

span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}

.multiselect-container > li label {
  margin: 0;
  padding: 0.5rem 1rem;
  height: 100%;
  display: block;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li.active > a:hover,
.multiselect-container > li.active > a {
  background: #ffefc9;
  color: #16181b;
}

.multiselect-container > li.active > a:hover label,
.multiselect-container > li.active > a label {
  font-weight: bold;
}

.multiselect-container > li > a {
  padding: 0;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #212529;
}

.multiselect-container > li > a:hover {
  background: #ffefc9;
  color: #16181b;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 0.5rem 1rem;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0;
}

.multiselect-container > li > a > label > input {
  margin: -4px 5px 0 0;
}

.multiselect-container > li.multiselect-group label {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #203546;
  font-weight: bold;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type="checkbox"], .form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}

.submenu-txt{
	display: none;
}

.submenu-icon{
	margin-left: auto; 
	min-width: fit-content; 
	margin-right: 10px; 
	font-size: 25px; 
	color: #28a745;
	text-align: end;
}

@media only screen and (max-width: 370px) {
	.submenu-icon{
		display: none!important;
	}
}

@media only screen and (min-width: 470px) {
	.submenu-txt{
		display: inline-block;
		font-size: .8rem;
	   /* color: #999;*/
	    vertical-align: middle;
	}
}

.no-select {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;     /* IE/Edge */
}
