@font-face {
	font-family: Yekan;
	src: url(/style/Yekan.ttf);
}
.number {
    /*font-family: Yekan;*/
}
.basket-select {
    width: 100%;
    margin: 5px 0;
    padding: 5px 5px 0 5px;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.main-basket-tab-div {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px;
    margin: 5px 5px 0 5px;
}
.main-basket-tab, .next-basket-tab {
    cursor: pointer;
    padding: 8px;
}
.main-basket-indicator, .next-basket-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.17;
    background: #C8BFE7;
    cursor: pointer;
}
.bottom-border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: #C8BFE7;
}
.performa {
    padding: 2px 8px 2px 8px;
    font-size: 15px;
    font-weight: 700;
    animation: blinker 1s linear infinite;
    color: #D91D1D;
}
@keyframes blinker {50% {color: #f1f1f1;}}
.performa-container {
	display: flex;
	flex-direction: column;
	border: 0.5px solid black;
	/*align-items: center;*/
}
.basket-first-column {
	flex: 1;
	padding: 5px;
	margin: 5px 5px 160px 5px;
}
.basket-items {
    border: 1px solid #A9A9A9;
	border-radius: 8px;
	margin-bottom: 5px;
	padding: 5px;
}
.basket-link {
    text-decoration: none;
    max-width: 66%;
}
.flex-container {
	display: flex;
	align-items: center;
}
.basket-image {

}
.basket-image img {
	width: 75px;
	height: 75px;
}
.basket-name {
    flex-grow: 2;
    padding: 0 10px 0 10px;
}
.order-num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	border: 1px solid #A9A9A9;
	border-radius: 8px;
	padding: 4px;
}
.plus, .minus {
	cursor: pointer;
}
.add-icon, .minus-icon, .delete-icon, .del-icon, .close-icon, .close-new-sale-icon, .icon {
	width :26px;
	height: 26px;
	fill: #424750;
}
.delete-sale {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #EAEAEA;
    border: 1px dotted #E3E3E3;
    border-radius:8px;
    padding: 5px;
}
.del-icon {
	fill: #FFA0A0;
}
.basket-items-number {
	width: 60px;
    border: none;
	text-align: center;
}
.basket-items-number:focus {
	outline: none;
    background: #FAFAFA;
}
.minus-icon {
	display: none;
}
.basket-prices {

}
.div-spacer {
	flex-grow: 2;
}
.horizontal {
	width: 80%;
	height: 1px;
	color: #A9BC52;
	margin: 8px auto 8px;
}
.add-sale-div {
    position: -webkit-sticky;
    position: sticky;
    bottom: 185px;
    z-index: 3;
}
.add-sale {
    border: 1px solid #A9A9A9;
	border-radius: 8px;
	padding: 3px;
	background: #F5F5F5;
	user-select: none;
	position: relative;
	cursor: pointer;
	z-index: 3;
}
.new-sale-submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 220px;
    transition: opacity 0.4s ease-in;
    background: #F5F5F5;
    border: 1px solid #A9A9A9;
	border-radius: 8px;
	padding: 3px;
	cursor: pointer;
	z-index: 2;
}
.performa-submenu-modal, .frame-table-modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(12, 12, 12, 0.3);
    z-index: 4;
}
.performa-submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 40%;
    right: 5%;
    transition: opacity 0.4s ease-in;
    background: #F5F5F5;
    border: 1px solid #A9A9A9;
	border-radius: 8px;
	padding: 3px 8px 20px 8px;
	cursor: pointer;
	z-index: 5;
	margin: auto;
	width: 90%;
}
.me, .other, .other-performa {
    background: white;
    color: #FFAC53;
    border-radius: 8px;
    border: 1px solid #D3bf19;
    outline: none;
    padding: 5px;
    cursor: pointer;
    min-width: 70%;
}
.other-name-div {
    display: none;
    padding: 5px;
}
.other-name {
    width: 100px;
    background: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 5px;
    margin: 1px;
}
.other-name:focus {
    outline: none;
}
.close-modal {
    display: flex;
    width: 100%;
}
.close-icon {
	width :26px;
	height: 26px;
	fill: #424750;
	cursor: pointer;
}
.basket-finalizing {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	box-shadow: 0 -1px 1px rgba(0,0,0,.14), 0 -2px 2px rgba(0,0,0,.05);
	padding: 5px;
	z-index: 1;
	background: #FAFAFA;
	transition: bottom 0.5s ease-in;
}
.basket-finalizing a {
	text-decoration: none;
}
.total-price, .price {
	display: inline;
}
.inner-finalizing {
    position: relative;
}
.hide {
    display: flex;
    justify-content: center;
    font-weight: 500;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 20px;
    top: -15px;
    border: 2px solid #97A9CF;
    border-radius: 50%;
    cursor: pointer;
    background: white;
}
.back-to-sale {
	text-decoration: none;
}
.add-button {
	display: block;
	width: 90%;
	color: white;
	text-decoration: none;
	margin: auto;
}
.add-to-basket-done {
	text-align: center;
	padding: 5px;
	width: 100%;
	height: 40px;
	background: #FAAFAF;
	border-radius: 8px;
	border: none;
	font-size: 18px;
	padding: 5px;
	margin-top: 10px;
}
.frame {
	/*position: relative;*/
}
.frame-table {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0;
	background: white;
	z-index: 5;
}
.table {
	border-collapse: collapse;
	margin: auto;
	font-size: 10px;
}
.table td, .table th {
	border: 1px solid #ddd;
	padding: 2px;
}
.table tr:nth-child(even) {
	background-color: #f2f2f2;
}
.table tr:hover {
	background-color: #ddd;
}
.table th {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #6795EC;
	color: white;
}
.add-to-next-basket, .frame-properties {
    cursor: pointer;
    color: #19bfd3;
    font-size: 14px;
}
.expand-icon {
    width :24px;
	height: 24px;
    fill:  #D3bf19;
}
.back-to-basket, .remove-from-next-basket {
    display: flex;
    align-items: center;
    background: white;
    color: #FFAC53;
    border-radius: 8px;
    border: 1px solid #FFAC53;
    outline: none;
    margin-left: 5px;
    cursor: pointer;
}
.icon {
    fill: #FFAC53;
}