html, body {
  height: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px; }

  .btn-email {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .table-wrapper {
    position: relative;
    overflow: auto;
  }

/* Fixing Second Column Of Reservation Requests Page  */


  /* end of second fixing css */
  
  .table-fixed th:first-child,
  .table-fixed td:first-child {
    position: sticky;
    left: 0;
    background-color: #fff; /* Optional: Set the background color of the sticky column */
    /* z-index: 1; */
    box-shadow: 4px 0 5px -2px rgba(0, 0, 0, 0.2); /* Add a shadow to the right of the sticky column */
  }
  
  .table-fixed th:first-child {
    z-index: 2;
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2); /* Add a shadow below the sticky header */
  }
  
  .table-fixed thead th:first-child {
    position: sticky;
    top: 0;
    background-color: #fff; /* Optional: Set the background color of the sticky header */
    z-index: 3; /* Increase the z-index of the sticky header to appear above the sticky left column */
    box-shadow: 4px 0 5px -2px rgba(0, 0, 0, 0.2); /* Add a shadow to the right of the sticky header */
  }
  
  
  /* Fix the position of the table header */
  .table-fixed thead {
    position: sticky;
    top: 0;
    background-color: #fff; /* Optional: Set the background color of the sticky header */
    z-index: 1;
  }
  .button-container {
    display: flex;
    align-items: center;
  }
  .increment-button {
    margin: 0 5px;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    background-color: #0284f7;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
  }
  
  .increment-button:hover {
    background-color: #161718;
  }

  
  .comment-header {
  text-align: center;
  position: relative;
}

.comment-title {
  text-align: center;
  margin: auto; /* Center-align the text */
  white-space: nowrap; /* Prevent text from wrapping */
}

.comment-title::after {
  content: "\A"; /* Add a line break after each two words */
  white-space: pre; /* Preserve white space */
}


