.graph {
	max-height: 275px;
	max-width: 275px;
}


.view-bills {
	font-weight: 550;
}

.table-wrapper-scroll-y {
	display: block;

}

.my-custom-scrollbar {
	position: relative;
	height: 320px;
	overflow: auto;
	width: 100%;
	min-height: 41vh !important
}

.my-custom-scrollbar::-webkit-scrollbar {
	width: 3px !important;
	height: 5px !important;
}



.input-sm {
	height: 30px;
}

.input-sm-2 {
	height: 10px;
}

.report-text {
	font-size: 11px;
}

.ledger-text {
	font-size: 12px;
}

.bill-text {
	font-size: 15px;
}

.my-custom-scrollbar-stock {
	position: relative;
	height: 380px;
	overflow: auto;
	width: 100%;
	min-height: 53vh !important
}

.status-container {
	height: 250px;
	overflow-y: scroll;
	padding: 5px;
}

.my-custom-scrollbar-stock::-webkit-scrollbar {
	width: 3px !important;
	height: 5px !important;
}


.my-custom-scrollbar-ledger {
	position: relative;
	height: 450px;
	overflow: auto;
	width: 100%;
	min-height: 65vh !important
}

.my-custom-scrollbar-ledger::-webkit-scrollbar {
	width: 3px !important;
	height: 5px !important;
}


.my-custom-scrollbar-bill2 {
	position: relative;
	height: 300px;
	overflow: auto;
	width: 100%;
	min-height: 50vh !important
}

.my-custom-scrollbar-bill2::-webkit-scrollbar {
	width: 3px !important;
	height: 5px !important;
}

.pos-code {
	font-weight: 750;
	font-size: 16px;
}

.pos-text {
	font-size: 13px;
}


.pos-card:active + .pos-card,
.pos-card:checked + .pos-card,
.pos-card.active,
.pos-card:active,
.pos-card:focus {
	color: #FFF;
	background-color: rgba(0, 204, 189, .5);
}

.pos-card:hover:not(.disabled):not(:disabled) {
	color: #FFF;
	background-color: rgba(0, 204, 189, .5);
}


.pos-card-wrapper-scroll-y {
	display: block;

}

.my-custom-scrollbar-pos-card {
	position: relative;
	height: 400px;
	overflow: auto;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	min-height: 55vh !important
}

.my-custom-scrollbar-pos-card::-webkit-scrollbar {
	width: 3px !important;

}


.my-custom-scrollbar-pos-card::-webkit-scrollbar-track {
	background: transparent;
}

.my-custom-scrollbar-pos-card::-webkit-scrollbar-thumb {
	background: transparent;
}

.my-custom-scrollbar-pos-card::-webkit-scrollbar-thumb:hover {
	background: transparent;
}




.order-list-wrapper-scroll-y {
	display: block;

}

.my-custom-scrollbar-order-list {
	position: relative;
	height: 210px;
	overflow: auto;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	min-height: 30vh !important
}

.my-custom-scrollbar-order-list::-webkit-scrollbar {
	width: 3px !important;

}


.my-custom-scrollbar-order-list::-webkit-scrollbar-track {
	background: transparent;
}

.my-custom-scrollbar-order-list::-webkit-scrollbar-thumb {
	background: transparent;
}

.my-custom-scrollbar-order-list::-webkit-scrollbar-thumb:hover {
	background: transparent;
}




.btn-counter {
	max-height: 30px;
	max-width: 30px;
}


.customer-badge {
	height: 30px;
	width: 30px;
}

.login-cover {
	min-height: 780px;
	max-width: 1200px;
}

.inventory-text {
	font-size: 13px;
}



.match-height > [class*=col] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column
}

.match-height > [class*=col] > .card {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.login-logo {
	width: 300px !important;
}


.board-title {
	background-color: #f1f1f1;
	padding: 5px 20px;
}

.flex {
	display: flex;
	flex-direction: row;
}

.scrum-board {
	flex: 1;
	padding: 20px;
}

.scrum-board-processing {
	flex: 1;
	padding: 20px;
	border-left: 1px solid #ddd;
}
.scrum-board-ready {
	flex: 1;
	padding: 20px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}




.scrum-task-pending {
	position: relative;
	display: block;
	padding: 10px;
	border: .5px solid #8392ab;
	border-left: 5px solid #8392ab;
	margin-bottom: 10px;
	border-radius: 15px;
	background-color: #fff;
	cursor: all-scroll;
}


.scrum-task-processing {
	position: relative;
	display: block;
	padding: 10px;
	border: .5px solid #faae42;
	border-left: 5px solid #faae42;
	margin-bottom: 10px;
	border-radius: 15px;
	background-color: #fff;
	cursor: all-scroll;
}


.scrum-task-ready {
	position: relative;
	display: block;
	padding: 10px;
	border: .5px solid #11cdef;
	border-left: 5px solid #11cdef;
	margin-bottom: 10px;
	border-radius: 15px;
	background-color: #fff;
	cursor: all-scroll;
}


.scrum-task-delivered {
	position: relative;
	display: block;
	padding: 10px;
	border: .5px solid #2dce89;
	border-left: 5px solid #2dce89;
	margin-bottom: 10px;
	border-radius: 15px;
	background-color: #fff;
	cursor: all-scroll;
}



.scrum-board-column {
	// background-color:blue;
	min-height: 200px;
	padding: 10px;
	height: 100%;
}







.today-task-pending {
	position: relative;
	display: block;
	padding: 5px;
	border: .5px solid #8392ab;
	border-left: 5px solid #8392ab;
	margin-bottom: 5px;
	border-radius: 15px;
	background-color: #fff;
}


.today-task-processing {
	position: relative;
	display: block;
	padding: 5px;
	border: .5px solid #faae42;
	border-left: 5px solid #faae42;
	margin-bottom: 5px;
	border-radius: 15px;
	background-color: #fff;
}


.today-task-ready {
	position: relative;
	display: block;
	padding: 5px;
	border: .5px solid #2dce89;
	border-left: 5px solid #2dce89;
	margin-bottom: 5px;
	border-radius: 15px;
	background-color: #fff;
}

.today-task-delivered {
	position: relative;
	display: block;
	padding: 5px;
	border: .5px solid #0083ff;
	border-left: 5px solid #0083ff;
	margin-bottom: 5px;
	border-radius: 15px;
	background-color: #fff;
}

.today-task-returned {
	position: relative;
	display: block;
	padding: 5px;
	border: .5px solid #f5365c;
	border-left: 5px solid #f5365c;
	margin-bottom: 5px;
	border-radius: 15px;
	background-color: #fff;
}

.input-counter {
	max-width: 80px; !important
}