body {
    font-family: 'Palanquin', sans-serif;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-label {
    font-weight: 500;
}
.form-control, 
.form-select {

    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.3;
    border-radius: 6px;
}
.input-with-symbol {
    position: relative;
}
.input-with-symbol input {
    padding-right: 2rem;
}
.input-with-symbol .currency-symbol {
    position: absolute;
    top: 50%;
    right: 0.5rem; 
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: #6c757d;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 768px) {
  .product-card {
    padding: 10px;
  }

  .product-card .row > div {
    margin-bottom: 10px;
  }
  .product-card button {
	margin-top: 5px;
  }
}
.product-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  position: relative;
}
.product-index {
  font-size: 14px;
  color: #555;
}
.product-card label {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}
.product-card button {
	margin-top: 15px;
}
.card {
	margin-bottom: 1.5rem !important;
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.card-header {
	font-weight: bold;
	text-align: center;
}
.card-header h5 {
	font-size: 14px;
}
.card-body {
	background-color: #f9f9f9;
}
.card-footer {
	background-color: #fff;
	text-align: center;
	padding: 10px 15px;
}

.btn-group a {
	margin: 0 5px;
}
.btn {
	border-radius: 6px;

}
.topbar {
	background-color: #f8f9fa;
	border-bottom: 1px solid #e0e0e0;
}
.user-name {
	font-size: 13px;
}
img.logo-icon {
    height: 40px !important;
    width: 150px;
    object-fit: contain;
}
.glogo {
    width: 150px;
    margin-bottom: 15px;
}
.form-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
}
.btn-custom {
    background-color: #28a745;
    color: #fff;
    border-radius: 8px;
}
.btn-custom:hover {
    background-color: #218838;
}
.user-img {
	height: 40px;
	width: 40px;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[type="number"].no-spinner {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
.total {
    transform: translateY(-80%) !important;
}

.totals {
    text-align: right;
}
.totals input {
    width: 150px;
    text-align: right;
}

#birim_fiyat_header, 
#toplam_header {
    width: 120px;
}
#adet {
    width: 70px;
}
#iskonto {
    width: 90px;
}