* { 
    box-sizing: border-box;
    font-family: sans-serif;
    max-width: 600px;
    
}
body {
    background-color: #fcfcfc;
    margin:0;
    margin-bottom: 10px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 768px){
    /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* For NewReservation.html */
.left {
    float: left;
    width: 60%;
}
.right {
    float: left;
    width: 40%;
}
#nightTotal {
    text-align: right;
}
.newReservationPageTitle {
    font-size: 22px;
    font-weight: 510;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}
select {
padding: 5px;
font-size: 12px;
}
form {
    content: "";
    clear: both;
    color: rgb(68, 68, 68);
    margin-bottom: 50px;
}
form label {
    font-size: 12pt;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
}
form input[type="text"], form select, form textarea, input[type="number"], input[type="email"], input[type="tel"], input {
    width: 100%;
    min-width: 96%;
    border-radius: 5px;
    display: block;
    border: 1px solid gray;
    background-color: transparent;
    padding: 10px;
}
form input[type="date"], form input[type="month"] {
    height: 30px;
    width: 100%;
    min-width: 96%;
    border-radius: 5px;
    font-size: 15px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    border: 1px solid gray;
    background-color: transparent;
    padding: 10px;
    
} 
#reserFormDateFlexContainer {
    display: flex;
    justify-content: space-between;
    padding: 5px 25px 5px 25px;
}
#reserFormDateFlexContainerFilter {
    display: flex;
    justify-content: space-between;
    padding: 5px 25px 5px 25px;
}
.arrowContainerFlex {
    display: flex;
    flex-direction: column;
    justify-content:space-around;

}
.checkinContainer {
    width: 45%;
}
.checkoutContainer {
    width: 45%
}

#new_reservation .col-25{
    /*float: left;
    width: 40%;
    height: 20px; */
    margin-top: 10px;
    vertical-align: middle;
}
#new_reservation .col-75 {
    float: left;
    width: 100%;
    margin-top: 0px;
    }
#main .row::after {
    content: "";
    display: table;
    clear: both;
    margin: 6px 0 6px 0;
}
.radio_buttons {
    /*height: 30px;
    text-align: center; */
    margin-bottom: 5px;
    margin-top: 5px;
}
input[type="radio"] {
    margin-right: 5px;
    margin-left: 0px;

}
label {
    margin-right: 00px;
}
#submit {
    width: 100%;
    height: 30px;
    margin-top: 50px;
    background-color: rgb(209, 209, 209);
    border-radius: 5px;
    border: 1px solid gray; 
}
.cancel_button {
font-size: 20pt;
width: 100%;

}
.cancel_button img {
width: 40px;
margin: 0px 10px 20px 0px;
}  
div .page-title {
clear: right;
font-size: 22px;
font-weight: 510;
margin-top: 0;
margin-bottom: 30px;
}
#cashInput {
    display: none;

}
#cashInput input {
    background-color: rgb(242, 252, 242);

}
#new_reservation {
    display: none;
}
#titleViewContainer {
    display: flex;
    justify-content: space-between;
}
.listDetailView {
    padding: 3px 7px 3px 7px; 
    border: 1px solid gray;
}

