body{
margin: 0;
padding: 0;
width: 100%;
 font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
   color: #482307;
}
.header{
  width: 100%;
  height: 50px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #fff, #f8eedb);
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  float: right;
  position: fixed;
border-bottom: 1px solid #c48b61;
z-index: 10;
}
.branding{
width: 18%;
display: flex;
align-content: flex-end;
flex-wrap: nowrap;
height: 50px;
background-image: linear-gradient(to right, #f8eedb, #fcf7ed);
}
.site-name{
font-size: 14px;
text-align: center;
padding: 10px 10px 0 10px;
}
.site-name h5 {
margin: 0 10px;
}
.logo-container {
 width: 50px
}
.logo-container img {
    width: 100%;
}
.menu .menu-item{
float: left;
padding: 0 20px;
text-decoration: none;
color: #482307;
height: 50px;
display: flex;
align-items: center;
}
.menu .menu-item:hover{
background: #482307;
color:#faf2e3
}
.hrdropdown{
position: relative
}
.menu-block{
position: absolute;
width: 200px;
background: #482307;
top: 51px;
box-shadow: 0px 1px 6px 1px #4b4949;
 display:none;
}
.menu-block a{
 display: block;
text-decoration: none;
padding: 10px 15px;
border-bottom: 1px solid #f9f1e1;
  color: #faf1e2;
}
.menu-block a:hover{
 background: #faf1e2;
 color: #482307;
}
.user-container {
width: 20%;
position: absolute;
right: 0px;
font-size: 15px;
display: flex;
align-content: center;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
}
.sidebar{
width: 5%;
float: left;
background: #482307;
position: fixed;
height: 91vh;
margin: 50px 0;
}
.sidebar-menu{
width: 100%;
}
.sidebar-menu-item{
 margin: 10px 0 0 0;
 display:flex;
 flex-wrap: wrap;
 align-content: center;
 justify-content: flex-start;
 align-items: center;
 padding: 0 15px 10px 15px;
 border-bottom: 1px solid white
}
.sidebar-menu-item a{
 color: white; 
 text-decoration: none;
 font-weight: 100;
}
.sidebar-menu-item-text{
padding: 0 5px;
display: none;
}
.sidebar-minimize {
color: #482307;
position: absolute;
bottom: 10px;
font-size: 20px;
right: 10px;
border-radius: 50px;
background-color: white;
border: 1px solid grey;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.sidebar-minimize i{
position: absolute
}
.fa-solid.fa-arrow-left{
display: none;
}
.main, .form-main{
width: 95%;
float: right;
margin: 50px 0;
}
.content{
width: 95%;
margin: 20px auto;
}
.page-header{
width: 100%;
display: flex;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}
.page-title{
width: 50%;
}
.page-buttons{
width: 50%;
display: flex;
justify-content: flex-end;
}
button, .submit-button, .fc-button{
  appearance: button;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #fff, #f8eedb);
  border: 0 solid #e5e7eb;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #482307;
  column-gap: 1rem;
  cursor: pointer;
  display: flex;
  line-height: 24px;
  margin: 0;
  outline: 2px solid transparent;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-transform: none;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2);
  margin:0 5px;
}

button:active, .submit-button:active {
  background-color: #f3f4f6;
  box-shadow: -1px 2px 5px rgba(81,41,10,0.15),0px 1px 1px rgba(81,41,10,0.15);
  transform: translateY(0.125rem);
}

button:focus, .submit-button:focus {
  box-shadow: rgba(72, 35, 7, .46) 0 0 0 4px, -6px 8px 10px rgba(81,41,10,0.1), 0px 2px 2px rgba(81,41,10,0.2);
}
.content-main{
}
a{
text-decoration:none;
}
h1,h2, h3, h4, h5, h6{
font-weight: 500;
margin: 0;
}
h1{
font-size: 2rem;   
}
h2{
    
}
h3{
    
}
h4{
    
}
h5{
    
}
h6{
    
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
   font-size: 14px;
}
th{
background: #482307;
color: #fbf4e7;
}
tr.table-total{
background: #63636354;
color: black;
font-weight: 700;
border-top: 2px solid #482307
}
/*
tr:nth-child(even) {
  background-color: #dddddd;
}
*/
form {
padding: 0 0 60px;
margin: 0;
}
label{
font-size:14px;
}
.hidden{
display: none;
}
.inline-form{
display: flex;
padding: 10px 30px;
}
.input-wrapper{
margin: 0 5px;
background: #fbf6ec;
padding: 0 0 0 10px;
color: black;
box-shadow: 1px 1px 5px 1px #a5a5a5;
border-radius: 4px;
}
.form-text, select{
position: relative;
cursor: text;
font-size: 14px;
line-height: 20px;
padding: 0 16px;
height: 40px;
background-color: #fff;
border-radius: 3px;
color: rgb(35, 38, 59);
overflow: hidden;
transition: all 100ms ease-in-out;
border: none;
}
.table-text {
width: 100px;
height: 30px;
padding: 0 5px;
}
.form-text:focus {
border-color: #3c4fe0;
box-shadow: 0 1px 0 0 rgb(35 38 59 / 5%);
}
label[for=comment]{
background: #fcf7ec;
padding: 10px;
position: relative;
top: -14px;
left: 4px
}
textarea{
 box-shadow: 1px 1px 5px 1px #a5a5a5; 
}
.submit-button{
float: right;
margin: 0 140px 20px 0;
}
.payroll-submit{
 float: right;   
 margin: 0;
}
.payroll-months{
width: 16%;
border: 1px solid #e4ded0;
padding: 10px 0;
display: flex;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
float: left;
margin: 3px;
box-shadow: 0px 0px 3px 1px #e8d1a5;
border-radius: 4px;
color: #482307;
}
.payroll-months:hover{
background: #faf4e7
}                
#calendar {
width: 100%;
margin: 0 auto;
}
.response {
height: 40px;
}
.success {
    background: #cdf3cd;
    padding: 10px 60px;
    border: #c3e6c3 1px solid;
    display: inline-block;
}
.fc .fc-button-group>* , .fc-today-button{
    display: flex;
    align-content: center;
    align-items: center
}
.fc-event, .fc-event-dot {
background-color: #091284;
}
#vit, #wayers, #ech #bed{
display: none;
}

