/* .btn:disabled{cursor: not-allowed;} */
.w99{width:99%;}
.topnav .container-fluid {
	width: 98%;
	margin: auto;
}
.topnav-navbar {
	padding: 0;
	margin: 0;
	min-height: 70px;
	width: 100%;
	margin: auto;
	background: white;
}
.affix {
  padding:0px;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;
  -o-transition:padding 0.2s linear;
  transition:padding 0.2s linear;
}
#topnav-menu-content li.nav-item.dropdown.active>.nav-link{
	color: #ffd900;
}
/*section#content {
	margin-top: 150px;
}*/
.HeaderNav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
a.topnav-logo img {
    height: 60px;
}
.topnav li .dropdown-menu {
    border: 0px;
}
.topnav li .dropdown-menu a:hover,.topnav li .dropdown-menu span:hover {
    background:#7d72ff;
	color:#fff;
	cursor: pointer;
}
.topnav-navbar .topnav-logo .topnav-logo-sm {
	display: none
}
.topnav-navbar .navbar-toggle {
	position: relative;
	cursor: pointer;
	float: right;
	margin: 27px 10px;
	padding: 0;
	background-color: transparent;
	border: none
}
.rw-widget-input, .rw-filter-input {
	box-shadow: none !important;
}
.topnav-navbar .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	height: 16px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.topnav-navbar .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: rgba(49, 58, 70, .8);
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}
.topnav-navbar .navbar-toggle.open span {
	position: absolute
}
.topnav-navbar .navbar-toggle.open span:first-child {
	top: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.topnav-navbar .navbar-toggle.open span:nth-child(2) {
	visibility: hidden
}
.topnav-navbar .navbar-toggle.open span:last-child {
	width: 100%;
	top: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.topnav {
	background: -webkit-gradient(linear, left top, left bottom, from(#8f75da), to(#727cf5));
	background: linear-gradient(to bottom, #8f75da, #727cf5);
}
.topnav .topnav-menu {
	margin: 0;
	padding: 0;
}
.topnav .navbar-nav .nav-link {
  font-size: .9375rem;
  position: relative;
  padding: 1rem 1.3rem;
  color: white;
}
.arrow-down {
	display: inline-block;
}
.arrow-down:after {
	border-color: initial;
	border-style: solid;
	border-width: 0 0 1px 1px;
	content: "";
	height: .4em;
	display: inline-block;
	right: 5px;
	top: 50%;
	margin-left: 10px;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: .4em;
}
.dropdown-cust{position:relative;}
.dropdown-menu-cust {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0 0 .25rem .25rem;
	margin:0;
}
.dropdown-cust:hover .dropdown-menu-cust{display:block;}
.dropdown-menu-cust a:hover{background:#7d72ff;color:white;}
.custom-accordion .card+.card {
	margin-top: .5rem;
}
.custom-accordion .accordion-arrow {
	font-size: 1.2rem;
}
.custom-accordion a.collapsed i.accordion-arrow:before {
	content: "\F142";
}
.avatar-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #727cf5;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.app-search .form-control {
	border: none;
	height: 38px;
	padding-left: 40px;
	padding-right: 20px;
	background-color: #f1f3fa;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.app-search {
	padding: 16px 0;
	overflow: hidden;
}
.app-search form {
	max-width: 320px;
}
.navbar-custom .topbar-right-menu li {
	float: left;
}
.navbar-custom .topbar-right-menu .nav-link {
	padding: 0;
	color: #98a6ad;
	min-width: 32px;
	display: block;
	text-align: center;
	margin: 0 8px;
}
.notification-list .noti-icon {
	font-size: 22px;
	vertical-align: middle;
	line-height: 70px;
}
.notification-list .noti-icon-badge {
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 5px;
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 15px;
	border-radius: 50%;
	height: 7px;
	width: 7px;
	background-color: #fa5c7c;
}
.navbar-custom .topbar-right-menu li {
	float: left;
}
.nav-user .account-user-avatar img {
	height: 32px;
	width: 32px;
}
body {
	margin: 0;
	font-family: Nunito, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6c757d;
	text-align: left;
	background-color: #fafbfe;
}
.nav-user {
	padding: 17px 20px 17px 57px!important;
	text-align: left!important;
	position: relative;
	background-color: #fafbfd;
	border: 1px solid #f1f3fa;
	border-width: 0 1px;
	min-height: 70px;
}
/* .form-control.disable[disabled="disabled"] {
	cursor: not-allowed;
} */
#menu {
	margin: 15px 0;
}
.search-row {
	margin: 20px 0;
}
.page-heading .page-title {
	font-size: 26px;
	margin: 30px 0 30px 0;
	position: relative;
}
.page-heading .page-title:before {
	content: "";
	height: 2px;
	width: 100px;
	background: blue;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
}
div#dtBasicExample_filter {
	float: right;
	display: flex;
	align-items: center;
}
div#dtBasicExample_filter label {
	float: left;
	margin-right: 10px;
}

div#dtBasicExample_filter input {
	float: left;
	width: calc(100% - 60px);
}
/* Modal form popup */
.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background: rgba(0,0,0,.5) !important;
	z-index:1050 !important;
}
.modal {
  background: rgba(0,0,0,.5) !important;
	z-index:1050 !important;
}
.modal:nth-of-type(2n) {
  background: rgba(0,0,0,.5) !important;
	z-index:1070 !important;
}
.modal:nth-of-type(3n) {
  background: rgba(0,0,0,.5) !important;
	z-index:1090 !important;
}
.ReactModal__Content.ReactModal__Content--after-open {
  border: 0px !important;
  background: transparent !important;
  min-width: 50%;
}
.overflowY {
  max-height: calc(100vh - 140px - 10vh);
  overflow: hidden;
  overflow-y: auto;
}
.overflowX {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
/* Modal form popup */
.search-toggle > div {
	margin-right: 4px;
	display:inline;
}
#dtBasicExample_length {
  top: 0;
  right: 0;
}
.table>thead th{white-space:nowrap;}
#menu .form-control.custom-select-sm {
  font-size: 13px;
	height:auto;
}
.custom-color {
  background-color: #7d72ff !important;
  border-color: #7d72ff !important;
}
.topnav {
  background: #7d72ff;
}
.MW-50{
	min-width:50%;
}
.MW-75{
	min-width:75%;
}