/* For All Pages */
a:link {
    color: rgb(80, 80, 80);
    text-decoration: none;
}
a:visited {
    color: rgb(80, 80, 80);
    text-decoration: none;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
.main {
    /*border: 3px solid gold;*/
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.icons-main {
    min-height: 40px;
    margin-top: 10px;
}
div .icons-main img {
    width: 25px;
}
div .small-icon-left {
    float: left;
    font-size: 20pt;
}
div .small-icon-right {
    float: right;
    margin-left: 10px;
}
.tabs {
    border-bottom: solid 1px rgb(197, 197, 197);
    min-height: 30;
    margin-bottom: 20px;
}
.tabs ul {
    list-style-type: none;
    font-size: 10pt;
    color: rgb(80, 80, 80);
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    
}
.tabs li{
    padding-bottom: 12px;

}
.reservations {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    border: 1px solid ;
    border-color: rgb(197, 197, 197);
    border-radius: 10px;
    padding: 15px;
    padding-right: 5px;
    padding-left: 15px;
}
.res-detail1 {
    font-size: 10pt;
    margin-bottom: 15px;
    color: rgb(51, 51, 51);
}
.res-detail2 {
    font-size: 12pt;
    font-weight: bold;
    color: rgb(51, 51, 51);
}
.res-detail3 {
    font-size: 11pt;
    font-weight: bold;
    color: rgb(51, 51, 51);
}
.res-detail4 {
    font-size: 9pt;
    margin-top: 15px;
    color: rgb(151, 151, 151);
}
.res-source {
    float: right;
    padding: 10px;
}
.res-source img{
    height: 40px;
    border-radius: 50%;
}
.bottom-nav {
    border-top: 1px solid rgb(80, 80, 80);
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10;
    background-color: #fcfcfc;
}
.bottom-nav ul {
    list-style-type: none;
    font-size: 10pt;
    color: rgb(80, 80, 80);
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    
}
.bottom-nav li{
    margin-bottom: 12px;
    float: left;
    text-align: center;
    font-size: 9px;

}
.bottom-nav img{
    height: 35px;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px;

}

/* For ViewReservation.php */
.paymentDataHeader {
    font-weight: bold;
    margin-bottom: 5px;
}
.paymentDataFooter {
    font-weight: bold;
    margin-top: 10px;
}
.paymentData {
    display: flex;
    justify-content: space-between;
}
.paymentDate {
   width: 30%;
}
.paymentMethod {
    width: 25%;
}
.paymentAmount {
    width: 30%;
    text-align: right;
}
.reserDetailTitle {
    font-size: 22px;
    font-weight:bold;
}
.col-left {
    float: left;
    width: 70%;
}
.col-right {
    float: left;
    width: 30%;
    text-align: right;
}
.row {
    content: "";
    clear: both;
    padding: 5px 25px 5px 25px;
}
form .row:first-child {
    content: "";
    clear: both;
    padding: 5px 25px 5px 25px;
}
form .row:last-child {
    content: "";
    clear: both;
    padding: 25px 25px 5px 25px;
}
.separator {
    border-bottom: 8px solid rgb(229, 229, 229);
    padding: 20px 0 10px 0;
    width: 100%;
    margin-left: 0;
}
.bookingDetailsBlock {
    border-bottom: 1px solid rgb(227, 227, 227);
}
.bookingDetailsData {
    font-size: 10.5pt;
    color: rgb(130, 130, 130);
}
#reserTotal .row:last-child {
    padding-top: 25px;
    font-weight: bold;
}
#agentPayout .row:last-child {
    padding-top: 25px;
    font-weight: bold;
}
#viewReservation textarea, #editReservation textarea {
    width: 100%;
    height: 125px;
    border-radius: 7px;
    background-color: transparent;
    font-size: 13pt;
}
#viewReservation input[type="submit"], #editReservation input[type="submit"], #csvUploadSubmit, input[type="reset"], input[type="submit"] {
    width: 100%;
    margin-top: 17px;
    height: 45px;
    border-radius: 7px;
    font-size: 12pt;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid black;
    color: rgb(67, 67, 67);
}
#viewReservation .row, #editReservation .row {
    content: "";
    clear: both;
    padding: 25px 25px 5px 25px;
}
.reserDetail {
    color: rgb(110, 110, 110);
}
.reserDetailName {
    font-weight: bold;
    font-size: 13pt;
    padding: 5px 0 5px 0;
}
.reserDetailStatus {
    font-size: 11pt;
    margin-top: 35px;
}
#phone {
    text-align: center;
    margin-top: 15px;
}
#viewReservation form, #editReservation form {
    margin-bottom: 0;
}
#reservationPaymentStatus {
    padding-bottom: 25px
}
#reservationTotal {
    font-size: 15pt;
    font-weight: bold;
}
#bookingDetails .row {
    content: "";
    clear: both;
    padding: 15px 25px 15px 25px;

}
#guestPaid .row {
    content: "";
    clear: both;
    padding: 5px 25px 5px 25px;
}
#guestPaid .row:first-child {
    content: "";
    clear: both;
    padding: 25px 25px 5px 25px;
}
#payout .row {
    content: "";
    clear: both;
    padding: 5px 25px 5px 25px;
}
#payout .row:first-child {
    content: "";
    clear: both;
    padding: 25px 25px 5px 25px;
}

