div#details > * {
    display: inline-block;
    /* direction: rtl; */
    margin-left: 20px;
    text-align: right;
}

div#details {
    direction: rtl;
    text-align: center;
    margin-top: 50px;
}

div#details input, #details select {
    height: 25px;
    display: block;
}

body {
    text-align: center !important;
    /* margin-top: 61px; */
}

div#categories {
    margin: 20px;
}

div#categories > * {
    height: 41px;
    border-radius: 50%;
}

div.animals {/* width: 43%; *//* text-align: center; *//* position: relative; *//* right: 30%; */}

table.cowTable {
    caption-side: bottom;
    border-collapse: collapse;
    width: 43%;
}
 table {
    border-collapse: collapse;
  }
  th, td {
    border: 1px solid black;
    padding: 11px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
  }
h1.site-title {
    display: none;
}
.shape img {
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
}

td {
    position: relative;
}
img.imgLevel.line {
    top: 43px;
}
input, select {
    height: 25px;
    display: block;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid;
    width: 160px;
}

div#login {
    width: 30%;
    right: 40%;
    position: relative;
    text-align: center;
}

.page-content {
    text-align: center;
}

input#okLogin {
    text-align: center;
    width: 165px;
    cursor: pointer;
}
select#selectPosition, #okPosition {
    margin-right: 40%;
}
select#selectPosition, #okPosition {
    margin-right: 40%;
}

div#popUpSaveLevel {
    width: 400px;
    position: fixed;
    background-color: white;
    border: 1px solid;
    top: 120px;
    border-radius: 5px;
    right: 35%;
    padding-bottom: 50px;
}

div.setLevel {margin-right: 20px;display: inline-block;height: 20px;width: 55px;border: 1px solid;border-radius: 5px;padding: 3px;cursor: pointer;margin: 5px 0px;}

p#titleSaveLevel {
    font-weight: bold;
    font-size: 25px;
    border: 1px solid;
    width: 30px;
    margin: 10px auto;
    padding: 10px;
}

p#titleTableReports {
    font-weight: bold;
}

input#okLevelKosher {
    right: calc(50% - 50px);
    position: absolute;
    cursor: pointer;
    bottom: 0px;
    width: 100px;
}

.selectedLevel {
    background-color: #1d56dc;
    color: white;
    font-weight: bold;
}
img.imgLevel.question {
    width: 34px;
    right: 10px;
}
input#next, #prev {
    display: inline-block;
    background-color: #4f4faf;
    color: white;
    position: absolute;
}
div#wrapRoports {
    position: relative;
    width: max-content;
    right: 30%;
}

input#prev {
    right: 0px;
}

input#next {
    left: 0px;
}
.popupBackground {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #0000003d;
    z-index: 0;
    top: 0px;
}

input#okLevelKosher2, #okNoPossible {
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
}
div#popUpNoPossible {
    position: fixed;
    top: 30%;
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    right: 27%;
}
span.closePopUp {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
input#dateReports, #downloadExel {margin: 10px auto;}

div#wrapInputsLevels {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
    float: right;
}

div#tableReport {
    width: 40%;
    float: left;
    margin-left: 30px;
    margin-top: -10px;
}
tr.namePositionInReport td {
    font-size: 16px;
}

div#tableReports table {
    width: 155px;
}
.fridge {
    position: relative;
    right: 35%;
}
.fridge table tr:nth-child(even) {
    background-color: #00000021;
}