body {
    margin: 0;
    font-family: "Heebo", sans-serif;
    padding: 0;
    font-size: .9rem;
}

.container {
    margin: 100px 20%;
}
.table-container {
    margin: 100px 0px;
}

.comp1 {
    padding: 20px 20px;
    margin: 5vh 0vh;
    border: 1px solid black;
    border-radius: 10px;
}

.enter>input {
    display: inline-block;
    height: 30px;
    border-radius: 10px;
    border: 1px solid black;
    width: 15%;
    position: relative;
    left: 18vw;
    top: -20px;
    padding-inline-start: 30px;
}

.comp2 {
    padding: 20px 20px;
    margin: 5vh 0vh;
    border: 1px solid black;
    border-radius: 10px;
}

.comp3 {
    padding: 20px 20px;
    margin: 5vh 0vh;
    border: 1px solid black;
    border-radius: 10px;
}

.comp4 {
    padding: 20px 20px;
    margin: 5vh 0vh;
    border: 1px solid black;
    border-radius: 10px;
}

.comp5 {
    padding: 20px 20px;
    margin: 5vh 0vw;
    border: 1px solid black;
    border-radius: 10px;
}

.comp6 {
    padding: 20px 20px;
    margin: 5vh 1vw;
    border: 1px solid black;
    border-radius: 10px;
}

.comp7 {
    padding: 20px 20px;
    margin: 5vh 0vw;
    border: 1px solid black;
    border-radius: 10px;
}

.towIn1>.comp8 {
    padding: 20px 20px;
    margin: 5vh .5vw 5vh 0vw;
    border: 1px solid black;
    border-radius: 10px;
}

.towIn1>.comp8>.enter>input {
    display: inline-block;
    height: 30px;
    border-radius: 10px;
    border: 1px solid black;
    width: 25%;
    position: relative;
    left: 20%;
    top: -20px;
    padding-inline-start: 30px;
}

.towIn1>.comp9 {
    padding: 20px 20px;
    margin: 5vh 0vw 5vh .5vw;
    border: 1px solid black;
    border-radius: 10px;
}

.towIn1>.comp9>.enter>input {
    display: inline-block;
    height: 30px;
    border-radius: 10px;
    border: 1px solid black;
    width: 25%;
    position: relative;
    left: 20%;
    top: -20px;
    padding-inline-start: 30px;
}

.upper {
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

.upper>hr {
    display: inline-block;
    width: 43%;
}

.upper>label {
    position: relative;
    top: -30px;
    font-weight: bolder;
    background-color: #181818;
    padding: 10px 25px;
    color: white;
    border-radius: 10px;
}

.select {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    max-width: 100%;
    gap: 5px;
    font-weight: bolder
}

.select2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 5px;
    font-weight: bolder
}

.select__item {
    font-size: .7rem;
    padding: 5px 0px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #181818;
    border-radius: 7px;
    background: #eeeeee;
    transition: background 0.1s;
}

.select__item--selected {
    /* background: #009578; */
    background: #181818;
    color: #ffffff;
}

.thIn1 {
    margin-top: -5vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.towIn1 {
    margin-top: -5vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.btnDiv {
    /* position: fixed; */
    margin-top: 50px;
    width: 100%;
    /* background-color: rgb(240, 240, 240); */
    /* bottom: 0;
    left: 0;
    right: 0; */
}

.elem {
    /* margin: 10px 20vw; */
}
.elem > button{
    border-radius: 10px;
}

button {
    padding: 10px 30px;
    margin-right: 10px;
    background-color: #181818;
    color: white;
    font-weight: bolder;
    border-radius: 10px;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
}

.elem>span {
    font-size: 1rem;
}

button:hover {
    background: #272727;
}

body {
    font-family: 'Open Sans', sans-serif;
}

form>input {
    width: 15%;
}

form>select {
    width: 15%;
    height: 30px;
    margin: 10px 10px 10px 0px;
}

.list {
    font-size: .9rem;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    transition: 0.4s;
}

.list th {
    background-color: #181818;
    color: white;
    padding: 5px 0px;
    border: 1px solid #181818;
}

.list td {
    border: .5px solid #181818;
    padding: 5px 0px;
    /* width: 100%; */
}

.list tr:hover {
    background-color: #dadada;
}

.search-count {
    /* display: none !important; */
    /* font-size: 1.6rem; */
    /* margin: 0px 10px; */
    /* border-radius: 10px; */
    margin-right: 10px;
}

.loader>img {
    /* display: block; */
    margin-bottom: -5px;
    margin-left: 10px;
    margin-right: 10px;
    width: 30px;
    height: auto;
}

.searchAgain {
    background-color: #181818;
    margin-left: 20px;
}

.searchAgain:hover {
    background-color: #181818;
}

#clearSelection{
    float: right;
}

#resultStatus{
    width: 32%;
    display: inline-block;
    margin: 0;
}

.available{
    width: 12px;
    height: 12px;
    background-color: #00C400;
    border-radius: 50%;
    margin: auto;

}

.hold{
    width: 12px;
    height: 12px;
    background-color: #F7BC5B;
    border-radius: 50%;
    margin: auto;
}

.not-available{
    width: 12px;
    height: 12px;
    background-color: #FF0000;
    border-radius: 50%;
    margin: auto;

}