/* For EditReservation.php */
#editReservation .edit {
    border: 0;
    padding: 0;
    font-size: 12pt;
    width: auto;
    min-width: 10px;
}
#editReservation .phone {
    padding-top: 20px;
}

/* For expenses.php */

.expenseNavIcon img,  .expenseNavText{
    height: 35px;
}
.expenseNavIcon {
    float: left;
}
#expense_menu .row {
    padding: 0;
    margin: 12.5px 15px 12.5px 15px;
}
.expenseNavText {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color:rgb(67, 67, 67);
}
#expense_menu {
    display: none;
    z-index: 2;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fcfcfc;


}
#expense_menu_button  {
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.menu_nav_container {
    padding: 0px 0 10px 0;
}
#dimmer {
    background-color: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
#expenseContainer2 {
    display: flex;
    gap: 10px;
    padding: 0
}
.expenseThumbnail {
    max-width: 60px;
    max-height: 70px; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}
.expenseThumbnailContainer {
    border: 0.5px solid #d8d8d8;
    border-radius: 5px;
    width: 25%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* For NewExpenseReport.php */

#new_report {
    display: none;
}
#new_report .newReservationPageTitle {
    text-align: center;
}
#date_to {
    float: right;
}
#date_from {
    float: left;
}
#new_report input[type="date"] {
    width: auto;
    min-width: 48%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid gray;
}
#new_report .row {
    margin-top: 30px;
}
#new_report label {
    margin-bottom: 10px;
}
#cancel_report {
    width: 42%;
    height: 30px;
    margin-top: 50px;
    border-radius: 5px;
    border: 1px solid rgb(91, 195, 255);
    background-color: transparent;
    float: left; 
}
#save_report {
    width: 55%;
    height: 30px;
    margin-top: 50px;
    background-color: rgb(91, 195, 255);
    border-radius: 5px;
    border: 1px solid rgb(91, 195, 255); 
    color: white;
    float: right;
}
/* For NewExpense.php */
#newExpenseInput input[type="file"]::-webkit-file-upload-button {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    margin-top: 45px;
}
#newExpenseInput {
    width: 90%; 
    height: 150px;
    margin: 10px 0; 
    padding: 0; 
    display: flex; 
    justify-content: space-around;
    border: 1px solid rgb(91, 195, 255);
    border-radius: 5px;

}
.sec2_newExpense {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#new_expense .newReservationPageTitle {
    text-align: center;
}
#expense_date_to {
    float: right;
}
#expense_date_from {
    float: left;
}
#new_expense input[type="date"]{
    width: auto;
    min-width: 50%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid gray;
}
#new_expense .row {
    margin-top: 30px;
}
#new_expense label {
    margin-bottom: 10px;
}
#cancel_report {
    width: 42%;
    height: 30px;
    margin-top: 50px;
    background-color: rgb(209, 209, 209);
    border-radius: 5px;
    border: 1px solid rgb(91, 195, 255);
    background-color: transparent;
    float: left; 
}
#save_report {
    width: 55%;
    height: 30px;
    margin-top: 50px;
    background-color: rgb(91, 195, 255);
    border-radius: 5px;
    border: 1px solid rgb(91, 195, 255); 
    color: white;
    float: right;
}
#merchant {
    width: auto;
    min-width: 50%;
}
#new_expense .row {
    padding: 0;
}
#uplaodImageDiv {
    float: right; 
    width: auto;
}
#new_expense input, #new_expense select {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#new_expense .row {
    margin-top: 15px;
}

/* slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  #new_expense input:checked + .slider {
    background-color: #2196F3;    
  }
  
  #new_expense input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  #new_expense input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /* For Earnings */
  #earnings .row {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
  }
  #earnings .row::after {
    content: "";
    display: block;
    clear: none;
    margin: auto;
}
  .net {
    padding: 20px 0 0 0;
    font-weight: bold;
  }
  .earningBlocks {
    margin-top: 25px;
  }
  #earnings .reserDetailTitle {
    padding-bottom: 15px;
  }
  /* For import.php (atlease one entry is elsewhere in file) */
  #uploadLabel {
    margin-top: 50px;
    margin-bottom: 5px;
  }
  
  input[type="file"] {
    border: 1px solid rgb(91, 195, 255);
    width: 100%;
    margin-bottom: 25px;

  }
  input[type="file"]::-webkit-file-upload-button {
    color: white;
   background-color: rgb(91, 195, 255); 
   border: 0;
   width: 120px;
   height: 30px;
   margin-right: 15px;
   
  }
  /* For Menu */
