/*
*
* Page Loaders
* --------------------------------------------------
*/
.page-loader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	z-index: 9999999;
	background: #fff;
	transition: .3s all ease;
}

.page-loader.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.page-loader.ending {
	display: none;
}

.page-loader .page-loader-body {
	text-align: center;
}

.page-loader .loader {
	color: #fff;
	font-size: 24px;
}

.page-loader .loader span {
	display: block;
}

/* EDITABLE PARAMETERS */
@keyframes flicker {
	0% {
		background: transparent;
	}
	50% {
		background: white;
	}
	100% {
		background: transparent;
	}
}

@keyframes neon {
	0% {
		text-shadow: none;
	}
	50% {
		text-shadow: rgba(255, 255, 255, 0.8) 0 0 8px;
	}
	100% {
		text-shadow: none;
	}
}

.loader {
	padding: .5em;
	width: 5.5em;
	height: 9.5em;
	margin: 100px auto;
	background: #444444;
	position: relative;
	box-shadow: #2b2b2b 0 0 20px inset;
	border-radius: 4px;
}

.loader .hotel-sign {
	padding: .25em 0;
	position: absolute;
	right: -1.5em;
	width: 1.3em;
	content: " ";
	text-align: center;
	background: #444444;
	font-family: sans-serif;
	font-weight: 700;
	border-radius: 4px;
	box-shadow: #2b2b2b 0 0 10px inset;
	animation: neon 3s infinite ease;
}

.loader .hotel-sign span {
	line-height: 1;
}

.loader .window {
	background: white;
	width: .5em;
	height: 1em;
	float: left;
	margin: 0 .5em .5em 0;
	border-radius: 2px;
	animation: flicker 1s infinite ease;
}

.loader .window:nth-of-type(5n) {
	margin: 0 0 .5em 0;
}

.loader .window:nth-child(1) {
	animation-delay: 0.5s;
	animation-duration: 0.5s;
}

.loader .window:nth-child(2) {
	animation-delay: 1s;
	animation-duration: 1s;
}

.loader .window:nth-child(3) {
	animation-delay: 1.5s;
	animation-duration: 1.5s;
}

.loader .window:nth-child(4) {
	animation-delay: 2s;
	animation-duration: 2s;
}

.loader .window:nth-child(5) {
	animation-delay: 2.5s;
	animation-duration: 2.5s;
}

.loader .window:nth-child(5) {
	animation-delay: 1.25s;
	animation-duration: 1.25s;
}

.loader .window:nth-child(6) {
	animation-delay: 1.5s;
	animation-duration: 1.5s;
}

.loader .window:nth-child(7) {
	animation-delay: 1.75s;
	animation-duration: 1.75s;
}

.loader .window:nth-child(8) {
	animation-delay: 2s;
	animation-duration: 2s;
}

.loader .window:nth-child(9) {
	animation-delay: 2.25s;
	animation-duration: 2.25s;
}

.loader .window:nth-child(10) {
	animation-delay: 2.5s;
	animation-duration: 2.5s;
}

.loader .window:nth-child(10) {
	animation-delay: 1s;
	animation-duration: 1s;
}

.loader .window:nth-child(11) {
	animation-delay: 1.1s;
	animation-duration: 1.1s;
}

.loader .window:nth-child(12) {
	animation-delay: 1.2s;
	animation-duration: 1.2s;
}

.loader .window:nth-child(13) {
	animation-delay: 1.3s;
	animation-duration: 1.3s;
}

.loader .window:nth-child(14) {
	animation-delay: 1.4s;
	animation-duration: 1.4s;
}

.loader .window:nth-child(15) {
	animation-delay: 1.5s;
	animation-duration: 1.5s;
}

.loader .window:nth-child(16) {
	animation-delay: 1.6s;
	animation-duration: 1.6s;
}

.loader .window:nth-child(17) {
	animation-delay: 1.7s;
	animation-duration: 1.7s;
}

.loader .window:nth-child(18) {
	animation-delay: 1.8s;
	animation-duration: 1.8s;
}

.loader .window:nth-child(19) {
	animation-delay: 1.9s;
	animation-duration: 1.9s;
}

.loader .window:nth-child(20) {
	animation-delay: 2s;
	animation-duration: 2s;
}

.loader .window:nth-child(20) {
	animation-delay: 1.33333s;
	animation-duration: 1.66667s;
}

.loader .window:nth-child(21) {
	animation-delay: 1.4s;
	animation-duration: 1.75s;
}

.loader .window:nth-child(22) {
	animation-delay: 1.46667s;
	animation-duration: 1.83333s;
}