.comment-title b {
  font-weight: bold;
}

  
  .btn-email:hover {
    background-color: #0062cc;
    border-color: #0062cc;
  }

  .mail-wrapper{
    display: none;
  }
  .prompt {
  
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto; 
  }
  
  .prompt-card {
    background-color: #fff;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin:auto;
  }
  
  .prompt-card h2 {
    font-size: 24px;
    margin-bottom: 18px;
    color:black;
  }

  .prompt-card label {
    display: block;
    margin-bottom: 8px;
    padding-left:2px;
  }
  
  .prompt-card input[type="text"],.prompt-card input[type="number"],.prompt-card input[type="date"],.prompt-card input[type="email"],.prompt-card select,
  .prompt-card textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  
  .prompt-card button {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .prompt-card button.cancel {
    background-color: #f04b4b;
    margin-right: 10px;
  }
   
.text-divider {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 14px;
  margin: 30px 0; }
  .text-divider:before {
    content: '';
    display: block;
    height: 1px;
    flex: 1;
    background: #b3b3b3;
    margin-right: 10px; }
  .text-divider:after {
    content: '';
    display: block;
    height: 1px;
    flex: 1;
    background: #b3b3b3;
    margin-left: 10px; }

.btn {
  font-size: 15px;
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  line-height: 14px;
  border-radius: .5rem; }
  .btn .btn-sm {
    padding: 12px 20px;
    font-size: 12px; }
  .btn .btn-lg {
    padding: 20px 40px;
    font-size: 16px; }
  .btn .btn-block {
    width: 100%;
    justify-content: center; }
  .btn .btn-white {
    background: white;
    color: black; }
    .btn .btn-white:hover, .btn .btn-white:focus {
      background: rgba(255, 255, 255, 0.8); }
  .btn .btn-floating {
    height: 50px;
    width: 50px;
    padding: 0;
    font-size: 18px !important;
    justify-content: center;
    border-radius: 50%; }
    .btn .btn-floating .btn-sm {
      height: 35px;
      width: 35px;
      font-size: 14px !important; }
    .btn .btn-floating .btn-lg {
      height: 65px;
      width: 65px;
      font-size: 22px !important; }



.form-control {
  font-size: 14px;
  transition: all .3s; }

.custom-checkbox {
  user-select: none; }

.form-wrapper {
  padding: 30px 20px;
  min-height: 100%; }
  .form-wrapper .container, .form-wrapper .container-fluid {
    min-height: 100%; }

@media (max-width: 500px) {
  .form-wrapper {
    display: block !important;
    padding: 20px 10px !important; } }

a {
  color: #673ab7; }
  a:hover, a:focus {
    color: #46287d; }

.btn-primary {
  background: #002E6D;
  border: none;
  border-radius: 10px !important; }

.btn-outline-primary {
  border-color: #002E6D;
  color: #673ab7; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    border-color: transparent !important;
    color: white;
    background: #002E6D !important; }

.form-wrapper {
  display: flex;
  align-items: center; }
#search-input{
  background-color: rgb(203, 211, 214);
  color: black;
  
}
#search-input::placeholder {
  color: #000000; /* Dark black color */
}
  

  
.card {
  border: none;
  margin: auto;
  border-radius: 50px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
  overflow: hidden; }
  .card .row .col {
    padding: 30px;
    min-height: 500px; }
    .card .row .col:first-child {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      text-align: center;
      background-size: cover !important;
      background-position: center !important;
      position: relative; }
      .card .row .col:first-child > * {
        position: relative;
        z-index: 1; }
      .card .row .col:first-child:before {
        content: '';
        display: block;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0; }

.form-group {
  margin-bottom: 20px; }
  .form-group .form-icon-wrapper {
    position: relative; }
    .form-group .form-icon-wrapper .form-icon-left, .form-group .form-icon-wrapper .form-icon-right {
      padding: 0;
      transform: translateY(-50%);
      top: 50%;
      font-size: 16px;
      border: none;
      position: absolute;
      z-index: 4;
      background: none;
      transition: opacity .3s;
      color: #b3b3b3; }
    .form-group .form-icon-wrapper .form-icon-left {
      left: 15px; }
    .form-group .form-icon-wrapper .form-icon-right {
      right: 15px;
      left: auto; }

.form-control {
  height: auto;
  padding: 13px 20px;
  padding-left: 45px;
  border: none;
  background: #f2f2f2;
  border-radius: 10px !important; }
  .form-control:focus {
    box-shadow: none;
    color: black;
    background: #ebebeb; }



.form-shape-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column; }
  .form-shape-wrapper .form-shape {
    height: 50%;
    position: relative; }
    .form-shape-wrapper .form-shape:first-child {
      background: #002E6D;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .form-shape-wrapper .form-shape:first-child svg path {
        fill: white; }

@media (max-width: 500px) {
  .social-links {
    display: block; }
    .social-links a {
      margin-bottom: 15px;
      justify-content: left; } }

@media (max-width: 992px) {
  .card .row .col {
    min-height: auto; } }


/* ////Popup Css */
/* Popup styles */
.popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff3333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 9999;
}

.popup i {
  font-size: 30px;
  margin-right: 10px;
}

.popup p {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.table-title {
  padding: 15px;
  background-image:#002E6D ;
  background-color: #002E6D;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}


.promptadd {
  
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.prompt-card-add {
  background-color: #fff;
  padding: 20px;
  max-width: 350px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.prompt-card-add h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.prompt-card-add label {
  display: block;
  margin-bottom: 10px;
}

.prompt-card-add input[type="text"],
.prompt-card-add textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}

.prompt-card-add button {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}

.prompt-card-add button.addcancel {
  background-color: #f04b4b;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
 
}
.Add-wrapper{
  display: none;
}








.prompt-action {
  
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.prompt-card-action {
  background-color: #fff;
  padding: 20px;
  max-width: 350px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.prompt-card-action h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.prompt-card-action label {
  display: block;
  margin-bottom: 10px;
  
}

.prompt-card-action input[type="text"],
.prompt-card-action input[type="number"], 
.prompt-card-action textarea,.prompt-card-action select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}

.prompt-card-action button {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}

.prompt-card-action button.addcancel {
  background-color: #f04b4b;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
 
}
.action-wrapper{
  display: none;
}
#relocate{display:none;}
.loader-container-wrapper{
  display:none;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3); /* Add a semi-transparent background */
  z-index: 9999;
}


.loader{
  width: 150px;
  height: 150px;
  margin: 40px auto;
  transform: rotate(-45deg);
  font-size: 0;
  line-height: 0;
  background-color: white;
  animation: rotate-loader 5s infinite;
  padding: 22px;
  border: 1px solid #002E6D;

}
.loader .loader-inner{
  position: relative;
  display: inline-block;
  width: 50%;
  height: 50%;
}
.loader .loading{
  position: absolute;
  background: #002E6D;
}
.loader .one{
  width: 100%;
  bottom: 0;
  height: 0;
  animation: loading-one 1s infinite;
}
.loader .two{
  width: 0;
  height: 100%;
  left: 0;
  animation: loading-two 1s infinite;
  animation-delay: 0.25s;
}
.loader .three{
  width: 0;
  height: 100%;
  right: 0;
  animation: loading-two 1s infinite;
  animation-delay: 0.75s;
}
.loader .four{
  width: 100%;
  top: 0;
  height: 0;
  animation: loading-one 1s infinite;
  animation-delay: 0.5s;
}
@keyframes loading-one {
  0% {
      height: 0;
      opacity: 1;
  }
  12.5% {
      height: 100%;
      opacity: 1;
  }
  50% {
      opacity: 1;
  }
  100% {
      height: 100%;
      opacity: 0;
  }
}
@keyframes loading-two {
  0% {
      width: 0;
      opacity: 1;
  }
  12.5% {
      width: 100%;
      opacity: 1;
  }
  50% {
      opacity: 1;
  }
  100% {
      width: 100%;
      opacity: 0;
  }
}
@keyframes rotate-loader {
  0% {
      transform: rotate(-45deg);
  }
  20% {
      transform: rotate(-45deg);
  }
  25% {
      transform: rotate(-135deg);
  }
  45% {
      transform: rotate(-135deg);
  }
  50% {
      transform: rotate(-225deg);
  }
  70% {
      transform: rotate(-225deg);
  }
  75% {
      transform: rotate(-315deg);
  }
  95% {
      transform: rotate(-315deg);
  }
  100% {
      transform: rotate(-405deg);
  }
}