.hostel-wrapper-east-coast h2,
.hostel-wrapper-volr-in-tz h2,
.hostel-wrapper-wyrs h2{
margin: 0;
font-size: 15px;
text-align: center;
}

.hostel-wrapper-east-coast{
width: 49%;
float: left
}
.hostel-wrapper-volr-in-tz{
width: 49%;
float: left
}
.hostel-wrapper-wyrs{
width: 49%;
float: left
}
.hostel-container{
border: 1px solid grey;

}
.east-coast{
  height: 245px;
  width: 99%;
}
.volr-in-tz{
 height: 163px;
  width: 99%;
}
.wyrs{
height: 83px;
width: 99%;
}
.room-title{
text-align: center;
font-size: 12px
}
.room{
width: 23.7%;
border: 1px solid #000000;
margin: 2px;
float: left;
height: 75px;
background: #f5f5f5;
}
.bed{
width: 45%;
border: 1px solid #8f8f8f;
margin: 2px;
float: left;
height: 24px;
box-shadow: 1px 1px 4px #b4b2b2;
border-radius: 5px;
background: white;
}
.bed i {
display: flex;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: flex-end;
padding-top: 7px;
}
/*
.form-main{
position: absolute;
z-index: 4;
top: 31px;
background: #00000038;
width: 100%;
height: 800%;
}
*/
.form-content{
width: 80%;
margin: 20px auto;
padding: 0 0px 0px 0;
background: white;
}
.form-page-header{
background: #482307;
color: #f9f2e3;
height: 50px;
padding: 0 30px
}
.form-buttons{
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
}
.tabs {
width: 100%;
margin: 0 0 19px 0;
border-radius: 8px;
border-bottom: 1px solid #482307;
}
.tab-buttons {
 display: flex;
 gap: 8px;
}

.tab-btn {
color: #482307;
background-color: #faf3e4;
border-radius: 10px 10px 0px 0px;
padding: 5px 20px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.tab-btn:hover {
  background-color: #a5b4fc;
}
.tab-btn.active {
  background-color: #c7d2fe;
}
#beds-container, 
#arrivals-container{
display: none;
}
.content svg {
  width: 50%;
  height: 200px;
}
.occupancy-on{
background: black;
color: white;
}
#purchase-table{
border-bottom: 2px solid #482307;
}
#rmvePurItem{
height: 40px;
margin-top: -5px;
}
#addPurItem{
position: relative;
left: 42%;
top: 10px
}
#purchase_unit{
width: 20px
}
#purchase_quantity{
width: 20px
}
#purchaseBlock .input-wrapper{
border: none;
padding: 10px 20px;
float: left;
box-shadow: none;
}
#purchaseBlock .inline-form{
border: none;
border-bottom: 1px solid #482307;
}
#purchaseBlock{
background: #fbf6ec;
border-bottom: 2px solid #482307;
margin-bottom: 20px;
}
#purchaseBlock .form-text{
height: 30px;
border: 1px solid lightgrey;
}
.onetotwo{
color: white;
background: #fa0000;
}
.threetoseven{
color: white;
background: #f46a6a;
}
.eighttofourteen{color: black;background: #f79090;}
.fifteentotwentyone{color: black;background: #ffbdbd;}
.twentytwototwentyeight{color: black;background: #fcf7f7;}
.onemonthbeyound{
color: black;
background: white;
}
.login{
width: 100%;
position: fixed;
margin: 100px 0;
}
.login h1{
text-align: center;
}
.login-form{
width: 40%;
margin: auto;
}
.login-wrapper{
margin: 40px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
.login-field{
  width: 70%
}
.submit-button.login-btn{
text-align: center;
float: none;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
margin: auto;
width: 30%;
}
.main-dashboard{
width: 95%;
float: right;
margin: 10px 0;
}
.rightside-bar{float: right;margin: 32px 4px 0 0;width: 20%;display: inline-block;}
.bar-container{border: 1px solid lightgrey;
    padding: 10px 0 30px 0;
    text-align: center;
    box-shadow: 0px 0px 4px #8b8888;
    border-radius: 4px;
}
.item-container{
  font-size: 14px;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
  flex-wrap: nowrap;
  }
.item-title{
font-weight: 600
}
.bar-container a{
  font-size: 13px;
  text-decoration: none;
  color: #f2f2f2;
  background:  #482307;
  padding: 2px 10px 5px;
  position: relative;
  top: 5px;
  border-radius: 4px;
  box-shadow: 0px 1px 9px 1px #6b6a6a;
}
.table-action {
  width:10%
  }
#bookings-table th{
background: white;
color:#482307;
width: 13%;
border: 1px solid #87766b;
text-align:left;
padding: 6px 10px
}
.hostel-column{
  background: grey !important;
  color: white !important;
}
.room-column{
  background: #d6d6d6 !important;
  color: black !important;
}
.calendar-column th, .calendar-column{
background: #87766b !important;
color: white !important;
}