
  @import url("https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900");
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
  }
  body {
    display: flex; /* Ensure the sidebar and content are side by side */
    min-height: 100vh;

  }
  .container-fluid{
    width: 100%;
    display: flex;
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .add{
    width: auto;
    height: 80px;
    padding: 30px 10px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }


/* Custom styling for the right-side panel */
.rpd{
  padding: 0px 15px 0 15px;
}
.right-panel {
  position: fixed;
  top: 0;
  right: -30%; /* Initially hidden off-screen */
  width: 30%;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease;
  z-index: 1050;
  padding: 20px;
  overflow: auto;
}

.right-panel.open {
  right: 0; /* Slide in when active */
}

.add {
  margin: 20px;
}

.add i {
  font-size: 50px;
  color: #757575;
}

/* Overlay for clicking outside to close the panel */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1040; /* Below the right panel */
  display: none;
}

.form-label{
font-size: 12px;
font-weight: 700;

margin-bottom: 0.4rem;
}

.form-control {

font-size: 0.9rem;
border-radius: unset;

}
/*--------------------------------------------------------------------------------------------*/
/* Custom styling for the right-side panel button */
    .button {
    display: inline-flex;
    align-items: center;
    border: none;
    font-size: inherit;
    color: black;
    background-color: orange;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    outline: none;
    transition: all 0.3s ease;
    user-select: none; /* Prevent text selection */
    border-radius: 1px; /* Rounded corners */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.button:hover {
    background: #ffc107; /* Darker background on hover */
    transform: scale(1.05); /* Slight scale up */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
    animation: pulse 1s infinite; /* Pulse effect on hover */
}

.button:active {
    background: #ffc107; /* Background when clicked */
    transform: scale(0.98); /* Slight scale down effect */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Less intense shadow when pressed */
}

.button .material-icons {
    margin-right: 10px; /* Space between the icon and the text */
    font-size: 24px;
    color: orange;
}
/*--------------------------------------------------------------------------------------------*/

.box{
    padding: 10px 30px 30px 30px;
    margin-top: 20px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;

}
.title_bar{

    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.billing_box{

    padding: 10px 20px 10px 20px;
    margin: 20px 10px 10px 10px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.billign_title{

    font-weight: 600;
    padding: 10px;
    height: 40px;
    background-color: orange;
    align-content: center;
}
#check_in{
    width: 100%;
    font-weight: 600;
    padding: 10px;
    height: 40px;
    align-content: center;
}
#check_out{
    font-weight: 600;
    padding: 10px;
    height: 40px;
    align-content: center;
}
#room_charges_style{
    width: 100%;
    font-weight: 600;
    padding: 10px;
    height: 20px;
    align-content: center;
}
#texes_style{
    width: 100%;
    font-weight: 600;
    padding: 10px;
    height: 20px;
    align-content: center;
}
#pay_amount_style{
    width: 100%;
    font-weight: 600;
    padding: 10px;
    height: 20px;
    align-content: center;
}
#total_amount_style{
    width: 100%;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 30px;
    height: 20px;
    align-content: center;
}
#paid_amount_style{
    width: 100%;
    font-weight: 600;
    padding: 10px;
    height: 20px;
    align-content: center;
}
#balance_style{
    width: 100%;
    font-weight: 600;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 40px;
    align-content: center;
    background-color: #eeeeee;

}
#payment_mode_style{
    width: 100%;
    font-weight: 600;
    margin-top: 40px;
    padding: 10px;
    height: 40px;
    align-content: center;
}
#add_paymentDiv{
    
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    margin: 20px 10px 10px 10px;
    height: auto;
    display: none;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;

}
    .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 40px;
    --bs-modal-margin: 0.5rem;
    }

.modal-title {
/* margin-bottom: 0; */
line-height: var(--bs-modal-title-line-height);
}
.res_box{
    font-size: 12PX;
    padding: 20px;
    height: auto;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.res_box_title{
    font-size: 13PX;
    font-weight: 800;
    margin-top: 10px;
    padding: 20px;
    height: auto;
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}

/*--------------------------------------------------------------------------------------------*/

/* Custom Dropdown Styling */
.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ced4da;
    text-align: left;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    text-align: right;
/*    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);*/
}

.dropdown-menu {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 8px;
    /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
}

.dropdown-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.dropdown-item input {
    margin-right: 8px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-menu input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 6px;
    border: 1px solid #ced4da;
}
/*------------------------------------------------------------------*/

.btn-check:checked + .btn {
    background-color: #ff7300;
    color: white;
    border-color: #ff7300;
    box-shadow: 0 4px 10px rgba(255, 115, 0, 0.4);
}
.btn-outline-primary {


 --bs-btn-color: black;
     --bs-btn-border-color: #ff7300;
    border-radius: 2px;
    padding: 2px 8px 2px 8px;
    color: black;
    border-color: #ff7300;
    transition: all 0.3s ease-in-out;
}
.btn-outline-primary:hover {
    background-color: #ff7300;
    color: white;
    box-shadow: 0 2px 8px rgba(255, 115, 0, 0.6);
}