.loader .window:nth-child(23) {
	animation-delay: 1.53333s;
	animation-duration: 1.91667s;
}

.loader .window:nth-child(24) {
	animation-delay: 1.6s;
	animation-duration: 2s;
}

.loader .window:nth-child(25) {
	animation-delay: 1.66667s;
	animation-duration: 2.08333s;
}

.loader .window:nth-child(26) {
	animation-delay: 1.73333s;
	animation-duration: 2.16667s;
}

.loader .window:nth-child(27) {
	animation-delay: 1.8s;
	animation-duration: 2.25s;
}

.loader .window:nth-child(28) {
	animation-delay: 1.86667s;
	animation-duration: 2.33333s;
}

.loader .window:nth-child(29) {
	animation-delay: 1.93333s;
	animation-duration: 2.41667s;
}

.loader .window:nth-child(30) {
	animation-delay: 2s;
	animation-duration: 2.5s;
}

.loader .door {
	background: white;
	position: absolute;
	bottom: 0;
	width: 1em;
	height: 1.5em;
	left: 50%;
	margin-left: -.5em;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}



#datetime {
  /* border: 5px dotted #d9b745; */
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: colorChange 200s steps(3, end) infinite; /* Animation properties */

}

@keyframes colorChange {
  0% { background-color: black; }
  33% { background-color: yellow; }
  66% { background-color: red; }
  100% { background-color: blue; }
}

/* ====================== Registration forms Responsive Styles  ========================== */
.g-recaptcha {
  transform: scale(0.77); -webkit-transform: scale(0.77);
}
.g-recaptcha-badge {
  transform: scale(0.77); -webkit-transform: scale(0.77);
} 

.containersss {
  width: 100%;
  padding: 20px;
  margin: 0 auto;  /* Centers the container horizontally */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Standard box shadow */
  
}

