html {
    background-color: aliceblue;
}

body {
    background-color: aliceblue;
    margin: 8px;
    padding: 0;
    padding-right: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
img {
    margin: 5px;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 5px 15px black;
    border: solid 1px bl;
}

.title img {
    margin: 0;
    box-shadow: 0 0 0 black;
}

.container {
    background-color: aliceblue;
    padding: 0;
    margin: 0;
    margin-right: 0;
    border: 2px solid black;
    border-radius: 18px;
    box-shadow: 0 2px 815px black;
}

.search {
    display: flex;
    padding-right: 20px;
    height: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

p {
    margin-top: 8px;
    padding-left: 6px;
    font-weight: 500;
}

li::marker {
    color:black;
    font-size: 50px;
  }

.title {
    display: flex;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}

.imageDisplay {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 0; 
}

.discription {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
   
}

button {
    height: 30px;
    padding: 6px 8px 6px 8px;
    box-shadow: 0 1px 2px black;
    border: 2px solid black;
    border-radius: 5px;
    height: 30px;
    font-size: 16px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 12px;
    background-color: aliceblue;
}

button:hover {
    opacity: .9;
}

.indent{
    padding: 0;
    margin-top: 10px;
    margin-left: 30px;
}
footer {
    display: flex;
    justify-content: center;
    background-color: deepskyblue;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 16px;
    border-top: solid 1px black;
    margin: 0;
    padding: 5px;
    opacity: .9;
}


.select {
    font-size: 20px;
}

.search select {
    font-size: 16px;
    box-shadow: 0 1px 2px black;
    background: transparent;
}

input[type="date"] { 
    background: transparent;
    color: black;
    font-size: 16px;
    height: 25px;
    font-size: 16px;
    box-shadow: 0 1px 2px black;
  }

input[type="text"] { 
    background: transparent;
    box-shadow: 0 1px 2px black;
  }

  input[type="number"] { 
    box-shadow: 0 1px 2px black;
    border: 2px;
    padding-left: 5px;
    margin: 2px;
  }

.status {
    display: flex;
}

.currentStatus {
    display: flex;
    align-items: center;
    margin: 10px;
    font-size: 18px;
    font-weight: 500;
}

.red {
    color:red;
  }
  
.green {
    color:green;
  }
.black {
    color:black;
  }

.blue {
    color:blue;
  }


.number {
    font-size: 20px;
    font-weight: 600;
}

#child {
    width: 50px;
    height: 26px;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 6px;
    margin-left: -3px;
    background-color: aliceblue;
    box-shadow: 0 1px 2px black;
}

.search select {
    height: 30px;
    font-size: 18px;
}

input {
    height: 25px;
    font-size: 18px;
}

.dot {
    margin-right: 5px;
    margin-bottom: 5px;
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 1px 2px black;
  }


.btnRemove {
    margin-right: 20px;
    background-color: rgb(230, 100, 100)
  }

.btnRemove2 {
    background-color: rgb(230, 100, 100)
  }

.downloadBtn {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}

.download {
    background-color: cadetblue;
}

.btn {
    background-color: cadetblue;
}
.remove {
    border: 1px solid black;
 }