@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

html {
	font-size: inherit;
}
body {
	font-family: 'Poppins', sans-serif;
	color: #626262;
	letter-spacing: 0.1px;
}
.wrapper-content {
	min-height: 480px;
}
.img-cover {
	object-fit: cover;
}
.img-border-xs {
	border: solid 1px #71CFD6;
	padding: 2px;
}
.img-fb-thumbnail {
	position: relative;
	display: inline-block;
}
.img-fb-thumbnail i {
	position: absolute;
	top: 38%;
	left: 36%;
	color: #f9f9f9;
	font-size: 22px;
}
.line-clamp-1 {
	line-height: 23px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.filter-dropdown-no .dropdown-toggle {
	display: none;
}
.dropdown-notification {
	max-height: 480px;
	overflow-y: scroll;
}
.dropdown-notification>li>a {
	white-space: initial;
}
.dropdown-notification::-webkit-scrollbar{
	width: 8px;
	background: #eaeaea;
}
.dropdown-notification::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.dropdown-notification::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 12px;
}
.dropdown-notification::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}
.text-nowrap {
	white-space: nowrap;
}
.table-xs td {
	padding: 5px 2px;
}
.table {
	font-size: 13px;
}
.table th a {
	color: #756f65;
}
.table.borderless td, .borderless th {
    border: none;
}
.table>tbody+tbody {
	border-top: 1px solid #ddd;
}
.tr-arrow {
	width: 20px;
	padding: 1px 5px;
	color: #bbb;
}
.footable-filtering-search .btn-primary {
	background-color: #c2c2c2;
	border-color: #c2c2c2;
}
.footable-filtering-search {
	margin-bottom: 10px!important;
}
.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
.mn-b-md {
	margin-bottom: -30px;
}
.p-x-xxs {
	padding: 0 5px;
}
.p-l-none {
	padding-left: 0!important;
}
.p-r-none {
	padding-right: 0!important;
}
.font-xxs {
	font-size: 12px!important;
}
.font-xs {
	font-size: 13px!important;
}
.font-sm {
	font-size: 14px!important;
}
.font-segoe {
	font-family: "Segoe UI";
	font-size: 15px;
}
.font-bolder {
	font-weight: 700;
}
.text-light {
	color: #bbbbbb;
}
.text-blue {
	color: #288cc8!important;
}
.text-dark-hover {
	color: #626262;
}
.text-dark-hover:hover {
	color: #288cc8;
}
.h-100 {
	height: 100%!important;
}
.w-35px {
	width: 35%!important;
}
.w-70 {
	width: 70%!important;
}
.w-100 {
	width: 100%!important;
}
.v-top {
	vertical-align: top;
}
.input-group-addon.text-left {
	text-align: left;
}
.input-group-addon-top {
	position: absolute;
	top: 1px;
	left: 8px;
	font-size: 10px;
	z-index: 9;
}
.p-t-md {
	padding-top: 14px;
}
.b-l-none {
	border-left: 0;
}
.disabled-bg {
	background: #eee;
}
.text-break {
	word-break: break-all;
}
.modal-dialog {
	min-width: 310px;
}
.modal.in {
	display: flex !important;
}
.modal .modal-dialog {
	margin: auto;
	padding: 30px 0;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.btn {
	font-size: 13.5px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none!important;
}
.btn-white {
	border: 1px solid #e0e0e0;
}
.btn-outline.btn-info[disabled] {
	color: #999;
	background-color: #eee;
	border-color: #eee;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
	background: #626262;
	border: solid 1px #626262;
	color: #fff;
}
.btn-w-s {
	min-width: 90px;
}
.btn-w-lg {
	min-width: 200px;
}
.btn-package-add {
	position: relative;
	font-size: 16px;
	top: 42%;
	width: 100%;
	color: #666;
}
.btn-package-edit {
	position: absolute;
	right: 15px;
	top: 0;
	background: #e0e0e0;
	padding: 4px 16px;
	color: #222!important;
	border-radius: 0 12px 0 0;
}
.package-hover {
	min-height: 180px;
}
.package-hover:hover {
	cursor: pointer;
	background-color: #e0e0e0;
}
.butt-package-add {
	background-color: #fd9481!important;
	color: #fff!important;
	font-weight: 700!important;
}
.btn-outline.btn-primary.disabled {
	background-color: #b7b7b7!important;
	border-color: #848484!important;
}
.light-bg {
	background: #fbfbfb!important;
}
.red-light-bg {
	background-color: #fff3f1;
}
.alert-success {
	color: #699281;
	background-color: #d7f3e2;
	border-color: #b5e0ce;
}
.alert-danger {
	color: #ca7869;
	background-color: #ffd9d3;
	border-color: #ffbeb2;
}
.w-70 {
	width: 70%!important;
}
.b-l-none {
	border-left: 0;
}
.b-b-dashed {
	border-bottom: dashed 2px #e7eaec;
}
.b-b-xs {
	border-bottom: 1px solid #ddd;
}
.disabled-bg {
	background: #eee;
}
.input-group-addon.text-left {
	text-align: left;
}
.vertical-top {
	vertical-align: top;
}
.fa-sort-asc:before {
	content:"\f0de";
}
.fa-sort-desc:before {
	content:"\f0dd";
}
pre {
	font-family: 'Poppins', sans-serif;
	padding: 0;
	background: transparent;
	border: none;
	color: inherit;
	white-space: pre-wrap;
	word-break: break-word;
	overflow-x: hidden;
}
.tooltip-inner {
    min-width: 150px;
}

.mini-navbar .nav-second-level {
	background-color: #fff;
	border: solid 1px #eee;
	min-width: 180px!important;
}

/*Checkbox*/
.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	left: auto;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: solid 1px #dadada;
	border-radius: 2px;
}
.custom-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #c0bbb3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 7px;
	height: 11px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Login*/