/* Container for the entire form */
.form-container {
    background: linear-gradient(150deg, black 33%, 	 #d9b745 34%, 	 #d9b745 66%, black 67%);
    padding: 30px 50px 50px;
  }
  .form-containers {
    background: linear-gradient(150deg, black 33%, 	#d9b745 34%, 	#d9b745 66%, black 67%);
    padding: 20px 10px 10px;
  }

  @media only screen and  (max-width: 768px) {
    
    .form-container {
      background: linear-gradient(150deg, black 33%, 	#d9b745 34%, 	#d9b745 66%, black 67%);
      padding: 20px 10px 15px;
    }
   /* Form title */
   .form-container .title {
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0 0 0px;
  }
 .headingtitle  {
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0 0 0px;
  }
   /* Form icon container */
   .form-horizontal .form-icon {
    height: 50px;
    width: 50px;
  }
     /* Form group container */
  .form-horizontal .form-group {
    margin: 0 0 5px;

  }
  
  /* Form labels */
  /* .form-group label {
   display: none;
  } */
  
  
  /* Form input fields */
  .form-horizontal .form-control {
    color: #000;
    font-size: 8px;
    font-weight:bold;
    height: 20px;
    padding: 10px 10px 10px 30px;
    margin: 0 0 2px;
  }
    /* Form input fields */
    .form-horizontal .form-groups input[type="password"] ,.form-horizontal .form-groups input[type="email"] {
      color: #000;
      font-size: 8px;
      font-weight:bold;
      height: 30px;
      padding: 5px 5px 5px 10px;
      margin: 0 0 0px;
    }
  .form-horizontal .textarea_terms {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 150px;
    width:100%;
    padding: 10px 10px 10px 30px;
    margin: 0 0 0px;
  }
   .textarea_terms {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 150px;
    width:100%;
    padding: 10px 10px 10px 30px;
    margin: 0 0 0px;
  }

  /* Placeholder text style within input fields */
  .form-horizontal .form-control::placeholder ,.form-horizontal .textarea_terms::placeholder{
    color: #000;
    font-size: 6px;
    font-weight: bold;
  }
  
  /* Form radio button */
   .form-radio {
    height: 5px;
    width: 5px;
    margin: -65px auto 10px;
    border-radius: 50%;
  }
  .customer-checkbox{
    height: 10px;
    width: 10px;
  }
    /* Form view images style */
    .form-images {
      width:30px;
      height:30px;
    }
  }

  @media only screen and  (max-width: 360px) {
    /* Form input fields */
    .form-horizontal .form-groups input[type="password"] ,.form-horizontal .form-groups input[type="email"] {
      color: #000;
      font-size: 8px;
      font-weight:bold;
      max-width: 200px;
      height: 30px;
      padding: 5px 5px 5px 10px;
      margin: 0 0 0px;
    }
  }
  /* Form title */
  .form-container .title ,.form-containers .title{
    color: #fff;
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
  
  .headingtitle{
    color: #fff;
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }

  /* Form icon container */
  .form-horizontal .form-icon {
    height: 90px;
    width: 90px;
    margin: -65px auto 10px;
    border-radius: 50%;
  }
  
  
  /* Form group container */
  .form-horizontal .form-group {
    margin: 0 0 10px;
    position: relative;
  }
  
  /* Form labels */
  .form-group label ,.seperatelabel{
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
  }
  
  /* Main form content area */
  .form-container .form-horizontal ,.form-containers .form-horizontal{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  
  /* Form input fields */
  .form-horizontal .form-control {
    color: #000;
    font-size: 9px;
    font-weight: bold;
    height: 40px;
    padding: 10px 10px 10px 30px;
    margin: 0 0 5px;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #ccc, 0 0 5px #888;
    font-family: Verdana, Helvetica, sans-serif;
    border: 1px solid #ccc; /* Light gray border */
  }
  .form-horizontal .form-groups input[type="password"] ,.form-horizontal .form-groups input[type="email"] {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #ccc, 0 0 5px #888;
    font-family: Verdana, Helvetica, sans-serif;
    border: 1px solid #ccc; /* Light gray border */
  }
  .form-horizontal .textarea_terms {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 150px;
    width:100%;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    font-family: Verdana, Helvetica, sans-serif;
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 0px;
    box-shadow: 0 0 0 1px #ccc, 0 0 5px #888;

    /* cursor: pointer; */
  }
  /* Style for focused input fields */
  .form-horizontal .form-control:focus ,.form-horizontal .textarea_terms:focus{
    box-shadow: none;
    border-bottom: 2px solid #d9b745;
  }
  
  /* Placeholder text style within input fields */
  .form-horizontal .form-control::placeholder ,.form-horizontal .textarea_terms::placeholder {
    font-family: Arial, sans-serif;
  font-size: 14px; /* Adjust font size for placeholder text */
  color: #999; /* Set a lighter color for placeholder text */
  }
  
  /* Form radio button */
   .form-radio {
    height: 25px;
    width: 25px;
    margin: -65px auto 10px;
    border-radius: 50%;
  }
  .customer-checkbox{
    height: 20px;
    width: 20px;
  }
  /* Form radio button label*/
  .form-group .radio label span {
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    
  }
  
  /* Submit button (sign-in) */
  .form-horizontal .signin {
    color: #fff;
    background-color: 	black;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    padding: 12px;
    margin-top:25px;
    margin-bottom:25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease 0s;
  }
  
  /* Hover and focus styles for the submit button */
  .form-horizontal .signin:hover,
  .form-horizontal .signin:focus {
    font-weight: 600;
    letter-spacing: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
  
   /* Form loading time hide contents */
  .hide-datas{    
    display:none;
  }
  #processing-message{
    display:none;
    background-color: #ccc; /* Grayed out when disabled */
    cursor: not-allowed;
  }
   /* Form view images style */
  .form-images {
    width:60px;
    height:60px;
  }

   /* Form view images containe div */
   .image-container{
     position:relative;
  }

   /* Form view images close burron*/
.close-buttons{
  position: absolute;
  left: auto;
  right: 15%; 
  top: 6%;
  cursor: pointer;
  border-radius: 100%;
  background-color: black; 
  padding:1px 10px;
}

/* Form view images style*/
.img-in-modals{
  width:80%;
  height:500px;
  border:10px solid black;
}


/* .popup_box */

.popup_box {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  position: fixed; /* Position it relative to the viewport */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  z-index: 999; /* Ensure it appears above other elements */
}

.minwidthset{

  min-width:200px;
}

.price-container {
  display: flex; /* Make elements sit side-by-side */
  justify-content: space-between; /* Align left and right edges */
}

.left-aligned {
  text-align: left;
}

.right-aligned {
  text-align: right;
}
.left-aligned ,.right-aligned {
  padding: 10px 15px; /* Add some padding for better spacing */
  border-radius: 5px; /* Rounded corners for a smoother look */
  background-color: #323232; /* Dark background color */
  color: #fff; /* White text color for better contrast */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* Subtle box-shadow for depth */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 400px) {
  .left-aligned ,.right-aligned {
    font-size: 10px;
  }
}
  /* ====================== Table Views Datas  Responsive Style ========================== */
/* General table styles */
/*table {*/
/*  border-collapse: collapse;*/
/*  border-spacing: 0;*/
/*  width: 100%;*/
/*  margin-left: 1%;*/
/*  margin-right: 1%;*/
/*  border: 1px solid #ddd;*/
/*}*/


/*th {*/
/*  background-color: black;*/
/*  color: white;*/
/*  padding: 20px 0px;*/
/*  font-family: Georgia, serif;*/
/*  min-width:200px;*/
/*}*/


/*td {*/
/*  font-family: Verdana, sans-serif;*/
/*  text-align: center;*/

/*}*/


/*tbody > tr > td > a {*/
/*  text-decoration: none;*/
/*}*/


/*tr:nth-child(even) {*/
/*  background-color: #f2f2f2;*/
/*}*/
/*.tablehead{*/
/*  font-family: Arial, sans-serif; */
/*  font-size: 1.4em; */
/*  font-weight: bold;*/
/*  line-height: 1.5;*/
/*}*/

/*@media only screen and (max-width: 700px) {*/
/*  table {*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0;*/
/*    width: 100%;*/
/*    margin-left: 1%;*/
/*    margin-right: 1%;*/
/*    border: 1px solid #ddd;*/
/*  }*/
  
  

/*  th {*/
/*    background-color: black;*/
/*    color: white;*/
/*    padding: 20px 10px;*/
/*    font-family: Times New Roman, Georgia, Garamond, Palatino;*/
/*     font-size: 15px; */
/*    font-weight: bold;*/
/*    min-width:150px;*/
    
/*  }*/
  

/*  td {*/
/*    font-family: Arial, Helvetica, Verdana, Tahoma;*/
/*    text-align: center;*/
/*    font-size: 10px;*/
/*  }*/
/*}*/
  
/* Invoice Form table */
.invotabhead{
  background-color: gainsboro;
  color: black;
  font-weight: bold;
  padding: 5px 5px;
  font-family: Times New Roman, Georgia, Garamond, Palatino;
  font-size: 20px;
}


/* Invoice Form table */
.invotabheadp{
  background-color: gainsboro;
  color: black;
  font-weight: bold;
  padding: 10px 10px;
  font-family: Times New Roman, Georgia, Garamond, Palatino;
  font-size: 15px;
}
.invotabheadicons{
  background-color: gainsboro;
  font-weight: bold;
  padding: 10px 10px;
  font-family: Times New Roman, Georgia, Garamond, Palatino;
  font-size: 15px;
}
.invotabheadicons a {
  color: green;
}
.invotabheadt{
  background-color:black;
  color: white;
  font-weight: bold;
  padding: 10px 10px;
  font-family: Times New Roman, Georgia, Garamond, Palatino;
  font-size: 15px;
}
.invoicetabdatas{
  width:200px;
}

.invoicebtn {
  /* General styling */
  display: inline-block;
  padding: 10px ;
  width: 100%;
  border: none;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 5px;
  background-color:black; /* Primary blue color */
  color: #fff; /* White text */
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}
  /* Hover effect */
  .invoicebtn:hover ,.invotabheadt:hover ,.invotabheadp:hover ,.invotabhead:hover ,.termsconclick:hover ,.opbalance:hover{
    background-color:#d9b745; /* Slightly darker blue on hover */
    color:white;
  } 

  /* Disabled state */
  .invoicebtn:disabled {
    background-color: #ccc; /* Grayed out when disabled */
    cursor: not-allowed;
  }


 .a{
  text-decoration: none;
 }
 .termsconclick{
  background-color:gainsboro;
  float: left;
  margin-left: 1%;
  color: black;
  font-weight: bold;
  padding: 10px 10px;
  font-family: Times New Roman, Georgia, Garamond, Palatino;
  font-size: 15px;
 }
 .textterm{
   display: none;
   width:100%;
   margin-left: 1%;
   overflow:scroll;
   margin-bottom:10px;
 }
 .form-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.opbalance{
  background-color:white;
  padding:10px;
  color:black;
}


.amountscash{

  font-weight: bold;
  text-align:right;
}

.cashdata{
  padding:10px;
}
.datehost{

  float:right;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding: 10px 10px 10px 40px;
  margin: 0 0 5px;
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0px;
  box-shadow: 5px 5px 10px black;
  cursor: pointer;
  margin-bottom:25px;
}

@media only screen and  (max-width: 360px) {
  #datehostrespo{
    max-width: 170px;
  }
}
@media only screen and  (max-width: 320px) {
  #datehostrespo{
    max-width: 140px;
  }
}

@media only screen and  (max-width: 700px) {
.respoth{
      font-size: 15px;;
}
}






