body {
  background: linear-gradient(to bottom,  #c9c9c9 0%,#ededed 23%);
  padding-bottom: 3rem;
}
#cont1 {
  background: white;
  outline: 1.5rem double white;
}
.tag-badge {
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 0.6px;
    font-size: 1.1rem;
    margin: 0.2rem 0rem;
    padding: 0.5rem 0.8rem 0.7rem;
}
.tag-badge.selected {
    box-shadow: 0 0 0 2px #007bff;
}
.prescription-icon {
    color: #dc3545;
    font-size: 1.2rem;
}
#cart-icon {
    font-size: 1.5rem;
    cursor: pointer;
    color: #777;
    text-decoration: none;
}
#cart-icon.active {
    color: #007bff;
}
#cart-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 0.7rem;
}
.modal-content {
    background-color: #f8f9fa;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    background-color: #e9ecef;
    padding: 0.5rem 1rem;
}

.modal-title {
    color: #495057;
    font-weight: bold;
}

#itemDescription {
    color: #6c757d;
}

#itemTags .badge {
    background-color: #6c757d;
    color: white;
}

#itemQuantity {
    border-color: #ced4da;
}

#addToCartBtn {
    background-color: #007bff;
    border-color: #007bff;
}

#addToCartBtn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

#itemThumbnails img {
    border: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

#itemThumbnails img:hover {
    border-color: #007bff;
}  
table#items-table a.item-name {
    text-decoration: none;
    color: #303030;
    font-weight: normal;
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}
#items-table tr td:nth-child(2) { /* itemtb tags col */
    font-size: 0.9rem;
    letter-spacing: -0.1px;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-size: 1.25rem;
    background-color: #eaeaea;
    outline: 0.5rem solid #eaeaea;
    margin-bottom: 0.7rem;
    margin-right: 0.3rem;
    padding: 0.3rem 1.5rem 0 0;
}
#items-table td:nth-child(1):hover {
    background: #dbe5ef;
    cursor: pointer;
}
#ujtermekbtn {
   /* margin-bottom: -4rem;*/
   display: inline;
}
.dataTables_filter {
    position: relative;
}

.dataTables_filter input {
    width: 300px;
    padding-right: 30px;
}

.dataTables_filter .clear-search {
    position: absolute;
    right: 9px;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.dataTables_filter .clear-search:hover {
    color: #333;
}

#venybox {
	padding: 0.2rem 0.5rem;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	text-align: center;
  margin: 0.1rem 0 0.7rem;
}

#itemModal .modal-dialog {
  --bs-modal-width: 95%;
}

#cart-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #28a745;
  color: white;
  text-align: center;
  padding: 10px;
  display: none;
  z-index: 1000;
}
#tags-container {
  padding: 0.7rem 0.2rem;
}
#items-table th.rx-column,
#items-table td.rx-column {
  width: 30px;
  max-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
#headlink h1 {
	color: #939393;
	font-weight: bold;
	font-size: 1.7rem;
	letter-spacing: -1px;
	margin: 0;
}