header {
    position:fixed;
    z-index: 999999;

    padding-top: 10vh;
    padding-left: 5%;
    padding-right: 5%;

    left: 0;
    right: 0;
    top: 0;

    background-color: rgba(0, 0, 0, 0);

    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content:center;
    align-items: center;
}

body {
    font-family: Arial, Helvetica, sans-serif;

    background-color:DarkSlateGray;

    margin-top: 25vh;
    margin-bottom: 30vh;

    letter-spacing: 1px;

    background-image: url("fon.svg");
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
}


footer {
    
    background-color: rgba(0, 0, 0,0.5);

    position: fixed;
    padding-left: 5%;
    padding-right: 5%;

    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items: center;
}

.centerdiv {
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content:center;
    align-items: center;
}


footer {
    position: fixed;

    color: white;

    text-align: center;

    left: 0;
    right: 0;
    bottom: 0; 
    padding-bottom: 1vh;

}

a {
    text-decoration: none;
    font-weight: 600;

    color: white; /* Цвет посещенных ссылок */
}
a:visited {
    font-weight: 600;

    color: white; /* Цвет посещенных ссылок */
}
a:active {
    font-weight: 600;
    
    color: white; /* Цвет посещенных ссылок */
}

.requestcell {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(0, 0, 0,0);

    margin-left: 7vw;
    margin-right: 7vw;
    margin-top: 1vw;
    margin-bottom: 1vh;
    padding: 0;
    
}

.blockcell {
    font-family: Arial, Helvetica, sans-serif;
    
    background-color: rgba(0, 0, 0,0.1);

    margin: 7vw;
    padding: 5%;
    
}

hr {
    border: 0px;
    height: 0.1px;
    background-color: white;
}

.commentcell {
    font-family: Arial, Helvetica, sans-serif;

    border:0;
    border-bottom:1px solid black;
    background-color:rgba(255, 255, 255,0);

    flex-grow: 1;
}

form {
    font-family: Arial, Helvetica, sans-serif;
    background-color:rgba(0, 0, 0,0);

    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content: center;
    text-align: center;

    
}

h1 {
    padding: 3vw;
}

.tableline {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:space-between;
}

table {
    color:white;
    table-layout: fixed;
    width: 90%;
}
tbody {
    width: 90%;
}

.requesttextbox {
    padding: 3%;
    margin: 1%;
    min-height: 24vh;
}

.price {
    border:0;
    border-bottom:1px solid black;
    padding:0;
    background-color:rgba(0,0,0,0);
    color: rgb(174, 255, 227);
    width:7em;
    text-shadow: 0px 0px 1px black;
}
.finput {
    padding: 10px;
    margin-bottom: 1px;

    color: white;
    background-color:rgba(255, 255, 255,0.5);
    border: 0;
}


.search {

    padding: 10px;
    padding-left: 4vh;
    padding-right: 4vh;
    width: 70%;

    color: black;

    background-color:black white;

    border:0;
}

.statusselect {
    
    font-family: Arial, Helvetica, sans-serif;

    background-color: rgba(255, 255, 255,0);

    border:0;
    border-bottom: 1px solid black;

    padding: 5px;
    margin-top:5px;
}

input::placeholder { color: white; }
textarea::placeholder { color: white; }


.binput {
    background-color: rgba(0, 0, 0, 0);
    color: white;

    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;

    margin-bottom: 4vh;
    padding: 20px;

    border: 0;
    
    text-transform: uppercase;
    cursor: pointer;
}


.minibutton {

    padding: 10px;
    width: 50px;

    color: white;

    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0,0.5);

    border:0;

    cursor: pointer;
}


#listbody {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}