.dashbox{
    text-align: center;
    margin: 15px auto;
    box-shadow: 1px 1px 6px #0005;
    padding: 15px;
}
.circlebox{
    height: 120px;
    width: 120px;
    border: 15px solid #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    margin: 10px auto;
}
main{
    display: block;
}
.form-vertical{
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
margin: 40px auto;
width: 100%;
max-width: 350px;
flex-flow: column;
padding: 20px;
border-radius: 15px;
box-shadow: 1px 1px 6px #0005;
}
.form-vertical .d-flex{
    gap: 10px;
}
.form-vertical input[type='number'],
.form-horizandal input[type='number']{
    max-width: 80px;
}
.form-horizandal .d-flex{
gap: 10px;
}
.rooms .roombox{
margin: 15px auto;
display: block;
width: fit-content;
max-width: 150px;
box-shadow: 1px 1px 6px #0005;
padding: 5px 15px;
border-radius: 5px;
}
a{
    text-decoration: none;
}
.rooms .roombox img{
    max-width: 75px;
    display: block;
    margin: auto;
}
.rooms .roombox .text,
.rooms .roombox  .time{
    font-weight: 500;
    padding: 2px 5px;
    margin: 10px auto;
    background-color: #158554;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.rooms .roombox .active,
.rooms .roombox .active {
    background: #0d6efd;
}
.rooms .roombox  .maintance,
.rooms .roombox  .maintance{
    background:  #ffc107;
}
.rooms .roombox  .booked,
.rooms .roombox  .booked{
    background:  #158554;
}
.rooms-sec table{
    text-transform: capitalize;
}
.updates .tabs {
display: flex;
background: #f5f5f5;
width: fit-content;
flex-wrap: wrap;
list-style-type: none;
margin: 25px auto;
padding: 0;
border-radius: 10px;
overflow: hidden;
}
.updates .tabs li{
    padding: 10px 15px;
    cursor: pointer;
}
.updates .tabs li{
    border: 1px solid #fff;
}
.updates .tabs li.active{
    background: #0d6efd;
    color: #fff;
}
.updates .contents .item{
    display: none;
}
.updates .contents .item.active{
    display: block;
}
.bookingform .img-contain{
    max-width: 200px;
}
img{
  
    max-width: 100%;
}
.bookingform .img-contain img.active{
    margin: 20px 5px;
}
.all-customers img{
    max-width: 80px;
    max-height: 80px;
}
a.nav-link {
    color: #fff;
}
.booking-edit-img{
    border-color: transparent;
}
.booking-edit-img  tr td:nth-child(1){
    font-weight: 500 ;
}
.booking-edit-img img{
    max-width: 100px;
    max-height: 100px;

}
.btns-set{
    display: flex;
    gap: 10px;
}
.invoice {
    box-shadow: 1px 1px 6px #0005;
    padding: 10px;
    margin: 20px auto;
}
.invoice table{
    border-color: transparent;
}
.invoice .btns-set{
    justify-content: center;
}