
.body {
    margin-top: 5rem;
}

.header {
    position: fixed;
    width: 100%;
    top: 0rem;
    z-index: 2;
}
.container-page {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-group {
    position: relative;
    width: 70%;
}
.search-container {
    position: relative;
    width: auto;
    height: auto;
}
.container-table-listorder {
    position: relative;
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem 0 2rem 3rem;
}
.date-input {
    width: 9rem;
    border-radius: 0.25rem;
}
.btn-go {
    border-radius: 0.5rem;
    background-color: aquamarine;
}
 
.checkbox-price {
    margin: 0.25rem;
}

.monthly {
    float: right;
    display: flex;
    flex-direction: column;
}

.nav-date {
    margin: 1rem 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.prev-btn , .next-btn {
    background: aqua;
    border: 0.1rem;
    border: 1px solid gray;
    margin-left: 0.5rem;
    border-radius: 0.5rem;
}
.prev-btn a, .next-btn a {
    color: black;
}

.btn-copy {
    border: none;
    background: none;
}

.btn-copy:active {
    background-color: antiquewhite;
}
.btn-copy-listorder {
    background-color: blueviolet;
    border-radius: 0.5rem;
}
.btn-copy-listorder:active {
    background-color: rgb(157, 71, 237);
}

.btn-group {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}

.btn-avail {
    position: relative;
    display: flex;
    width: auto;
}
.btn-avail button {
    border-radius: 0.5rem;
    background-color: bisque;
}

.toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  .toTopBtn:hover {
    background-color: #555;
  }
  .btn-back {
    position: relative;
    left: 3rem;
  }