.busket .no-notify:after {background-color:transparent !important;}

.busket .fas b {font-size:7pt !important;}

.ready-orders
	{
		position:fixed;
		width:max-content;
		height:max-content;
		padding:10px;
		border-radius:10px;
		background-color:white;;
		box-shadow:0 0 15px black;
		display:flex;;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		z-index:2;
	}

.ready-orders .ready-slider
	{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:center;
	}

.ready-orders .title
	{
		font-size:1.1rem;
		font-weight:bold;
		margin-bottom:10px;
	}

.ready-orders .ready-details
	{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}

.ready-orders .ready-details > *
	{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:center;
	}

.ready-orders .ready-details .value
	{
		font-weight:bold;
		background-color:transparent !important;
		margin-left:6px;
	}

.confirm-order-close {flex-direction:column !important;}

.confirm-order-close > *
	{
		display:flex;
		flex-direction:row;
	}

.blacklist
	{
		align-items:center;
		justify-content:center;
		display:flex;
		flex-direction:column;
		color:red;
		font-weight:bold;
	}

.ready-orders .fas.enabled {cursor:pointer;}
.ready-orders .fas:not(.enabled) {color:silver;}
.ready-orders .fas:first-child {margin-right:15px;}
.ready-orders .fas:last-child {margin-left:15px;}

@media (min-width: 360px) and (max-height: 640px)
	{
		.ready-orders {right: 10%!important;}
	}

@media only screen and (max-width: 450px)
	{
		div.ready-orders
			{
				right: 6%!important;
				font-size: 10px;
			}
	}