.bg-login {
	background-color: #F8F6F4;
}
.bg-login-pattern1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg_pattern_1.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 25%;
}
.bg-login-pattern2 {
	position: absolute;
	right: 50px;
	top: 60px;
	width: 100%;
	height: 80%;
	background-image: url('../img/bg_pattern_2.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 120px;
}
.container-login {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.container-login .ibox-content {
	border-radius: 14px;
}
.title-login {
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
}
.dropdown-menu.language {
	margin-top: 16px;
	min-width: 120px;
}
.btn-language {
	padding: 2px 12px;
}
.country-icon {
	display: inline-block;
    width: 25px;
	height: 25px;
	margin-right: 3px;
	border-radius: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.08);
	vertical-align: middle;
	transform: scale(0.9);
}
.country-icon.malaysia {
    background: url('../img/country_icon.png') -0 -0;
}
.country-icon.cambodia {
    background: url('../img/country_icon.png') -0 -25px;
}
.country-icon.thailand {
    background: url('../img/country_icon.png') -0 -50px;
}
.country-icon.singapore {
    background: url('../img/country_icon.png') -0 -75px;
}

/*Label Size*/
.lb-xs {
	padding: 1px 6px;
}
.lb-sm {
	font-size: 12px;
}
.lb-md {
	font-size: 14px;
}
.lb-lg {
	font-size: 16px;
}
.label-outline-gray {
	padding: 5px 12px;
	border: 1px solid #ccc;
	background: transparent;
	font-size: 13px;
	margin-right: 2px;
	margin-bottom: 5px;
	display: inline-block;
}
.label-outline-gray:hover {
	background: #19aa8d;
	color: #222;
}
.label-dark {
	background: #424242;
	color: #fff;
}
.label-dotted-gray {
    padding: 0px 4px;
    color: #989898;
	font-size: 11px;
    font-weight: 500;
    border: dotted 1px #d2d2d2;
    border-radius: 3px;
    margin: 0 3px;
}

/*Border radius*/
.b-r-none {
	border-radius: 0;
}
.b-r-xs {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.b-r-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-r-md {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.b-r-lg {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.b-r-xl {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.br-none {
	border-right: 0;
}
.b-none {
	border: 0;
}
.border {
	border: solid 1px #e7eaec;
}


/*Footable*/
.footable tr[data-expanded="true"] {
	background-color: #f3f3f4;
}
.footable .footable-detail-row {
	background-color: #f3f3f4;
}
.footable-toggle {
	float: left;
	margin-top: 6px;
	margin-left: 26px;
	margin-right: 0;
	font-size: 12px;
}
.footable-pagination-wrapper .pagination {
	margin-bottom: 0!important;
}
.footable-header th a {
	color: #756f65;
}
.footable-filtering-search .btn.dropdown-toggle {
    display: none;
}
.footable-filtering .w-50 {
	width: 48.5%;
	display: inline-block;
	padding-bottom: 5px;
}


/*Select2*/
.select2-container--default .select2-selection--multiple {
	border: 1px solid #e5e6e7!important;
	border-radius: 0!important;
	padding: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: solid 1px #dadada;
}
.select2-container--default .select2-selection--single {
	height: 34px;
	border: 1px solid #e5e6e7!important;
	border-radius: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
	padding-left: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}
.select2-container--default .select2-results > .select2-results__options {
	overflow-x: hidden;
}
.select2-container {
	width: 100% !important;
	padding: 0;
}
.select2-container:focus {
	outline: 0!important;
}
#select-pwp .select2-results__group {
	padding-left: 12px!important;
}
#select-pwp .select2-results__group:hover {
	background-color: #dddddd;
	cursor: pointer;
}

.fix-height + .select2-container {
	height: 34px;
	overflow-y: auto;
}


/*Tabs*/
.nav-scrollable {
	overflow-x: auto;
	overflow-y: hidden;
	display: -webkit-box;
	display: -moz-box;
	padding-bottom: 2px;
}
.nav-scrollable>li {
	float: none;
	margin-left: 0!important;
}
.nav-scrollable>li.active {
	background: transparent;
}
.nav-scrollable::-webkit-scrollbar{
	height: 6px;
	width: 4px;
	background: #eaeaea;
	border-radius: 10px;
	margin-top: -6px;
}
.nav-scrollable::-webkit-scrollbar-thumb:horizontal{
	background: rgba(194, 194, 194, 0.4);
	border-radius: 10px;
}.nav-scrollable::-webkit-scrollbar-thumb:horizontal:hover{
	background: rgba(194, 194, 194, 0.8);
	border-radius: 10px;
}
.nav-white > li:last-child a {
	border-radius: 0 0 14px 0;
}
.nav-white > li:first-child a {
	border-radius: 14px 0 0 0;
}
.nav-white>li.active>a,
.nav-white>li.active>a:focus,
.nav-white>li.active>a:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #d2d2d2;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.nav-white > li > a {
	background-color: #fff;
	padding: 7px 26px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	border: 1px solid #e7eaec;
}
.nav-pills>li+li {
	margin-left: 0!important;
}
.nav-white > li.active {
	background-color: transparent;
	border-left: none;
}

/*Form control*/
.form-forcopy {
	border: none;
	font-size: 13px;
	overflow-y: scroll;
}
.form-forcopy:focus {
	border-color: transparent;
}
.form-zone-repeat:first-child #delete_zone {
	display: none;
}


/*Order Form for customer*/
.no-gutters > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}
.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}
.xs-gutters > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}
.row.xs-gutters {
    margin-right: -5px;
    margin-left: -5px;
}
.order-bg {
	background-image: url('../img/bg-blue.png'), linear-gradient(#a7dde1, #f8f6f4);
	background-size: cover;
	background-position: center top;
	height: 220px;
	width: auto;
	margin: 0 -15px;
	border-radius: 0 0 14px 14px;
	box-shadow: 1px 2px 4px rgba(100, 100, 100, 0.1);
}
.order-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.45);
	border-radius: 0 0 8px 8px;
	z-index: 9;
}
.order-logo img {
	height: 36px;
	border-radius: 0 0 8px 8px;
}
.order-title {
	position: absolute;
    top: 40px;
    left: 0;
    text-shadow: 0 1px 4px #3c3c3c;
    right: 0;
    color: #fff;
    text-align: center;
	text-transform: uppercase;
}
.order-title h2 {
	font-size: 21px;
}
.confirmation-logo img {
	border-radius: 0 0 8px 8px;
	height: 36px;
	background: #fff;
}

