@font-face {
    font-family: 'ALK Sanet';
    src: url('../fonts/ALKSanet.woff2') format('woff2'),
        url('../fonts/ALKSanet.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  width: 100vw;
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: table;
	height: 0;
	font-size: 0;
	clear: both;
}

.button,
a.button {
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
	border: 1px solid #80808030;
	background-color: lightgray;
	color: #484848;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.button:hover,
.button:focus {
	background-color: gray;
	color: #ffffff;
	box-shadow: 3px 6px 13px 0px rgba(0, 0, 0, 0.6)
}

.button:active {
	color: grey;
	background-color: lightgray;
	box-shadow: 3px 6px 13px 0px rgba(0, 0, 0, 0.6);
}

.page-container {
	height: 100%;
	width: 100%;
	position: relative;
}

.body-header {
	margin-bottom: 50px;
}

.body-header .row {
	padding-left: 50px;
	padding-right: 50px;
}

.header-top {
	background-color: #edeff9;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	text-align: center;
}

footer {
	height: 20px;
}

label.necessary {
	position: relative;
}

label.necessary::after {
	position: absolute;
	content: '*';
	color: red;
}

label.necessary::before {
	display: none;
	position: absolute;
	top: -18px;
	content: 'შევსება სავალდებულოა!';
	font-size: 12px;
	font-weight: normal;
	color: red;
}

label.necessary:hover::before {
	display: block;
}

.diller div {
	display: inline-block;
	height: 105px;
	line-height: 105px;
}

.quotes {
	font-weight: bold;
}

.quotes::before {
    content: open-quote;
}

.quotes::after {
    content: close-quote;
}

.diller div:not(:first-child) {
	margin-left: 30px;
	position: relative;
}

.diller div:not(:first-child)::before {
	position: absolute;
	/*top: 42px;*/
	left: -22px;
	content: "\2022";
	font-size: 35px;
	color: darkgray;
	/*border-left: 2px solid darkgray;*/
}

.header-bottom {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: ghostwhite;
}

.logo img {
	width: 200px;
}

.logout .button {
	display: block;
}

.main-menu-item {
	display: inline-block;
	padding: 10px 20px;
	background-color: #335e8a;
	font-family: 'ALK Sanet';
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.main-menu .main {
	display: none;
}

.reports .main-menu .main {
	display: inline-block;
}

.container-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-container {
	border: 1px solid black;
}

.form .label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.auth-form .label {
	text-align: left;
}

.form-row {
	text-align: left;
}

.form-vertical .form-row:not(:last-child) {
	margin-bottom: 35px;
}

.form-horizontal .form-row {
	display: inline-block;
	vertical-align: bottom;
}

.form-horizontal .form-row:not(:last-child) {
	margin-right: 15px;
}

input[type="text"],
input[type="password"] {
	width: 100%;
	padding: 7px 15px;
	outline: none;
	border: none;
	border: 1px solid black;
	border-radius: 4px;
	font-size: 1rem;
}

::placeholder {
	font-size: 12px;
}

.button-submit {
	margin-top: 50px;
}

.product-container {
	max-width: 950px;
	padding: 50px 0 30px 0;
	margin: 0 auto;
	text-align: center;
}

.product-container > div:first-child {
	margin-right: 30px;
}

.product-container .value {
	font-size: 40px;
	vertical-align: baseline;
	color: #1D85EE;
}

.customer-form-container {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 30px 30px 45px;
	border-radius: 10px;
	text-align: center;
}

.reports .customer-form-container {
	max-width: 1020px;
}

.customer-form-container .error {
	position: absolute;
	bottom: 13px;
	width: 100%;
    font-size: 15px;
    text-align: center;

}

.customer-form-container form {
	margin: 0;
}

.customer-form-container .button-submit {
	margin: 0;
	font-size: 0.75rem;
}


.customer-form-container input {
	width: 170px;
}

.auth-form-container {
	padding: 30px 50px;
	border-radius: 10px;
	text-align: center;
}

.auth-form {
	position: relative;
}

.auth-form .error {
	position: absolute;
	bottom: -95px;
	width: 100%;
    font-size: 15px;
    text-align: center;
}

.error {
	color: red;
}

.agreement .error {
	margin-left: 20px;
}

.error-field input,
.error-field select,
.error-field input:focus,
.error-field select:focus {
	border-color: red;
	outline-color: red;
}

.error-big {
	padding: 20px 30px;
	border: 2px solid red;
	border-radius: 10px;
	text-align: center;
}

.error-big .error:not(:last-child) {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}

.error-big .message {
	margin-top: 40px;
}

.success {
	color: green;
}

.success-big {
	padding: 20px 30px;
	border: 2px solid green;
	border-radius: 10px;
	text-align: center;
}

.success-big .message {
	margin-top: 40px;
}

.success-big a {
	text-decoration: none;
	color: #1D85EE;
}

.customer-form-container .success {
	position: absolute;
	bottom: 13px;
	width: 100%;
    font-size: 15px;
    text-align: center;
}

.page-row {
	width: 80%;
	margin: 0 auto;
}

.numbers-container {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid black;
	border-radius: 20px;
}

.numbers-container .error {
	text-align: center;
}


/* numbers start */
.choose-number .number {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: inherit;
}

.choose-number .number label {
	display: inline-block;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 20px;
	cursor: pointer;
}

.choose-number .number input {
	position: absolute;
	opacity: 1;
	height: 0;
	width: 0;
}

.choose-number .number:hover {
	background-color: #e6e6ec;
}

.choose-number .number input:checked ~ label {
	background-color: #1D85EE;
	color: white;
}

/* numbers end */

.price-row {
	padding: 7px 20px;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	color: black;
}

.price-row .price-container {
	position: relative;
	z-index: 100;
	display: inline-block;
	padding: 2px 8px;
	padding-left: 50px;
	padding-bottom: 5px;
	background-color: #74777b;
	font-size: 17px;
	color: #ffffff;
}

.price-row .price {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: lightgreen;
	font-size: 23px;
}

.prefix-delimiter {
	height: 10px;
}

.panel-container {
	margin-top: 20px;
	text-align: right;
}

.page-container .agreement-container {
	text-align: center;
}

.button-row {
	margin-bottom: 20px;
	text-align: center;
}

.button-group > div {
	display: inline-block;
	vertical-align: middle;
}

.button-group > div:not(:first-child) {
	margin-left: 10px;
}

.queue {
	min-width: 30px;
	min-height: 30px;
	border-radius: 50%;
	border: 1px solid #1D85EE;
	color: #1D85EE;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
}

.cancel-button {
	border: 1px solid #80808030;
	background-color: #ff0707;
	color: #ffffff;
}

.cancel-button:hover,
.cancel-button:focus {
	background-color: #ffffff;
	color: #ff0707;
	box-shadow: 3px 6px 13px 0px #ff0707;
}

.cancel-button:active {
	color: #ffffff;
	background-color: #ff6d6d;
	box-shadow: 3px 6px 13px 0px #ff6d6d;
}

.sold-button {
	border: 1px solid #80808030;
	background-color: #249224;
	color: #ffffff;
}

.sold-button:hover,
.sold-button:focus {
	background-color: #ffffff;
	color: #249224;
	box-shadow: 3px 6px 13px 0px #249224;
}

.sold-button:active {
	color: #ffffff;
	background-color: #24922491;
	box-shadow: 3px 6px 13px 0px #24922491;
}

.page-customer .cancel-button-container {
	text-align: center;
}

.page-customer .cancel-button-container button {
	display: inline-block;
	margin-top: 20px;
}

.report-container table {
	width: 100%;
	border-collapse: collapse;
}

.report-container th,
.report-container td {
	text-align: center;
	border: 1px solid #000000;
}

.report-container th {
	padding-top: 10px;
	padding-bottom: 10px;
}

.report-container td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.report-container th:first-child {
	padding-left: 5px;
	padding-right: 5px;
}

.report-container th {
	background-color: #7ba6d2;
}

.report-container tbody>tr:hover {
	background-color: lightgrey;
	cursor: pointer;
}

.report-container .sum-row {
	color: #ff0000;
}

.report-form #start_date,
.report-form #end_date,
.report-form #locality_id,
.report-form #number_price,
.report-form #number,
.report-form #branch_id {
	height: 30px;
}

form label {
	text-align: center;
}