.filterCustomStyle {
	font-weight: 600;
	font-style: normal !important;
}
#menu .form-group{margin-bottom:0;}
.custom-pagination li:hover, .custom-pagination li.active,.custom-pagination li:first-child:hover, .custom-pagination li:last-child:hover {
	background: #7d72ff;
  color: white;
  border-radius: 4px;
}
.custom-pagination li {
	color: #7b7e8a;
  background: transparent;
  border: 0px;
	margin-left: 0.4rem;
}
.custom-pagination li:first-child, .custom-pagination li:last-child {
  background: #eee;
}
.custom-pagination .disable{opacity: .5;}
.custom-color:hover, .custom-color:active {
  box-shadow: 0 0 0 0 transparent !important;
  background: #4637f0 !important;
  border-color: #4637f0 !important;
}
 .custom-color:focus{ box-shadow: 0 0 0 0 transparent !important; }
.modal-footer .btn-secondary {
  background: transparent;
  color: #333;
	border-color:#e4e6ec !important;
}
.modal-footer .btn-secondary:hover{background: #eee;}
.custom-color:disabled {
  background: #7d72ff!important;
  border-color: #7d72ff!important;
  /* cursor: not-allowed; */
}
.requiredField {
	color: red;
}
.login {
  height: 100vh;
}
.wrap-login {
  min-width: 320px;
}
.login-form-logo img{min-width:120px;max-width:180px;}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #555;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.loader-overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
	z-index:99999;
}
.setWidth {
  width: 47px!important;
}
.modal-open .modal.modal-flex.show{
  display: -ms-flexbox!important;
  display: flex!important;
}
.rw-datetime-picker { padding: 0; }
.rw-datetime-picker input { height: 35px; }
#menu .rw-datetime-picker input { height: 31.2px; }
#menu > .row {  padding: 25px 0 0;}
#menu > .row:last-child {  padding-bottom: 25px;}
.showError, .showButton { display: block; }
.hideError, .hideButton { display: none; }
.custom-file-label::after, .custom-file-label-disable::after {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.23rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}
.custom-file-label, .custom-file-label-disable {
  position: absolute;
  top: 29px;
  right: -62px;
  left: -25px;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.custom-file-label-disable {
	/* cursor: not-allowed; */
	background-color: #e9ecef;
}
.dotList {
  font-size: 17px;
  font-weight: 600;
}
.dotList:hover {
  background: transparent !important;
  color: #7b7e8a !important;
}
.custom-file label {
	left:0;
  right: 0;
	top:0;
	text-align: left;
}
.custom-file-label:hover::after {
  background: #e2e6ea;
  color: #111;
}
.file-disabled {background-color :#e9ecef}
#errorModal, #successModal, #successEditModal, #errorEditModal, #errorPrizeModal, #errorCheckTicketModal{z-index: 99;}
#errorModal.show, #successModal.show, #successEditModal.show, #errorEditModal.show, #errorPrizeModal.show, #errorCheckTicketModal.show{z-index: 99999;}
#errorModal.show .modal-dialog, #successModal.show .modal-dialog, #successEditModal.show .modal-dialog, #errorEditModal.show .modal-dialog, #errorPrizeModal.show .modal-dialog, #errorCheckTicketModal.show .modal-dialog {min-width: 450px !important;z-index: 100000;margin: 30px auto 0;}
#signaturePreview, #PaidByPreview, #ReceivedByPreview, #payerSignaturePreview, #VerifiedByPreview, #receiverSignaturePreview { margin-left : 10px;}
.modal-dialog-centered {
	display: flex;align-items: center;min-height: 100vh;
	-ms-flex-align: center;display: -ms-flexbox;
}
.modal-dialog-centered .modal-header{border-bottom: none;}
.modal-dialog-centered .modal-header{border-bottom:1px solid #e9ecef;}
.modal-dialog-centered .modal-content {-ms-flex: 1 1 auto !important; flex: 1 1 auto !important;}
.modal-dialog-centered .modal-body{padding: 30px;font-size: .875rem;}
.table td {white-space: nowrap;}
#signature-pad canvas{ background-color: #f1f1f1 !important; }
.custom-select:disabled { color: #495057; }
.custom-filter .card-body { padding: 0.50rem }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
/* -------------------------------------------*/
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
div#addTicket, div#addPrize, div#addWinner {
  padding-right: 0!important;
}
.ml-10 {
	margin-left: 10px!important;
}
.logout-nav-item {
	color: white;
	font-size: .9375rem;
	text-decoration: none;
}
.logout-nav-item:hover {
	color: rgba(255,255,255,.5);
	font-size: .9375rem;
	text-decoration: none;
}
button[disabled].rw-input, fieldset[disabled] .rw-input, html input[disabled].rw-input {
	cursor: default !important;
}
.rw-widget-picker.rw-widget-container.disable-datepicker {
	background-color: #e9ecef !important;
}
.rw-state-readonly .rw-select, .rw-state-disabled .rw-select, .rw-state-disabled, .rw-widget-container.rw-state-disabled:hover, .rw-state-disabled > .rw-widget-container:hover, .rw-select-bordered {
	cursor: default !important;
}
.totalColumnData {
	font-weight: bold;
}
.print-button {
	margin: 0 auto;
	display: block;
}
.nav-link-main {
	padding: 0px;
	position: fixed;
	top: 70px;
	z-index: 9;
}
#content {
  position: relative;
  top: 113px;
}
.dashbaord-link, .dashbaord-link:hover {
	text-decoration: none;
	color: #fff;
}
#topnav-menu-content li.nav-item.dropdown.active > .nav-link a, #topnav-menu-content li.nav-item.dropdown.active > .nav-link a:hover {
	text-decoration: none;
	color: #ffd900 !important;
}
.right-align, .ticket-details-right, .prize-details-right {
	text-align: right
}
.table tbody.repeat-tbody {
	border-top: 1px solid #e9ecef !important;
}
.modal-lg2 {
	max-width: 650px
}
.table-responsive {
  position: relative;
  z-index: 0;
}
.logout-link {
	cursor: pointer;
}
/* ------------------------------------------*/
/* -----------Responsive css----------------- */
@media screen and (max-width:575px){
	#errorModal.show .modal-dialog, #successModal.show .modal-dialog, #successEditModal.show .modal-dialog, #errorEditModal.show .modal-dialog, #errorPrizeModal.show .modal-dialog, #errorCheckTicketModal.show .modal-dialog{min-width:300px!important;}
	#signatureModal canvas{max-width:240px!important;width:300px!important;}
	.ticket-details-right, .prize-details-right {
		text-align: left
	}
	.wrap-login {
    min-width: 300px;
	}
	.search-toggle {
    text-align: center;
	}
	.col-sm-6.form-group.prize-details-head {
		margin-bottom: 0.3rem !important;
	}
	#dtBasicExample_length {
  	position: relative!important;
    display: block;
    margin: 15px 0;
	}
	#menu .form-control {
    margin-bottom: 15px;
	}
	#signatureModal {
    max-width: 90%!important;
    margin: auto;
	}
	.FilterInventoryForm .col { width: 100% !important;}
	.FilterSalesAndPayoutsForm .col, .FilterActivationAndPayoutsForm .col, .FilterInventoryForm .col { width: 100% !important;}
	#detailsGameOrders .modal-footer button:nth-child(4) { margin-top: 5px;}
	#editGameReturns .modal-footer button:nth-child(4) {	margin-top: 5px;}
	#detailsWarehouseTransfers .modal-footer button:nth-child(4) { margin-top: 5px;}
	#detailsGameOrders .modal-footer, #editGameReturns .modal-footer , #detailsWarehouseTransfers .modal-footer {    display: block;}
	#detailsGameOrders .overflowY, #editGameReturns .overflowY, #detailsWarehouseTransfers .overflowY{max-height: calc(100vh - 210px - 10vh);}
}
@media (min-width: 576px){
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}

	.FilterInventoryForm .col { width: 100% !important;}
	.FilterSalesAndPayoutsForm .col, .FilterActivationAndPayoutsForm .col, .FilterInventoryForm .col { width: 100% !important;}

}
@media screen and (max-width:990px){
	#menu .card-body{display:block;}
	#menu .col{width:33%;float:left;}
	#errorModal.show .modal-dialog, #successModal.show .modal-dialog, #successEditModal.show .modal-dialog {min-width: 300px !important;max-width: 300px;}
	/*.modal-dialog-centered {display:block;}*/
	.modal-dialog-centered label,.invalid-feedback{text-align: left;float:left;width:100%;}
	.modal-dialog-centered .modal-body {padding: 15px;}
	.dropdown-cust:hover .dropdown-menu-cust,li.nav-item.dropdown-cust .dropdown-menu-cust{padding: 0 0 0 15px;
font-size: 13px;display:none;position: relative; top: 0;background: transparent;border: 0;}
.dropdown-menu-cust .dropdown-item {color: rgba(255,255,255,.6);}
	li.nav-item.dropdown-cust.show .dropdown-menu-cust {display: block;}
	.topnav .navbar-nav .nav-link {padding: .3rem 1.3rem;}
	.topnav .dropdown .dropdown-menu {padding: 0 0 0 15px;}
	.FilterInventoryForm .col { width: 33.33% !important;}
	.FilterSalesAndPayoutsForm .col, .FilterActivationAndPayoutsForm .col, .FilterInventoryForm .col { width: 25% !important;}
	.modal-dialog-centered {min-height: initial;}
}
@media screen and (max-width:650px){
	#menu .col{width:100%;float:left;}
	.FilterInventoryForm .col { width: 100% !important;}
	.FilterSalesAndPayoutsForm .col, .FilterActivationAndPayoutsForm .col, .FilterInventoryForm .col { width: 100% !important;}
}
@media (max-width: 990px) {
	.topnav-navbar .topnav-logo-lg {
		display: none;
	}
	.topnav .dropdown .dropdown-menu {
		background-color: transparent;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.topnav .dropdown .dropdown-item {
		position: relative;
		color: rgba(255, 255, 255, .5);
		background-color: transparent;
	}
	.topnav .dropdown .dropdown-item.active,
	.topnav .dropdown .dropdown-item:active {
		color: #fff;
	}
	.topnav .arrow-down::after {
		right: 15px;
		position: absolute;
	}
	topnav .dropdown .dropdown-item {
		position: relative;
		color: rgba(255, 255, 255, .5);
		background-color: transparent;
		font-size: .9375rem;
	}
}
@media (min-width: 992px) {
	body[data-layout=topnav] .container-fluid {
		max-width: 85%
	}
	/* .topnav .navbar-nav .nav-item:first-of-type .nav-link {
		padding-left: 0
	} */
	.topnav .dropdown .dropdown-menu {
		margin-top: 0;
		border-radius: 0 0 .25rem .25rem;
		border: 1px solid #e9ecef;
	}
	.topnav .dropdown .dropdown-menu .arrow-down::after {
		right: 15px;
		-webkit-transform: rotate(-135deg) translateY(-50%);
		transform: rotate(-135deg) translateY(-50%);
		position: absolute;
	}
	.topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
		position: absolute;
		top: 0;
		left: 100%;
		display: none;
	}
	.topnav .dropdown:hover>.dropdown-menu {
		display: block;
	}
	.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
		display: block;
	}
	.navbar-toggle {
		display: none;
	}
}
.form-control.is-invalid.rw-datetime-picker.rw-widget {
	border: 1px solid #dc3545 !important;
}
@media (min-width:576px) and (max-width: 650px) {
#menu .form-control {
	margin-bottom: 15px;
}
#menu > .row:last-child {padding-bottom: 25px;padding-top: 0;}
}
@media (max-width:575px) {
#menu > .row:last-child {padding: 0 0 25px;}
#menu > .row:last-child {padding-bottom: 25px;padding-top: 0;}
.overflowY {
  max-height: calc(100vh - 160px - 10vh);}
}
@media (max-width: 480px) {
	#errorModal.show .modal-dialog, #successModal.show .modal-dialog, #successEditModal.show .modal-dialog, #errorEditModal.show .modal-dialog, #errorPrizeModal.show .modal-dialog, #errorCheckTicketModal.show .modal-dialog{min-width:260px!important;}
}
#menu.filter-form{padding:25px 15px;}
#menu.filter-form .row.card-body {padding: 0!important;}
.rw-input, .rw-dropdown-list-autofill, .rw-filter-input{background:transparent!important;}
body > div > div {
	z-index: 3000 !important;
}
.activation-payout-chart-container {
	background: #fff;
	margin-bottom: 47px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
ul.menu-category li {
    list-style: none;
    width: 48%;
    margin: 1% 1%;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0px 0px 18px rgba(0,0,0,.1);
    display: flex;
    padding: 10px 10px;
    position: relative;
    float: left;
}
ul.menu-category li i,.menu-options li i {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 16px;
    border: 1px solid #7d72ff;
    padding: 5px 7px;
    border-radius: 50%;
	background: white;
	display:none;
	color:  #1d9a78;
}
 .menu-options li i {
    padding: 4px 6px;
    height: 25px;
    width: 25px;
}
ul.menu-category li img, .imagepreview img {
	width: 100px;
    height: 100px;
    /* object-fit: contain; */
    object-position: top;
}
/* ul.menu-category li div {
    margin-left: 15px;
} */
ul.menu-category li:hover i,ul.menu-options li:hover i {
    display: block;
}
.add-btn button {
    border-color:#1d9a78 !important;
    background: #1d9a78 !important;
}
ul.menu-category li i.fa-edit {
    right: 24px;
    padding: 5px;
}
 ul.menu-options li i.fa-edit {
    right: 24px;
    padding: 5px 4px;
}
ul.menu-category.width-100 li{
	width:98%;
}
ul.menu-category.width-100 li img {
	min-width:125px;
	object-fit:contain;
    max-height: 100%;
}
ul.menu-category.width-100 li h6{
	color: green;
	font-weight: 600;
}
ul.menu-category.width-100 li p{
	font-size: 12px;
	margin-bottom: 5px;
}
ul.menu-category.width-100 li button{
	padding: 3px 8px !important;
    font-size: 12px;
    margin: 0 0 0 2px;
}
.title{
    background: #efefef;
    padding:5px 10px;
    border-radius: 8px;
    margin: 0 8px 15px;
}
.title h4{font-size: 20px;}
.title div {
    position: absolute;
    top: 2px;
    right: 12px;
    font-size: 12px;
    min-width: 80px;
}
.title div button {
	margin: 0 5px;
}
.options-content {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.options-title {
	margin: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%;
}
.options-price {
	margin: 0;
}
ul.menu-options li {
    list-style: none;
    width: 31%;
    margin: 1%;
    box-shadow: 0px 0px 18px rgba(0,0,0,.1);
    display: flex;
    padding: 15px 10px;
    position: relative;
    float: left;
}
.list-content {
	cursor: pointer;
}
#__react-alert__ div div div {
	width: 400px !important;
}
.preview img {
    max-width: 75px;
}

#myTab1 .nav-link.active{ background:#7d72ff;color:white;}
#myTab1 a.nav-link{ color:#7d72ff;}
.single-menu-product {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    display: flex;
    padding: 15px;
}
.menu-product-content {
    margin-left: 25px;
    width: 100%;
}
.menu-title-price {
    border-bottom: 1px dashed #cccccc;
    display: flex;
    justify-content: space-between;
    margin: 0 0 7px;
    padding: 0 0 10px;
}
.menu-title h4 {
    color: #242424;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.menu-title h4 a:hover {
    color: #e54c2a;
}
.menu-price span {
    color: #e54c2a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.menu-product-content > p {
    margin: 0;
}
li.nav-item.flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.menu-product-img img {
    height: 70px;
}
.no-item-found {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    display: flex;
    padding: 25px;
    width: 100%;
    justify-content: center;
}
ul#myTab1 {
    white-space: nowrap;
    border: 0;
}
.wrap-word {
	white-space: pre-wrap !important
}
.invoice-m-0{
	margin: 0px;
}
.invoice-mt-0{
	margin-top: 0px;
}
.text-align-left{
	text-align: left;
}
.bill-heading{
	text-align: center;font-size: 22px;
}
.bill-h2{
	text-align: right;  float: right;font-size: 30px;
}
.items-selected{
	background:#dcdcdc;padding:3px 10px;margin:0px;text-align:right;
}
.ML-17{
	margin-left: 17%;
}
.qr-code{
	max-width: 45% !important;
	margin:40px !important;
}
.table-number-td{
	margin: 45% !important;
}