.menuList ul {
    list-style-type: none;
    font-size: 10pt;
    color: rgb(80, 80, 80);
    padding: 0 0 25px 0;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px solid gray;
}
.menuImage {
    width: 25px;
    vertical-align: middle;
    margin: 7.5px 10px 7.5px 0;
    
    
}
#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
}
/* For Reservation List */
.reservationList ul {
    list-style-type: none;
    font-size: 10pt;
    color: rgb(80, 80, 80);
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    
} 
.reservationList li:nth-child(1) {
    width: 27%;
}   
.reservationList li:nth-child(2) {
    width: 24%;
}
.reservationList li:nth-child(3) {
    width: 5%;
}    
.reservationList li:nth-child(4) {
    width: 15%;
}
.reservationList li:nth-child(5) {
    width: 20%;
    text-align: right;
}
.reservationListHeader {
    border-bottom: solid 1px;
    margin-bottom: 10px;
    font-weight: bold;
}
/* For Monthly Report */
.monthlyReportList ul {
    list-style-type: none;
    font-size: 10pt;
    color: rgb(80, 80, 80);
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    
} 
.monthlyReportList li:nth-child(1) {
    width: 27%;
}   
.monthlyReportList li:nth-child(2) {
    width: 24%;
}
.monthlyReportList li:nth-child(3) {
    width: 5%;
}    
.monthlyReportList li:nth-child(4) {
    width: 4%;
}
.monthlyReportList li:nth-child(5) {
    width: 4%;
}
.monthlyReportList li:nth-child(6) {
    width: 4%;
}
.monthlyReportList li:nth-child(7) {
    width: 20%;
    text-align: right;
}
.monthlyReportListHeader {
    border-bottom: solid 1px;
    margin-bottom: 10px;
    font-weight: bold;
}
/* For Monthly expense list */
.monthlyExpenseList ul {
    list-style-type: none;
    font-size: 10pt;
    color: rgb(80, 80, 80);
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
} 
.monthlyExpenseList li:nth-child(1) {
    width: 18%;
}   
.monthlyExpenseList li:nth-child(2) {
    width: 25%;
}
.monthlyExpenseList li:nth-child(3) {
    width: 13%;
}    
.monthlyExpenseList li:nth-child(4) {
    width: 8%;
}
.monthlyExpenseList li:nth-child(5) {
    width: 4%;
}
.monthlyExpenseList li:nth-child(6) {
    width: 20%;
    text-align: right;
}
/* For Transactions List */
.transactionList ul {
    list-style-type: none;
    font-size: 10pt;
    color: rgb(80, 80, 80);
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    
} 
.transactionList li:nth-child(1) {
    width: 16%;
}   
.transactionList li:nth-child(2) {
    width: 26%;
}
.transactionList li:nth-child(3) {
    width: 15%;
}    
.transactionList li:nth-child(4) {
    width: 17%;
}
.transactionList li:nth-child(5) {
    width: 20%;
    text-align: right;
}
.monthlyReportListHeader {
    border-bottom: solid 1px;
    margin-bottom: 10px;
    font-weight: bold;
}
/* For viewReport.php */
#viewReprotOptionBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#reportContainer {
    background-color: #2196F3;
    border-radius: 4px;
    padding: 15px;
    color: white;
    margin-top: 7px;
    
}
#viewReportTotal {
    font-size: 17pt;
    font-weight: bold;
}
#viewReportStatus {
    border: 1px solid gray; 
    padding: 3px 5px 3px 5px;
    margin-bottom: 10px; 
    color: gray; 
    border-radius: 3px; 
    font-size: 8pt;
    background-color:rgb(239, 239, 239);
}
#expensesContainer {
    padding: 0 25px 0 25px; 
}
#expenseContainer {
    display: flex;
    gap: 10px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid gray;
}
.viewReportRes {
    color: gray;
    font-size: 10pt;
}
#reportActions {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: white;
    box-shadow: 0 -1px 20px rgb(208, 208, 208);
    padding: 15px 20px 15px 20px;
}
#reportExpenseDetails {
    Padding: 15px 15px 15px 15px;
    margin: 0 10px 0px 10px;
    background-color: #fcfcfc;
}
.reportExpenseText {
    display: flex; 
    justify-content: space-between;
    margin: 7px 0 7px 0;

}
.reportExpenseText:last-child {
    font-weight: bold;
}
.reportActionsContainer {
    display: flex; 
    flex-direction: row-reverse;
    justify-content: space-between;
}
#submitReport {
    width: 100%; 
    margin-top: 0;
    background-color: #2196F3;
    border: 0;
    color: white;
    font-weight: 200;
}
#addReportExpense {
    width: 100%; 
    margin-top: 0;
    border: 0;
    background-color: rgb(201, 235, 254);
    color: #2196F3;
    font-weight: 200;
}
#removeExpense {
    width: 100%; 
    margin-top: 0;
    border: 0;
    background-color: rgb(255, 202, 200);
    color: rgb(255, 56, 49);
    font-weight: 200;
}
#reimIcon {
    font-size: 8pt;
    border: 1px solid gray;
    color: gray;
    padding: 0 2px 0 2px;
}
#expenseDetail {
    font-size: 11pt;
    font-weight: bold;
    padding: 35px 0;
}
#expenseContainerBox {
    background-color: #2bd76a;
    border-radius: 4px;
    padding: 15px;
    color: white;
    margin-top: 7px;
    
}
#expenseComment {
    width: 100%; 
    margin-top: 0;
    background-color: #2bd76a;
    border: 0;
    color: white;
    font-weight: 200;
}
#expensesContainer input[type="file"] {
    border: 1px solid #2bd76a;
    width: 100%;
    margin-bottom: 25px;

  }
  #expensesContainer input[type="file"]::-webkit-file-upload-button {
    color: white;
   background-color: #2bd76a; 
   border: 0;
   width: 120px;
   height: 30px;
   margin-right: 15px;
   
  }
  /* View Expense */
  #rerportAssociation {
    margin-top: 10px;
    padding: 5px 15px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    font-size: 11pt;
    

  }
  /* For Bank Transactions */
