﻿table {
    text-align: center;
    border-collapse: collapse;
}

table th {
    border: 1px solid silver;
}

tr {
    border: 1px solid silver;
}

tr:nth-child(odd) {
    background-color: #E7E8E8;
}

tr:nth-child(even) {
    background-color: #CBCCCC;
}

.title {
    float: left
}

.newButton {
    float: right;
}

.search {
    width: max-content;
    display: flex;
    align-items: center;
    padding: 14px;
    border-radius: 28px;
    background: #f6f6f6;
}

.search-input {
    font-size: 16px;
    color: #333333;
    margin-left: var(--padding);
    outline: none;
    border: none;
    background: transparent;
    width: 300px;
}

.action {
    white-space: nowrap;
}

.searchHolder {
    display: flex;
    justify-content: center;
}
@media(max-width:992px){
    .Windows_Mode {
        display: none;
    }
}
@media(min-width:991px) {
    .Mobil_Mode {
        display: none;
    }
}

.counter {
    margin: 0px auto;
    display: flex;
    width: 64px;
    height: 64px;
    flex-direction: column;
    align-items: center;
    border-radius: 28px;
    border: 1px solid black;
    background: #f6f6f6;
}
.counter img{
    display:flex;
    align-items:center;
    padding:2px;
}
.counter p{
    font-family: Arial,'Times New Roman';
    font-size: 16px;
    padding:5px;
    
}
