.required label:after {
	content: ' *';
	color: #990000;
}

.form-control-date {
	display: block;
	width: 100%;
	padding: 0.4rem 0.4rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color:  #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.react-date-picker__wrapper {
	border: 0px solid #ced4da !important;
}

.form-control-time {
	display: block;
	width: 100%;
	padding: 0.4rem 0.4rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color:  #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.react-time-picker__wrapper {
	border: 0px solid #ced4da !important;
}

.nav-tabs .nav-link {
	cursor: pointer;
}

.tree-box {
	height: 520px;
	overflow-y: scroll;
}

.link-cursor {
	cursor: pointer;
}

.signin-box .slim-logo {
	margin-bottom: 20px;
}

.page-error-wrapper {
	min-height: 50vh;
}

.page-error-wrapper .error-title {
	padding-bottom: 15px;
}

textarea.form-control {
	min-height: 150px;
}

textarea.small-textarea {
	min-height: 70px;
}

textarea.small-textarea-2 {
	min-height: 60px;
	height: 62px;
}

.drop-container {
	display: flex;
	flex-direction: column;
	font-family: sans-serif;
}

.drop-container > p {
	font-size: 1rem;
}

.drop-container > em {
	font-size: .8rem;
}

.drop-container > div {
	padding-bottom: 20px;
}

.dropzone {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	border-width: 2px;
	border-radius: 2px;
	border-color: #eeeeee;
	border-style: dashed;
	background-color: #fafafa;
	color: #bdbdbd;
	outline: none;
	transition: border .24s ease-in-out;
}

.dropzone:focus {
	border-color: #2196f3;
}

.dropzone.disabled {
	opacity: 0.6;
}

.dropzone p {
	margin-top: 10px;
	margin-bottom: 0px;
}

.drop-container h4 {
	margin-top: 15px;
	font-size: 16px;
}

.overlay-form {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.7);
}

.overlay-form-inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.overlay-form-content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner-form {
	width: 75px;
	height: 75px;
	display: inline-block;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.05);
	border-top-color: #ffffff;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.table-basic thead > tr > th, .table-basic thead > tr > td, .table-basic tfoot > tr > th, .table-basic tfoot > tr > td {
	background-color: #dee2e6;
}

.z-index-1 {
	z-index: 0 !important;
}

.dashboard .card-status h1 {
	font-size: 22px;
}

.dashboard a .card-status p {
	color: #adb5bd;
}

.card-popular-product h2 {
	color: #000;
}

.m-ht-30 {
	min-height: 30px;
}

.form-layout-2 .form-group, .form-layout-3 .form-group {
	padding: 5px 10px;
}

.pos-total {
	padding: 10px 10px;
	position: relative;
	border-top: 1px solid #ced4da;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 0px solid #ced4da;
	margin-bottom: 0;
	min-height: 75px;
	transition: all 0.2s ease-in-out;
	background-color: #f7f7f7;
}

.pos-total-amount {
	font-size: 40px;
	line-height: 40px;
	color: #4d4d4d;
}

@media (min-width: 1024px) {
	.pos-total-amount {
		font-size: 70px;
		line-height: 50px;
	}
}

.form-layout-2 .form-bottom .form-control {
	padding: 10px;
	font-size: 30px;
	line-height: 10px;
}

.pos-list {
	position: relative;
	border-top: 0px solid #ced4da;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	margin-bottom: 0;
	height: 50vh;
	transition: all 0.2s ease-in-out;
	background-color: #ffffff;
}

.pos-list {
	overflow: scroll;
}

.div-x-scroll {
	overflow-x: scroll;
}

.btn-calculator {
	position: absolute;
	margin-top: -40px;
	right: 15px;
}

.slim-footer-pos {
	margin-top: 20px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.slim-footer-pos .container-fluid {
	height: 30px;
}

.hg-theme-default .hg-button span {
	font-weight: bold;
}

.hg-button {
	font-size: 20px;
	color: #4d4d4d;
}

.table-online-order {
	min-height: .01%;
	overflow-x: auto;
}

.card-body {
	color: #4d4d4d;
}

.row-detail-order {
	overflow: hidden;
	margin-bottom: 20px;
}

.card-order-detail {
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}

.modal-xl {
	max-width: 80vw;
}

.modal-table-scroll {
	height: 400px;
	overflow-y: scroll;
}

.btn-sm, .btn-group-sm > .btn, .sp-container .btn-group-sm > button {
	padding: 0.35rem 1rem;
}

.page-error-wrapper .error-title-2 {
	font-size: 100px;
}

.form-layout-2 select.form-control {
    padding: 0;
	height: 21px !important;
}

.truncate {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qty-pos .react-numeric-input {
	width: 100px;
}

.wd-100p {
	width: calc(100% - 38px);
}

.table th, .table td {
	padding: 0.3rem;
}

.table-dashboard th, .table-dashboard td {
    padding: 0.75rem;
}

.min-wd-200 {
	min-width: 320px;
}

.mg-b-0-i {
	margin-bottom: 0px !important;
}

.form-control-state {
	display: inline-block;
	vertical-align: middle;
	padding: 13px 20px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table-responsive-no-overflow {
	overflow-x: visible !important;
}

.table-big-padding th, .table-big-padding td {
	padding: 0.6rem;
}

table.dataTable {
    border: 0px solid #dee2e6 !important;
}

table.dataTable td.wrap {
	word-wrap: break-word;
	white-space: normal;
}

.card-option .nav-link {
	font-size: 0.7rem !important;
	color: #495057;
}

.card-option-absolute {
	position: absolute;
	margin-left: -15px;
	margin-top: -15px;
}

.modal .select2-container {
	text-align: left;
}

.ui-datepicker {
	z-index: 99999 !important;
}

.card-pricing-two .pricing-price {
	font-size: 36px;
}

.form-layout-2 .form-group, .form-layout-3 .form-group {
	padding: 15px 20px;
}

.pincode-input-container .pincode-input-text {
	width: 20%;
}

.wizard > .content {
    background-color: #f8f8f8;
}

.wizard li > a {
	cursor: pointer !important;
}

.dt-buttons {
	padding-top: 0px;
	padding-left: 20px;
}

button.dt-button, div.dt-button, a.dt-button {
	background: none !important;
	border-color: #ced4da !important;
	border-radius: 0px !important;
	padding: 10px 20px !important;
}