.oc-alert {
    position: fixed;
    z-index: 99;
    max-width: 1100px;
    width: auto;
    left: 20px;
    right: 20px;
    margin: 0 auto;
}
.gray-panel {
	background-color: #f9f9f9;
	padding: 10px 15px;
}
.order-panel {
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 4px rgba(100, 100, 100, 0.2);
	margin-bottom: 15px;
}
.order-body {
	padding: 15px;
}
.order-panel .title {
	font-weight: 300;
	font-size: 21px;
}
.order-panel.first {
	margin-top: -60px;
}
.order-panel.top {
	margin-top: -5px;
}
.img-border {
	border: solid 1px #eaeaea;
}
.img-md-circle {
	position: relative;
	width: 120px;
	height: 120px;
	background: #fff;
	border: solid 1px #eaeaea;
	border-radius: 50%;
	overflow: hidden;
}
.img-md-circle img {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.m-t-n1 {
	margin-top: -40px;
}
.m-l-n1 {
	margin-left: -1px;
}
.shopnow-card {
	border: solid 1px #eaeaea;
	border-radius: 8px;
}
.shopnow-card .img-card {
	width: 100%;
	object-fit: cover;
	border-radius: 8px 0 0 8px;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 23px;
}

textarea {
	resize: none;
}
.btn-collapse {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	color: #ccc;
}
.btn-pay {
	padding: 12px 0;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.order-input {
	position: absolute;
	left: 0;
	opacity: 0;
}
.order-inputnot(:disabled) ~ label {
	cursor: pointer;
}
.order-input:disabled ~ label {
	color: rgba(188, 194, 191, 1);
    border-color: rgba(188, 194, 191, 1);
	box-shadow: none;
	cursor: not-allowed;
}
.order-label {
	height: 100%;
	display: block;
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 25px;
	padding: 15px 25px;
	margin-bottom: 1rem;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0px 1px 4px rgba(100, 100, 100, 0.1);
	position: relative;
	cursor: pointer;
}
.order-input:checked + label {
	color: #FF947F;
	border: solid 2px #FF947F;
}
.order-input:checked + label::after {
	color: #fff;
	content: '\2714';
	border: 2px solid #FF947F;
	font-size: 11px;
	position: absolute;
	top: 12px;
	right: 8px;
	height: 20px;
	width: 20px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background: #FF947F;
}
.invoice-total > tbody > tr > td:last-child {
	width: 35%;
}
.round-radio:checked,
.round-radio:not(:checked) {
    position: absolute;
}
.round-radio:checked + label,
.round-radio:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.round-radio:checked + label:before,
.round-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.round-radio:checked + label:after,
.round-radio:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #FF947F;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.round-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.round-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.round-radio:disabled + label {
	color: #d0d0d0;
	cursor: not-allowed;
}
.round-radio:disabled + label:before {
	background: #f3f3f3;
}

.customer-language-select {
	position: absolute;
	right: -5px;
	top: -14px;
	z-index: 9;
}
.customer-language-select .dropdown .btn-white {
	padding: 3px 12px;
	font-size: 13px;
}
.customer-language-select .dropdown-menu {
	left: auto!important;
	right: 0;
	min-width: 120px;
}

.btn-order-status {
	background-color: #ffd063;
	color: #fff!important;
	padding: 10px;
	width: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-shadow: 0px 0px 4px #cacaca;
}
.d-contents {
	display: contents;
}

.select-group {
	width: 100%;
}
.select-group select.input-group-addon {
	width: 80px;
}
.select-group input.form-control {
	width: calc(100% - 80px);
}

.membership-label {
	position: relative;
	margin-left: 2px;
	padding: 2px 6px 2px 6px;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
}
.membership-label:before{
    /*content: "";
	background-image: url('../img/membership-icon.png');
	background-size: cover;
	width: 16px;
	height: 16px;
    position: absolute;
    left: -3px;
    top: 0px;*/
}
.membership-label-1 {
	background-color: transparent;
	border: solid 1px #8785b1;
	color: #8785b1;
}
.membership-label-2 {
	background-color: transparent;
	border: solid 1px #d0d0d0;
	color: #ababab;
}
.membership-label-3 {
	background-color: transparent;
	border: solid 1px #f3d373;
	color: #ebca68;
}
.membership-label-4 {
	background-color: transparent;
	border: solid 1px #636363;
	color: #47494a;
}


.label-market-price {
	color: #727272;
	text-decoration: line-through;
	font-weight: 500;
	font-size: 13px;
	margin-top: 2px;
}
.label-discount {
	background-color: #f26d53;
	color: #fff;
	font-size: 11px;
	padding: 0px 4px;
	border-radius: 4px;
	margin: 0 4px;
}
.label-soldout {
    background-color: transparent;
    border: solid 1px #FF947F;
    border-radius: 4px;
    color: #FF947F;
    font-size: 11px;
    padding: 0px 4px;
    text-transform: uppercase;
}

/*Order cart, popup*/
.border-none {
	border: none!important;
}
.table .border-t-none {
    border-top: none!important;
	padding-top: 2px!important;
}
.table .border-t-only {
	border-top: 1px solid #f1f1f1;
}
.table-md td {
	padding: 8px 20px!important;
	border-top: 1px solid #e7eaec;
}
.btn-outline.btn-info {
	padding: 2px 10px;
}
.order-label.xs {
	padding: 8px 14px;
	border-radius: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	font-size: 13px;
	text-align: left;
	box-shadow: none;
}
.order-input.xs:checked + label {
	color: #626262;
	border: solid 2px #8e8e8e;
	padding-left: 20px;
}
.order-input.xs:checked + label::after {
	background: transparent;
	border: none;
	left: 1px;
	top: 9px;
	color: #626262;
	font-size: 13px;
}
.checkout-summary-bar {
	background-color: #71cfd6;
	color:#fff;
	padding: 8px 0;
	width: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-shadow: 0px 0px 4px #cacaca;
	border-radius: 0!important;
	z-index: 99;
}

.green-card {
	background-color: #e9f4f1;
	color: #34ad8c;
}

.rounded-switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
	margin: 0;
	float: right;
}
.rounded-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.rounded-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d7d7d7;
	border-radius: 34px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	box-shadow: 0px 1px 2px #c4c4c4;
}
.rounded-switch .slider:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 3px;
	bottom: 3px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.rounded-switch input:checked + .slider {
	background-color: #3aad8c;
}
.rounded-switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(14px);
}
.modal-image .modal-dialog {
	max-width: 600px;
	width: 100%;
}
#carousel-image {
	height: calc(100vh - 220px);
	min-height: 400px;
}
#carousel-image .img-responsive {
	max-height: 400px;
	height: 100%;
}
#carousel-image .carousel-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

}
.carousel-control.left,
.carousel-control.right {
	background: transparent!important;
	font-size: 18px!important;
	width: 40px;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-indicators li {
	border: 1px solid #968e81;
	background-color: rgb(222 216 206 / 70%);
	margin: 2px;
}
.carousel-indicators .active {
	margin: 2px;
	sbackground-color: rgb(158 158 158 / 70%);
}


/*My Checkout Links*/
.btn-fb {
	background-color: #5890FF;
	color: #fff;
}
.nav-equal li {
	box-shadow: none!important;
}
.nav-equal>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 0!important;
}
.nav-equal>.active>a {
	border-top: #eee!important;
	border-left: #eee!important;
	border-right: #eee!important;
	border-bottom: 3px solid #71cfd6!important;
}
.nav-equal li {
	width: 33.33%!important;
	float: left!important;
}

