.head {
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}

label {
    font-weight: 600;
    font-size: 15px !important;
}

.sidebar {
    position: fixed;
    top: 0;
    z-index: 10;
    max-width: 15%;
}

.info {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    outline: none;
}

table {
    border-color: black !important;
}

.img {
    padding: 10px;
    border-bottom: 1px solid #c5c5c5;
}

.links li {
    list-style-type: none;
}

.links li a {
    text-decoration: none;
    font-size: 16px;
    color: black;
    line-height: 50px;
    padding: 0%;
}
sup{
    color:red;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