.draggable {
	cursor: 'move' 
}
.dragged {
	opacity :100;
	border:solid black
}
.dragged :hover{
	background: black;
}
.item-option-btns{
	position:absolute;
	right: 0;
	padding: 2% 
}
#content-open{
	top:0 !important
}
.MW-70{
	min-width: 70%
}
.ql-toolbar{
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: white;
}
.line-break{	
	white-space: pre-wrap !important
    /* min-width: 30px !important;
    word-wrap: break-word !important; */
}
.W-98{
width: 98% !important;
}
.W-98 img {
    min-width: 125px !important;
    object-fit: contain !important;
    max-height: 100% !important;
	width: 100px !important;
    height: 65px !important;
}
.draggable-row {
    border: 1px solid #dcdcdc !important;
    background: #d1d1d1;
}
.detailTransaction td{white-space: pre-wrap!important;}
.passwordIcon{position: relative;}
.passwordIcon .paswordEyes{position: absolute;    top: 40px;
    right: 8px;z-index: 999;}

/* screen resolution */

.ResponsiveTable td {
    width: 12%!important;
    padding: 5px;
    font-size: 15px;
}
@media only screen and (max-width: 1190px) {
 .ResponsiveTable td {
   
    padding: 3px;
    font-size: 13px;
}
 .ResponsiveTable td button{
font-size: 13px;
    padding: 5px;
}
}
@media only screen and (max-width: 1040px) {
.ResponsiveTable td {  
   
    font-size: 11px;
}
 .ResponsiveTable  td button{
font-size: 11px;
    padding: 3px;
}
.ResponsiveTable th {
    padding: 1px;
    font-size: 9px;
}
}

@media only screen and (max-width:830px)
{
.ResponsiveTable th:nth-child(2), .ResponsiveTable td:nth-child(2) {
    display: none;
}
}
@media only screen and (max-width:640px)
{
.ResponsiveTable th:nth-child(5), .ResponsiveTable td:nth-child(5) {
    display: none;
}
}