@media (min-width: 768px) {
	.text-sm-right {
		text-align: right;
	}
}


/*Droparea*/
.ezdz-dropzone {
	position: relative;
	border-radius: 2px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	width: 90px;
	height: 90px;
	border: 1px dashed #e5e6e7;
	color: #e5e6e7;
	overflow: hidden;
}
.ezdz-dropzone .placeholder:after {
	content: "+";
	position: relative;
	top: 25px;
}
.ezdz-dropzone .remove {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 0 6px;
	font-size: 13px;
	font-weight: 600;
	padding: 0 6px;
	color: #626262;
	cursor: pointer;
	z-index:9;
}
.ezdz-dropzone span {
	background: rgba(0,0,0,0.7);
	color: white;
	font-size: 13px;
	font-weight: normal;
	max-width: 90%;
	vertical-align: middle;
	padding: 4%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ezdz-dropzone img {
	background-color: #fff;
	width: 90px;
	height: 90px;
	object-fit: cover;
	vertical-align: middle;
}
.ezdz-dropzone input[type="file"] {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ezdz-enter {
	border: 1px solid #e5e6e7;
}
.ezdz-accept {
	border: 1px solid #e5e6e7;
}
.ezdz-reject {
	border: 1px solid darkred;
}



/*Bottom fixed bar*/
.bottom-action-bar {
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	padding: 12px 40px;
	bottom: 0;
	right:0;
	box-shadow: 2px 1px 5px #dedede;
	z-index: 9;
}
.mini-navbar .bottom-action-bar {
	width: calc(100% - 71px);
	left: 71px;
}
@media (min-width:768px) {
	.bottom-action-bar {
		width: calc(100% - 221px);
		left: 221px;
	}
}
/*QR*/
.qr-center div {
	margin: 0 auto;
}

/*Dashboard*/
.dashboard-widget {
	background-image: url('../img/card-circle.svg');
	background-position: bottom right;
	background-repeat: no-repeat;
	border-radius: 10px;
	color: #fff;
}
.dashboard-widget.first {
	background-color: #afcdcf;
}
.dashboard-widget.second {
	background-color: #81d5cf;
	color: #fff;
}
.dashboard-widget.third {
	background-color: #80d1cb;
}
.rank-number {
	background: #FF947F;
	padding: 10px;
	min-width: 38px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
}
.rank-crown {
	position: relative;
}
.rank-crown:after {
   font-family: "Font Awesome 5 Free";
   content: "\f521";
   position: absolute;
   top: -12px;
   font-size: 16px;
   font-weight: 900;
   color: #71cfd6;
   transform: rotate(-20deg);
}
.text-coral {
	color: #FF947F;
}
.conversion-number {
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
}
.position-absolute {
	position: absolute;
}
.roundedbar-wrapper {
	position: relative;
}
.roundedbar-wrapper:after {
	content: "";
	width: 0;
    height: 0;
	position: absolute;
	left: -50px;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #cde9e4;
}
.roundedbar-wrapper:last-child:after {
	display: none;
}
.roundedbar {
	padding: 8px;
	background-color: #8aded0;
	border-radius: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	position: relative;
	color: #fff;
	z-index: 1;
}
.roundedbar .exit-number {
	position: absolute;
	width: 95px;
	top: 40%;
	right: -95px;
	text-align: left;
}
.roundedbar-line {
	position: relative;
	margin-top: 24px;
	margin-bottom: 60px;
}
.roundedbar-line::before {
    content: "";
	position: absolute;
	width: 155px;
	right: -165px;
	top: 11px;
    border-top: 1px solid #e4e4e4;
}
.vertical-timeline-icon.xs {
	background: #fff;
	width: 16px;
	height: 16px;
	border: 2px solid #e3e3e3;
}
.xs-timeline::before {
	width: 1px!important;
	left: 8px!important;
	background-color: #dfdfdf!important;
}

/*Media Queries*/
@media (min-width: 768px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
  .invoice-total > tbody > tr > td:last-child {
		width: 15%;
	}

}
@media (min-width: 992px) {
	.border-r-lg {
		border-right: double 4px #ddd;
	}
	.border-l-lg {
		border-left: double 4px #ddd;
	}
	.border-l-md {
		border-left: solid 1px #ddd;
	}
}

@media all and (max-width:767px){
	.table-mobile table,
	.table-mobile thead,
	.table-mobile tbody,
	.table-mobile th,
	.table-mobile td,
	.table-mobile tr {
		display: block;
	}
	.table-mobile thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-mobile tr {
		border-top: 1px solid #ddd;
	}
	.table-mobile tr:last-child {
		border-bottom: 1px solid #ddd;
	}
	.table-mobile td {
		border: none!important;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}
	.table-mobile td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	.table-mobile td:before {
		content: attr(data-title);
	}
}
/*For Print*/
@media print {
	body {
		font-size: 11px;
	}
	.page-break {
		display: block;
		page-break-before: always;
	}
	a[href]:after {
      visibility: hidden;
	}
	.p-font-sm {
		font-size: 13px !important;
	}
	.print-hide {
		display: none;
	}
	.col-md-1 {
		float: left;
		width: 8.33333333%;
	}
	.col-md-3 {
		float: left;
		width: 25%;
	}
	.col-md-4 {
		float: left;
		width: 33.33333333%;
	}
	.col-md-6 {
		float: left;
		width: 50%;
	}
	.col-md-8 {
		float: left;
		width: 66.66666667%;
	}
	.col-md-9 {
		float: left;
		width: 75%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.font-sm {
		font-size: 13px!important;
	}
}