.bankTransactionList ul {
    list-style-type: none;
    font-size: 10pt;
    color: rgb(80, 80, 80);
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    
} 
.bankTransactionList li:nth-child(1) {
    width: 16%;
}   
.bankTransactionList li:nth-child(2) {
    width: 43%;
}
.bankTransactionList li:nth-child(3) {
    width: 15%;
}    
.bankTransactionList li:nth-child(4) {
    width: 20%;
    text-align: right;
}
#searchBox {
    background-color: #f3f3f3;
    border: #2b2b2b solid 1px;
    color: #000;
}
/*  Calendar */
.calendarTiles {
    border: 1px solid gray;
    border-radius: 7px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.calendarTilesText {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#calendarTilesCal {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.open {
    background-color: gray;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: auto;
}
.reserved {
    background-color: gray;
    border-radius: 0;
    width: 100%;
    height: 70%;
    margin: auto;
}
.reserved_firstDay {
    background-color: gray;
    border-radius: 50% 0 0 50% ;
    width: 70%;
    height: 70%;
}
.reserved_lastDay {
    background-color: gray;
    border-radius: 0 50% 50% 0;
    width: 70%;
    height: 70%;
}
.reserved_both {
    background-color: gray;
    border-radius: 0 5px 5px 0;
    width: 5px;
    height: 70%;
    overflow: visible;
}
.slot {
    width: 17.5px;
    height: 17.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calendarTilesCalWeek {
    display: flex;
    justify-content: space-between;
}
#calendarTilesTextDetail {
    color: gray;
}
#calendarTilesTextDetail div{
    font-size: 8pt;
}
.calendarTilesTextTitle {
    font-size: 9pt; 
    font-weight: 600;
    margin-bottom: 10px;
}
.background {
    background-color: #d1b94d;
}