body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.appscreen-party-main-party2{
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 11;
}
.no-scroll {
  overflow: hidden; /* Disable scrolling */
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4682b4;
  color: #fff;
  padding: 10px 20px;
  /* box-shadow: 10px 10px 10px #380ce61a; */
  height: 60px;
  z-index: 5;
  -webkit-user-select: none;
          user-select: none;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.logo-container img {
  margin-bottom: 2px;
}

.profileicon {
  color: cadetblue;

}
.navordersicon {
  color: cadetblue;
  margin-right: 30px;
}
.planicon {
  color: cadetblue;
  margin-right: 30px;
}
.statusicon {
  color: cadetblue;
  margin-right: 30px;
}
.notifyicon {
  color: cadetblue;
  margin-right: 30px;
}
.statusicon1 {
  color: cadetblue;
  margin-right: 55px;
}
.logo-text {
  font-size: 22px;
  font-weight: bold;
  color: white;
  letter-spacing: 4px;
  /* font-family: "Georgia", serif; */
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* height: 100%; */
}

.user-name {
  margin-right: 10px;
  color: black;
}

.nav-button-login {
  /* padding: 8px 16px; */
  font-size: 14px;
  /* font-weight:lighter; */
  color: #fff;
  background-color: darkseagreen;
  border: none;
  border-radius: 4px;
  width: 90px;
  height: 30px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 20px;
}
.nav-icon-mm {
  color: cadetblue;
  margin-right: 30px;
}
.nav-button-so {
  /* padding: 8px 16px; */
  font-size: 14px;
  /* font-weight: bold; */
  color: #fff;
  background-color: tomato;
  border: none;
  border-radius: 4px;
  width: 90px;
  height: 30px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 5px;
}
.nav-button-ca {
  /* padding: 8px 16px; */
  font-size: 14px;
  /* font-weight: bold; */
  color: #fff;
  background-color: cadetblue;
  border: none;
  border-radius: 4px;
  width: 90px;
  height: 30px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.nav-button:hover {
  background-color: #555;
}

.nav-button:focus {
  outline: none;
}

.nav-button:last-child {
  margin-left: 10px;
}
.navlink {
  text-decoration: none;
  
}
.nav-text-desktop {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: cadetblue;
  margin-right: 20px;
  cursor: pointer;
}
.nav-text-desktop:hover{
color:darkgreen;
/* border: 1px dotted cadetblue; */
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.nav-icon-desktop{
  display: none;
}
.nav-text-desktop-notifications{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: cadetblue;
  margin-right: 20px;
  position: relative;
}
.notififcation-count-nav-bar{
  position: absolute;
  right: -10px;
  top:-17px;
  background-color: tomato;
  color: white;
  /* padding: 2px; */
  border-radius: 50%;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-text-desktop-notifications:hover{
  color:darkgreen;
  /* border: 1px dotted cadetblue; */
  }

  .nav-bar-notifications-container{
    position: absolute;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
            user-select: none;
    right: -100px;
    top: 50px;
    border: 1px solid cadetblue;
    border-radius: 10px;
    padding: 10px;
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex-direction: column;
  }
  .nav-bar-notifications-container-close{
    position: absolute;
    right: 10px;
    background-color: tomato;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
  }
  .nav-bar-notifications-container-cards{
    margin-top: 35px;
  }
  .notifications-nav-text{
    cursor: pointer;
    position: relative;
  }
  .nav-bar-notifications-container-card{
    width: 300px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(222, 234, 222);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .nav-bar-notifications-container-card-text{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-size: 12px;
  }
  .nav-bar-notifications-container-card-text1{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: lightcoral;
    font-size: 12px;
  }
  .nav-bar-notifications-container-card-image{
    border-radius: 10px;
  }
  .nav-bar-notifications-container-card-image img{
    border-radius: 5px;
  }
  .nav-bar-notifications-container-no-notifications{
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: 'Courier New', Courier, monospace;
  }
  .nav-bar-notifications-container-card-clear-button{
    background-color: rgb(250, 142, 123);
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    width: 70px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-bar-notifications-container-card-clear-button:hover{
    background-color: tomato ;
  }
  .nav-bar-notifications-container-card-new{
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    background-color: lightgreen;
    /* padding: 2px; */
    border-radius: 5px;
    font-size: 12px;
    width: 30px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
  }
.hotel-user-nav-popup-arrow{
  height: 30px;
  border: none;
  margin-left: 0.5px;
  border-radius: 4px 4px 4px 4px;
  background-color: cadetblue;
  color: #fff;
}

.nav-popup-box-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  background-color: rgb(224, 255, 255);
  padding: 10px 10px 10px 10px;
  border-radius: 10px 10px 0px 0px;
}

.nav-popup-arrow{
  height: 30px;
  border: none;
  margin-left: 0.5px;
  border-radius: 4px;
  background-color: cadetblue;
  color: #fff;
}

.nav-popup-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-popup-button{
  display: flex;
  border-width: 1px;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  background: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav-popup-button img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.nav-button-label{
  font-size: 10px;
  margin: 0;
  color: cadetblue;
}

.nav-popup-games-icon{
  width: 20px;
  color: cadetblue;
}

.nav-popup-status-icon{
  width: 20px;
  color: cadetblue;
}

.nav-popup-qr-icon{
  width: 20px;
  color: cadetblue;
}
.nav-popup-support-icon{
  width: 20px;
  color: cadetblue;
}

.nav-popup-location{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 10px;
}

.nav-popup-location-icon{
  width: 25px;
  height: 25px;
  border-radius: 7px 0px 0px 7px;
  margin-left: 5px;
} 

.nav-popup-location-name{
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-popup-location-name p{
  font-family: Arial, Helvetica, sans-serif;
  color: cadetblue;
  padding: 0;
  margin: 0;
}

.nav-popup-change-location{
  border: none;
  border-radius: 0px 7px 7px 0px;
  width: 40px;
  height: 40px;
}

.nav-popup-location-edit{
  width: 20px;
  height: 25px;
}
.mobile-notifiation-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.nav-popup-button-alert{
  position: relative;
  display: flex;
  border-width: 1px;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  background: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.notififcation-count-mobile-alert{
  position: absolute;
  right: -10px;
  top:-10px;
  background-color: tomato;
  color: white;
  /* padding: 2px; */
  border-radius: 50%;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-notifications-container-no-notifications{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: 'Courier New', Courier, monospace;
}
.mobile-notifications-container-card{
  width: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(222, 234, 222);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 2px;
}
.nav-popup-button-selected{
  background-color: rgb(155, 226, 228);
}

.nav-button-label-selected{
  color: black;
}
.nav-popup-games-icon-selected{
  color: black;
}
.nav-button-ca-mymenu{
  margin-left: 10px;
}
.user-account-nav-icon{
  color: cadetblue;
}
.nav-popup-store-icon{
  width: 50px;
}
.nav-button-store-label{
  font-size: 10px;
  margin: 0;
  margin-top: -5px;  
  color: cadetblue;
}

.nav-popup-store-button{
  display: flex;
  border-width: 1px;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  background: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
}
.nav-button-store-label.nav-button-label-selected{
  color: black;
}
.nav-popup-location-name1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin-right: 10px;
  color: black;
  cursor: pointer;
  margin-top: 15px;
}
.navigationbar-more-button{
  background-color: white;
  color: #4682b4;
  padding: 5px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  cursor: pointer;
}
.navigationbar-drawer-main{
  width: 300px;
  position: relative;
  background-color: #4682b4;
  height: 100%;
}
.navigationbar-drawer-main-closeicon{
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: black;
  gap: 5px;
}
.navigationbar-drawer-main-list{
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.navigationbar-drawer-main-list-div1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
}
.navigationbar-drawer-main-list-div1:hover{
  background-color: white;
  color: #4682b4;
  width: 90%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.navigationbar-drawer-main-list-div1-icon.icon-selected{
  color: #4682b4;
}
.navigationbar-drawer-main-list-div1.list-selected{
  background-color: white;
  color: #4682b4;
  width: 90%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.navigationbar-drawer-main-footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
}

.navigationbar-drawer-main-footer1{
  background-color: white;
  border-radius: 10px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.navigationbar-drawer-main-footer2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.navigationbar-drawer-main-footer3{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 100%;
  color: #4682b4;
  font-size: 20px;
}

.navoptions-desktop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  transition: transform 0.3s ease-in-out; /* Smooth move effect */
  width: 50px;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  overflow: visible;
}

.navoptions-desktop-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.navoptions-desktop-text1 {
  position: fixed;
  left: 0; /* Start completely hidden on the left */
  transform: translateX(-100%); 
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  color: #4682b4;
  background-color: white;
  height: 50px;
  width: 300px;
  border-radius: 100px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

.navoptions-desktop:hover .navoptions-desktop-text1 {
  transform: translateX(0px); /* Slide in smoothly */
  opacity: 1;
}
.navoptions-desktop:hover {
  background-color: white;
  color: #4682b4;
}
.navoptions-desktop.option-selected{
  background-color: white;
  color: #4682b4;
}
.navbar-printermodal{
  position: relative;
}
.navbar-printermodal-close{
  position: absolute;
  right: 0;
  top: 0;
  background-color: lightgray;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-printermodal-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 40px;
  width: 100%;
}
.navbar-printermodal-div2{
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  position: relative;
}
.navbar-printermodal-div2-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: grey;
  margin-top: 30px;
  font-size: 13px;
  text-align: center;
}
.navbar-printermodal-div2-button{
  background-color: #96bfdf;
  border-radius: 5px;
  padding: 5px;
  width: 120px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: black;
  cursor: pointer;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-printermodal-div2-icon{
  position: absolute;
  right: 10px;
  top: 10px;
  color: green;
}
.navbar-printermodal-div2-button.printer-connected{
  background-color: lightgray;
  color: white;
  cursor: not-allowed;
}

.navoptions-desktop-printer-icon1{
  color: rgb(34, 240, 34);
  position: absolute;
  right: -10px;
  top: -12px;
}
.drawer-left-overlay {
  position: fixed;
  /* right: 300px; */
  right: 0;
  opacity: 0;
  transform: translateX(100%); 
  top: 0;
  width: 330px;
  color: white;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.drawer-left-overlay.openoverlay{
  transform: translateX(-300px); /* Slide in smoothly */
  opacity: 1;
}
.drawer-left-overlay-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-top: 60px;
}
.drawer-left-overlay-divs{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.drawer-left-overlay-divs1{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding-right: 10px;
}
.drawer-left-overlay-div1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: 150px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
}

.navoptions-mobile{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 5px;
}

.navoptions-mobile-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.navoptions-mobile.mob-option-selected{
  background-color: white;
  color: #4682b4;
}
.navoptions-mobile-more{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 5px;
  background-color: #265882;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.navbar-userslider-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 45, 45, 0.671);
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth fade transition */
  z-index: 4; /* Behind the modal */
  pointer-events: none; /* Prevent background from capturing clicks */
}

.navbar-userslider-modal-background.visible {
  opacity: 1;
  pointer-events: auto; /* Enable clicks when visible */
}

.navbar-userslider-modal-main-box {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  height: 100%;
}

.navbar-userslider-modal-box{
  position: fixed;
  width: 100%;
  bottom: 60px;
  max-height: 500px;
  overflow-y: auto;
  background-color: #265882;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
.navbar-userslider-div1{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Four equal parts */
  width: 100%;
  grid-gap: 5px;
  gap: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
}
.navbar-userslider-div1-option1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background-color: rgba(204, 199, 199, 0.162);
  padding: 2px;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 80px;
  position: relative;
}
.navbar-userslider-div1-option1-icon{
  color: white;
}
.navbar-userslider-div1-option1-text{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: white;
  text-align: center;
}
.navbar-userslider-div1-option1.moboption-selected{
  background-color: white;
}
.navbar-userslider-div1-option1.moboption-selected .navbar-userslider-div1-option1-icon{
  color: #4682b4;
}
.navbar-userslider-div1-option1.moboption-selected .navbar-userslider-div1-option1-text{
  color: #4682b4;
}
.navbar-userslider-top{
  display: grid;
  grid-template-columns: 2fr 2fr;
  padding: 5px;
  padding-top: 10px;
  width: 100%;
}
.navbar-userslider-top-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navbar-userslider-top-div1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
}
.navbar-userslider-top-div1-icon1{
  color: white;
  background-color: rgba(204, 199, 199, 0.162);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 7px;
}
.navbar-userslider-top-div1-icon2{
  color: white;
  background-color: rgba(204, 199, 199, 0.162);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 7px;
  position: relative;
}
.navbar-userslider-top-div1-icon2-done{
  position: absolute;
  right: 20px;
  top: -5px;
  color: rgb(34, 240, 34);
}
.navbar-userslider-outer-div1{
  position: fixed;
  right: 10px;
  top: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-userslider-outer-div1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 13px;
}
.navbar-userslider-outer-div1-text2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  color: #4682b4;
  font-size: 15px;
}
.navigationbar-innuzstore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.navigationbar-innuzstore img {
  height: 50px; /* Adjust logo size */
  max-width: 100%;
  object-fit: contain;
}

.navigationbar-onlineordersdialog-main{
  width: 400px;
  position: relative;
  background-color: white;
  height: 100%;
}
.navigationbar-onlineordersdialog-main-top{
  position: sticky;
  top: 0px;
  background-color: white;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-bottom: 20px;
}
.navigationbar-onlineordersdialog-main-top.ta-deactivated{
  justify-content: flex-end;
}
.navigationbar-onlineordersdialog-main-closeicon{
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: black;
}
.navigationbar-onlineordersdialog-title{
  background-color: #599f59;
  width: 250px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.navigationbar-onlineordersdialog-title-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigationbar-onlineordersdialog-list{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 8px;
}
.navigationbar-onlineordersdialog-card{
  width: 100%;
  background-color: rgb(237, 235, 235);
  border-radius: 10px;
  border: 2px solid white;
}
.navigationbar-onlineordersdialog-card.order-selected{
  border: 2px solid #599f59;
}
.navigationbar-onlineordersdialog-card-top{
  width: 100%;
  padding: 5px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #b4e0b4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigationbar-onlineordersdialog-card-top1-inner1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.navigationbar-onlineordersdialog-card-top1-inner2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.navigationbar-onlineordersdialog-card-top-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.navigationbar-onlineordersdialog-card-top-div1-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigationbar-onlineordersdialog-card-top-div2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.navigationbar-onlineordersdialog-card-top-div2-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigationbar-onlineordersdialog-card-mid{
  padding: 5px;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.navigationbar-onlineordersdialog-card-mid::-webkit-scrollbar {
  -webkit-appearance: none;
}
.navigationbar-onlineordersdialog-card-mid::-webkit-scrollbar:vertical {
  width: 6px;
}

.navigationbar-onlineordersdialog-card-mid::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 5px;
}
.navigationbar-onlineordersdialog-card-mid::-webkit-scrollbar-thumb {
  background: #599f59;
  border-radius: 5px;
}
.navigationbar-onlineordersdialog-card-mid-div1{
  width: 100%;
}
.navigationbar-onlineordersdialog-card-mid-div2{
  background-color: white;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.navigationbar-onlineordersdialog-card-mid-items{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  padding: 5px;
}
.navigationbar-onlineordersdialog-card-mid-items-inner{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.navigationbar-onlineordersdialog-card-mid-div3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navigationbar-onlineordersdialog-card-mid-items-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.navigationbar-onlineordersdialog-card-mid-div4{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.navigationbar-onlineordersdialog-card-mid-div5{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.navigationbar-onlineordersdialog-card-bottom{
  width: 100%;
  padding: 5px;
}
.navigationbar-onlineordersdialog-card-bottom-inner{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: white;
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigationbar-onlineordersdialog-card-bottom-div2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.navigationbar-onlineordersdialog-card-bottom-div3{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navigationbar-onlineordersdialog-card-bottom-div4{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.navigationbar-onlineordersdialog-card-bottom-div4-accept{
  width: 120px;
  background-color: #599f59;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  gap: 2px;
}
.navigationbar-onlineordersdialog-card-bottom-div4-accept:hover{
  background-color: #377737;
}
.navigationbar-onlineordersdialog-card-top2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.navigationbar-onlineordersdialog-card-top2-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.navigationbar-onlineordersdialog-card-top2-div2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.navigationbar-onlineordersdialog-main2{
  position: fixed;
  left: 0;
  /* background-color: white; */
  width: 100%;
  max-width: calc(100vw - 400px);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.navigationbar-onlineordersdialog-accept-main{
  background-color: rgb(244, 242, 242);
  border-radius: 10px;
}
.navigationbar-onlineordersdialog-accept-top{
  background-color: #b4e0b4;
  padding: 10px;
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigationbar-onlineordersdialog-accept-top1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.navigationbar-onlineordersdialog-accept-orderid{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.navigationbar-onlineordersdialog-accept-createdat{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: grey;
}
.navigationbar-onlineordersdialog-accept-top-close{
  height: 100%;
  background-color: rgba(255, 255, 255, 0.318);
  width: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-listmain{
  padding: 10px;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-text{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-time-main{
  margin-top: 15px;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-time{
  border: 1px solid lightgray;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-time.time-setted{
  background-color: #599f59;
  color: white;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-custom{
  margin-top: 10px;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-custom-text{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  color: #599f59;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-custominput{
  border: 1px solid #599f59;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #599f59;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-custom-input{
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border: none;
  background-color: transparent;
  height: 100%;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-custom-input:active,
.navigationbar-onlineordersdialog-accept-timesetmodal-custom-input:focus{
  outline: none;
}
.navigationbar-onlineordersdialog-accept-timesetmodal-custom-input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
}
.navigationbar-onlineordersdialog-accept-bottom{
  padding: 5px;
  height: 60px;
}
.navigationbar-onlineordersdialog-accept-buttons{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 10px;
  background-color: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.navigationbar-onlineordersdialog-accept-delbutton{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  background-color: #599f59;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 10px;
  height: 40px;
  gap: 2px;
  cursor: pointer;
  margin-right: 10px;
}
.navigationbar-onlineordersdialog-accept-delbutton.notimesetconfirm{
  background-color: lightgray;
}
.navigationbar-onlineordersdialog-accept-delbutton:hover{
  background-color: #377737;
}
.navigationbar-onlineordersdialog-accept-delbutton.notimesetconfirm:hover{
  background-color: lightgray;
}
.navigationbar-orderaccepttoast{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.navigationbar-custom-notification {
  position: fixed;
  bottom: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 95%;
  animation: fadeIn 0.3s ease-in-out;
}
.navigationbar-custom-notification-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  background-color: #4caf50;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 40px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding-left: 10px;
}
.navigationbar-onlineordersdialog-card-bottom-div4-hold{
  width: 120px;
  background-color: rgb(244, 139, 121);
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  gap: 2px;
}
.navigationbar-onlineordersdialog-card-bottom-div4-hold:hover{
  background-color: tomato;
}
.navigationbar-onlineordersdialog-loading{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: gray;
  text-align: center;
  font-weight: bold;
}
.navigationbar-onlineordersdialog-loading.fade-out{
  animation: fadeOut 0.5s forwards;
}
.navoptions-desktop-badge-onlineorders{
  position: absolute;
  right: -10px;
  top: -5px;
  background-color: #4caf50;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navoptions-mob-badge-onlineorders{
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #4caf50;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navoptions-mobmore-badge-onlineorders{
  position: absolute;
  right: 2px;
  top: -5px;
  background-color: #4caf50;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigationbar-custom-notification-top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}
.navigationbar-custom-notification-top-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #377737;
}
.navigationbar-custom-notification-top-close{
  padding: 10px;
  cursor: pointer;
}
.navigationbar-card-button{
  background-color: limegreen;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  height: 40px;
  width: 150px;
  cursor: pointer;
  color: white;
  margin-top: 20px;
}
.navigationbar-card-button-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.navigationbar-card-button-inner-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes fadeIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideUpFromBottom {
  0% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  /* .nav-popup-main-box{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
  } */
  .nav-popup-main-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth fade transition */
    z-index: 2; /* Behind the modal */
    pointer-events: none; /* Prevent background from capturing clicks */
  }

  .nav-popup-main-box.active {
    opacity: 1;
    pointer-events: auto; /* Enable clicks when visible */
  }


  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  .nav-popup-box{
    position: fixed;
    width: 100%;
    /* margin-bottom: 60px; */
    bottom: 58px;
    z-index: 3;
    /* height: 100%; */
    max-height: 200px;
    overflow-y: auto;
  }
  .nav-container {
    position: fixed; /* Fix the navigation bar to the bottom */
    bottom: 0;
    width: 100%;
    padding: 5px;
    /* padding: 10px 20px; */
    /* box-shadow: 0 -10px 10px #380ce61a; */
  }

  .button-container {
    display: grid;
  grid-template-columns: repeat(4, 1fr); /* Four equal parts */
  width: 100%;
  }

  .nav-button {
    width: 45%; /* Adjust button width */
    padding: 8px 0; /* Adjust button padding */
  }
  .nav-text-desktop {
    display: none;
  }
  .nav-text-desktop-notifications {
    display: none;
  }
  .nav-icon-desktop{
    display: contents;
  }
  .hoteluser-nav-icon{
    display: none;
  }
  .nav-button-ca{
    display: none;
  }
  .nav-popup-location-name1{
    display: none;
  }
  .navigationbar-more-button{
    display: none;
  }
  .navoptions-desktop{
    display: none;
  }
  .drawer-left-overlay{
    display: none;
  }
  .logo-container{
    display: none;
  }
  .navigationbar-custom-notification {
    animation: slideUpFromBottom 0.4s ease-out forwards;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 767px) {
  .nav-container{
    position: sticky;
    top: 0;
  }
  .nav-popup-box{
    display:none;
  }
  .mobile-notification-dialog-container{
    display: none;
  }
  .nav-popup-arrow{
    display:none;
  }
  .hotel-user-nav-popup-arrow{
    display: none;
  }
  .navigationbar-drawer-main-closeicon:hover{
    background-color: white;
  }
  .navbar-printermodal-div2-button:hover{
    background-color: #4682b4;
    color: white;
  }
  .navbar-printermodal-div2-button.printer-connected:hover{
    background-color: lightgray;
    color: white;
    cursor: not-allowed;
  }
  .navoptions-mobile{
    display: none;
  }
  .navoptions-mobile-more{
    display: none;
  }
  .navigationbar-custom-notification {
    max-width: 400px;
    right: 20px;
    animation: slideInFromRight 0.4s ease-out forwards;
  }
  .navigationbar-onlineordersdialog-main-closeicon:hover{
    background-color: tomato;
    color: white;
  }
  .navigationbar-custom-notification-top-close:hover{
    color: tomato;
  }
  .navigationbar-card-button:hover{
    background-color: green;
}
}
.extra-details-main-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.extra-details-main-container-div1{
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: rgb(155, 226, 228);
    position: relative;
    overflow: hidden;
}
.extra-details-main-container-div2{
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: rgb(155, 226, 228);
    position: relative;
    overflow: hidden;
}
.extra-details-main-container-div3{
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: rgb(155, 226, 228);
    position: relative;
    overflow: hidden;
}
.extra-details-main-container-div1-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    letter-spacing: 2px;

}
.extra-details-main-container-div1-icon{
    color: cadetblue;
    position: absolute;
    right: 0;
    bottom: -15px;
    opacity: 0.5;
}
.extra-details-main-container-div2-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
}
.extra-details-main-container-div2-icon{
    color: cadetblue;
    position: absolute;
    right: 0;
    bottom: -25px;
    opacity: 0.5;
}
.extra-details-main-container-div3-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
}
.extra-details-main-container-div3-icon{
    color: cadetblue;
    position: absolute;
    right: 0;
    bottom: -25px;
    opacity: 0.5;
}
.navigationbar-innuzchats{
    background-color: rgb(235, 234, 234);
    height: 100vh;
  }
  .navigationbar-innuzchats-div1{
    background-color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  .navigationbar-innuzchats-div1-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    color: cadetblue;
  }
  .navigationbar-innuzchats-div1-close{
    border: 1px solid gray;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navigationbar-innuzchats-div2-fetchingchats{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    gap: 10px;
  }
  .navigationbar-innuzchats-div2-fetchingchats-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }
  .navigationbar-innuzchats-div2-main{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .navigationbar-innuzchats-div2-main-card{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    height: 60px;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
  }
  .navigationbar-innuzchats-div2-main-card-div1{
    background-color: cadetblue;
    height: 100%;
    width: 40px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .navigationbar-innuzchats-div2-main-card-div2{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .navigationbar-innuzchats-div2-main-card-div2-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 550;
    font-size: 15px;
  }
  .navigationbar-innuzchats-div2-main-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .navigationbar-innuzchats-div2-main-card-expanded {
    background-color: white;
    /* padding: 20px; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  
  .navigationbar-innuzchats-div2-main-card {
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .card-expanded {
    transform: scale(1.1);
  }
  .navigationbar-innuzchats-div2-main-card-expanded-div1{
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 60px;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid cadetblue;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-div1-div1{
    background-color: cadetblue;
    height: 100%;
    width: 40px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-div1-div2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 20px;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-sendmessage{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background-color: white;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-sendmessage-div1{
    width: 100%;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-sendmessage-div1-input{
    height: 40px;
    width: 100%;
    border: 1px solid cadetblue;
    border-radius: 10px;
    padding: 5px;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-sendmessage-div1-input:focus,
  .navigationbar-innuzchats-div2-main-card-expanded-sendmessage-div1-input:active{
    outline: none;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-sendmessage-div1-input::placeholder{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-sendmessage-div2{
    width: 60px;
    background-color: cadetblue;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 40px;
  }
  .innuzchats-selectedchat-chatspace {
    width: 100%;
    max-height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 5px;
    overflow-y: auto;
    margin-top: auto;
    padding-bottom: 60px;
}
  .innuzchats-selectedchat-chatspace-card {
    max-width: 70%;
    padding: 10px;
    border-radius: 10px;
    background-color: cadetblue;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    align-self: flex-end;
    position: relative;
    word-wrap: break-word;
    white-space: pre-wrap;
  }
  
  .innuzchats-selectedchat-chatspace-card.frommessage {
    background-color: rgb(176, 220, 221);
    color: black;
    align-self: flex-start;
  }
  
  .innuzchats-selectedchat-chatspace-card-time {
    font-size: 10px;
    color: black;
    text-align: right;
    margin-top: 5px;
  }
  
  .frommessage .innuzchats-selectedchat-chatspace-card-time {
    text-align: left;
    color: gray;
  }
  .navigationbar-innuzchats-div2-main-toastcard{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    height: 40px;
    background-color: white;
    border-radius: 10px;
    width: 300px;
    position: relative;
  }
  .navigationbar-innuzchats-div2-main-toastcard-div1{
    background-color: cadetblue;
    height: 100%;
    width: 40px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .navigationbar-innuzchats-div2-main-toastcard-div2{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
  }
  .navigationbar-innuzchats-div2-main-toastcard-div2-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 550;
    font-size: 15px;
  }
  .navigationbar-innuzchats-div2-main-toastcard-close{
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .navigationbar-innuzchats-div2-main-toastcard-div2-text2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .navigationbar-innuzchats-div2-main-card-div2-text2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .navigationbar-innuzchats-div2-main-card-expanded-sendmessage-div2.send-disabled{
    background-color: lightgray;
  }
  .navigationbar-innuzchats-div2-main-card-div2-text2-typing{
    color: cadetblue;
  }
.homescreen-top{
  height: 60px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  z-index: 3;
  background-color: #a7ccea;
  /* background-color: white; */
}
.homescreen{
  height: 100vh;
  overflow-y: auto;
}
.homescreen-main{
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* height: 100vh; */
  z-index: 2;
  position: relative;
  /* margin-top: -28px; */
  padding-bottom: 70px;
  min-height: 100%;
  /* margin-bottom: 120px; */
  /* height: 100%; */
}
.homescreen-top-div1{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #265882;
  color: white;
}
.homescreen-top-div1.codedisplay{
  border-radius: 10px;
  width: 60px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.homescreen-top-div2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  color: #265882;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homescreen-top-div3{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #a7ccea; */
  color: #265882;
}
.homescreen-inner {
  /* background: linear-gradient(to bottom, #4682b4, white); */
  background-color: #a7ccea;
  height: 100vh;
  overflow-y: auto;
}
.homescreen-inner-main{
  position: sticky;
  top: 60px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homescreen-inner-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  padding-top: 30px;
  color: black;
}
.homescreen-inner-icon{
  margin-top: 20px;
}
.homescreen-main-topbar{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.homescreen-main-topbar1{
  height: 5px;
  width: 50px;
  background-color: lightgray;
  border-radius: 10px;
}
.homescreen-top.enabled{
  /* background: linear-gradient(to bottom, #4682b4, white); */
  background-color: #4682b4;
  /* animation: fadeIn 0.5s ease-out; */
}
.homescreen-top-div2.enabled{
  color: white;
}
.homescreen-top-div3.enabled{
  color: white;
}
.homescreen-islocationmodal-main{
  padding-top: 50px;
}
.homescreen-islocationmodal{
  position: relative;
}
.homescreen-islocationmodal-icon{
  position: absolute;
  left: -15px;
  top: -65px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #265882;
  color: white;
}
.homescreen-islocationmodal-icon.codedisplay{
  border-radius: 10px;
  width: 60px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.homescreen-innuzlocationmodal-locations{
  max-height: 350px;
  overflow-y: auto;
}
.homescreen-innuzlocationmodal-locations::-webkit-scrollbar{
  display: none;
}
.homescreen-islocationmodal-text1{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #265882;
}
.homescreen-islocationmodal-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
}
.homescreen-innuzlocationmodal-locations-card {
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 5px;
  margin-top: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #4682b4;
}
.homescreen-innuzlocationmodal-locations-card-text2 {
  font-size: 13px;
  font-weight: normal;
  color: gray;
}
.homescreen-innuzlocationmodal-locations-card.location-selected{
  background-color: #e0ebf4;
}
.homescreen-innuzlocationmodal-search{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border: 1px solid #4682b4;
  border-radius: 10px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #4682b4;
  margin-top: 10px;
  margin-bottom: 10px;
}
.homescreen-innuzlocationmodal-search input{
  width: 100%;
  height: 100%;
  border: none;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.homescreen-innuzlocationmodal-search input:active,
.homescreen-innuzlocationmodal-search input:focus{
  outline: none;
}
.homescreen-innuzlocationmodal-search input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.homescreen-innuzlocationmodal-nolocation{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: gray;
  font-size: 15px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
}
.homescreen-islocationmodal-icon1{
  position: absolute;
  right: -15px;
  top: -65px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(244, 152, 136);
  color: white;
}
.homescreen-main-twitter {
  position: fixed;
  bottom: 70px;
  right: 10px;
  background-color: black;
  color: white;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
  overflow: hidden;
  transition: width 1.5s ease-in-out, border-radius 1.5s ease-in-out;
  animation: shrinkWidth 1.5s ease-in-out 2s forwards;
  text-decoration: none;
}

.homescreen-main-twitter-text1 {
  white-space: nowrap;
  font-size: 13px;
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  overflow: hidden;
  text-decoration: none;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.homescreen-main-twitter-icon1 {
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homescreen-takeaway-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.homescreen-takeaway-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: -140px;
}
.homescreen-installbanner{
  padding: 10px;
}


/* Keyframes for shrinking width */
@keyframes shrinkWidth {
  from {
    width: 200px;
    border-radius: 10px;
  }
  to {
    width: 50px;
    border-radius: 50px;
  }
}

/* Shrinks text size and hides it while keeping the icon */
.homescreen-main-twitter.shrunk .homescreen-main-twitter-text1 {
  transform: scale(0.3);
  opacity: 0;
}



@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}


@media (min-width: 767px){
  .homescreen-top{
    display: none;
  }
  .homescreen-main{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 35px;
  }
}

.hotel-list-screen-container{
  background-color: white;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.hotellist {
  display: grid;
  /* flex-wrap: wrap; */
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  /* margin-bottom: 100px; */
  /* margin-top: 10px; */
  padding: 10px;
}

.homepage-hotel-card {
  /* width: 100%; */
  height: 200px;
  position: relative;
  /* border: 1px solid #e0e0e0; */
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px lightcyan;
}

.homepage-hotel-image {
  width: 100%;
  height: 80%;
}

.homepage-hotel-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #4683b4a8;
  /* background-color: rgb(143,189,191); */
  /* background-color: rgba(200, 241, 217, 0.7); */
  border-bottom-left-radius: 10px;
  justify-content: space-between;
}

.homepage-hotel-name {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color:white;
  font-weight: bold;
  font-size: 17px;
}
.homepage-info-icon {
  color: white;
}
.homepage-info-icon-offer{
  color: white;
  margin-right: 10px;
}

.hotelmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  flex-direction: column;
  overflow-y: auto;

}
.hotelmodal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  width: 350px;
  height: 70%;
  align-items: center;
}

.hotelclose-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgb(240, 148, 132);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.homepage-modal-hotel-image {
  width: 100%;
  height: 40%;
  border-radius: 10px;
}
.homepage-modal-hotel-name {
  /* text-align: center; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.homepage-modal-hotel-description {
  text-align: center;
  margin-top: 20px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.homepage-modal-hotel-hoteltype {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.homepage-modal-hotel-hoteltimings{
  margin-top: 10px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
  "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-modal-hotel-hotellocation{
  margin-top: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.homepage-modal-hotel-tablevacency {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
  margin-top: 10px;
  /* margin-bottom: 10px; */
}
.homepage-modal-hotel-tablevacencydiv1 {
  background-color: #a7ccea;
  width: 50%;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.homepage-modal-hotel-tablevacencydiv1-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.homepage-modal-hotel-tablevacencydiv1-inner-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-modal-hotel-tablevacencydiv2 {
  background-color: rgb(242, 189, 180);
  width: 50%;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: black;
}
.homepage-modal-hotel-ordernow {
  background-color: #4682b4;
  border-radius: 10px;
  height: 40px;
  /* width: 50px; */
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  gap: 5px;
}
.homepage-modal-hotel-ordernow-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.homepage-modal-main-hotel-description{
  margin-top: 10px;
  background-color: #e0ebf4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

@media (min-width: 768px) {
  .homepage-hotel-image {
    width: 100%;
    height: 80%;
  }
}
.skeleton-hotellistscreen {
  padding: 10px;
}

.homepage-modal-hotel-tablevacencydiv1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.homepage-modal-hotel-tablevacency-fetching{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: gray;
}
.homepage-fooddir-hotel-alert {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.homepage-fooddir-hotel-alert.show {
  opacity: 1;
}
.custom-offermodal {
  padding-top: 50px;
}
/* .mainhotellistscreen-offermodal{
  position: relative;
} */
.mainhotellistscreen-offermodal-icon{
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translate(-50%, 0%);
  background-color: white;
  padding: 10px;
  border-radius: 50%;
}
.alertmessage-display-main-users{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid ;
  border-radius: 5px;
}
.alertmessage-display-main-users-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
.alertmessage-display-main-users-message{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
  color: gray;
  margin-bottom: 20px;
  font-size: 15px;
}
.hotel-user-topsection-orders-backicon{
  padding: 5px;
  border: 1px dotted black;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 5px;
  width: 70px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hotel-user-orderstitle{
color: cadetblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 20px;
margin-left: 10px;
}
.search-bar-conatiner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 10px; */
  width: 100%;
}
.search-bar {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 10px;
  max-width: 90%;
  margin: 10px auto;
  background-color: #f0f0f0;
  margin-top: 16px;

}

.search-bar input {
  border: none;
  outline: none;
  flex: 1 1;
  padding: 5px;
  background: transparent;
}

.search-button {
  background-color: cadetblue;
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
  margin-left: 5px;
}

/* Adjust the icon position */
.search-button svg {
  margin: -2px;
}

.search-bar-recent-container {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.search-bar-recent-div1 {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 200px; /* Adjust the maximum height as needed */
  overflow-y: auto;
  width: 335px;
  padding: 10px;
  border-radius: 20px;
  position: relative;
  z-index: 1; /* Ensure it's above other content */
}
.search-bar-recent-div1-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.search-bar-recent-div1-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.search-bar-recent-div1-title {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: cadetblue;
}
@media (max-width: 767px) {
  .search-bar-recent-container {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
}

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}


.HotelListScreen-carousel-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* background-color: lightcyan; */
    border-radius: 20px;
    /* position: fixed; */
    /* position: sticky; */
    /* top: 0; */
    z-index: -1;
  }
  
  .carousel {
    width: 100%;
    /* max-width: 800px; */
  }
  
  .carousel .carousel-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .HotelListScreen-carousel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* background-color:aliceblue; */
    border-radius: 10px;
    overflow: hidden;

  }
  
  .HotelListScreen-carousel-item img {
    max-width: 100%;
    max-height: 600px;
    /* object-fit: contain; */
    border-radius: 10px;
    padding: 5px;
  }
  
 
  
.location-initial-screen-main{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.location-initial-screen-main-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
}
.location-initial-screen-main-location-name{
    font-size: 20px;
    font-family:'Courier New', Courier, monospace;
    color: cadetblue;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
}
.location-fetching-screen-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.location-fetching-screen-main-div2{
    margin-top: 10px;
}
.location-fetching-screen-main-div2-location-heading{
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: cadetblue;
}
.location-fetching-screen-main-div3{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.location-fetching-screen-main-div3-button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.location-fetching-screen-main-div3-change{
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    width: 100px;
    background-color: lightgray;
}
.location-fetching-screen-main-div3-confirm{
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    width: 100px;
    background-color: cadetblue;
    color: white;
}
.location-fetching-screen-main-div3-location-name{
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: cadetblue;
}
.socialverge-brand-title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 130px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: cadetblue;
  letter-spacing: 2px;
  font-size: 10px;
  /* margin-top: -30px; */
}
.socialverge-brand-title-div1{
  margin-left: 10px;
  margin-right: 10px;
}
.fooddir-hotelmodal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  width: 95%;
  max-height: 520px;
  align-items: center;
  overflow-y: auto;
}
.fooddir-hotelmodal-content::-webkit-scrollbar {
  display: none;
}
.homepage-modal-fooddir-hotel-description{
  margin-top: 20px;
  background-color: rgb(202, 236, 238);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
}
.homepage-modal-fooddir-hotel-description-title{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: #265882;
  font-weight: bold;
}
.homepage-modal-fooddir-hotel-description-text{
  text-align: start;
  font-size: 13px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.homepage-modal-fooddir-hotel-hoteltype{
  margin-top: 10px;
  background-color: #e0ebf4;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.homepage-modal-fooddir-hotel-hoteltype-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  /* font-weight: 600; */
  margin-left: 10px;
  font-size: 13px;
}
.homepage-modal-fooddir-hotel-hoteltimings{
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.homepage-modal-fooddir-hotel-hoteltimings-div1{
  background-color: #e0ebf4;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  gap: 3px;
}
.homepage-modal-fooddir-hotel-hoteltimings-div2{
  background-color: rgb(242, 189, 180);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  gap: 3px;
}
.homepage-modal-fooddir-hotel-hoteltimings-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #265882;
}
.homepage-modal-fooddir-hotel-hoteltimings-time{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}
.homepage-modal-fooddir-hotel-hotellocation{
  margin-top: 10px;
  background-color: #e0ebf4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}
.homepage-modal-fooddir-hotel-hotellocation-title{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #265882;
}
.homepage-modal-fooddir-hotel-hotellocation-text{
  text-align: start;
  font-size: 13px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.homepage-fooddir-hotel-image{
  width: 100%;
  height: 100%;
  position: relative;
}
.homepage-fooddir-hotel-status{
  position: absolute;
  width: 100%;
  height: 77%;
  background-color: rgba(195, 189, 189, 0.7);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-fooddir-hotel-status-title{
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.homepage-modal-fooddir-hotel-hotelinstahandles{
margin-top: 10px;
background-color: #e0ebf4;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 10px;
}
.homepage-modal-fooddir-hotel-hotelinstahandles-title{
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 13px;
font-weight: bold;
color: #265882;
}
.homepage-modal-fooddir-hotel-hotelinstahandles-div1{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.homepage-modal-fooddir-hotel-hotelinstahandles-text{
text-align: start;
font-size: 13px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.homepage-modal-fooddir-hotel-hotelinstahandles-viewprofile{
background-color: #4682b4;
padding: 2px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
letter-spacing: 1px;
font-size: 13px;
width: 100px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
color: white;
height: 30px;
}
.homepage-fooddir-hotel-alert{
position: absolute;
width: 100%;
height: 77%;
background-color: #7bafd9;
top: 0;
display: flex;
justify-content: center;
align-items: center;
}
.homepage-fooddir-hotel-alert-title{
text-decoration: none;
font-size: 20px;
font-weight: bold;
color: white;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-align: center;
}
.homepage-fodddir-modal-hotel-image-main{
height: 150px;
width: 100%;
border-radius: 10px;
position: relative;
overflow: hidden;
}
.homepage-fodddir-modal-hotel-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.homepage-model-hotel-ratingstars{
position: absolute;
top: 0px;
right: 0px;
display: flex;
justify-content: center;
align-items: center;
gap: 2px;
background-color: #7bafd9;
color: white;
padding: 5px;
border-radius: 10px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.homepage-modal-hotel-name-text1{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #4682b4;
font-weight: bold;
}
@media (min-width: 768px) {
.fooddir-hotelmodal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  width: 350px;
  max-height: 520px;
  align-items: center;
  overflow-y: auto;
}
}
.homepage-hotel-ratingstars{
position: absolute;
top: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
gap: 2px;
background-color: rgba(95, 158, 160, 0.695);
color: white;
padding: 5px;
border-radius: 10px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.hotelreviews-container-star{
color: gold;
}
.homepage-hotel-ratingstars-sub{
font-size: 10px;
}
.homepage-fooddir-model-buttons{
display: flex;
justify-content: flex-start;
margin-top: 10px;
align-items: center;
gap: 10px;
}
.fooddir-model-topsectionorders-div1{
display: flex;
align-items: center;
}
.fooddir-homepage-hotelmodel-rating{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2px;
}
.fooddir-homepage-hotelmodel-rating-title{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
letter-spacing: 1px;
color: cadetblue;
}
.fooddir-homepage-hotelmodel-rating-sub{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
display: flex;
justify-content: center;
align-items: center;
gap: 2px;
}
.fooddir-homepage-hotelmodel-review{
margin-top: 20px;
}
.fooddir-homepage-hotelmodel-review-noreviews{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 20px;
}
.fooddir-homepage-hotelmodel-review-card{
border: 1px solid lightgray;
width: 100%;
padding: 5px;
border-radius: 5px;
margin-top: 5px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 2px;
}
.fooddir-homepage-hotelmodel-review-card-stars{
display: flex;
justify-content: center;
align-items: center;
gap: 2px;
}
.fooddir-homepage-hotelmodel-review-card-des{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
letter-spacing: 1px;
font-size: 13px;
}
.fooddir-homepage-hotelmodel-review-noreviews-text{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
letter-spacing: 1px;
color: cadetblue;
}
.fooddir-homepage-hotelmodel-review-noreviews-button{
background-color: lightcoral;
color: white;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
border-radius: 5px;
margin-top: 20px;
}
.hotel-user-topsection-orders-backicon{
padding: 5px;
border: 1px dotted black;
font-family: 'Courier New', Courier, monospace;
border-radius: 5px;
width: 70px;
font-weight: 600;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.hotel-user-orderstitle{
color: cadetblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 20px;
margin-left: 10px;
}
.category {
  /* width: calc(50% - 10px); */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
}

.category span {
  margin-top: 2px;
  text-align: center;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
}

.food-dir-gcat-title{
  margin-top: 15px;
  padding-left: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: #265882;
  font-weight: bold;
}

.food-dir-gcat-main-conatiner{
  background-color: white;
  /* padding-top: 20px; */
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.hotelusercategory-cards{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.custom-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* Darker background */
  z-index: 1400; /* Higher than the Dialog */
}

.hotel-user-topsection-orders-backicon{
  padding: 5px;
  border: 1px dotted black;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 5px;
  width: 70px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hotel-user-orderstitle{
color: cadetblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 20px;
margin-left: 10px;
}
.fooddirhomesearchscreen-top{
padding: 10px;
width: 100%;
position: sticky;
top: 0;
background-color: white;
display: flex;
justify-content: center;
padding-right: 0px;
align-items: center;
z-index: 2;
}
.fooddirhomesearchscreen-search-bar{
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: 10px;
border: 1px solid #4682b4;
border-radius: 10px;
height: 40px;
color: #4682b4;
}
.fooddirhomesearchscreen-search-bar input{
width: 100%;
border-radius: 10px;
height: 100%;
border: none;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.fooddirhomesearchscreen-search-bar input:active,
.fooddirhomesearchscreen-search-bar input:focus{
outline: none;
}
.fooddirhomesearchscreen-top-close{
width: 50px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}

.takeawayhotellist-topsection-text{
    background-color: rgba(255, 160, 122, 0.538);
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding-left: 10px;
}
.takeawayhotellist-topsection-main-icon{
    background-color: lightsalmon;
    height: 100%;
    width: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.takeawayhotellist-hotel-info {
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    /* background-color: rgb(143,189,191); */
    background-color: lightsalmon;
    border-bottom-left-radius: 10px;
    justify-content: space-between;
  }
  .takeawayhotellist-hotel-name {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
    font-size: 17px;
  }
  .takeawayhotellist-info-icon {
    color: white;
  }
  .takeawayhotellist-info-icon-offer{
    color: rgb(151, 151, 249);
    margin-right: 10px;
  }
  .takeawayhotellist-viewall-main{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
  .takeawayhotellist-viewall-button{
    background-color: lightsalmon;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px;
    width: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hotel-user-topsection-orders-backicon{
    padding: 5px;
    border: 1px dotted black;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5px;
    width: 70px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
 }
 .hotel-user-orderstitle{
  color: cadetblue;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
 margin-left: 10px;
}
.mainhotellist-topsection-main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin-top: 0px;
}
.mainhotellist-topsection-text{
    width: 100%;
    /* height: 50px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    /* padding-left: 10px; */
}
.mainhotellist-topsection-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #265882;
    font-weight: bold;
}
.mainhotellist-topsection-main-text2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: gray;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mainhotellist-topsection-main-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainhotellist-viewall-main{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.mainhotellist-viewall-button{
    background-color: cadetblue;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px;
    width: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hotel-user-topsection-orders-backicon{
    padding: 5px;
    border: 1px dotted black;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5px;
    width: 70px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
 }
 .hotel-user-orderstitle{
  color: cadetblue;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
 margin-left: 10px;
}
.mainhotellist-rendermodal{
    max-height: 500px;
    overflow-y: auto;
}
.mainhotellist-rendermodal::-webkit-scrollbar{
    display: none;
}
.mainhotellist-nooutlets{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: gray;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.mainhotellist-nooutlets-selectlocation{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #4682b4;
    color: white;
    border-radius: 10px;
    gap: 5px;
}
.mainhotellist-nooutlets-selectlocation-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.maihotellist-main-div1{
    height: 100%;
    overflow-y: auto;
}
.maihotellist-main-div2{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 5px;
    gap: 5px;
    padding: 5px;
    height: 100%;
    width: 100%;
}
.appinstallbanner{
    background-color: #d7e9f7;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select: none;
            user-select: none;
}
.appinstallbanner-div1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.appinstallbanner-div1-texts1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #265882;
}
.appinstallbanner-button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 10px;
    min-width: 110px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    background-color: #265882;
    color: white;
    height: 40px;
}
@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--bs-body-font-family);font-size:1rem;font-size:var(--bs-body-font-size);font-weight:400;font-weight:var(--bs-body-font-weight);line-height:1.5;line-height:var(--bs-body-line-height);color:#212529;color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:#fff;background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:inherit;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:#212529;color:var(--bs-highlight-color);background-color:#fff3cd;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(13,110,253,1);color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:#fff;color:var(--bs-body-bg);background-color:#212529;background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:rgba(33, 37, 41, 0.75);color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;background-color:var(--bs-body-bg);border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:rgba(33, 37, 41, 0.75);color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color);color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:1px;border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(1px * 2) solid currentcolor;border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0;border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 1px;border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + 1px);padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + 1px);padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + 1px);padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:rgba(33, 37, 41, 0.75);color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;color:var(--bs-body-color);-webkit-appearance:none;appearance:none;background-color:#fff;background-color:var(--bs-body-bg);background-clip:padding-box;border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;color:var(--bs-body-color);background-color:#fff;background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:rgba(33, 37, 41, 0.75);color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:#e9ecef;background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;color:var(--bs-body-color);background-color:#f8f9fa;background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:1px 0;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(1px * 2));min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:0.25rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(1px * 2));min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:0.5rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(1px * 2));min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(1px * 2));min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(1px * 2));min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(1px * 2));height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:0.375rem;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:0.375rem;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(1px * 2));height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(1px * 2));height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;color:var(--bs-body-color);-webkit-appearance:none;appearance:none;background-color:#fff;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),none;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:0.25rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:0.5rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e9ecef;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e9ecef;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:rgba(33, 37, 41, 0.75);background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:rgba(33, 37, 41, 0.75);background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(1px * 2));height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(1px * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid transparent;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(33,37,41,.65);color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:#fff;background-color:var(--bs-body-bg);border-radius:0.375rem;border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(33,37,41,.65);color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0;border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label::after,.form-floating>:disabled~label::after{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:#f8f9fa;background-color:var(--bs-tertiary-bg);border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:0.5rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:0.25rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(1px * -1);margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#198754;background-color:var(--bs-success);border-radius:0.375rem;border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754;border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754;border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754;background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754;color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#dc3545;background-color:var(--bs-danger);border-radius:0.375rem;border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545;background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545;color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:0.375rem;border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(1px * -1);margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(1px * -1);margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:1px solid var(--bs-navbar-toggler-border-color);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:#212529;color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27M2 5L8 11L14 5%27/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23052c65%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27M2 5L8 11L14 5%27/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:"/";content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(1px * -1);margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin:calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,1)!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,1)!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,1)!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(13,202,240,1)!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,1)!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,1)!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(248,249,250,1)!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,1)!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(13,110,253,1)!important;color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(13,110,253,1)!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,1)!important;color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(10,88,202,1)!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(108,117,125,1)!important;color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(108,117,125,1)!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,1)!important;color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(86,94,100,1)!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(25,135,84,1)!important;color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(25,135,84,1)!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,1)!important;color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(20,108,67,1)!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(13,202,240,1)!important;color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(13,202,240,1)!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,1)!important;color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(61,213,243,1)!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(255,193,7,1)!important;color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(255,193,7,1)!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,1)!important;color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(255,205,57,1)!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(220,53,69,1)!important;color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(220,53,69,1)!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,1)!important;color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(176,42,55,1)!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(248,249,250,1)!important;color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(248,249,250,1)!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,1)!important;color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,1)!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(33,37,41,1)!important;color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(33,37,41,1)!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,1)!important;color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(26,30,33,1)!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(0,0,0,1)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,0,0,1)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(0,0,0,.75)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(0,0,0,0.75)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important}.focus-ring:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(13,110,253,0.5);text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:translate3d(.25em,0,0);transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)!important;box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)!important;box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175)!important;box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important;border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important;border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important;border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important;border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important;border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(13,110,253,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(108,117,125,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(25,135,84,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(13,202,240,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(255,193,7,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(220,53,69,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(248,249,250,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(33,37,41,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(0,0,0,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(255,255,255,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:#9ec5fe!important;border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:#c4c8cb!important;border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:#a3cfbb!important;border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:#9eeaf9!important;border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:#ffe69c!important;border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:#f1aeb5!important;border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:#e9ecef!important;border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:#adb5bd!important;border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important;font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(13,110,253,var(--bs-text-opacity))!important;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(108,117,125,var(--bs-text-opacity))!important;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(25,135,84,var(--bs-text-opacity))!important;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(13,202,240,var(--bs-text-opacity))!important;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(255,193,7,var(--bs-text-opacity))!important;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(220,53,69,var(--bs-text-opacity))!important;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(248,249,250,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(0,0,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(255,255,255,var(--bs-text-opacity))!important;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:rgba(33, 37, 41, 0.75)!important;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:rgba(33, 37, 41, 0.75)!important;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:rgba(33, 37, 41, 0.5)!important;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:#000!important;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:#052c65!important;color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:#2b2f32!important;color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:#0a3622!important;color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:#055160!important;color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:#664d03!important;color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:#58151c!important;color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:#495057!important;color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:#495057!important;color:var(--bs-dark-text-emphasis)!important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em!important}.link-offset-1-hover:hover{text-underline-offset:0.125em!important}.link-offset-2{text-underline-offset:0.25em!important}.link-offset-2-hover:hover{text-underline-offset:0.25em!important}.link-offset-3{text-underline-offset:0.375em!important}.link-offset-3-hover:hover{text-underline-offset:0.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(13,110,253,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(108,117,125,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(25,135,84,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(13,202,240,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(255,193,7,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(220,53,69,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(248,249,250,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(33,37,41,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(13,110,253,1)!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(13,110,253,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(108,117,125,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(25,135,84,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(13,202,240,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(255,193,7,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(220,53,69,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(248,249,250,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(33,37,41,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(0,0,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(233,236,239,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(248,249,250,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:#cfe2ff!important;background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:#e2e3e5!important;background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:#d1e7dd!important;background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:#cff4fc!important;background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:#fff3cd!important;background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:#f8d7da!important;background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:#fcfcfd!important;background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:#ced4da!important;background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))!important;background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:0.375rem!important;border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:0.25rem!important;border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:0.375rem!important;border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:0.5rem!important;border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:1rem!important;border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:2rem!important;border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important;border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:0.375rem!important;border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:0.375rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:0.25rem!important;border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:0.25rem!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:0.375rem!important;border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:0.375rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:0.5rem!important;border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:0.5rem!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:1rem!important;border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:1rem!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:2rem!important;border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:2rem!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:50rem!important;border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:50rem!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:0.375rem!important;border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:0.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:0.25rem!important;border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:0.25rem!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:0.375rem!important;border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:0.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:0.5rem!important;border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:0.5rem!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:1rem!important;border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:1rem!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:2rem!important;border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:2rem!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:50rem!important;border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:50rem!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:0.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:0.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:0.25rem!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:0.25rem!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:0.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:0.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:0.5rem!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:0.5rem!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:1rem!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:1rem!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:2rem!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:2rem!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:50rem!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:50rem!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:0.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:0.375rem!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:0.25rem!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:0.25rem!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:0.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:0.375rem!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:0.5rem!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:0.5rem!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:1rem!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:1rem!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:2rem!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:2rem!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:50rem!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:50rem!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
.subscriptionitem-main{
  border: 1px solid lightgray;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}
.subscriptionitem-title-main{
  background-color: cadetblue;
  color: white;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
}
.subscriptionitem-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}
.subscriptionitem-price-main{
  margin-top: 20px;
}
.subscriptionitem-price{
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
  font-weight: 600;
}
.subscriptionitem-features-main{
  border: 1px solid rgb(185, 237, 238);
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.subscriptionitem-feature{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: start;
  font-size: 14px;
}
.subscriptionitem-feature-icon{
  color: cadetblue;
}
.subscriptionitem-button-main{
  margin-top: 10px;
  background-color: lightcoral;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: white;
}
.subscriptionscreen-main-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.subscriptionscreen-main-div2{
  width: 90%;
  max-width: 600px;
  margin-top: 20px;
}
.subscriptionscreen-main-title{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin-top: 20px;
  color: cadetblue;
}
.subscriptionscreen-main{
  padding-bottom: 100px;
}
.hotel-user-topsection-orders-backicon{
  padding: 5px;
  border: 1px dotted black;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 5px;
  width: 70px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hotel-user-orderstitle{
color: cadetblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 20px;
margin-left: 10px;
}
.login-form {
  width: 100%;
}

/* Input Field Styles */
.login-form label {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  margin-top: 5px;
}
.login-form-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 30px;
  color: #4682b4;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.login-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  height: 40px;
  padding-left: 5px;
  margin-top: 5px;
  font-size: 16px;
  color: black;
  width: 100%; /* Full width */
  transition: border-color 0.3s ease-in-out;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:active { /* Background color */
  box-shadow: 0 0 0px 1000px white inset !important; 
  -webkit-transition: background-color 5000s ease-in-out 0s; 
  transition: background-color 5000s ease-in-out 0s; /* Prevents quick autofill color */
}


.login-form input::placeholder {
  color: black;
  opacity: 0.5;
  font-size: smaller;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* Remove white box when input is focused */
.login-form input:focus,
.login-form input:active,
.login-form input:hover {
  box-shadow: none;
  border-color: #4682b4;
  background-color: transparent;
}



/* Forgot Password Link */
.forgot-password {
  color:black;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
  float: right;
}

.forgot-password:hover {
  opacity: 1;
}

/* Login Button */
.loginform-login-button {
  border: 1px solid black;
  color: black;
  font-size: 16px;
  height: 40px;
  border-radius: 30px;
  margin-left: auto;
  background-color: transparent;
  width: 200px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.loginform-login-button-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 100%;
}
.loginform-login-button-inner-icon{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Sign Up Link */
.signup-link {
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.signup-link:hover {
  text-decoration: underline;
}


.fw-bold{
  text-align: center;
  margin-top: -10px;
}

.labeltext{
  margin-left: 7px;
}
.invalid-login-text{
  color: tomato;
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.hidden {
  display: none;
}
.invalid{
  margin-right: 3px;
}
.visibleicon{
 margin-left: 10px;
 cursor: pointer;
}
.loginform-allcategories-title{
  margin-top: 30px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.loginform-allcategories{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.loginform-allcategories-card{
  padding: 5px;
  border: 1px solid cadetblue;
  border-radius: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.loginform-allcategories-card.cat-selected{
  background-color: cadetblue;
  color: white;
}

@media(min-width: 767px){

  .loginform-login-button:hover {
    background-color: #f0f8ff; /* light blue background */
    color: #265882; /* text/spinner stays dark blue */
    border: 1px solid #265882;
    transition: all 0.2s ease;
  }  

}



.add-hotel-form-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    -webkit-user-select: none;
            user-select: none;
    margin-bottom: 70px;
}
.addhotel-main-text{
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
    color: green;
    /* margin-right: 80px; */
}
.add-hotel-form{
    margin-top: 30px;
}
.hotel-inputfields-container{
    position: relative;
    margin-top: 26px;
}
.hotelname-input-field-label {
    position: absolute;
    top: 0;
    left: 8px;
    color: #555;
    pointer-events: none;
    transition: 0.2s ease all;
    margin-top: 8px;
  }
.hotelname-input-field,
.hotelname-input-field:active,
.hotelname-input-field:focus {
  width: 100%;
  padding: 8px;
  border: none;
  border-bottom: 1px solid black;
  transition: 0.2s ease all;
  background-color: transparent;
  outline: none; /* Remove the default outline */
}

  
  .hotelname-input-field:focus ~ .hotelname-input-field-label,
  .hotelname-input-field:valid ~ .hotelname-input-field-label {
    top: -25px;
    font-size: 12px;
    color: #5f9ea0;
  }
  .hotel-inputfields-image-container{
    margin-top: 20px;
  }
  .addhotel-submit-button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .addhotel-submit-button{
    background-color: lightgreen;
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 130px;
    font-family: 'Courier New', Courier, monospace;
  }
  .dropzone {
    border: 2px dashed #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    outline: none;
    margin-top: 10px;
  }
  
  .dropzone p {
    margin: 0;
  }
  
  .image-preview img {
    width: 100%;
    max-height: 200px;
    margin-top: 20px;
  }
  .hoteltype-inputfields-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    margin-top: 20px;
  }
  .hoteltype-div1{
    border: 1px dotted black;
    width: 50px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    background-color: lightgreen;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
  }
  .hoteltype-div2{
    border: 1px dotted black;
    width: 80px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(240, 146, 130);
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;

  }
  .hoteltype-div3{
    border: 1px dotted black;
    width: 127px;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(236, 198, 126);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;

  }
  .selectedHotelType {
    box-shadow: 0 0 5px 2px #5c6ad7; /* Customize the shadow as per your requirements */
  }
  .topsection-addhotel{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hotel-timings-container{
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
  }

  .hotel-timings-container-div1-time{
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .topsection-addhotel-backicon{
    position: absolute;
    /* top: 5px; */
    left: 5px;
    padding: 5px;
    border: 1px dotted black;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5px;
    width: 70px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    .hotel-timings-container{
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-top: 10px;
      gap: 0px;
    }
  }
  
.hotel-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  /* margin: 10px auto; */
  max-width: 100%;
}

.hotel-info {
  /* flex: 1; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}

.hotel-name {
  font-size: 20px;
  /* margin-bottom: 50px; */
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.hotel-description {
  margin-bottom: 10px;
  max-width: 150px;
}

.hotel-image-container {
}

.hotel-image {
  width: 148px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.allcategory-card-container {
  padding: 10px;
  margin-bottom: 100px;
}

.allcategory-card {
  /* position: relative; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 8px;
  margin-bottom: 8px;
  height: 150px;
  max-width: calc(50% - 20px); */

  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.allcategory-info {
  flex: 1 1;
  padding-left: 10px;
}
.allcategory-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.allcategory-name {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  font-family: "Courier New", Courier, monospace;
}
.allcategorynavlink {
  display: flex;
  text-decoration: none;
  color: black;
  align-items: center;
  width: 100%;
}

.alldelete-category-icon {
  color: tomato;
  cursor: pointer;
}
.alldelete-category-icon-container {
  display: flex;
  align-items: center;
  float: right;
}
.hotel-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.catButton {
  margin: 0 5px;
}

.arrow-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  color: #007bff;
}

.qrbutton {
  width: 130px;
  height: 35px;
  background-color: lightseagreen;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0px 5px 10px skyblue; */
}
.qrbutton:hover{
  background-color: rgb(32, 120, 115);
  color: white;
}
.editbutton:hover{
  background-color: rgb(92, 159, 92);
  color: white;
}

.self-order {
  width: 130px;
  height: 35px;
  background-color: lightcoral;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.self-order:hover{
  background-color: rgb(211, 89, 89);
}
.qrbutton-sub {
  background-color: transparent;
  border: none;
  color: white;
  /* box-shadow: 0px 5px 10px skyblue; */
}

@media (min-width: 768px) {
  .hotel-card {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .hotel-card {
    width: 93%;
    margin: 10px auto;
  }
}

/* Media query for phones */
@media (max-width: 767px) {
  .hotel-card {
    width: 93%;
    margin: 10px auto;
  }
}

.hotel-carousel-container {
  margin-top: 20px;
  overflow-x: auto;
  /* padding: 10px; */
  /* height: 185px; */
}
.hotel-cards {
  display: flex;
  gap: 5px;
  justify-content: center;
  height: 200px;
}
.editbutton {
  width: 130px;
  background-color: darkseagreen;
  color: white;
  border: none;
  /* box-shadow: 0px 5px 10px lightcyan; */
}
.waiting-list {
  width: 130px;
  background-color: gray;
  color: white;
  border: none;
}
.waiting-list:hover{
  background-color: rgb(82, 82, 82);
}

/* .hotelbutton-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 13px;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .hotelbutton-container {
    grid-template-columns: repeat(4, 1fr);
  }
} */


.hotelbutton-container {
  display: flex;
  gap: 13px;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hotelbutton-container-div1 {
  display: flex;
  gap: 13px;
  width: 100%;
  height: 35px;

  justify-content: center;
  align-items: center;
}
.alledit-category-icon {
  color: darkseagreen;
  cursor: pointer;
}
.alledit-category-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
}

/* 
.add-category-container {
    position: relative;
    display: inline-block; 
  }
  
  .category-popup {
    position: absolute;
    top: -10px; 
    left: 50%;
    transform: translateX(-50%); 
    width: 300px; 
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
  }
  
  .category-popup h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .category-popup input[type="text"],
  .category-popup input[type="file"],
  .category-popup button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .category-popup button {
    background-color: #007bff;
    color: #ffffff;
    cursor: pointer;
  }
  
  .plus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #007bff;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
  }
  


 */



 /* AddCategory.css */

.add-category-container {
  position: fixed;
  bottom: 90px; /* Adjust the distance from the bottom as needed */
  left: 50%;
  transform: translateX(-50%); /* Center the plus icon horizontally */
  z-index: 2; /* Ensure the plus icon is above other elements */
  width: 90%;
}

.category-popup {
  position: absolute;
  bottom: 20px; /* Position it above the plus icon */
  left: 50%;
  transform: translateX(-50%); /* Center the popup horizontally */
  width: 100%; /* Adjust the width as per your requirement */
  max-width: 400px;
  background-color:lightcyan;
  box-shadow: 0px 5px 10px skyblue;
  padding: 20px;
  border-radius: 8px;
}

.category-popup h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.addcategorytitle{
  text-align: center;
  color: darkgreen;
}
.category-popup input[type="text"]{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: aliceblue;
  border-radius: 10px;
}
.category-popup input[type="file"]{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: aliceblue;
  border-radius: 10px;
}
.categoryaddbutton {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.categoryaddbutton {
  background-color: aquamarine;
  color: black;
  cursor: pointer;
  box-shadow: 0px 5px 10px skyblue;

}

.categoryaddbutton.disabled{
  background-color: lightgray;
  cursor: not-allowed;
}


.category-plus-icon {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%); /* Center the plus icon horizontally */
  color:limegreen;
  font-size:large;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.category-plus-icon-close {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%); /* Center the plus icon horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  background-color: rgb(251, 170, 156);
  border: none;
  height: 30px;
  padding: 5px;
}
.cartegory-image-preview-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.cartegory-image-preview{
  width: 100px;
  height: 100px;
  border-radius: 10px;
}




   .carousel-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* background-color: lightcyan; */
    border-radius: 20px;
  }
  
  .carousel {
    width: 100%;
    /* max-width: 800px; */
  }
  
  .carousel .carousel-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .carousel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* background-color:aliceblue; */
    border-radius: 10px;
    overflow: hidden;

  }
  
  .carousel-item img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 10px;
  }
  
 
  
.hotelusercategory-carousel-container {
  overflow-x: auto;
  position: sticky;
top: 0px;
background-color: #ffffff;
z-index: 1;
width: 100%;
scroll-behavior: smooth;
}

.hotelusercategory-carousel-container::-webkit-scrollbar {
  display: none;
}

.hotelusercategory-cards {
  display: flex;
  padding: 10px;
}

.hotelusercategory-card {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 2px;
  /* margin-right: 15px; */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.hotelusercategory-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.hotelusercategory-image-container {
  position: relative;
  width: 100%;
  height: 120px;
  border-radius: 10px;
}

.hotelusercategory-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.hotelusercategory-name-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.hotelusercategory-card.selected {
  background-color:lightgreen; 
  /* border: 2px solid black; */
  color: #ffffff;
  transform: translateY(0);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 767px){
  .hotelusercategory-carousel-container {
    overflow-x: auto;
    position: sticky;
  top: 60px;
  background-color: #ffffff;
  z-index: 1;
  }
}
/* 
.add-item-container {
  position: fixed;
  bottom: 50px; 
  left: 50%;
  transform: translateX(-50%); 
  z-index: 999; 
}

.item-popup {
  position: absolute;
  bottom: 50px; 
  left: 50%;
  transform: translateX(-50%); 
  width: 300px; 
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
}

.item-popup h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.item-popup input[type="text"],
.item-popup input[type="file"],
.item-popup button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.item-popup button {
  background-color: #007bff;
  color: #ffffff;
  cursor: pointer;
}

.item-plus-icon {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%); 
  width: 30px;
  height: 30px;
  background-color: #007bff;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
} */




.add-item-container {
  position: fixed;
  bottom: 90px; /* Adjust the distance from the bottom as needed */
  left: 50%;
  transform: translateX(-50%); /* Center the plus icon horizontally */
  z-index: 2; /* Ensure the plus icon is above other elements */
  width: 90%;
}

.item-popup {
  position: absolute;
  bottom: 20px; /* Position it above the plus icon */
  left: 50%;
  transform: translateX(-50%); /* Center the popup horizontally */
  width: 100%; /* Adjust the width as per your requirement */
  max-width: 400px;
  background-color:lightcyan;
  box-shadow: 0px 5px 10px skyblue;
  padding: 20px;
  border-radius: 8px;
}

.item-popup h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.additemtitle{
  text-align: center;
  color: darkgreen;
}

.item-popup input[type="text"],
.item-popup input[type="file"]
{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: aliceblue;
  border-radius: 10px;
}

.itemaddbutton {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.itemaddbutton {
  background-color: aquamarine;
  color: black;
  cursor: pointer;
  box-shadow: 0px 5px 10px skyblue;

}

.itemaddbutton.disabled{
  background-color: lightgray;
  cursor: not-allowed;
}


.item-plus-icon {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%); /* Center the plus icon horizontally */
  color:limegreen;
  font-size:large;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.item-plus-icon-close {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%); /* Center the plus icon horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  background-color: rgb(251, 170, 156);
  border: none;
  height: 30px;
  padding: 5px;
}
.item-image-preview-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.item-image-preview{
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.hotelallitem-card-container {
  padding: 10px;
    margin-bottom: 100px;
}
 
.hotelallitem-card {

  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.hotelallitem-info{
  flex: 1 1;
  padding-left: 10px;
  }
  .hotelallitem-card img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  
  .hotelallitem-name {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
  }
  .hotelallitem-price {
    font-size: 14px;
    color: #3f3e3e;
    margin: 5px 0;
    font-family: 'Courier New', Courier, monospace;
  }
  .hotelalldelete-item-icon-container{
    display: flex;
    align-items: center;
    float: right;
    color: tomato;
    }
  /* .item-switch-icon{
    z-index: 0;
  } */
@media (max-width: 400px) {
  .item-card {
    width: 170px; 
  }
}

.skeleton-allitemsscreen{
  margin-top: 5px;
  padding: 5px;
}

.status-message {
  background-color: tomato;
  color: white;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  animation: slideIn 0.5s ease-in-out forwards;
}

.status-message.enabled {
  background-color: lightgreen;
  color: black;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  animation: slideIn 0.5s ease-in-out forwards;
}


/* .usercategory-carousel-container {
    overflow-x: auto;
  }
  .usercategory-carousel-container::-webkit-scrollbar {
    display: none; 
  }
  
  .usercategory-cards {
    display: flex;
    padding: 10px;
  }
  
  .usercategory-card {
    flex: 0 0 200px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
    box-sizing: border-box;
  }
  
  .usercategory-image-container {
    width: 100%;
    height: 100px; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .usercategory-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  
  .usercategory-name {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
  
.usercategory-card.selected {
  border: 2px solid blue;
} */



/* 
.usercategory-carousel-container {
    overflow-x: auto;
  }
  
  .usercategory-carousel-container::-webkit-scrollbar {
    display: none;
  }
  
  .usercategory-cards {
    display: flex;
    padding: 10px;
  }
  
  .usercategory-card {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none; 
    border-radius: 10px;
    background-color: #ffffff;
    padding: 15px;
    margin-right: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .usercategory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  }
  
  .usercategory-image-container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .usercategory-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .usercategory-name {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #333333;
  }
  
  .usercategory-card.selected {
    background-color: #3498db;
    color: #ffffff;
    transform: translateY(0);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  }


  */



  /* AllCategoriesUsers.css */
.usercategory-carousel-container {
    overflow-x: auto;
    position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
  }
  
  .usercategory-carousel-container::-webkit-scrollbar {
    display: none;
  }
  
  .usercategory-cards {
    display: flex;
    padding: 10px;
  }
  
  .usercategory-card {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 2px;
    margin-right: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
  }
  
  .usercategory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  }
  
  .usercategory-image-container {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 10px;
  }
  
  .usercategory-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .usercategory-name-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    /* background-color: rgba(255, 255, 255, 0.7); */
    background-color: rgba(0, 0, 0, 0.388);
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  }
  
  .usercategory-card.selected {
    background-color:lightgreen; 
    /* border: 2px solid black; */
    color: #ffffff;
    transform: translateY(0);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  }
  
.all-items-users-container{
  -webkit-user-select: none;
          user-select: none;
}
.allitemcart-screen {
  overflow: auto;
  padding: 10px;
  padding-top: 20px;
  margin-bottom: 100px;
}
.allitemcart-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.allitemcart-item-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.allitemcart-item-details {
  flex: 1 1;
  padding-left: 10px;
}

.allitemitem-name {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  font-family: "Courier New", Courier, monospace;
}

.allitemitem-price {
  font-size: 14px;
  color: #3f3e3e;
  margin: 5px 0;
  font-family: "Courier New", Courier, monospace;
}

.allitemitem-quantity {
  font-size: 16px;
  display: flex;
  align-items: center;
  float: right;
  margin-top: -40px;
}

.allitemitem-quantity span {
  margin: 0 10px;
}
.allitemplace-order-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: darkolivegreen;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  float: right;
}
.additem-icon {
  color: darkcyan;
}
.removeitem-icon {
  color: tomato;
}
.itemcount {
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
}
.no-items {
  display: flex;
  justify-content: center;
  /* margin-top: 50%; */
}


.itemsearch-bar-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 10px;
  width: 100%;
  margin: 0px auto;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}

.itemsearch-bar-container-div1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}


.itemsearch-bar {
  display: none;
  /* display: flex; */
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 10px;
  width: 335px;
  margin: 0px auto;
  background-color: #f0f0f0;
  /* position: sticky;
  top: calc(22vh - 20px);  */
}

.itemsearch-bar input {
  border: none;
  outline: none;
  flex: 1 1;
  padding: 5px;
  background: transparent;
}

.itemsearch-button {
  background-color: cadetblue;
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
  margin-left: 5px;
}

/* Adjust the icon position */
.itemsearch-button svg {
  margin: -2px;
}

.scanner-icon {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #ccc;
  /* padding: 10px; */
  border-radius: 4px;
  box-shadow: 0 0px 1px rgba(6, 58, 229, 0.1);
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 2;
  /* transition: bottom 0.3s ease-in-out;  */
}
.scannericon {
  color: darkgreen;
}

.scanner-icon-text {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(6, 58, 229, 0.1);
  cursor: pointer;
  width: 150px;
  height: 50px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@keyframes sizedecrease {
  0% {
    width: 150px; /* Start and end width (original width) */
    height: 50px;
  }
  100% {
    width: 0px; /* Middle width (decreased width) */
    height: 0px;
  }
}

.scanner-icon-text.decreasing {
  animation: sizedecrease 2s ease forwards; /* Animation without delay */
  animation-delay: 2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Apply the animation to the icon when it's displayed */
.scanner-icon.show {
  animation: fadeIn 1s ease-in-out; /* Adjust duration and easing as needed */
}

.info-icon {
  max-width: 20px;
  max-height: 20px;
  margin-left: 10px;
}

.itemmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  flex-direction: column;
}
.itemmodal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 400px;
  height: 500px;
  align-items: center;
  max-height: 500px;
  overflow-y: auto;
}

.itemclose-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgb(240, 148, 132);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.allitemspage-modal-item-image {
  width: 100%;
  height: 40%;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.allitemspage-modal-item-name {
  /* text-align: center; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 22px;
}
.allitemsusers-review-container {
  border-radius: 5px;
  margin-top: 20px;
}
.allitemsusers-review-info-container {
  margin-top: 10px;
}
.allitemsusers-review-info-container-div1 {
  display: flex;
  /* align-items: center; */
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  background-color: rgb(241, 221, 213);
  border-radius: 5px;
  padding: 10px;
  padding-top: 5px;
  font-size: 14px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.allitemsusers-view-more-review-container {
  margin-top: 30px;
  padding-bottom: 50px;
}
.allitemsusers-view-more-review-div1 {
  float: right;
  background-color: lightcoral;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin-right: 2px;
}
.allitemsusers-review-title {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}
.allitemspage-modal-item-star-rating {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.allitemspage-modal-item-star-rating-icon {
  color: goldenrod;
  margin-bottom: 3px;
}
.allitemspage-modal-item-star-rating-span {
  color: gray;
}
.allitemsusers-review-no-review-text {
  margin-top: 30%;
  font-family: "Courier New", Courier, monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.allitemsusers-review-no-review-image {
  margin-bottom: 3px;
}



.view-cart-popup {
    position: fixed;
    bottom: -60px; 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: cadetblue;
    border: 1px solid #ccc;
    color: white;
    width: 200px;
    /* padding: 5px; */
    /* padding: 10px; */
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(166, 229, 6, 0.1);
    cursor: pointer;
    transition: bottom 0.3s ease-in-out; 
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  
  .view-cart-popup.active {
    bottom: 20px; 
  }
  .carticon{
    color:green;
    width: 50px;   
    margin-left: -10px; 
  }
.item-search-screen-topsection{
  /* position: relative; */
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.item-search-screen-backicon{
  /* position: absolute; */
  /* top: 5px; */
  /* left: 5px; */
  padding: 5px;
  border: 1px dotted black;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 5px;
  width: 70px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.item-search-screen-bar {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 10px;
  width: 90%;
  margin: 0px auto;
  background-color: #f0f0f0;
  /* position: sticky;
  top: calc(22vh - 20px);  */
}

.item-search-screen-bar input {
  border: none;
  outline: none;
  flex: 1 1;
  padding: 5px;
  background: transparent;
}

.item-search-screen-bar-button {
  background-color: cadetblue;
  border: none;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
  width: 80px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* margin-left: 5px; */
}

.item-search-screen-main-container{
  padding: 0px;
}
.item-search-screen-main-container-category-name{
  color: cadetblue;
  font-family:'Courier New', Courier, monospace;
  font-size: 25px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.item-search-screen-main-container-progress{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.item-search-screen-main-container-no-search{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item-search-screen-main-container-no-search-title{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}
.itemtype-veg{
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 10px;
  background-color: lightgreen;
}
.itemtype-nonveg{
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 10px;
  background-color: tomato;
}
.itemtype-egg{
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 10px;
  background-color: orange;
}
.itemtype-other{
position: absolute;
left: 0;
width: 3px;
height: 100%;
border-radius: 10px;
background-color: blueviolet;
}

.fooddirallitemusers-notavailable-item-text{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: tomato;
}
.menuqrscreen{
  background-color: #F5F6F8;
  height: calc(100vh - 60px);
}
.menuqrscreen-div1{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  /* padding-right: 20px; */
}
.menuqrscreen-div1-icon{
  padding: 10px;
  background-color: #4682b4;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
.menuqrscreen-addsectionmodal{
  background-color: #F5F6F8;
  border-radius: 10px;
  padding: 10px;
}
.menuqrscreen-addsectionmodal-div1{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menuqrscreen-addsectionmodal-div1-close{
  position: absolute;
  right: 0px;
  top: -35px;
  background-color: lightgray;
  border: 1px solid white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.menuqrscreen-addsectionmodal-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
}
.menuqrscreen-addsectionmodal-div2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 550;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.menuqrscreen-addsectionmodal-div3{
  width: 100%;
  margin-top: 10px;
}
.menuqrscreen-addsectionmodal-div3 input{
  width: 100%;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
}
.menuqrscreen-addsectionmodal-div3 input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.menuqrscreen-addsectionmodal-div3 input:active,
.menuqrscreen-addsectionmodal-div3 input:focus{
  outline: none;
}
.menuqrscreen-addsectionmodal-div4{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 550;
  margin-top: 20px;
}
.menuqrscreen-addsectionmodal-div5{
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid lightgray;
  width: 120px;
  border-radius: 5px;
  height: 40px;
}
.menuqrscreen-addsectionmodal-div5-on{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menuqrscreen-addsectionmodal-div5-off{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menuqrscreen-addsectionmodal-div5-on.onselected{
  background-color: #4682b4;
  color: white;
}
.menuqrscreen-addsectionmodal-div5-off.offselected{
  background-color: tomato;
  color: white;
}
.menuqrscreen-addsectionmodal-div6{
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.menuqrscreen-addsectionmodal-div6-button1{
  width: 100%;
  background-color: #4682b4;
  color: white;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.menuqrscreen-addsectionmodal-div6-button2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 10px;
  cursor: pointer;
}
.menuqrscreen-addsectionmodal-div7{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 550;
  margin-top: 20px;
}
.menuqrscreen-addsectionmodal-div8 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 5px;
  gap: 5px;
  margin-top: 10px;
  white-space: nowrap;
  width: 100%;
  max-height: 120px;
  overflow-y: auto;
}
.menuqrscreen-addsectionmodal-div8-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  min-width: 120px;
  background-color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  cursor: pointer;
}
.menuqrscreen-addsectionmodal-div8-card.userselected{
  background-color: #4682b4;
  color: white;
  border: 1px solid #4682b4;
}
.menuqrscreen-addsectionmodal-div6-button1.adddisabled{
  background-color: lightgray;
}
.menuqrscreen-div4{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
}
.menuqrscreen-div2-loading{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}
.menuqrscreen-div3-sections{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  width: 100%;
  grid-gap: 10px;
  gap: 10px;
  padding: 10px;
  padding-bottom: 100px;
}
.menuqrscreen-div3-sections-card{
  width: 100%;
  /* background-color: #F5F6F8; */
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.menuqrscreen-div3-sections-card-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 22px;
}
.menuqrscreen-div3-sections-card-div2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 13px;
}
.menuqrscreen-div3-sections-card-div3-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 550;
  margin-top: 10px;
}
.menuqrscreen-div3-sections-card-div3-users{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}
.menuqrscreen-div3-sections-card-div2-users-card{
  background-color: #4682b4;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.menuqrscreen-div3-sections-card-div4{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 13px;
}
.menuqrscreen-div3-sections-card-div5{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.menuqrscreen-div3-sections-card-div5-add{
  background-color: #265882;
  color: white;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuqrscreen-div3-sections-card-div5-edit{
  background-color: #4682b4;
  color: white;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuqrscreen-div3-sections-card-div5-delete{
  background-color: tomato;
  color: white;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuqrscreen-div3-sections-card-div2-users-card-more{
  font-size: 13px;
  color: gray;
}
.menuqrscreen-div3-sections-card-toggle{
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.menuqrscreen-div3-sections-card-toggle-div1{
  border: 2px solid #4682b4;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.menuqrscreen-div3-sections-card-toggle-div1.toggleon{
  background-color: #4682b4;
  border: 2px solid #4682b4;
}
.menuqrscreen-deletesectionconfirmmodal-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 550;
  color: tomato;
  text-align: center;
}
.menuqrscreen-deletesectionconfirmmodal-div2{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.menuqrscreen-deletesectionconfirmmodal-div3{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-top: 50px;
}
.menuqrscreen-deletesectionconfirmmodal-div3-close{
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 50%;
}
.menuqrscreen-deletesectionconfirmmodal-div3-confirm{
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: tomato;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 50%;
}
.menuqrscreen-tableadddialog-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  background-color: #4682b4;
}
.menuqrscreen-tableadddialog-div1-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
  color: white;
}
.menuqrscreen-tableadddialog-div1-close{
  background-color: lightgray;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid white;
}
.menuqrscreen-tableadddialog-div2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  gap: 10px
}
.menuqrscreen-tableadddialog-div2-add{
  background-color: #4682b4;
  color: white;
  border-radius: 5px;
  width: 120px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  height: 40px;
}
.menuqrscreen-tableadddialog-div2-settings{
  background-color: #FA8334;
  color: white;
  border-radius: 5px;
  width: 120px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  height: 40px;
}
.menuqrscreen-tableadddialog-div5{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 200px;
}
.menuqrscreen-tableadddialog{
  background-color: #F5F6F8;
  height: 100vh;
}
.menuqrscreen-addtablemodal{
  position: relative;
  background-color: #F5F6F8;
  border-radius: 10px;
  padding: 10px;
}
.menuqrscreen-addtablemodal-close{
  position: absolute;
  right: 0px;
  top: -35px;
  background-color: lightgray;
  border: 1px solid white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.menuqrscreen-addtablemodal-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menuqrscreen-addtablemodal-div1-single{
  width: 50%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
}
.menuqrscreen-addtablemodal-div1-multiple{
  width: 50%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
}
.menuqrscreen-addtablemodal-div1-single.singleselected{
  background-color: #4682b4;
  color: white;
}
.menuqrscreen-addtablemodal-div1-multiple.multipleselected{
  background-color: #4682b4;
  color: white;
}
.menuqrscreen-addtablemodal-div7-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
}
.menuqrscreen-tableadddialog-div4{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  width: 100%;
  grid-gap: 5px;
  gap: 5px;
  padding: 10px;
}
.menuqrscreen-tableadddialog-div4-card{
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 10px;
  height: 60px;
  border: 1px solid lightgray;
  cursor: pointer;
}
.menuqrscreen-tableadddialog-div4-card.table-deactive{
  background-color: lightgray;
}
.menuqrscreen-tableoptionsmodal-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menuqrscreen-tableoptionsmodal-div1-edit,
.menuqrscreen-tableoptionsmodal-div1-settings,
.menuqrscreen-tableoptionsmodal-div1-delete {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  padding: 10px;
}
.menuqrscreen-tableoptionsmodal-div1-edit{
  color: #4682b4;
}
.menuqrscreen-tableoptionsmodal-div1-settings{
  color: #FA8334;
}
.menuqrscreen-tableoptionsmodal-div1-delete{
  color: tomato;
}
.menuqrscreen-tableoptionsmodal-div1-edit.editselected{
  background-color: #4682b4;
  color: white;
  width: 100%;
}
.menuqrscreen-tableoptionsmodal-div1-settings.settingsselected{
  background-color: #FA8334;
  color: white;
  width: 100%;
}
.menuqrscreen-tableoptionsmodal-div1-delete.deleteselected{
  background-color: tomato;
  color: white;
  width: 100%;
}
.menuqrscreen-addsectionmodal-div3.tablenameexists input{
  box-shadow: 0 4px 6px rgb(238, 153, 138);
}
.menuqrscreen-addsectionmodal-div2-sub{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: rgb(238, 153, 138);
}
.menuqrscreen-sectionsettingsmodal{
  height: 500px;
  background-color: #F5F6F8;
  position: relative;
}
.menuqrscreen-sectionsettingsmodal-toast {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-50%, 0%);
  background-color: #4682b4;
  height: 50px;
  width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: top 0.4s ease-in-out;
}
.menuqrscreen-sectionsettingsmodal-toast.active {
  top: 5px;
}
.menuqrscreen-sectionsettingsmodal-div1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.menuqrscreen-sectionsettingsmodal-div1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 18px;
  color: #265882;
  font-weight: bold;
}
.menuqrscreen-sectionsettingsmodal-close{
  background-color: lightgray;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.menuqrscreen-tableoptionsmodal-settings-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  margin-top: 70px;
  margin-bottom: 70px;
}
.menuqrscreen-addtablemodal-multiple-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
  margin-top: 20px;
}
.menuqrscreen-tableadddialog-title1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: #4682b4;
  font-weight: bold;
  padding-left: 10px;
}
.menuqrscreen-sectionsettingsmodal-options {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  scrollbar-width: none;
}

.menuqrscreen-sectionsettingsmodal-options::-webkit-scrollbar {
  display: none;
}

.menuqrscreen-sectionsettingsmodal-options-card {
  flex: 0 0 auto;
  width: 150px;
  height: 80px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border: 1px solid #a7ccea;
  cursor: pointer;
}
.menuqrscreen-sectionsettingsmodal-options-card-div1{
  color: #4682b4;
}
.menuqrscreen-sectionsettingsmodal-options-card-div2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #265882;
}
.menuqrscreen-sectionsettingsmodal-options-card.option-selected{
  border: 1px solid #265882;
  background-color: #e0ebf4;
}
.menuqrscreen-sectionsettingsmodal-options-main{
  padding: 10px;
  padding-top: 0px;
}
.menuqrscreen-chargesoption-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: gray;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menuqrscreen-chargesoption-div1-type{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.menuqrscreen-chargesoption-div1-type1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.menuqrscreen-chargesoption-div1-type1-div1{
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #4682b4;
  cursor: pointer;
}
.menuqrscreen-chargesoption-div1-type1-div2{
  color: #4682b4;
}
.menuqrscreen-chargesoption-div1-type2-div1{
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #4682b4;
  cursor: pointer;
}
.menuqrscreen-chargesoption-div1-type2-div2{
  color: #4682b4;
}
.menuqrscreen-chargesoption-div1-text1{
  padding-right: 10px;
  text-align: start;
  width: 100%;
}
.menuqrscreen-chargesoption-div2{
  width: 100%;
  margin-top: 10px;
  background-color: white;
  border: 1px solid #a7ccea;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menuqrscreen-chargesoption-div2-icon{
  color: gray;
}
.menuqrscreen-chargesoption-div2 input{
  width: 100%;
  border: none;
  height: 100%;
}
.menuqrscreen-chargesoption-div2 input:active,
.menuqrscreen-chargesoption-div2 input:focus{
  outline: none;
}
.menuqrscreen-chargesoption-div2 input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.menuqrscreen-chargesoption-div3{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: gray;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menuqrscreen-chargesoption-buttons{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 10px;
}
.menuqrscreen-chargesoption-buttons1{
  background-color: #4682b4;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  height: 40px;
  width: 120px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.menuqrscreen-chargesoption-div1-type1-div1.itemtype-per{
  background-color: #4682b4;
}
.menuqrscreen-chargesoption-div1-type2-div1.itemtype-fix{
  background-color: #4682b4;
}
.menuqrscreen-chargesoption-div1-type1-div1.billtype-per{
  background-color: #4682b4;
}
.menuqrscreen-chargesoption-div1-type2-div1.billtype-fix{
  background-color: #4682b4;
}
.menuqrscreen-chargesoption-buttons1.save-disabled{
  background-color: lightgray;
}
.menuqrscreen-workingonit{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



@media (min-width : 767px) {
   .menuqrscreen-addsectionmodal-div6-button1:hover{
    background-color: #265882;
   }
   .menuqrscreen-div1-icon:hover{
    background-color: #265882;
   }
   .menuqrscreen-addsectionmodal-div6-button1.adddisabled:hover{
    background-color: lightgray;
   }
   .menuqrscreen-chargesoption-buttons1:hover{
    background-color: #265882;
   }
}


@media (max-width : 767px) {
  .menuqrscreen-chargesoption-div1{
    flex-direction: column;
  }
  .menuqrscreen-chargesoption-div3{
    flex-direction: column;
  }
  .menuqrscreen-chargesoption-div1-type{
    justify-content: flex-start;
    width: 100%;
    margin-top: 5px;
  }
}
.userprofilescreen{
  background-color: #e0ebf4;
  min-height: 100vh;
}
.userprofilescreen-div1 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}

.userprofilescreen-div2{
  padding: 10px;
  text-align: center;
  padding-right: 2.5px;
  padding-bottom: 5px;
}
.userprofilescreen-div3 {
  padding: 10px;
  text-align: center;
  padding-left: 2.5px;
  padding-bottom: 5px;
}

.userprofilescreen-div2-main{
  background-color: white;
  height: 250px;
  border-radius: 10px;
}
.userprofilescreen-div2-main-loading{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
  font-weight: bold;
  align-items: center;
  height: 100%;
}

.userprofilescreen-div2-main-loading.fade-out{
  animation: fadeOut 0.5s forwards;
}
.userprofilescreen-div2-details{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
}
.userprofilescreen-div2-details-div2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #265882;
  margin-top: 15px;
  background-color: #e0ebf4;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}
.userprofilescreen-div2-details-div3{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.userprofilescreen-div2-details-div4{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.userprofilescreen-div2-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.userprofilescreen-div2-buttons1{
  background-color: #265882;
  width: 150px;
  height: 40px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.userprofilescreen-div2-options{
  width: 100%;
  background-color: white;
  margin-top: 5px;
  border-radius: 10px;
  padding: 10px;
}
.userprofilescreen-div2-options1{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  align-items: center;
  width: 100%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
  border-bottom: 1px solid lightgray;
  cursor: pointer;
}
.userprofilescreen-div2-options1-div1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.userprofilescreen-div2-options2{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  align-items: center;
  width: 100%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
  cursor: pointer;
}
.userprofilescreen-passwordreset-toast1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
}
.userprofilescreen-passwordreset-toast2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.userprofilescreen-passwordreset-toast3{
  background-color: #4682b4;
  border-radius: 5px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: white;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


@media (min-width : 767px){
  .userprofilescreen-div2-options1:hover{
    color: #265882;
  }
  .userprofilescreen-div2-options2:hover{
    color: #265882;
  }
  .userprofilescreen-passwordreset-toast3:hover{
    background-color: #265882;
  }
}

@media (max-width: 768px) {
  .userprofilescreen-div1 {
    grid-template-columns: 1fr;
  }
  .userprofilescreen-div2{
    padding-right: 10px;
    padding-bottom: 2.5px;
  }
  .userprofilescreen-div3{
    padding-left: 10px;
    padding-top: 2.5px;
  }
  .userprofilescreen{
    padding-bottom: 70px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.statsnav{
  height: 100%;
}
.statsnav-main{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  gap: 5px;
}
.statsnav-main2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  gap: 5px;
  margin-top: 5px;
}
.statsnav-div1{
  width: 100%;
  height: 555px;
}
.statsnav-div1-main{
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.statsnav-div1-main-loading{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
  font-weight: bold;
  align-items: center;
  height: 100%;
}
.statsnav-div1-main-loading.fade-out{
  animation: fadeOut 0.5s forwards;
}
.statsnav-div1-main-nostats{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-weight: bold;
  font-size: 15px;
}
.statsnav-div1-main-div1{
  padding: 10px;
  height: 100%;
}
.statsnav-div1-main-today{
  position: relative;
  height: 100%;
}
.statsnav-div1-main-today-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  font-weight: bold;
  font-size: 18px;
  text-align: start;
}
.statsnav-div1-main-today-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 15px;
  text-align: start;
}
.statsnav-div1-main-today-data{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  background-color: #e0ebf4;
  padding: 10px;
  border-radius: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.statsnav-div1-main-today-data1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.statsnav-div1-main-today-data1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 13px;
  margin-top: 5px;
}
.statsnav-div1-main-today-data1-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  font-size: 16px;
}
.statsnav-div1-main-today-data1-text2-main{
  display: flex;
  justify-content: center;
  align-items: center;
}
.statsnav-div1-main-today-pm-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  text-align: start;
  font-size: 15px;
  margin-top: 10px;
}
.statsnav-card-debt{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  height: 110px;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
}
.statsnav-card-debt-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.statsnav-card-debt-div1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.statsnav-card-debt-div1-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.statsnav-card-debt-div1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 13px;
  margin-top: 5px;
}
.statsnav-div1-main-today-bottom{
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.statsnav-div1-main-today-bottom-text1{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  gap: 3px;
  padding: 5px;
  cursor: pointer;
  color: #4682b4;
}
.statsnav-card-debt-loading{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
  gap: 5px;
}
.statsnav-div2{
  width: 100%;
  height: 555px;
}
.statsnav-div3{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.statsnav-div2-main{
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.all-tabs-container-statusnav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 100%; 
  border-radius: 10px;
  position: relative; 
  z-index: 1;
}
.byorders-div,
.byitems-div,
.byamount-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 13px;
  cursor: pointer;
  width: 33.33%; 
  text-align: center;
  position: relative; 
  z-index: 1;
  padding: 10px;
}
.active-tab-slider-statusnav {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  left: 0;
  height: 100%; 
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33%; 
  transition: left 0.3s ease; 
  border-radius: 10px;
  background-color: #e0ebf4;
  z-index: 0; 
}



.statsnav-totals{
  padding-top: 5px;
  width: 100%;
}
.statsnav-totals-main{
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.statsnav-totals-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  font-weight: bold;
  font-size: 18px;
  text-align: start;
}
.statsnav-totals-div1{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
}
.statsnav-totals-div2{
  width: 100%;
  background-color: #e0ebf4;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-top: 10px;
}
.statsnav-totals-div2-div1{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.statsnav-totals-main1{
  width: 100%;
}
.statsnav-totals-div2-div1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 13px;
  margin-top: 5px;
}
.statsnav-totals-div2-div1-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  font-size: 16px;
}
.statsnav-totals-div3{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  height: 119px;
  margin-top: 10px;
}
.statsnav-totals-div1-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 15px;
  text-align: start;
}
.statsnav-totals-div1-title2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 15px;
  text-align: start;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .statsnav-main {
    grid-template-columns: 1fr;
  }
  .statsnav-main2{
    grid-template-columns: 1fr;
  }
  .statsnav-div1-main{
    height: 555px;
  }
  .statsnav-div2-main{
    height: 555px;
  }
  .statsnav-totals-div1{
    grid-template-columns: 1fr;
  }
  .statsnav-totals-div3{
    height: 119px;
  }
}
@media (min-width: 767px){
  .statsnav-div1-main-today-bottom-text1:hover{
    color: #265882;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}


.outletdebts-dialog-div1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 60px;
    background-color: cadetblue;
    position: relative;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
}
.outletdebts-dialog-div1-icon{
    position: absolute;
    left: 20px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.596);
    color: black;
    cursor: pointer;
}
.outletdebts-dialog-div2{
    width: 100%;
    padding: 10px;
}
.outletdebts-dialog-div2-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
}
.outletdebts-dialog-div2-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.3%;
}
.outletdebts-dialog-div2-card-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: gray;
}
.outletdebts-dialog-div2-card-text2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.outletdebts-dialog-alldebts{
    padding: 10px;
}
.outletdebts-dialog-alldebts-card{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    padding: 10px;
}
.outletdebts-dialog-alldebts-card-div1{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.outletdebts-dialog-alldebts-card-div1-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
}
.outletdebts-dialog-alldebts-card-div1-text2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
}
.outletdebts-dialog-alldebts-card-div2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    text-align: start;
}
.outletdebts-dialog-alldebts-card-div3{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-align: start;
}
.outletdebts-dialog-alldebts-card-div4{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    background-color: rgb(165, 212, 213);
    color: black;
    border-radius: 5px;
    height: 100%;
    cursor: pointer;
    width: 40px;
}
.outletdebts-dialog-alldebts-debtdetails{
    display: flex;
    overflow-x: auto;
    width: 100%;
    gap: 10px;
    margin-top: 5px;
}
.outletdebts-dialog-alldebts-debtdetails-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    width: 300px;
    flex-shrink: 0;
  }
  .outletdebts-dialog-alldebts-debtdetails-card.singledebt{
    width: 100%;
  }
  .outletdebts-dialog-alldebts-debtdetails::-webkit-scrollbar{
    display: none;
  }
  .outletdebts-dialog-alldebts-debtdetails-card-div1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .outletdebts-dialog-close-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 45, 45, 0.671);
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth fade transition */
    z-index: 4; /* Behind the modal */
    pointer-events: none; /* Prevent background from capturing clicks */
  }
  
  .outletdebts-dialog-close-modal-background.visible {
    opacity: 1;
    pointer-events: auto; /* Enable clicks when visible */
  }
  
  .outletdebts-dialog-close-modal-main-box {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
  }
  
  .outletdebts-dialog-close-modal-box{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 3;
    height: 455px;
    overflow-y: auto;
    background-color: rgb(240, 236, 236);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .outletdebts-dialog-close-modal-box-close-button{
    position: fixed;
    right: 0;
    margin-top: -35px;
    border: 1px solid tomato;
    margin-right: 10px;
    background-color: rgba(255, 99, 71, 0.71);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
  }
  .outletdebts-dialog-close-modal-debtdetails-main{
    padding: 10px;
  }
  .outletdebts-dialog-close-modal-debtdetails{
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .outletdebts-dialog-close-modal-div1{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .outletdebts-dialog-close-modal-div1-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
  }
  .outletdebts-dialog-close-modal-div1-text2{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
  }
  .outletdebts-dialog-close-modal-div2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    text-align: start;
  }
  .outletdebts-dialog-close-modal-div3{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .outletdebts-dialog-close-modal-div3-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
  }
  .outletdebts-dialog-close-modal-div3-icon{
    background-color: rgb(165, 212, 213);
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .outletdebts-dialog-close-modal-debtdetails-main-div2{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .outletdebts-dialog-close-modal-debtdetails-main-div2-input{
    width: 100%;
  }
  .outletdebts-dialog-close-modal-button{
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background-color: cadetblue;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .outletdebts-dialog-close-modal-close-amount{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 20px;
  }
  .outletdebts-dialog-close-modal-button.close-disabled{
    background-color: lightgray;
    color: white;
  }
  .outletdebts-dialog-alldebts-debtdetails-card.debtpaid{
    background-color: rgb(194, 243, 194);
  }
  .outletdebts-dialog-close-modal-date-button{
    width: 100%;
    height: 40px;
    background-color: cadetblue;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .outletdebts-dialog-close-modal-date-button.datebutton-disabled{
    background-color: lightgray;
  }
  .outletdebts-dialog-nodebts{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: gray;
    letter-spacing: 1px;
    margin-top: 200px;
  }
.hotel-alert-card-container{
    width: 100%;
    background-color: #b9dbf7;
    border: 1px solid #4682b4;
    padding: 20px;
    border-radius: 10px;
    -webkit-user-select: none;
            user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    position: relative;
    cursor: pointer;
}
.hotel-alert-card-container-div1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hotel-alert-card-container-div1-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
    font-size: 13px;
    text-align: center;
}
.hotel-alert-card-container-div1-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.hotel-alert-card-container-div1-button{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #265882;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.hotel-alert-card-container-div1-main-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #265882;
    font-size: 20px;
    letter-spacing: 2px;
}
.takeawaycard-card-main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.takeawaycard-card{
    border: 1px solid green;
    background-color: rgb(180, 224, 180);
    padding: 20px;
    border-radius: 10px;
    -webkit-user-select: none;
            user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 200px;
}
.takeawaycard-card-div1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.takeawaycard-card-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    color: darkgreen;
    font-size: 20px;
    letter-spacing: 2px;
}
.takeawaycard-card-sub{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
    font-size: 13px;
    text-align: center;
}
.takeawaycard-card-button{
    background-color: limegreen;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    height: 40px;
    width: 150px;
    cursor: pointer;
    color: white;
    margin-top: 20px;
}
.takeawaycard-card-button-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
}
.takeawaycard-card-button-inner-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.takeawaycard-details-fetching-main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: darkgreen;
    font-size: 15px;
    font-weight: bold;
    gap: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.takeawaycard-card-button.de-activate{
    background-color: rgb(252, 121, 98);
}
@media (min-width: 767px){
    .takeawaycard-card-button:hover{
        background-color: green;
    }
    .takeawaycard-card-button.de-activate:hover{
        background-color: tomato;
    }
}
    .code-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    border-radius: 10px;
    height: 150px;
  }

  
  .hotelusers-generated-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px
  }
  
  .code-boxes {
    display: flex;
    gap: 15px;
  }
  
  .code-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px dashed #4682b4;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  
  .hotelusers-generate-button {
    font-size: 16px;
    background-color:#4682b4;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 155px;
    height: 40px;
  }
  
  .hotelusers-generate-button:hover {
    background-color: green;
  }
  
  .hotelusers-generate-again-button {
    font-size: 16px;
    background-color:#4682b4;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lockicon{
    margin-left: 5px;
    margin-bottom: 2px;
  }
  
  .addhoteluser-button {
    font-size: 16px;
    background-color: cadetblue;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 155px;
    height: 40px;
    margin-bottom: 20px;
  }
  
  .addhoteluser-button:hover {
    background-color: green;
  }
  .addhoteluser-container{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
  }
  .addhoteluser-container-loading{
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: gray;
    font-weight: bold;
    align-items: center;
    height: 380px;
  }
  .addhoteluser-container-loading.fade-out{
    animation: fadeOut 0.5s forwards;
  }
  .code-container-loading{
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: gray;
    font-weight: bold;
    align-items: center;
    height: 100%;
  }
  .code-container-loading.fade-out{
    animation: fadeOut 0.5s forwards;
  }
  .addhoteluserinput-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
  }
  .addhoteluser-input{
    border: none;
    border-bottom: 1px solid #265882; /* Add a bottom dotted border */
    padding: 5px 0;
    outline: none;
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  .addhoteluser-input::placeholder{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
  }
  .addhoteluser-submit-button {
    font-size: 16px;
    background-color: #4682b4;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
    height: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  
  .addhoteluser-submit-button.no-username {
    background-color: lightgray;
  }
.hotel-users{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-width: 400px; */
  margin: 0 auto;
}
.hoteluser-card {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted #265882; /* Apply the dashed border */
  border-radius: 5px;
  margin-top: 2px;
  padding: 5px;
  width: 100%;
  cursor: pointer;
}

.hoteluser-card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  
}
/* .hoteluser-card-content:hover .hotelusercard-name{
  color: black;
  font-weight: bolder;
} */
.hotelusercard-name{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  /* border: 1px solid black; */
}
.hotelcardusericon{
  margin-left: auto;
  cursor: pointer; 
  color: rgb(238, 148, 132);
  margin-right: -130px;
}
.input-error {
  border-color: red; 
}

.input-error-message {
  color: red; 
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px; 
}
.hoteluser-list-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
}
@keyframes blink {
  0%, 100% { background-color: transparent; color: black;}
  50% { background-color: #d0e3f2; color: black;}
}
.highlight-blink {
  animation: blink 1s infinite;
}
.hotelusercard-setdiv{
  border: 1px dotted black;
  width: 50px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
.hotelusercard-setdiv:hover{
  background-color: cadetblue;
  color: white;
}
.default-user-icon{
  cursor: pointer;
  margin-left: 14px;
}
.delete-button-snackbar{
  border: 1px solid white;
  color: white;
}
.hoteluser-list-container-skeleton-main{
  width: 95%;
}
.hotelusers-nochefs-added{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #265882;
}
.hotelusers-main{
  width: 100%;
}
.hotelusers-main1{
  width: 100%;
}
.hotelusers-users-main-container{
  margin-top: 5px;
  min-height: 210px;
  max-height: 210px; 
  overflow-y: auto; 
  width: 100%;
}
.hotelusers-users-assign-main{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}
.hotelusers-users-assign-main-assign{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #265882;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 5px;
  width: 50%;
  cursor: pointer;
  color: white;
}
.hotelusers-users-assign-main-delete{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: tomato;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 5px;
  width: 50%;
  cursor: pointer;
}
.hotelusers-users-assign-main-roles{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #265882;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  cursor: pointer;
  color: white;
}
.hotelusers-users-assign-main-assign.assign-notselect,
.hotelusers-users-assign-main-roles.assign-notroles,
.hotelusers-users-assign-main-delete.assign-notdelete{
  background-color: lightgray;
  color: black;
}
.hoteluser-card.user-selected{
  background-color: #4682b4;
  color: white;
}
.hotelusers-cats-fetching-modal{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: gray;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.hotelusers-cats-modal-title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  font-size: 15px;
  text-align: center;
}
.hotelusers-cats-modal-catname{
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin-top: 2px;
  cursor: pointer;
}
.hotelusers-cats-modal-main{
  max-height: 300px;
  overflow-y: auto;
  margin-top: 10px;
}
.hotelusers-cats-modal-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-top: 10px;
}
.hotelusers-cats-modal-button1{
  background-color: #265882;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50%;
}
.hotelusers-cats-modal-button2{
  background-color: #265882;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.hotelusers-cats-modal-catname.autocat-selected{
  background-color: #4682b4;
  color: white;
}
.hotelusers-cats-modal-button2.auto-delete{
  background-color: tomato;
  color: white;
}
.hotelusers-cats-modal-button1.saved-catids{
  background-color: lightgray;
}
.hotelusers-roles-modal-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-top: 10px;
}
.hotelusers-roles-modal-button1{
  background-color: lightgray;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  cursor: pointer;
}
.hotelusers-roles-modal-button2{
  background-color: #265882;
  color: white;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.hotelusers-roles-modal-button2.norole-set{
  background-color: lightgray;
}
.hotelusers-users-assign-main1{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  gap: 5px;
}
.hotelusers-fetchingroles{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: gray;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}



@media (max-width: 767px) {
  .hotelusers-users-main-container{
    min-height: auto;
    max-height: 210px;
  }
  .addhoteluser-container-loading{
    height: 320px;
  }
}


@media (min-width: 767px) {
  .hotelusers-generate-again-button:hover {
    background-color:#265882;
  }
  .addhoteluser-submit-button:hover{
    background-color: #265882;
  }
  .addhoteluser-submit-button.no-username:hover{
    background-color: lightgray;
  }
  .addhoteluser-button:hover {
    background-color: cadetblue ;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.outletresetpassword-div1{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.outletresetpassword-div2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #265882;
    margin-top: 40px;
    letter-spacing: 1px;
}
.outletresetpassword-div3{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #265882;
    text-align: start;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.outletresetpassword-div3-wrong{
    color: tomato;
    font-size: 13px;
}
.outletresetpassword-div4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #4682b4;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
.outletresetpassword-div4-main{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.outletresetpassword-div4-main1{
    color: #265882;
}
.outletresetpassword-div4-main input{
    border: none;
    width: 100%;
    padding: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.outletresetpassword-div4-main input:active,
.outletresetpassword-div4-main input:focus{
    outline: none;
}
.outletresetpassword-div4-main input::placeholder{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
}
.outletresetpassword-div4-icon{
    color: #265882;
    cursor: pointer;
}
.outletresetpassword-button{
    background-color: lightgray;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 40px;
    cursor: pointer;
    color: white;
}
.outletresetpassword-button.activatebutton{
    background-color: #4682b4;
}
.outletresetpassword-subtext{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: gray;
    text-align: center;
    margin-top: 10px;
}


@media (min-width: 767px){
    .outletresetpassword-button:hover{
        background-color: lightgray;
    }
    .outletresetpassword-button.activatebutton:hover{
        background-color: #265882;
    }
}
.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
  padding: 10px;
  -webkit-user-select: none;
          user-select: none;
  transition: filter 0.3s ease;
  margin-bottom: 0px;
}

/* .card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
} */

.card-image {
  max-width: 100px;
  align-self: center;
}

.card-details {
  margin-top: 10px;
  text-align: center;
}
.noorderscontainer{
  text-align: center;
  margin-top: 300px;
}
.orderstitle{
  color: green;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
 margin-left: 10px;
}
.sadicon{
  color: tomato;
}
.myorderitems-order-itemcard-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.myorderitems-order-itemcard-buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: white;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 5px;
  /* margin-top: 5px; */
}
.myorderitems-order-itemcard-buttons1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.myorderitems-order-itemcard-buttons1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
}
.myorderitems-order-itemcard-buttons1-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.myorderitems-order-itemcard-buttons2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.myorderitems-order-itemcard-buttons-reorder{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  border: 1px solid gray;
  border-radius: 5px;
  height: 100%;
  cursor: pointer;
}
.myorderitems-order-itemcard-buttons-settime{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  /* width: 100%; */
  height: 40px;
  width: 50px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: lightgray;
  color: white;
  cursor: pointer;
}
.myorderitems-order-itemcard-buttons-delivered{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 50px;
  height: 40px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  /* background-color: rgb(174, 236, 174); */
  background-color: #4682b4;
  color: white;
  cursor: pointer;
}
.myorderitems-order-itemcard-buttons-delivered.itemdelivered{
  background-color: lightgray;
  color: white;
}
.myorderitems-order-itemcard-div1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: lightsalmon;
  color: white;
  border-radius: 5px;
  padding: 5px;
}
.myorderitems-order-itemcard-div1-catname{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-order-itemcard-div1-phonenum{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-order-itemcard-div2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
  margin-top: 10px;
}
.myorderitems-order-itemcard-div2-details1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.myorderitems-order-itemcard-div2-details2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-item-card {
  background-color: rgb(244, 242, 242);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 240px;
}
.order-item-card-top{
  width: 100%;
}
.order-item-card-top1{
  background-color: #a7ccea;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 60px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-item-card-top1-div1{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}
.order-item-card-top1-div1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order-item-card-top1-div1-time{
  background-color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}
.order-item-card-top1-div1-time.time-delayed{
  color: rgb(252, 121, 98);
}
.order-item-card-top1-div1-time.timenotsetted{
  color: gray;
}
.order-item-card-top1-div2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  height: 100%;
}
.order-item-card-top1-div2-icon1{
  background-color: rgba(255, 255, 255, 0.33);
  width: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  cursor: pointer;
}
.order-item-card-top1-div2-icon2{
  background-color: rgba(255, 255, 255, 0.33);
  width: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(249, 118, 95);
  cursor: pointer;
}
.order-item-card-top1-div2-icon3{
  background-color: rgba(255, 255, 255, 0.33);
  width: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4682b4;
  cursor: pointer;
}
.order-item-card-top2{
  padding: 5px;
}
.order-item-card-top2-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.786);
  padding: 5px;
  border-radius: 5px;
}
.order-item-card-top2-main.linkeditemcard{
  background-color: rgba(255, 255, 255, 0.786);
}
.order-item-card-top2-catname{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}
.order-item-card-top2-time{
  color: grey;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.myorderitems-order-item-card-details{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.myorderitems-order-item-card-details-div1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
}
.myorderitems-order-item-card-details-div1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-order-item-card-details-div1-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: grey;
  width: 80px;
  text-align: end;
}
.myorderitems-linkeditemname-text{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
}
.myorderitems-order-item-card-details-div1-icontext{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.myorderitems-order-item-card-details-div1-icon{
  padding-bottom: 3px;
  color: rgb(190, 189, 189);
}
.myorderitems-order-item-card-details-div1-icon.del-icon{
  color: green;
}

.cart-item{
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}
.order-item-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}
.order-item-detailsdiv1{
  flex: 1 1;
  flex-direction: column;
}
.order-item-detailsdiv2{
  flex: 1 1;
  flex-direction: column;
}
.order-item-detailssendicon{
  border: 1px dotted black;
  height: 60px;
  width: 40px;
  margin-right: 2px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.order-item-detailssendicon-delivered{
  background-color:darkseagreen;
  border: 1px dotted black;
  height: 60px;
  width: 40px;
  margin-right: 2px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.order-send-icon{
 margin-top: 18px;
 margin-left: 3px;
 color: darkgreen;
}
.hoteluserslider {
  /* filter: blur(5px);  */
  position: fixed;
  bottom: -100%; 
  left: 0;
  width: 100%;
  /* background-color: rgba(128, 128, 128, 0.557); */
  height: 100vh;
  /* border-top: 1px solid darkcyan; */
  transition: bottom 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* padding-bottom: 100px; */
}

.hoteluserslider-open {
  bottom: 0;
}
.sendhoteluser-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid cadetblue; 
  border-radius: 5px;
  margin-top: 2px;
  padding: 5px;
  width: 320px;
  margin-top: 10px;
  height: 40px;
}
.sendhoteluser-card.sentuser{
  background-color: cadetblue;
  color: white;
}
.sendhoteluser-list-container{
  background-color: white;
  min-height: 0px;
  height: 400px;
  width: 100%;
  max-height: 400px; 
  overflow-y: auto; 
    border-top: 1px solid darkcyan;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.sendhoteluser-card-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sendhotelusercard-name{
  align-items: flex-start;
  margin-left: -150px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}
.sendhotelcardusericon{
  margin-left: auto;
  cursor: pointer; 
  margin-right: -154px;
  border: 1px dashed cadetblue;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.card-container.blur {
  filter: blur(5px); 
}
.allorder-container.blur {
  filter: blur(5px);
}
.orderUserNum{
  font-family: 'Courier New', Courier, monospace;
  font-size: small;
}
.orderUserName{
  font-size: small;
}
.orderUserPrice{
  font-size: smaller;
  font-family: 'Courier New', Courier, monospace;
}
.no-orders-text1{
  text-align: center;
  color: cadetblue;
  margin-top: 200px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.no-orders-text2{
  text-align: center;
  color: cadetblue; 
}
.billGenerate{
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 20px; */
  width: 135px;
  padding: 5px;
  background-color: lightgreen;
  height: 35px;
  border-radius: 5px;
  bottom: 80px; 
  cursor: pointer;
}
.billGenerate:hover{
  background-color: rgb(102, 206, 102);
}
.table-item {
  /* flex: 0 0px 150px; */
  width: 100%;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #4682b4;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(5, 216, 240, 0.3);
  position: relative;
  cursor: pointer;
  font-weight: 550;
  background-color: #e0ebf4;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.table-item.selected {
  /* background-color:darkseagreen;  */
  background-color: #e0ebf4;
  color: black;
  flex: 0 1 150px;
  min-width: 150px;
  /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15); */
  font-weight: 550;
}
.table-number{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60px;
}
.table-item.order-started-background{
  background-color: rgb(192, 228, 192);
  color: black;
}
.table-item.order-billgen-background{
  background-color: rgb(192, 228, 192);
  color: black;
}
.table-item.all-items-delivered-background{
  background-color: rgb(192, 228, 192);
  color: white;
}
.table-item.selected-from-storage{
  background-color:darkseagreen; 
  color: white;
}
.table-item.selected-from-notification {
  background-color:darkseagreen; 
  color: #ffffff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}
.table-orders {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(99, 199, 99); 
  color: white;
  padding: 2px 5px; 
  border-radius: 8px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-orders.all-items-delivered-background{
  background-color: green;
}
.table-orders.order-billgen-background{
  background-color: green;
}
.table-orders.table-orders-small{
  height: 40px;
  width: 40px;
}
.no-orders-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
}
.backicon{
color: green;
}
.zero-background {
/* background-color: tomato; */
display: none;
}
.nohotelid-add-hotel-container{
margin-top: 200px;
display: flex;
align-items: center;
justify-content: center;
}
.nohotelid-add-hotel{
background-color: lightblue;
border: none;
padding: 10px;
font-family: 'Courier New', Courier, monospace;
border-radius: 10px;
width: 130px;
box-shadow: 0px 1px 20px lightblue;
}
.nohotelid-generatecode-hotel{
background-color: lightgreen;
border: none;
padding: 10px;
font-family: 'Courier New', Courier, monospace;
border-radius: 10px;
width: 150px;
box-shadow: 0px 1px 20px lightblue;
}
.order-button-container-closegen{
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom: 0;
gap: 10px;
background-color: #a7ccea;
margin-bottom: 60px;
height: 60px;
/* box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2); */
width: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
z-index: 2;
}
.order-button-container-closegen-button1{
  height: 40px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgb(252, 121, 98);
  color: white;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.order-button-container-closegen-button2{
  height: 40px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #4682b4;
  color: white;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.order-button-container-closegen-button3{
  height: 40px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #4682b4;
  color: white;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.order-button-container-closegen-button4{
  height: 40px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f99a5b;
  color: white;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.order-button-container-closegen-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 767px) {
  .order-button-container-closegen{
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
}
.closeorder{
display: flex;
align-items: center;
justify-content: center;
/* margin-top: 20px; */
width: 135px;
padding: 5px;
background-color: rgb(235, 92, 67);
height: 35px;
border-radius: 5px;
color: white;
bottom: 80px; 
cursor: pointer;
}
.closeorder:hover{
background-color: rgb(199, 71, 48);
}
.billmodal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
flex-direction: column;
overflow-y: auto;
padding-bottom: 50px;
padding-top: 100px;
}
.billmodal-content {
background-color: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
text-align: center;
position: relative;
width: 350px;
align-items: center;
-webkit-user-select: none;
        user-select: none;

}

.billclose-modal {
position: absolute;
top: 10px;
right: 10px;
background-color: rgb(240, 148, 132);
color: white;
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
}
.order-bill {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.order-details {
width: 100%;
}
.item-bill {
width: 100%;
display: flex;
justify-content: center;
align-items: center;

}
.order-bill-header{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bold;
margin-top: 20px;
}
.bill-item-name {
width: 66.6%;
align-items: center;
text-align: start;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.bill-item-quantity {
width: 33.3%;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Courier New', Courier, monospace;
}
.bill-item-total {
width: 33.3%;
display: flex;
justify-content: flex-end;
align-items: center;
font-family:'Courier New', Courier, monospace;
}
.order-subtotal {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-top: 20px;
background-color: darkseagreen;
color: white;
padding: 10px;
border-radius: 10px;
}
.bill-thankyou-div {
display: flex;
justify-content: center;
align-items: center;
gap:10px;
margin-top: 20px;
}
.bill-thankyou-stars-div {
display: flex;
justify-content: center;
align-items: center;
margin-top: 6px;
}
.bill-thankyou-text-div{
font-weight: bold;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.bill-receipt-text {
display: flex;
justify-content: center;
align-items: center;
}
.send-billtouser-container{
margin-top: 5px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
border-radius: 5px;
background-color: lightsalmon;
cursor: pointer;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: white;
}
.send-billtouser-container:hover{
background-color: rgb(102, 206, 102);
}
.skeleton-myordersitemscreen{
margin-top: 40px;
padding: 10px;
}

.sendhoteluser-list-adduser-button{
background-color: lightgreen;
padding: 10px;
border-radius: 10px;
width: 130px;
display: flex;
justify-content: center;
align-items: center;
}

.kitchenorders-button {
border: 1px dotted green;
margin-right: 10px;
width: 130px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
cursor: pointer;
}
.topsection-orders-backicon{
  padding: 5px;
  border: 1px dotted black;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 5px;
  width: 70px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.my-orders-items-main-container{
-webkit-user-select: none;
        user-select: none;
padding-bottom: 150px;
}

.table-carousel-container{
  padding: 10px;
}

.table-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Adjust the minmax value to your desired width */
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.table-cards.table-single-card{
  margin-top: 0px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myorderitems-billprinted-username{
  position: absolute;
  top: -50px;
  height: 60px;
  color: black;
  background-color: lightgreen;
  width: 150px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  padding-top: 5px;
  text-align: center;
}
.confirm-close-order-discard{
background-color: lightgray;
}
.order-sent{
background-color: lightgreen;
}
.myorderitems-bill-cgst-div1{
display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-order-itemcard-sendtochef{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  background-color:lightgray;
  height: 40px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-order-itemcard-delete{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  background-color:tomato;
  height: 40px;
  cursor: pointer;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-order-itemcard-sendtochef.senttochef{
  background-color: lightcoral;
  color: white;
}
.myorderitems-order-itemcard-buttons-main{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  gap: 5px;
}

.takeaway-outletorder-timesetmodal-setting{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: cadetblue;
  gap: 20px;
}
.myorderitems-timesetmodal-listmain{
  padding: 10px;
}
.takeaway-outletorder-timesetmodal-text{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
}
.takeaway-outletorder-timesetmodal-time-main{
  margin-top: 15px;
}
.takeaway-outletorder-timesetmodal-time{
  border: 1px solid lightgray;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.takeaway-outletorder-timesetmodal-time.time-setted{
  background-color: #4682b4;
  color: white;
}
.takeaway-outletorder-timesetmodal-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  gap: 10px;
}
.takeaway-outletorder-timesetmodal-discard{
  background-color: lightgray;
  border-radius: 5px;
  width: 50%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}
.takeaway-outletorder-timesetmodal-confirm{
  background-color: lightcoral;
  border-radius: 5px;
  color: white;
  width: 50%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}
.takeaway-outletorder-timesetmodal-custom{
  margin-top: 10px;
}
.takeaway-outletorder-timesetmodal-custom-text{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  color: #4682b4;
}
.myorderitems-timesetmodal-custominput{
  border: 1px solid #4682b4;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #4682b4;
}
.takeaway-outletorder-timesetmodal-custom-input{
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border: none;
  background-color: transparent;
  height: 100%;
}
.takeaway-outletorder-timesetmodal-custom-input:active,
.takeaway-outletorder-timesetmodal-custom-input:focus{
  outline: none;
}
.takeaway-outletorder-timesetmodal-custom-input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
}
.takeaway-outletorder-timesetmodal-confirm.notimesetconfirm{
  background-color: lightgray;
  color: black;
}
.myorderitems-order-itemcard-buttons-settime.time-delayed{
  background-color: rgb(252, 121, 98);
  color: white;
}
.myorderitems-order-itemcard-buttons-settime.timenotsetted{
  background-color: #4682b4;
  color: white;
}
.onewayorder-printer-smaple-modal-main{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-height: 450px;
  overflow-y: auto;
}
.onewayorder-printer-smaple-modal{
  border-radius: 0px;
  padding: 5px;
  margin-top: 10px;
  width: 310px;
  background-color: white;
}
.onewayorder-printer-sample-hotelname{
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  text-align: center;
}
.onewayorder-printer-sample-hoteladdress{
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
}
.onewayorder-printer-sample-lines{
  display: flex;
  justify-content: center;
  align-items: center;
}
.onewayorder-printer-sample-timestamp{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.takeaway-userorders-main-div2-card-div1-datesubtext{
  font-family: 'Courier New', Courier, monospace;
  font-size: 15px;
  font-weight: 600;
}
.myorderitems-item-wrapper{
  padding-left: 10px;
  padding-right: 10p;
}
.onewayorder-printer-sample-category-title{
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  padding-left: 10px;
}
.onewayorder-printer-sample-item-name{
  font-family: 'Courier New', Courier, monospace;
  font-size: 13px;
}
.onewayorder-printer-sample-item-price{
  font-family: 'Courier New', Courier, monospace;
  font-size: 13px;
  text-align: end;
  padding-right: 10px;
}
.onewayorder-printer-sample-total-amount{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.onewayorder-printer-sample-extratotal-amount{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 550;
}
.onewayorder-printer-sample-cgst-div1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 550;
}
.onewayorder-printer-thankyou,
.onewayorder-printer-innuz{
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 550;
}
.onewayselforder-billmodal-print-button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  background-color: lightgray;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  height: 40px;
  gap: 2px;
  cursor: pointer;
}
.onewayselforder-billmodal-print-button.printerconnected{
  background-color: #4682b4;
}
.orderqr-scanner-printer-not-connected{
  text-align: center;
  color: tomato;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.onewayselforder-billmodal-print-button.not-connected{
  background-color: lightgray;
}
.myorderitems-main-printer{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  width: 100%;
}
.myorderitems-main-printer-button{
  background-color: lightgreen;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 5px;
  align-items: center;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.myorderitems-main-printer-button.disconnected{
  background-color: tomato;
  color: white;
}
.myorderitems-self-order-button{
  background-color: lightsalmon;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: white;
  width: 135px;
  cursor: pointer;
}
.myorderitems-selforder-dialog-main-div1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.myorderitems-selforder-dialog-main-div1-close{
  border: 1px solid lightgray;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
.myorderitemsselfordercategory-carousel-container {
  overflow-x: auto;
  position: sticky;
top: 0px;
background-color: #ffffff;
z-index: 1;
width: 100%;
scroll-behavior: smooth;
}

.myorderitemsselfordercategory-carousel-container::-webkit-scrollbar {
  display: none;
}
.onewayselfordercategory-cards {
  display: flex;
  padding: 10px;
}

.onewayselfordercategory-card {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  border-radius: 10px;
  background-color: rgb(237, 235, 235);
  padding: 2px;
  margin-right: 15px;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  min-height: 70px;
}

/* .onewayselfordercategory-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
} */

.onewayselfordercategory-image-container {
  position: relative;
  width: 100%;
  height: 70px;
  border-radius: 10px;
}

.onewayselfordercategory-name-overlay {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
}

.onewayselfordercategory-card.selected {
  background-color:#4682b4; 
  color: #ffffff;
  /* transform: translateY(0); */
  /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15); */
}
.onewayselforder-items-fetching{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  gap: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-weight: bold;
  font-size: 15px;
}
.onewayselforder-search-containe{
width: 100%;
}
.onewayselforder-search-input:focus,
.onewayselforder-search-input:active{
outline: none;
}
.onewayselforder-search-input{
border-radius: 5px;
border: none;
padding: 5px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
width: 100%;
height: 40px;
}
.onewayselforder-search-input::placeholder{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
letter-spacing: 1px;
font-size: 13px;
}
.oneway-outletorders-main-div2{
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
  padding: 10px;
  /* padding-bottom: 100px; */
  -webkit-user-select: none;
          user-select: none;
}
.oneway-userorders-main-div2-card{
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  cursor: pointer;
}
.oneway-userorders-main-div2-card-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.oneway-userorders-main-div2-card-div1-text1{
  font-weight: bold;
}
.myorderitems-main-div2-card-div2-item1-icon{
  font-size: 15px;
}
.oneway-userorders-main-div2-card-div2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 45px;
}
.oneway-userorders-main-div2-card-div2-add{
  background-color: #4682b4;
  color: white;
  padding: 2px;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.oneway-userorders-main-div2-card-div2-remove{
  background-color: tomato;
  color: white;
  padding: 2px;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.oneway-userorders-main-div2-card-div2-quan{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.onewayorder-printer-sample-outletlogo{
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onewayorder-printer-sample-outletlogo img{
  width: 50px;
  height: 50px;
}
.myorderitems-printersmodal-main-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.myorderitems-printersmodal-main-div1-bluetooth{
  background-color: rgb(129, 129, 225);
  color: white;
  border-radius: 5px;
  padding: 5px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
}
.myorderitems-printersmodal-main-div1-usb{
  background-color: lightsalmon;
  color: white;
  border-radius: 5px;
  padding: 5px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
}
.myorderitems-printersmodal-main-title{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}
.myorderitems-printersmodal-main-div1-usb.usbnot{
  background-color: lightgray;
}
.myorderitems-printersmodal-main-div2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.myorderitems-printersmodal-main-div2-not{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: lightgreen;
  width: 50%;
}
.myorderitems-printersmodal-main-div2-not.bluetextnot{
  color: tomato;
  text-align: center;
}
.myorderitems-printersmodal-main-div1-bluetooth.bluenot{
  background-color: lightgray;
}
.myorderitems-tableitems-main-div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.myorderitems-tableitem-neworder-card{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: darkseagreen;
  color: white;
  font-weight: normal;
  width: 100%;
  font-size: 13px;
  border-radius: 5px;
  margin-top: 5px;
}
.table-item.neworderstyle{
  background-color: #f99a5b;
  color: white;
}
.myorderitems-orderitemcard-ordernumber{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: white;
  background-color: cadetblue;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 2px;
  cursor: pointer;
}
.myorderitems-get-kot-button{
  background-color: cadetblue;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: white;
  width: 135px;
  cursor: pointer;
}
.myorderitems-payment-handling{
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
width: 100%;
}
.myorderitems-payment-handling-div2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.myorderitems-payment-handling-container{
  width: 100%;
  margin-top: 10px;
}
.myorderitems-payment-handling-div1{
  width: 100%;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.myorderitems-payment-handling-div1-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}
.myorderitems-payment-handling-div1-input-main{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.myorderitems-payment-handling-div1-input{
  width: 100%;
  border: 1px solid cadetblue;
  border-radius: 5px;
  padding: 5px;
}
.myorderitems-payment-handling-div1-input:focus,
.myorderitems-payment-handling-div1-input:active{
  outline: none;
}
.myorderitems-payment-handling-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
@media (max-width: 768px) {
  .myorderitems-payment-handling {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .myorderitems-payment-handling-div2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.kitchenorders-billmodal-extrabillsec-title{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
 }
 .kitchenorders-billmodal-extrabillsec-div1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  width: 100%;
  border: 1px solid cadetblue;
  border-radius: 5px;
  padding: 2px;
  margin-top: 10px;
 }
 .kitchenorders-billmodal-extrabillsec-div1-pack{
  border-radius: 3px;
  display: flex;
  border: 1px solid lightgray;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 50%;
  cursor: pointer;
  height: 40px;
 }
 .kitchenorders-billmodal-extrabillsec-div1-dis{
  border-radius: 3px;
  display: flex;
  border: 1px solid lightgray;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 50%;
  cursor: pointer;
  height: 40px;
 }
 .kitchenorders-billmodal-extrabillsec-div1-pack.packing{
  background-color: lightsalmon;
  color: white;
 }
 .kitchenorders-billmodal-extrabillsec-div1-dis.discount{
  background-color: lightsalmon;
  color: white;
 }
 .kitchenorders-billmodal-extrabillsec-div2-per{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
 }
 .kitchenorders-billmodal-extrabillsec-div2-per1{
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 3px
 }
 .kitchenorders-billmodal-extrabillsec-div2-per2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 }
 .kitchenorders-billmodal-extrabillsec-div2-main{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
 }
 .kitchenorders-billmodal-extrabillsec-div2{
  margin-top: 20px;
 }
 .kitchenorders-billmodal-extrabillsec-div2-per1.amounttypeper,
 .kitchenorders-billmodal-extrabillsec-div2-per1.amounttyperup{
  border: none;
  background-color: lightsalmon;
 }
 .kitchenorders-billmodal-extrabillsec-input-main{
  width: 100%;
  margin-top: 20px;
 }
 .kitchenorders-billmodal-extrabillsec-input{
  width: 100%;
  border: 1px solid lightsalmon;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
 }
 .kitchenorders-billmodal-extrabillsec-input:focus,
 .kitchenorders-billmodal-extrabillsec-input:active{
  outline: none;
 }
 .kitchenorders-billmodal-extrabillsec-billamount{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  margin-top: 10px;
 }
 .kitchenorders-billmodal-extrabillsec-next{
  background-color: lightsalmon;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  height: 40px;
  cursor: pointer;
  color: white;
 }
 .kitchenorder-billmodal-extrabill-button{
  background-color: lightsalmon;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  /* height: 30px; */
  cursor: pointer;
  color: white;
 }
 .myorderitems-moveorders-button{
  background-color: #4682b4;
  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  height: 40px;
  font-size: 13px;
  width: 150px;
  gap: 5px;
  cursor: pointer;
 }
 .myorderitems-moveorders-button1{
  background-color: #4682b4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  height: 40px;
  font-size: 13px;
  width: 150px;
  gap: 5px;
  cursor: pointer;
 }
 .myorderitems-moveorders-modal-main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Adjust the minmax value to your desired width */
  grid-gap: 5px;
  align-items: center;
  justify-content: center;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 10px;
}
.myorderitems-moveorders-modal-main-div1{
  border: 1px solid lightgray;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  height: 50px;
  cursor: pointer;
}
.myorderitems-moveorders-modal-main-top{
  background-color: #4682b4;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
}
.myorderitems-moveorders-modal-main-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 10px;
}
.myorderitems-moveorders-modal-main-title-text1{
  color: #4682b4;
  font-size: 15px;
  font-weight: bold;
}
.myorderitems-moveorders-modal-sections{
  max-height: 250px;
  overflow-y: auto;
}
.myorderitems-moveorders-modal-main-button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
  padding-top: 20px;
}
.myorderitems-moveorders-modal-main-button1{
  background-color: lightgrey;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  width: 50%;
  cursor: pointer;
}
.myorderitems-moveorders-modal-main-button1.displayback{
  background-color: #a7ccea;
  color: black;
}
.myorderitems-moveorders-modal-main-button2{
  background-color: #4682b4;
  color: white;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 5px;
  width: 50%;
  cursor: pointer;
}
.myorderitems-moveorders-modal-main-button2-icon{
  margin-bottom: 3px;
}
.myorderitems-moveorders-modal-main-div1.moveorderstable-selected{
  background-color: #a7ccea;
  color: black;
}
.myorderitems-moveorders-modal-main-button2.moveordertable-notselected{
  background-color: lightgray;
}
.myorderitems-moveorders-modal-main-moving{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.myorderitems-orderitemcard-ordernumber.cartitem-linked{
  background-color: lightsalmon;
}
.tableorders-extra-popup {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 45, 45, 0.671);
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth fade transition */
  z-index: 2; /* Behind the modal */
  pointer-events: none;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.tableorders-extra-popup-content{
  height: 580px;
  background-color: white;
  width: 100%;
  border-radius: 5px;
  /* box-shadow: 0 0px 30px 5px; */
  position: fixed;
  bottom: -100%; 
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.3s ease-in-out; 
}
.tableorders-extra-popup-content.active {
  bottom: 0; 
}
.tableorders-extra-popup.active {
    /* bottom: 0px;  */
    opacity: 1;
    pointer-events: auto;
  }
.tableorders-viewcartmodal-main-div2{
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
  padding: 10px;
  padding-bottom: 20px;
  -webkit-user-select: none;
          user-select: none;
  min-height: 375px;
  max-height: 375px;
  overflow-y: auto;
  align-content: start;
}
.tableorders-viewcartmodal-main-div2::-webkit-scrollbar {
  -webkit-appearance: none;
}
.tableorders-viewcartmodal-main-div2::-webkit-scrollbar:vertical {
  width: 6px;
}

.tableorders-viewcartmodal-main-div2::-webkit-scrollbar-track {
  background: #f0f0f0; /* Background color of the track */
  border-radius: 5px;
}

.tableorders-viewcartmodal-main-div2::-webkit-scrollbar-thumb {
  background: #4682b4; /* Color of the scrollbar */
  border-radius: 5px;
}
.tableorders-main-div2-card{
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 5px;
  padding: 2px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  cursor: pointer;
  height: fit-content;
}
.tableorders-main-div2-card-catname{
  background-color: rgb(234, 233, 233);
  color: #4682b4;
  width: 100%;
  border-radius: 5px;
  padding: 2px;
  padding-left: 5px;
  font-weight: bold;
}
.tableorders-main-div2-card-maindiv{
    /* border: 1px solid lightgray; */
    border-radius: 5px;
    padding: 5px;
    /* margin-top: 5px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer;
    width: 100%;
}
.tableorders-kitchennote-main{
   /* position: absolute;
    bottom: 50px; */
    width: 100%;
    padding: 5px;
    padding-bottom: 0;
}
.tableorders-kitchennote-main-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}
.tableorders-kitchennote-main-div1{
  width: 100%;
  margin-top: 5px;
}
.tableorders-kitchennote-main-input{
  width: 100%;
  border: 1px solid lightsalmon;
  border-radius: 5px;
  height: 60px;
  max-height: 100px;
  resize: none;
  padding: 5px;
}
.tableorders-kitchennote-main-input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
.tableorders-kitchennote-main-input:focus,
.tableorders-kitchennote-main-input:active{
  outline: none;
}
.tableorders-viewcartmodal-buttons-main{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  box-shadow: 0 0px 20px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tableorders-viewcartmodal-buttons-main-close{
  background-color: lightgray;
  border-radius: 5px;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  width: 50%;
}
.tableorders-viewcartmodal-buttons-main-placeorder{
  background-color: lightsalmon;
  border-radius: 5px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  width: 50%;
  padding: 5px;
}
.tableorders-selforder-main-div2-card-div2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 45px;
}
.tableorders-selforder-addextras-buttons{
  background-color: #a7ccea;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-top: 2px;
  cursor: pointer;
}
.tableorders-selforder-extra-popup {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 45, 45, 0.671);
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth fade transition */
  z-index: 3; /* Behind the modal */
  pointer-events: none; 
}
.tableorders-selforder-extra-popup-content{
  height: 480px;
  background-color: white;
  width: 100%;
  border-radius: 5px;
  /* box-shadow: 0 0px 30px 5px; */
  /* position: relative; */
  position: fixed;
  bottom: -100%; 
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.3s ease-in-out; 
}
.tableorders-selforder-extra-popup-content.active{
  bottom: 0;
}
.tableorders-selforder-extra-popup.active {
  /* bottom: 0px;  */
  opacity: 1;
  pointer-events: auto;
}
.tableorders-selforder-extra-popup-title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  padding: 10px;
  background-color: #a7ccea;
  position: relative;
  text-align: center;
}
.tableorders-selforder-extra-popup-close{
  position: absolute;
  right: 5px;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooddirallitemusers-extracategory-carousel-container {
  overflow-x: auto;
  position: sticky;
top: 0;
background-color: #ffffff;
z-index: 2;
}

.fooddirallitemusers-extracategory-carousel-container::-webkit-scrollbar {
  display: none;
}

.fooddirallitemusers-extracategory-cards {
  display: flex;
  padding: 10px;
}
.tableorders-selforder-extraitems-modal-main-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
  padding: 10px;
  -webkit-user-select: none;
          user-select: none;
  max-height: 350px;
  overflow-y: auto;
}
.tableorders-main-div2-extraitems{
  width: 100%;
}
.tableorders-main-div2-card-extracatname{
  background-color: #a7ccea;
  color: #265882;
  width: 100%;
  font-weight: bold;
  border-radius: 5px;
  padding: 2px;
  padding-left: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.tableorders-selforder-searchandcat-container{
  position: sticky;
top: 0px;
background-color: #ffffff;
z-index: 2;
}
.tableorders-selforder-search-container{
  padding: 5px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.myorderitems-selforder-search-container-main{
  border-radius: 5px;
  border: 1px solid #4682b4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  padding-left: 10px;
  padding-right: 5px;
  width: 100%;
}
.myorderitems-selforder-close{
  /* background-color: #a7ccea; */
  /* border: 1px solid #265882; */
  color: #4682b4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.myorderitems-selforder-search-container-close{
  cursor: pointer;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myorderitems-selforder-searchitems-main{
  background-color: rgba(46, 45, 45, 0.671);
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.myorderitems-selforder-searchitems-main-div1{
  background-color: white;
  width: calc(100% - 10px); /* Subtract 5px from both left and right */
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 3;
  position: fixed;
  top: -100%; /* Initially hidden above the viewport */
  left: 5px; /* 5px gap from the left */
  right: 5px; /* 5px gap from the right */
  transition: top 0.4s ease-in-out; /* Smooth slide-down effect */
  border-radius: 5px;
}
/* When active, slide down to `top: 0` */
.myorderitems-selforder-searchitems-main.active {
  opacity: 1;
  pointer-events: auto;
}

.myorderitems-selforder-searchitems-main-div1.active {
  top: 50px; /* Moves the panel down to the top of the page */
}
.myorderitems-selforder-searchitems-main-div2{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  letter-spacing: 1px;
  font-weight: bold;
}
.tableorders-searchitems-noitems-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 400px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: gray;
  font-weight: bold;
}
.tableorders-selforder-searchitems-main-div3{
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
  padding: 10px;
  -webkit-user-select: none;
          user-select: none;
}
.item-search-screen-main-container-category-name{
  color: #265882;
  background-color: #e0ebf4;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.onewayselfordercategory-carousel-container-main-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.onewayselfordercategory-carousel-container-main-div-left{
  border: 1px solid black;
  height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.onewayselfordercategory-carousel-container-main-div-right{
  border: 1px solid black;
  height: 60px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.onewayselfordercategory-carousel-container-main-div-right:hover,
.onewayselfordercategory-carousel-container-main-div-left:hover{
  background-color: cadetblue;
  color: white;
}
.myorderitems-selforder-catitems-main-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.myorderitems-selforder-catitems-main-container-div1{
  min-width: 200px;
  max-width: 200px;
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
  display: flex;
  flex-direction: column;
    justify-content: flex-start;
  align-items: stretch;
  gap: 5px;
  padding: 10px;
  padding-right: 5px;
  /* padding-bottom: 100px; */
  -webkit-user-select: none;
          user-select: none;
  position: sticky;
  top: 50px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.myorderitems-selforder-catitems-main-container-div2{
  width: 100%;
}
.myorderitems-selforder-catitems-main-container-div1-card {
  /* flex: 0 0 100px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  border-radius: 10px;
  background-color: rgb(237, 235, 235);
  padding: 2px;
  position: relative;
  /* margin-right: 15px; */
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); */
  /* transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; */
  cursor: pointer;
  overflow: hidden;
  min-height: 70px;
}
.myorderitems-selforder-catitems-main-container-div1-card-icon1{
  position: absolute;
  left: -50px;
  bottom: -50px;
  color: transparent;
}

.myorderitems-selforder-catitems-main-container-div1-card-icon2{
  position: absolute;
  right: -50px;
  top: -50px;
  color: transparent;
}
.myorderitems-selforder-catitems-main-container-div1-card-icon1.selected{
  color: rgba(255, 255, 255, 0.7);
}
.myorderitems-selforder-catitems-main-container-div1-card-icon2.selected{
  color: rgba(255, 255, 255, 0.7);
}

/* .myorderitems-selforder-catitems-main-container-div1-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
} */

.myorderitems-selforder-catitems-main-container-div1-image-container {
  position: relative;
  width: 100%;
  height: 70px;
  border-radius: 10px;
}

.myorderitems-selforder-catitems-main-container-div1-name-overlay {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  width: 100%;
  min-height: 70px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  text-align: center;
}

.myorderitems-selforder-catitems-main-container-div1-card.selected {
  background-color:#4682b4; 
  color: #ffffff;
  /* transform: translateY(0); */
  /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15); */
}

.myorderitems-more-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 45, 45, 0.671);
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth fade transition */
  z-index: 4; /* Behind the modal */
  pointer-events: none; /* Prevent background from capturing clicks */
}

.myorderitems-more-modal-background.visible {
  opacity: 1;
  pointer-events: auto; /* Enable clicks when visible */
}

.myorderitems-more-modal-main-box {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
}

.myorderitems-more-modal-box{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
  height: 80%;
  overflow-y: auto;
  background-color: rgb(240, 236, 236);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.myorderitems-more-modal-box-close-button{
  position: fixed;
  right: 0;
  margin-top: -35px;
  border: 1px solid tomato;
  margin-right: 10px;
  background-color: rgba(255, 99, 71, 0.71);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}

.myorderitems-more-modal-div1{
  padding: 10px;
  width: 100%;
}
.myorderitems-more-modal-div1-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.myorderitems-more-modal-div1-card{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}
.myorderitems-more-modal-div1-card-div1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myorderitems-adddebtmodal{
  position: relative;
}
.myorderitems-adddebtmodal-icon{
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translate(-50%, 0%);
  background-color: white;
  border-radius: 50%;
  padding: 10px;
}
.myorderitems-adddebtmodal-top{
  background-color: #4682b4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  gap: 3px;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  color: white;
  margin-top: 30px;
}
.myorderitems-adddebtmodal-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  font-size: 13px;
  color: gray;
  margin-top: 10px;
}
.myorderitems-more-modal-div1-card-div2-top{
  max-height: 300px;
  overflow-y: auto;
}
.myorderitems-more-modal-div1-card-div2{
  margin-top: 20px;
  width: 100%;
}
.myorderitems-more-modal-div1-card-div2-amount{
  width: 100%;
  margin-top: 5px;
  border: 1px solid #4682b4;
  border-radius: 10px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #4682b4;
}
.myorderitems-more-modal-div1-card-div2-amount-input{
  border: none;
  border-radius: 10px;
  width: 100%;
  background-color: transparent;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-more-modal-div1-card-div2-amount-input1{
  /* border: 1px solid cadetblue; */
  border-radius: 5px;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.myorderitems-more-modal-div1-card-div2-amount-input1-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 3px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: rgb(122,122,122);
  cursor: pointer;
}
.myorderitems-adddebtmodal-datepicker{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8); /* Scale down */
  transform-origin: center; /* Keep it centered */
}

.myorderitems-more-modal-div1-card-div2-amount-input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.myorderitems-more-modal-div1-card-div2-amount-input:active,
.myorderitems-more-modal-div1-card-div2-amount-input:focus{
  outline: none;
}
.myorderitems-more-modal-div1-card-div2-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  gap: 10px;
}
.myorderitems-more-modal-div1-card-div2-buttons-cancel{
  width: 50%;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-more-modal-div1-card-div2-buttons-add{
  width: 50%;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #4682b4;
  color: white;
  cursor: pointer;
}
.myorderitems-more-modal-div1-card-div2-amount-input1-title.date-selected{
  color: black;
}
.myorderitems-more-modal-div1-card-div2-buttons-add.add-disabled{
  background-color: lightgray;
}
.myorderitems-more-modal-alldebts{
  margin-top: 20px;
  display: flex;
  overflow-x: auto;
  width: 100%;
  gap: 10px;
}
.myorderitems-more-modal-alldebts-card{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 10px;
  height: 80px;
  width: 300px;
  flex-shrink: 0;
}
.myorderitems-more-modal-alldebts-card.singledebt{
  width: 100%;
}
.myorderitems-more-modal-alldebts::-webkit-scrollbar{
  display: none;
}
.myorderitems-more-modal-alldebts-card-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.myorderitems-more-modal-alldebts-card-div1-details-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.myorderitems-more-modal-alldebts-card-div1-details-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.myorderitems-more-modal-alldebts-card-div1-details-text3{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.myorderitems-more-modal-alldebts-card-div1-icon{
  background-color: #a7ccea;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 40px;
  color: white;
}
.myorderitems-more-modal-alldebts-card-div2{
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: tomato;
  cursor: pointer;
  border-radius: 5px;
}
.myorderitems-table-indications{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
}
.myorderitems-table-indications-div1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.myorderitems-table-indications-div1-type1{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: lightgray;
}
.myorderitems-table-indications-div1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.myorderitems-table-indications-div1-type2{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: lightsalmon;
}
.myorderitems-table-indications-div1-type3{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: darkseagreen;
}
.myorderitems-table-indications-div1-type4{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: rgb(63, 156, 63);
}
.myorderitems-table-indications-div1-type5{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: cadetblue;
}
.myorderitems-payment-handling-div1-button{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.myorderitems-payment-handling-div1-button:hover{
  background-color: cadetblue;
  color: white;
  border: 1px solid cadetblue;
}
.myorderitems-password-div{
  padding: 20px;
}
.myorderitems-closeorder-calci-div1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.myorderitems-closeorder-calci-div1-title{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-closeorder-calci-div1-amount{
  width: 100%;
}
.myorderitems-closeorder-calci-div1-amount-input{
  padding: 5px;
  border: 1px solid cadetblue;
  border-radius: 5px;
}
.myorderitems-closeorder-calci-div1-amount-input:active,
.myorderitems-closeorder-calci-div1-amount-input:focus{
  outline: none;
}
.myorderitems-closeorder-calci-div1-amount-input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.myorderitems-closeorder-calci-div1-title2{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin-top: 5px;
}
.myorderitems-deleteitemdialog-quantity-main{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.myorderitems-deleteitemdialog-quantity{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  gap: 10px;
}
.myorderitems-deleteitemdialog-quantity-remove{
  background-color: tomato;
  height: 30px;
  width: 30px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
.myorderitems-deleteitemdialog-quantity-remove.remove-disabled{
  background-color: rgb(244, 166, 153);
}
.myorderitems-deleteitemdialog-quantity-add{
  background-color: #4682b4;
  height: 30px;
  width: 30px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
.myorderitems-deleteitemdialog-quantity-add.add-disabled{
  background-color: rgb(165, 218, 220);
}
.myorderitems-itemvariantmodal-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 550;
  text-align: center;
}
.myorderitems-itemvariantmodal-div1{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 5px;
  gap: 5px;
  padding: 10px;
}
.myorderitems-itemvariantmodal-div1-card{
  border: 1px solid lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.myorderitems-itemvariantmodal-div1-card-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 550;
}
.myorderitems-itemvariantmodal-div1-card-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
}
.myorderitems-outofstock-toast{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
}
.myorderitems-outofstock-toast-buttons{
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.myorderitems-outofstock-toast-button1{
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  background-color: tomato;
  height: 40px;
  cursor: pointer;
  color: white;
}

.myorderitems-outofstock-toast-button2{
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  background-color: cadetblue;
  height: 40px;
  cursor: pointer;
  color: white;
}
.myorderitems-moveordersitems-buttons{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.myorderitems-moveitemsmodal-items{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  max-height: 250px;
  overflow-y: auto;
}
.myorderitems-moveitemsmodal-items-div1{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.myorderitems-moveitemsmodal-items-div1-card{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-sections{
  padding: 10px;
  position: sticky;
  top: 0px;
  background-color: white;
  /* padding-bottom: 100px; */
}
.myorderitems-sections-card-div1.hide-sectionbar{
  display: none;
}
.myorderitems-sections-card{
  margin-top: 10px;
}
.myorderitems-sections-card.tableselected{
  margin-top: 0px;
}
.myorderitems-sections-card-div1{
  background-color: #4682b4;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myorderitems-sections-card-div1-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: white;
}
.table-cards.displaysection{
  display: none;
}
.myorderitems-sections-card-div1-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.myorderitems-sections-card-div1-icons1{
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  color: #265882;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myorderitems-sections-card-div1-icons2{
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.myorderitems-moveorders-modal-sectionname{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  background-color: #e0ebf4;
  color: black;
  border-radius: 5px;
}
.myorderitems-moveorders-modal-section{
  margin-top: 5px;
}
.myorderitems-sections-notables.displaysection{
  display: none;
}
.myorderitems-sections-notables{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.myorderitems-sections-notables-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 20px;
}
.myorderitems-sections-notables-div2{
  background-color: #4682b4;
  padding: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
}
.onewayselforder-view-cart-main{
  display: none;
}

.myorderitems-topmob-buttons {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 5px;
  padding-left: 10px;
}

.myorderitems-topmob-buttons::-webkit-scrollbar {
  display: none;
}

.myorderitems-topmob-buttons1{
  flex: 0 0 auto;
  width: 150px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #4682b4;
  color: white;
  cursor: pointer;
  height: 40px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.myorderitems-topmob-buttons2{
  flex: 0 0 auto;
  width: 150px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #4682b4;
  color: white;
  height: 40px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-topmob-buttons3{
  flex: 0 0 auto;
  width: 150px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #4682b4;
  color: white;
  cursor: pointer;
  height: 40px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.myorderitems-topmob-buttons4{
  flex: 0 0 auto;
  width: 150px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #4682b4;
  color: white;
  height: 40px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.myorderitems-topsection-buttons{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.myorderitem-topsingletable{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  gap: 10px;
}
.myorderitem-topsingletable-details1{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
}
.myorderitem-topsingletable-details2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: #4682b4;
  text-align: start;
}
.myorderitem-topsingletable-details3{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.myorderitem-topsingletable-details4{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  color: black;
}


.kitchenorders-selforder-cartsec{
  width: 500px;
  height: 100px;
  padding: 10px;
  padding-left: 5px;
  position: sticky;
  top: 50px;
}
.kitchenorders-selforder-cartsec-div1{
  width: 100%;
  background-color: #e0ebf4;
  border-radius: 10px;
}
.kitchenorders-selforder-cartsec-div1-top{
  width: 100%;
  padding: 5px;
}
.kitchenorders-selforder-cartsec-div1-top1{
  background-color: white;
  height: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.kitchenorders-selforder-cartsec-div1-top1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.kitchenorders-selforder-cartsec-div1-top1-clear{
  background-color: tomato;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}
.kitchenorders-sidecart-main-div2{
  width: 100%;
  padding: 5px;
  padding-top: 0px;
  -webkit-user-select: none;
          user-select: none;
  height: 400px;
  max-height: 450px;
  overflow-y: auto;
}
.kitchenorders-sidecart-main-div2::-webkit-scrollbar {
  -webkit-appearance: none;
}
.kitchenorders-sidecart-main-div2::-webkit-scrollbar:vertical {
  width: 6px;
}

.kitchenorders-sidecart-main-div2::-webkit-scrollbar-track {
  background: #f0f0f0; /* Background color of the track */
  border-radius: 5px;
}

.kitchenorders-sidecart-main-div2::-webkit-scrollbar-thumb {
  background: #4682b4; /* Color of the scrollbar */
  border-radius: 5px;
}
.kitchenorders-selforder-cartsec-bottom{
  padding: 5px;
}
.kitchenorders-selforder-cartsec-bottom1{
  background-color: white;
  /* height: 60px; */
  padding: 5px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.kitchenorders-selforder-cartsec-bottom1-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
  margin-top: 5px;
}
.kitchenorders-selforder-cartsec-bottom1-buttons1{
  background-color: #FA8334;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  border-radius: 5px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  cursor: pointer;
}
.kitchenorders-selforder-cartsec-bottom1-buttons2{
  background-color: #4682b4;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  border-radius: 5px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  cursor: pointer;
}
.kitchenorders-selforder-cartsec-bottom1-ta-main{
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kitchenorders-selforder-cartsec-bottom1-ta{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.kitchenorders-selforder-cartsec-bottom1-ta-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.kitchenorders-selforder-cartsec-bottom1-ta-text2{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.kitchenorders-sidecart-noitems{
  width: 100%;
  padding: 5px;
  padding-top: 0px;
  -webkit-user-select: none;
          user-select: none;
  height: 450px;
  max-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: grey;
}
.kitchenorders-selforder-cartsec-div1-top1-clear.clear-disable{
  background-color: lightgray;
}
.kitchenorders-selforder-dialog-hold.hold-disable{
  background-color: lightgray;
  color: white;
  border: 1px solid lightgray;
}
.kitchenorders-selforder-cartsec-bottom1-buttons1.button1-disable{
  background-color: lightgray;
}
.kitchenorders-selforder-cartsec-bottom1-buttons2.button2-disable{
  background-color: lightgray;
}
.kitchenorders-selforder-cartsec-kitchennote{
  width: 100%;
}
.kitchenorders-selforder-cartsec-kitchennote-input{
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  border: 1px solid #4682b4;
  border-radius: 5px;
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  resize: none;
}
.kitchenorders-selforder-cartsec-kitchennote-input:active,
.kitchenorders-selforder-cartsec-kitchennote-input:focus{
  outline: none;
}
.kitchenorders-selforder-cartsec-kitchennote-input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}

.kitchenorders-main-div2-card{
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 5px;
  padding: 2px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  cursor: pointer;
  height: fit-content;
}
.kitchenorders-main-div2-card-catname{
  background-color: rgb(234, 233, 233);
  color: #4682b4;
  width: 100%;
  border-radius: 5px;
  padding: 2px;
  padding-left: 5px;
  font-weight: bold;
}
.kitchenorders-main-div2-card-maindiv{
  /* border: 1px solid lightgray; */
  border-radius: 5px;
  padding: 5px;
  /* margin-top: 5px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  cursor: pointer;
  width: 100%;
}
.kitchenorders-main-div2-extraitems{
  width: 100%;
}
.kitchenorders-main-div2-card-extracatname{
  background-color: #a7ccea;
  color: #265882;
  width: 100%;
  font-weight: bold;
  border-radius: 5px;
  padding: 2px;
  padding-left: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.kitchenorders-selforder-main-div2-card-div2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 45px;
}
.tableorders-selforder-searchitems-main-div2{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  letter-spacing: 1px;
  font-weight: bold;
}
.tableorders-order-placing-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: #4682b4;
  font-size: 20px;
  margin: 0 auto;
  height: 100%;
}

.tableorders-extra-popup-closeclear{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 5px;
}
.tableorders-extra-popup-close{
  /* background-color: #e0ebf4;
  border: 1px solid #4682b4; */
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.tableorders-extra-popup-content-clear{
  height: 100%;
  background-color: tomato;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 10px;
  width: 120px;
}
.kitchenorders-selforder-cartsec-bottom1-ta-main{
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kitchenorders-selforder-cartsec-bottom1-ta{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.kitchenorders-selforder-cartsec-bottom1-ta-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.kitchenorders-selforder-cartsec-bottom1-ta-text2{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.kitchenorders-selforder-cartsec-div1-top1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.kitchenorders-viewcartmodal-buttons-main{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding-top: 0px;
  /* box-shadow: 0 0px 20px 0px; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.kitchenorders-viewcartmodal-buttons-main-close{
  background-color: #e68a00;
  border-radius: 5px;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  width: 50%;
  color: white;
  height: 40px;
}
.kitchenorders-viewcartmodal-buttons-main-placeorder{
  background-color: #4682b4;
  border-radius: 5px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  width: 50%;
  padding: 5px;
  height: 40px;
}
.table-orders-container-delete-main{
  background-color: rgb(244, 242, 242);
  border-radius: 10px;
}
.table-orders-container-delete-top{
  background-color: #a7ccea;
  padding: 10px;
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-orders-container-delete-top.takeaway{
  background-color: #b4e0b4;
}
.table-orders-container-delete-top1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.table-orders-container-delete-orderid{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.table-orders-container-delete-createdat{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: grey;
}
.table-orders-container-delete-top-close{
  height: 100%;
  background-color: rgba(255, 255, 255, 0.318);
  width: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.table-orders-container-div2-delete{
  padding: 10px;
}
.table-order-item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
}
.table-order-item-card-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.786);
  padding: 5px;
  border-radius: 5px;
}
.table-order-item-card-top.linkeditemcard{
  background-color: rgba(255, 255, 255, 0.786);
}
.table-order-item-card-top-catname{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}
.kitchen-order-item-card-top-time{
  color: grey;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.table-order-item-card-details{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tableorders-linkeditemname-text{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
}
.myorderitems-order-itemcard-div2.item-to-delete{
  background-color: rgb(232, 200, 195);
  border-radius: 5px;
}
.tableorders-deleteitemdialog-quantity{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 10px;
}
.tableorders-deleteitemdialog-quantity-remove{
  background-color: tomato;
  height: 30px;
  width: 30px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
}
.tableorders-deleteitemdialog-quantity-remove.remove-disabled{
  background-color: rgb(244, 166, 153);
}
.tableorders-deleteitemdialog-quantity-add{
  background-color: #4682b4;
  height: 30px;
  width: 30px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
}
.tableorders-deleteitemdialog-quantity-add.add-disabled{
  background-color: rgb(168, 167, 167);
  color: lightgray;
}
.tableorders-itemdelete-bottom{
  padding: 5px;
  height: 60px;
}
.tableorders-itemdelete-buttons{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 10px;
  background-color: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tableorders-itemdelete-closebutton{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: lightgray;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  height: 40px;
}
.tableorders-itemdelete-deletebutton{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  background-color: rgb(235, 193, 185);
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  height: 40px;
  gap: 2px;
  cursor: pointer;
}
.tableorders-itemdelete-delbutton{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  background-color: #4682b4;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  height: 40px;
  gap: 2px;
  cursor: pointer;
}
.tableorders-itemdelete-delbutton.notimesetconfirm{
  background-color: lightgray;
}
.tableorders-itemdelete-buttons-all{
  border: 1px solid lightgray;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tableorders-order-itemcard-div2.item-to-delete{
  background-color: rgb(232, 200, 195);
  border-radius: 5px;
}
.tableorders-itemdelete-deletebutton.delete-enable{
  background-color: tomato;
}

.tableorders-itemdelete-buttons-all.selected{
  background-color: #4682b4;
  color: white;
  border: 1px solid #4682b4;
}
.myorderitems-tableitem-time{
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  font-size: 13px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: normal;
  color: black;
}
.myorderitems-closemodal-amounttoclose{
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.myorderitems-selftableorderdialog-noitems{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  margin-top: 300px;
}
.myorderitems-adddebtmodal-nomainid{
  display: flex;
  justify-content: center;
  align-items: center;
  color: tomato;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 10px;
}
.myorderitems-deleteitemdialog-password{
  padding: 10px;
}
.myorderitems-deleteitemdialog-password-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  color: #265882;
  font-weight: bold;
  margin-top: 35px;
}
.myorderitems-deleteitemdialog-password-input{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  border-radius: 10px;
  height: 40px;
  border: 1px solid #4682b4;
  margin-top: 20px;
  width: 100%;
  color: #4682b4;
  padding-right: 10px;
}
.myorderitems-deleteitemdialog-password-input input{
  width: 100%;
  border-radius: 10px;
  height: 100%;
  padding-left: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border: none;
}
.myorderitems-deleteitemdialog-password-input input:active,
.myorderitems-deleteitemdialog-password-input input:focus{
  outline: none;
}
.myorderitems-deleteitemdialog-password-input input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.myorderitems-deleteitemdialog-password-input-icon2{
  cursor: pointer;
}
.myorderitems-deleteitemdialog-password-buttons{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.myorderitems-deleteitemdialog-password-closebutton{
  width: 50%;
  height: 40px;
  background-color: lightgray;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}
.myorderitems-deleteitemdialog-password-deletebutton{
  width: 50%;
  height: 40px;
  background-color: rgb(239, 174, 163);
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}
.myorderitems-deleteitemdialog-password-deletebutton.delete-enable{
  background-color: tomato;
}
.myorderitems-deleteitemdialog-password-icon{
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translate(-50%, 0%);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
}
.myorderitems-deleteitemdialog-password-wrong{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: tomato;
  font-weight: bold;
  margin-top: 5px;
}
.myorderitems-viewcartmodal-buttons-main-placeorder{
  background-color: #4682b4;
  border-radius: 5px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  width: 100%;
  padding: 5px;
  height: 40px;
}

.myorderitems-addtables-modal-subtables{
  max-height: 250px;
  overflow-y: auto;
    display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Adjust the minmax value to your desired width */
  grid-gap: 5px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}



@media (max-width: 767px) {
  .myorderitems-selforder-catitems-main-container-div1{
    display: none;
  }
  .myorderitems-selforder-catitems-main-container-div2{
    width: 100%;
  }
  .myorderitems-table-indications{
    display: none;
  }
  /* .card-container{
    margin-bottom: 60px;
  } */
  .myorderitems-topsection-buttons{
    display: none;
  }
}

@media (min-width: 767px) {
  .onewayselfordercategory-carousel-container-main-div{
    display: none;
  }
  .myorderitems-selforder-catitems-main-container-div1-card:hover{
    background-color: #4682b4;
  }
  .oneway-userorders-main-div2-card:hover{
    background-color: #e2edf7;
  }
  .myorderitems-sections{
    top: 60px;
  }
  .order-item-card-top1-div2-icon1:hover{
    background-color: white;
  }
  .order-item-card-top1-div2-icon2:hover{
    background-color: white;
  }
  .order-item-card-top1-div2-icon3:hover{
    background-color: white;
  }
  .myorderitems-order-itemcard-buttons-delivered:hover{
    background-color: #265882;
  }
  .myorderitems-order-itemcard-buttons-delivered.itemdelivered:hover{
    background-color: lightgray;
  }
  .myorderitems-order-itemcard-buttons-settime:hover{
    background-color: lightgray;
  }
  .myorderitems-order-itemcard-buttons-settime.timenotsetted:hover{
    background-color: #265882;
  }
  .myorderitems-order-itemcard-buttons-settime.time-delayed:hover{
    background-color: rgb(252, 121, 98);
  }
  .order-button-container-closegen-button1:hover{
    background-color: tomato;
  }
  .order-button-container-closegen-button2:hover{
    background-color: #265882;
  }
  .myorderitems-topmob-buttons{
    display: none;
  }
  .myorderitems-moveorders-button:hover{
    background-color: #265882;
  }
  .myorderitems-moveorders-button1:hover{
    background-color: #265882;
  }
  .myorderitems-more-modal-alldebts-card-div2:hover{
    background-color: tomato;
    color: white;
  }
}

@media (max-width: 1366px){
.onewayselforder-view-cart-main{
  position: fixed;
  bottom: -100px; 
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  background-color: #4682b4;
  color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(166, 229, 6, 0.1);
  cursor: pointer;
  transition: bottom 0.3s ease-in-out; 
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  width: 150px;
  height: 40px;
}
.onewayselforder-view-cart-main.active {
  bottom: 20px; 
}
.kitchenorders-selforder-cartsec{
  display: none;
}
.myorderitems-selforder-catitems-main-container-div2{
  width: 100%;
}
}

.kitchen-orders-container{
  /* position: relative; */
  width: 100%;
  padding-bottom: 70px;
  -webkit-user-select: none;
          user-select: none;
}
.kitchenorders-orderslist{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
  padding: 10px;
}
.kitchen-orders-container-div1{
  background-color: rgb(244, 242, 242);
  height: 320px;
  border-radius: 10px;
  z-index: 1;
}
.kitchen-orders-container-div1-top{
  background-color: #a7ccea;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.kitchen-orders-container-div1-top.takeaway{
  background-color: #b4e0b4;
}
.kitchen-orders-container-div1-top1{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}
.kitchen-orders-container-div1-top2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  height: 100%;
}
.kitchen-orders-container-div1-top2-icon1{
  background-color: rgba(255, 255, 255, 0.33);
  width: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  cursor: pointer;
}
.kitchen-orders-container-div1-top2-icon2{
  background-color: rgba(255, 255, 255, 0.33);
  width: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(249, 118, 95);
  cursor: pointer;
}
.kitchen-orders-container-div1-top2-icon3{
  background-color: rgba(255, 255, 255, 0.33);
  width: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4682b4;
  cursor: pointer;
}
.kitchen-orders-container-div1-top2-icon3.delivered{
  color: green;
}
.kitchen-orders-container-div2{
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px;
  position: relative;
}
.kitchen-orders-container-div2-toast {
  position: absolute;
  left: -100%; /* Initially hidden outside the viewport (left side) */
  width: 100%;
  background-color: #e0ebf4;
  transition: transform 0.8s ease-in-out; /* Smooth sliding animation */
  padding: 10px;
  border: 1px solid #4682b4;
  border-left: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.kitchen-orders-container-div2-toast.takeaway{
  background-color: #eaf7ea;
  border: 1px solid #7cc37c;
}

.kitchen-orders-container-div2-toast.active {
  transform: translateX(100%); /* Moves the element from left to right */
}
.kitchen-orders-container-div2-toast1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
}
.kitchen-orders-container-div2-toast2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.kitchen-orders-container-div2-toast2-icon1{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: tomato;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kitchen-orders-container-div2-toast2-icon2{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #265882;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kitchen-orders-container-div2-toast2-icon2.takeaway{
  background-color: #599f59;
}

.kitchen-orders-container-div2::-webkit-scrollbar {
  -webkit-appearance: none;
}
.kitchen-orders-container-div2::-webkit-scrollbar:vertical {
  width: 6px;
}

.kitchen-orders-container-div2::-webkit-scrollbar-track {
  background: #f0f0f0; /* Background color of the track */
  border-radius: 5px;
}

.kitchen-orders-container-div2::-webkit-scrollbar-thumb {
  background: #4682b4; /* Color of the scrollbar */
  border-radius: 5px;
}
.kitchen-orders-container-div2.takeaway::-webkit-scrollbar-thumb {
  background: #599f59; /* Color of the scrollbar */
  border-radius: 5px;
}
.kitchen-orders-container-delete-main{
  background-color: rgb(244, 242, 242);
  border-radius: 10px;
}
.kitchen-orders-container-div2-delete{
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}
.kitchen-orders-container-div2-delete::-webkit-scrollbar {
  -webkit-appearance: none;
}
.kitchen-orders-container-div2-delete::-webkit-scrollbar:vertical {
  width: 6px;
}

.kitchen-orders-container-div2-delete::-webkit-scrollbar-track {
  background: #f0f0f0; /* Background color of the track */
  border-radius: 5px;
}

.kitchen-orders-container-div2-delete::-webkit-scrollbar-thumb {
  background: #4682b4; /* Color of the scrollbar */
  border-radius: 5px;
}

.kitchenorders-topbar-div1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.kitchenorders-topbar-div1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-weight: bold;
}
.kitchenorders-topbar-div1-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
  font-weight: bold;
}

.kitchen-order-delivered{
  background-color: rgb(223, 239, 218);
}

.kitchen-order-item-details {
    flex: 1 1;
    padding-left: 10px;
    flex-direction: row;
  }
.kitchen-order-item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
  }
  .kitchen-order-item-card:last-child {
    border-bottom: none;
}
  .kitchen-orders-container-orderid{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .kitchen-orders-container-div1-top1-time{
    background-color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 5px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .kitchen-order-item-card-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.786);
    padding: 5px;
    border-radius: 5px;
  }
  .kitchen-order-item-card-top.linkeditemcard{
    background-color: rgba(255, 255, 255, 0.786);
  }
  .kitchen-order-item-card-top-catname{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
  }
  .kitchen-order-item-card-top-time{
    color: grey;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
  }
  .kitchen-order-item-card-details{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .kitchen-order-item-card-details-div1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
  }
  .kitchen-order-item-card-details-div1-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .kitchen-order-item-card-details-div1-text2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: grey;
    width: 80px;
    text-align: end;
  }
  .kitchen-orders-container-div1-bottom{
    padding: 5px;
    height: 60px;
    position: relative;
  }
  .kitchen-orders-container-div1-bottom1{
    background-color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 5px;
  }


  .kitchen-orders-container-div1-bottom2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.kitchen-orders-container-div1-bottom2-div1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.kitchen-orders-container-div1-bottom2-div1-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 13px;
}
.kitchen-orders-container-div1-bottom2-div1-text2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}
.kitchen-orders-container-div1-bottom2-div2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}
.kitchen-orders-container-bottom-buttons{
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.kitchen-orders-container-bottom-buttons2{
  background-color: rgb(242, 189, 180);
  color: black;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
}
.kitchen-orders-container-bottom-buttons1{
  cursor: pointer;
  color: #4682b4;
}
.kitchen-orders-container-bottom-buttons1.takeaway{
  color: #599f59;
}
.kitchen-order-item-card-details-div1-icontext{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.kitchen-order-item-card-details-div1-icon{
  padding-bottom: 3px;
  color: rgb(190, 189, 189);
}
.kitchen-order-item-card-details-div1-icon.del-icon{
  color: green;
}
.topsectionkitchenorders-div1-neworder{
  background-color: #4682b4;
  border-radius: 10px;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 40px;
  width: 130px;
  gap: 2px;
}
.kitchen-orders-container-delete-top{
  background-color: #a7ccea;
  padding: 10px;
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kitchen-orders-container-delete-top.takeaway{
  background-color: #b4e0b4;
}
.kitchen-orders-container-delete-top1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.kitchen-orders-container-delete-orderid{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.kitchen-orders-container-delete-createdat{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: grey;
}
.kitchen-orders-container-delete-top-close{
  height: 100%;
  background-color: rgba(255, 255, 255, 0.318);
  width: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.kitchenorders-itemdelete-buttons-all.selected{
  background-color: #4682b4;
  color: white;
  border: 1px solid #4682b4;
}

.kitchenorders-closemodal-dialog {
  max-width: 680px; /* Prevent it from getting too large */
}
.kitchenorders-closemodal-backdrop{
  background-color: rgba(0, 0, 0, 1);
  z-index: 1400;
}
.hoteluserkitchenorders-closemodal-dialog {
  max-width: 340px; /* Prevent it from getting too large */
}
.kitchenorders-closemodal-main{
  background-color: rgb(237, 236, 236);
  border-radius: 10px;
  width: 100%;
}
.kitchenorders-main-card-div1-modal{
  background-color: #a7ccea;
  height: 60px;
  border-radius: 7px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.kitchenorders-main-card-div1-modal.takeaway{
  background-color: #b4e0b4;
}
.kitchenorders-main-card-div1-time{
  /* position: absolute;
  left: 50%;
  top: 42px;
  transform: translate(-50%, -50%); */
  background-color: white;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
}
.kitchenorders-main-card-div1-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.kitchenorders-main-card-div1-top1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  /* font-size: 15px; */
}
.kitchenorders-main-card-div1-top2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: rgb(238, 235, 235);
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
  font-size: 13px;
  max-width: 100px;
  white-space: nowrap; /* Prevent wrapping of text */
  overflow: hidden; /* Hide the overflowed content */
  text-overflow: ellipsis; /* Display ellipsis when text is truncated */
}
.kitchenorders-main-card-div1-top3{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  max-width: 100px;
  white-space: nowrap; /* Prevent wrapping of text */
  overflow: hidden; /* Hide the overflowed content */
  text-overflow: ellipsis; /* Display ellipsis when text is truncated */
}
.kitchenorders-main-card-div1-top4{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.kitchenorders-closemodal{
  padding: 10px;
  padding-right: 5px;
  position: relative;
}
.kitchenorders-billpassword-main{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.kitchenorders-billpassword{
  position: absolute;
  /* left: 10px; */
  left: 0;
  bottom: 0;
  /* width: 314px; */
  width: 100%;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
.kitchenorders-closemodal-mid{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.kitchenorders-closemodal-bill{
  min-height: 500px;
  max-height: 500px;
  overflow-y: scroll;
  width: 320px;
  -webkit-user-select: none;
          user-select: none;
}
.kitchenorders-closemodal-bill::-webkit-scrollbar {
  -webkit-appearance: none;
}
.kitchenorders-closemodal-bill::-webkit-scrollbar:vertical {
  width: 6px;
}

.kitchenorders-closemodal-bill::-webkit-scrollbar-track {
  background: #f0f0f0; /* Background color of the track */
  border-radius: 5px;
}

.kitchenorders-closemodal-bill::-webkit-scrollbar-thumb {
  background: #4682b4; /* Color of the scrollbar */
  border-radius: 5px;
}

.kitchenorders-closemodal-bill.ko-type::-webkit-scrollbar-thumb {
  background: #ff9800; /* Color of the scrollbar */
  border-radius: 5px;
}

.kitchenorders-closemodal-bill.ko-type::-webkit-scrollbar-thumb:hover {
  background: #e68a00; /* Darker shade on hover */
}
.kitchenorders-closemodal-bill.ta-type::-webkit-scrollbar-thumb {
  background: #599f59; /* Color of the scrollbar */
  border-radius: 5px;
}

.kitchenorders-closemodal-bill.ta-type::-webkit-scrollbar-thumb:hover {
  background: #b4e0b4; /* Darker shade on hover */
}
.kitchenorders-closemodal-bottom{
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  gap: 20px;
  background-color: white;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px;
}
.hoteluserkitchenorders-modal-show {
  animation: fadeIn 0.2s forwards;
}
.hoteluserkitchenorders-genbillmodal-localprinters-main{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.613);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hoteluserkitchenorders-genbillmodal-localprinters{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.hoteluserkitchenorders-genbillmodal-localprinters-main1{
  opacity: 1;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: 310px;
  transition: transform 0.3s ease-in-out;
}
.hoteluserkitchenorders-genbillmodal-localprinters-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: #265882;
  font-weight: bold;
  text-align: start;
}
.hoteluserkitchenorders-genbillmodal-localprinters-card{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #4682b4;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #e0ebf4;
  border-radius: 10px;
  padding-left: 10px;
  width: 100%;
}
.hoteluserkitchenorders-genbillmodal-localprinters-card1{
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kitchenorders-closemodal-buttons1{
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.kitchenorders-closemodal-buttons1-check{
  width: 100%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
  cursor: pointer;
  background-color: lightgray;
}
.kitchenorders-closemodal-buttons1-check.enable-check{
  background-color: #FA8334;
}
.kitchenorders-closemodal-buttons2{
  width: 320px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.kitchenorders-closemodal-buttons1-div1{
  width: 50%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #FA8334;
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
  cursor: pointer;
}
.kitchenorders-closemodal-buttons1-div1.nolocalprinters{
  background-color: lightgray;
}
.kitchenorders-closemodal-buttons1-div2{
  width: 50%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: lightgray;
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
  cursor: pointer;
}
.kitchenorders-closemodal-buttons1-div2.printerconnected{
  background-color: #4682b4;
}
.kitchenorders-closemodal-mid2{
  padding: 10px;
  padding-left: 5px;
}
.kitchenorders-closemodal-mid2-main{
  width: 320px;
  height: 500px;
}
.kitchenorders-closemodal-mid2-div2{
  width: 100%;
  border: 1px solid #4682b4;
  border-radius: 5px;
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-top: 10px;
}
.kitchenorders-closemodal-mid2-div2 input{
  border: none;
  background-color: transparent;
  width: 90%;
}
.kitchenorders-closemodal-mid2-div2 input:focus,
.kitchenorders-closemodal-mid2-div2 input:active{
  outline: none;
}
.kitchenorders-closemodal-mid2-div2 input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: grey;
}
.kitchenorders-closemodal-mid2-div2-icon{
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #a7ccea;
}
.kitchenorders-closemodal-mid2-dispack{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  gap: 10px;
}
.kitchenorders-closemodal-mid2-div1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.kitchenorders-closemodal-mid2-div1-types{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.kitchenorders-closemodal-mid2-div1-pack{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.kitchenorders-closemodal-mid2-div1-type1,
.kitchenorders-closemodal-mid2-div1-type2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
}
.kitchenorders-closemodal-mid2-div1-type1-box{
  width: 20px;
  height: 20px;
  border: 1px solid #4682b4;
  border-radius: 5px;
  cursor: pointer;
}
.kitchenorders-closemodal-mid2-div1-type1-icon{
  color: #4682b4;
}
.kitchenorders-closemodal-mid2-div1-type2-box{
  width: 20px;
  height: 20px;
  border: 1px solid #FA8334;
  border-radius: 5px;
  cursor: pointer;
}
.kitchenorders-closemodal-mid2-div1-type2-icon{
  color: #FA8334;
}
.kitchenorders-closemodal-mid2-main-top1{
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.kitchenorders-closemodal-mid2-main-top1-text1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.kitchenorders-closemodal-mid2-main-top1-text1-1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
}
.kitchenorders-closemodal-mid2-main-top1-text1-2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.kitchenorders-closemodal-mid2-main-top1-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}
.kitchenorders-closemodal-buttons2-div1{
  width: 50%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: tomato;
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
  cursor: pointer;
}
.kitchenorders-closemodal-mid2-div1-type1-box.dis-per-selected{
  background-color: #a7ccea;
}
.kitchenorders-closemodal-mid2-div1-type2-box.dis-fix-selected{
  background-color: #e68a00;
}
.playzonemain-paymentmodal-div1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin-top: 10px;
  font-size: 13px;
}
.playzonemain-paymentmodal-div2{
  width: 100%;
}
.playzonemain-paymentmodal-div2 input{
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #4682b4;
  margin-top: 5px;
}
.playzonemain-paymentmodal-div2 input:active,
.playzonemain-paymentmodal-div2 input:focus{
  outline: none;
}
.playzonemain-paymentmodal-div2 input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}

.kitchenorders-closemodal-mid2-cust{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.playzonemain-paymentmodal-div3{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin-top: 10px;
  font-size: 13px;
}
.playzonemain-paymentmodal-div4{
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #4682b4;
  background-color: #a7ccea;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin-top: 5px;
}
.playzonemain-paymentmodal-div5{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.playzonemain-paymentmodal-div5-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.playzonemain-paymentmodal-div5-text2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.playzonemain-paymentmodal-div6{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
}
.playzonemain-paymentmodal-div7{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-top: 5px;
}
.playzonemain-paymentmodal-div7-div1{
  height: 35px;
  width: 35px;
  border-radius: 5px;
  border: 1px solid #4682b4;
  cursor: pointer;
}
.playzonemain-paymentmodal-div7-div1:hover{
  background-color: #4682b4;
}
.playzonemain-paymentmodal-div7-div2{
  width: 100%;
}
.playzonemain-paymentmodal-div7-div2 input {
  width: 100%;
  padding: 5px;
  border: 1px solid #4682b4;
  border-radius: 5px;
}
.playzonemain-paymentmodal-div7-div2 input:active,
.playzonemain-paymentmodal-div7-div2 input:focus{
  outline: none;
}
.playzonemain-paymentmodal-div7-div2 input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
}
.kitchenorders-closemodal-buttons2-div1.disableclose{
  background-color: lightgray;
}
.kitchenorders-closemodal-buttons2-div2{
  width: 50%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #4682b4;
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
  cursor: pointer;
}
.kitchenorders-closemodal-buttons1-div3{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4682b4;
  border-radius: 5px;
  height: 100%;
  width: 50px;
}
.kitchenorders-closemodal-buttons2-closing{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kitchenorders-closemodal-buttons2-div3{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid tomato;
  border-radius: 5px;
  height: 100%;
  width: 50px;
}


.kitchenorders-orderbill{
  background-color: white;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.kitchenorders-orderbill-div1,
.kitchenorders-orderbill-div2,
.kitchenorders-orderbill-div3,
.kitchenorders-orderbill-div4,
.kitchenorders-orderbill-div5{
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.kitchenorders-orderbill-div6{
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.kitchenorders-orderbill-div7{
  width: 100%;
}
.kitchenorders-orderbill-div7-table tbody tr{
  font-family: 'Courier New', Courier, monospace;
  font-weight: 530;
  font-size: 15px;
}
.kitchenorders-orderbill-div8{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 15px;
}
.kitchenorders-orderbill-div9{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 15px;
}
.kitchenorders-orderbill-div10{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 15px;
}
.kitchenorders-orderbill-div11,
.kitchenorders-orderbill-div12,
.kitchenorders-orderbill-div13,
.kitchenorders-orderbill-div14 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.kitchenorders-orderbill-div13,
.kitchenorders-orderbill-div14 {
  font-weight: normal;
}

.kitchenorders-orderbill-outletlogo {
  max-width: 150px; /* Adjust max size as needed */
  overflow: hidden; /* Hide overflowing parts */
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kitchenorders-orderbill-outletlogo img {
  width: 100%; /* Make it responsive */
  height: 100%; /* Maintain square */
  object-fit: cover; /* Crop instead of stretch */
  filter: grayscale(100%);
}

.kitchenorders-noprinter-toast{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
  font-weight: bold;
}

.kitchenorders-selforder-cartsec{
  width: 500px;
  height: 100px;
  padding: 10px;
  padding-left: 5px;
  position: sticky;
  top: 50px;
}
.kitchenorders-selforder-cartsec-div1{
  width: 100%;
  background-color: #e0ebf4;
  border-radius: 10px;
}
.kitchenorders-selforder-cartsec-div1-top{
  width: 100%;
  padding: 5px;
}
.kitchenorders-selforder-cartsec-div1-top1{
  background-color: white;
  height: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.kitchenorders-selforder-cartsec-div1-top1-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.kitchenorders-selforder-cartsec-div1-top1-clear{
  background-color: tomato;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}
.kitchenorders-sidecart-main-div2{
  width: 100%;
  padding: 5px;
  padding-top: 0px;
  -webkit-user-select: none;
          user-select: none;
  height: 400px;
  max-height: 450px;
  overflow-y: auto;
}
.kitchenorders-sidecart-main-div2::-webkit-scrollbar {
  -webkit-appearance: none;
}
.kitchenorders-sidecart-main-div2::-webkit-scrollbar:vertical {
  width: 6px;
}

.kitchenorders-sidecart-main-div2::-webkit-scrollbar-track {
  background: #f0f0f0; /* Background color of the track */
  border-radius: 5px;
}

.kitchenorders-sidecart-main-div2::-webkit-scrollbar-thumb {
  background: #4682b4; /* Color of the scrollbar */
  border-radius: 5px;
}
.kitchenorders-selforder-cartsec-bottom{
  padding: 5px;
}
.kitchenorders-selforder-cartsec-bottom1{
  background-color: white;
  /* height: 60px; */
  padding: 5px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.kitchenorders-selforder-cartsec-bottom1-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
  margin-top: 5px;
}
.kitchenorders-selforder-cartsec-bottom1-buttons1{
  background-color: #FA8334;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  border-radius: 5px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  cursor: pointer;
}
.kitchenorders-selforder-cartsec-bottom1-buttons2{
  background-color: #4682b4;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  border-radius: 5px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  cursor: pointer;
}
.kitchenorders-selforder-cartsec-bottom1-buttons2.noorderbillaccess{
  width: 100%;
}
.kitchenorders-selforder-cartsec-bottom1-ta-main{
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kitchenorders-selforder-cartsec-bottom1-ta{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.kitchenorders-selforder-cartsec-bottom1-ta-text1{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.kitchenorders-selforder-cartsec-bottom1-ta-text2{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.kitchenorders-sidecart-noitems{
  width: 100%;
  padding: 5px;
  padding-top: 0px;
  -webkit-user-select: none;
          user-select: none;
  height: 450px;
  max-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: grey;
}
.kitchenorders-selforder-cartsec-div1-top1-clear.clear-disable{
  background-color: lightgray;
}
.kitchenorders-selforder-dialog-hold.hold-disable{
  background-color: lightgray;
  color: white;
  border: 1px solid lightgray;
}
.kitchenorders-selforder-cartsec-bottom1-buttons1.button1-disable{
  background-color: lightgray;
}
.kitchenorders-selforder-cartsec-bottom1-buttons2.button2-disable{
  background-color: lightgray;
}
.kitchenorders-selforder-cartsec-kitchennote{
  width: 100%;
}
.kitchenorders-selforder-cartsec-kitchennote-input{
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  border: 1px solid #4682b4;
  border-radius: 5px;
  padding: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  resize: none;
}
.kitchenorders-selforder-cartsec-kitchennote-input:active,
.kitchenorders-selforder-cartsec-kitchennote-input:focus{
  outline: none;
}
.kitchenorders-selforder-cartsec-kitchennote-input::placeholder{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.kitchenorders-search-screen-main-container-category-name{
  color: #265882;
  background-color: #e0ebf4;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.kitchenorder-selforder-search-container-main{
  border-radius: 5px;
border: 1px solid #4682b4;
display: flex;
justify-content: flex-start;
align-items: center;
background-color: white;
padding-left: 10px;
padding-right: 5px;
width: 100%;
}
.kitchenorder-selforder-search-container-close{
  cursor: pointer;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kitchenorder-selforder-close{
  /* background-color: #a7ccea; */
  /* border: 1px solid #265882; */
  color: #4682b4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.kitchenorder-hold-toast{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
  font-weight: bold;
}

  .category-container{
    width: 100%;
  }
  .kitchen-card-image {
    max-width: 100px;
    align-self: center;
  }
  .kitchen-order-item-detailsdiv1{
    flex: 1 1;
    flex-direction: column;
  }
  .order-item-detailsdiv2{
    flex: 1 1;
    flex-direction: column;
  }
  .kitchen-order-item-card img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
  }
  .kitchen-orderUserNum{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
  }
  .kitchen-orderUserName{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .kitchen-orderUserPrice{
    font-size: smaller;
    font-family: 'Courier New', Courier, monospace;
  }
  .kitchen-orders-container-div1-button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
  }
  .kitchen-orders-container-div1-close-order-button{
    background-color: tomato;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer;
    width: 50%;
    text-align: center;
  }
  .kitchen-orders-container-div1-bill-button{
    background-color: lightgreen;
    padding: 5px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 5px;
    /* margin-right: 10px; */
    cursor: pointer;
  }

  .kitchen-orders-container-div1-send-button{
    background-color: cadetblue;
    padding: 5px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 5px;
    /* margin-right: 10px; */
    color: white;
    cursor: pointer;
  }

  .kitchenorder-sendhotelcardusericon{
    margin-left: auto;
    cursor: pointer; 
    margin-right: -154px;
    border: 1px dashed cadetblue;
    width: 70px;
    height: 30px;
    border-radius: 20px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .order-sent{
    background-color: lightgreen;
  }
  .empty-kitchenorders-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    margin-top: 100px;
  }

  .kitchen-orders-container-progress{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 300px;
   }

   .empty-kitchenorders-container-title{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: cadetblue;
    font-size: 20px;
  }

  .topsectionkitchenorders{
    background-color: white;
    position: sticky;
    top: 0;
    padding: 10px;
    width: 100%;
    z-index: 2;
   }
   .topsectionkitchenorders-inner1{
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   .topsectionkitchenorders-inner2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
   }
   .topsectionkitchenorders-div1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
   }
   .kitchenorders-place-order-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4682b4;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    padding: 5px;
    gap: 3px;
    border-radius: 10px;
    width: 200px;
    height: 40px;
    cursor: pointer;
   }
   .kitchenorders-place-order-button-main{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: cadetblue;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    padding: 5px;
    border-radius: 5px;
    width: 200px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0px 2px 10px cadetblue;
  }
  .kitchenorders-place-order-button-main.change-button-pos{
    bottom: 80px;
  }
   .kitchenorders-billmodal-extrabillsec-title{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
   }
   .kitchenorders-billmodal-extrabillsec-div1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    width: 100%;
    border: 1px solid cadetblue;
    border-radius: 5px;
    padding: 2px;
    margin-top: 10px;
   }
   .kitchenorders-billmodal-extrabillsec-div1-pack{
    border-radius: 3px;
    display: flex;
    border: 1px solid lightgray;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 50%;
    cursor: pointer;
    height: 40px;
   }
   .kitchenorders-billmodal-extrabillsec-div1-dis{
    border-radius: 3px;
    display: flex;
    border: 1px solid lightgray;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 50%;
    cursor: pointer;
    height: 40px;
   }
   .kitchenorders-billmodal-extrabillsec-div1-pack.packing{
    background-color: lightsalmon;
    color: white;
   }
   .kitchenorders-billmodal-extrabillsec-div1-dis.discount{
    background-color: lightsalmon;
    color: white;
   }
   .kitchenorders-billmodal-extrabillsec-div2-per{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
   }
   .kitchenorders-billmodal-extrabillsec-div2-per1{
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 3px
   }
   .kitchenorders-billmodal-extrabillsec-div2-per2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   }
   .kitchenorders-billmodal-extrabillsec-div2-main{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
   }
   .kitchenorders-billmodal-extrabillsec-div2{
    margin-top: 20px;
   }
   .kitchenorders-billmodal-extrabillsec-div2-per1.amounttypeper,
   .kitchenorders-billmodal-extrabillsec-div2-per1.amounttyperup{
    border: none;
    background-color: lightsalmon;
   }
   .kitchenorders-billmodal-extrabillsec-input-main{
    width: 100%;
    margin-top: 20px;
   }
   .kitchenorders-billmodal-extrabillsec-input{
    width: 100%;
    border: 1px solid lightsalmon;
    border-radius: 5px;
    padding: 5px;
    height: 40px;
   }
   .kitchenorders-billmodal-extrabillsec-input:focus,
   .kitchenorders-billmodal-extrabillsec-input:active{
    outline: none;
   }
   .kitchenorders-billmodal-extrabillsec-billamount{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    margin-top: 10px;
   }
   .kitchenorders-billmodal-extrabillsec-next{
    background-color: lightsalmon;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    height: 40px;
    cursor: pointer;
    color: white;
   }
   .kitchenorder-billmodal-extrabill-button{
    background-color: lightsalmon;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    padding: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    /* height: 30px; */
    cursor: pointer;
    color: white;
   }
   .kitchenorders-extra-popup {
    position: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 45, 45, 0.671);
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth fade transition */
    z-index: 2; /* Behind the modal */
    pointer-events: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .kitchenorders-extra-popup-content{
    height: 580px;
    background-color: white;
    width: 100%;
    border-radius: 5px;
    /* box-shadow: 0 0px 30px 5px; */
    position: fixed;
    bottom: -100%; 
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.3s ease-in-out; 
  }
  .kitchenorders-extra-popup-content.active {
    bottom: 0; 
  }
  .kitchenorders-extra-popup.active {
    /* bottom: 0px;  */
    opacity: 1;
    pointer-events: auto;
  }
  .kitchenorders-extra-popup-closeclear{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 5px;
  }
  .kitchenorders-extra-popup-close{
    /* background-color: #e0ebf4;
    border: 1px solid #4682b4; */
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .kitchenorders-extra-popup-content-clear{
    height: 100%;
    background-color: tomato;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 10px;
    width: 120px;
  }
  .kitchenorders-main-div2-card{
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px;
    padding: 2px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer;
    height: fit-content;
  }
  .kitchenorders-main-div2-card-catname{
    background-color: rgb(234, 233, 233);
    color: #4682b4;
    width: 100%;
    border-radius: 5px;
    padding: 2px;
    padding-left: 5px;
    font-weight: bold;
  }
  .kitchenorders-main-div2-card-maindiv{
    /* border: 1px solid lightgray; */
    border-radius: 5px;
    padding: 5px;
    /* margin-top: 5px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer;
    width: 100%;
  }
  .oneway-userorders-main-div2-card-div1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .kitchenorders-userorders-main-div2-card-div1-price{
    font-weight: bold;
  }
  .kitchenorders-viewcartmodal-main-div2{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 5px;
    gap: 5px;
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    -webkit-user-select: none;
            user-select: none;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    align-content: start;
  }
  .kitchenorders-viewcartmodal-main-div2::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .kitchenorders-viewcartmodal-main-div2::-webkit-scrollbar:vertical {
    width: 6px;
  }
  
  .kitchenorders-viewcartmodal-main-div2::-webkit-scrollbar-track {
    background: #f0f0f0; /* Background color of the track */
    border-radius: 5px;
  }
  
  .kitchenorders-viewcartmodal-main-div2::-webkit-scrollbar-thumb {
    background: #4682b4; /* Color of the scrollbar */
    border-radius: 5px;
  }
  .kitchenorders-viewcartmodal-buttons-main{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding-top: 0px;
    /* box-shadow: 0 0px 20px 0px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .kitchenorders-viewcartmodal-buttons-main-close{
    background-color: #e68a00;
    border-radius: 5px;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    width: 50%;
    color: white;
    height: 40px;
  }
  .kitchenorders-viewcartmodal-buttons-main-placeorder{
    background-color: #4682b4;
    border-radius: 5px;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    width: 50%;
    padding: 5px;
    height: 40px;
  }
  .kitchenorders-viewcartmodal-buttons-main-placeorder.noorderbillaccess{
    width: 100%;
  }
  .kitchenorders-kitchennote-main{
    /* position: absolute;
    bottom: 50px; */
    width: 100%;
    padding: 5px;
    padding-bottom: 0;
  }
  .kitchenorders-kitchennote-main-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
  }
  .kitchenorders-kitchennote-main-div1{
    width: 100%;
    margin-top: 5px;
  }
  .kitchenorders-kitchennote-main-input{
    width: 100%;
    border: 1px solid lightsalmon;
    border-radius: 5px;
    height: 60px;
    max-height: 60px;
    resize: none;
    padding: 5px;
  }
  .kitchenorders-kitchennote-main-input::placeholder{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .kitchenorders-kitchennote-main-input:focus,
  .kitchenorders-kitchennote-main-input:active{
    outline: none;
  }
  .kitchenorder-selforder-searchandcat-container{
    position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 2;
  }
  .kitchenorder-selforder-search-container{
    padding: 5px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .kitchenorder-selforder-category-carousel-container{
    overflow-x: auto;
    position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
  scroll-behavior: smooth;
  }
  .kitchenorder-selforder-category-carousel-container::-webkit-scrollbar {
    display: none;
  }
  .kitchenorder-selforder-searchitems-main {
    background-color: rgba(46, 45, 45, 0.671);
    position: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.kitchenorder-selforder-searchitems-main-div1 {
  background-color: white;
  width: calc(100% - 10px); /* Subtract 5px from both left and right */
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 3;
  position: fixed;
  top: -100%; /* Initially hidden above the viewport */
  left: 5px; /* 5px gap from the left */
  right: 5px; /* 5px gap from the right */
  transition: top 0.4s ease-in-out; /* Smooth slide-down effect */
  border-radius: 5px;
}

/* When active, slide down to `top: 0` */
.kitchenorder-selforder-searchitems-main.active {
    opacity: 1;
    pointer-events: auto;
}

.kitchenorder-selforder-searchitems-main-div1.active {
    top: 50px; /* Moves the panel down to the top of the page */
}

  .kitchenorder-selforder-searchitems-main-div2{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    height: 400px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #265882;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .kitchenorders-selforder-searchitems-main-div3{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    gap: 10px;
    width: 100%;
    padding: 10px;
    -webkit-user-select: none;
            user-select: none;
  }
  .kitchenorders-searchitems-noitems-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 400px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    color: gray;
    font-weight: bold;
  }
  .kitchenorders-selforder-addextras-buttons{
    background-color: #a7ccea;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-top: 2px;
    cursor: pointer;
  }
  .kitchenorders-selforder-main-div2-card-div2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 45px;
  }
  .kitchenorders-selforder-extra-popup {
    /* position: fixed;
    bottom: -100%; 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.475);
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 5px;
    cursor: pointer;
    transition: bottom 0.3s ease-in-out; 
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    position: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 45, 45, 0.671);
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth fade transition */
    z-index: 3; /* Behind the modal */
    pointer-events: none; /* Prevent background from capturing clicks */
  }
  .kitchenorders-selforder-extra-popup-content{
    height: 480px;
    background-color: white;
    width: 100%;
    border-radius: 5px;
    /* box-shadow: 0 0px 30px 5px; */
    /* position: relative; */
    position: fixed;
    bottom: -100%; 
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.3s ease-in-out; 
  }
  .kitchenorders-selforder-extra-popup-content.active{
    bottom: 0;
  }
  .kitchenorders-selforder-extra-popup.active {
    /* bottom: 0px;  */
    opacity: 1;
    pointer-events: auto;
  }
  .kitchenorders-selforder-extra-popup-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #265882;
    padding: 10px;
    background-color: #a7ccea;
    position: relative;
    text-align: center;
  }
  .kitchenorders-selforder-extra-popup-close{
    position: absolute;
    right: 5px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fooddirallitemusers-extracategory-carousel-container {
    overflow-x: auto;
    position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
  }
  
  .fooddirallitemusers-extracategory-carousel-container::-webkit-scrollbar {
    display: none;
  }
  
  .fooddirallitemusers-extracategory-cards {
    display: flex;
    padding: 10px;
  }
  .kitchenorders-main-div2-extraitems{
    width: 100%;
  }
  .kitchenorders-main-div2-card-extracatname{
    background-color: #a7ccea;
    color: #265882;
    width: 100%;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px;
    padding-left: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .myorderitems-order-itemcard-div1.linkeditemcard{
    background-color: rgb(178, 208, 209);
    color: black;
  }
  .kitchenorders-linkeditemname-text{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .kitchenorders-selforder-extraitems-modal-main-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 10px;
    gap: 10px;
    width: 100%;
    padding: 10px;
    -webkit-user-select: none;
            user-select: none;
    max-height: 350px;
    overflow-y: auto;
  }
  .kitchen-orders-container-div1-button2-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
    margin-top: 5px;
  }
  .kitchen-orders-container-div1-delete-order-button{
    background-color: tomato;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer;
    width: 150px;
    text-align: center;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kitchen-orders-container-div1-kotrep-button{
    background-color: cadetblue;
    color: white;
    padding: 5px;
    height: 35px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 5px;
    /* margin-right: 10px; */
    cursor: pointer;
  }
  .kitchen-orders-container-div1-button3-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
    margin-top: 5px;
  }
  .kitchen-orders-container-div1-addmore-order-button{
    background-color: lightsalmon;
    color: white;
    padding: 5px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 5px;
    cursor: pointer;
    height: 35px;
  }
  .kitchenorders-extra-popup-content-ordertypes{
    padding: 5px;
  }
  .kitchenorders-extra-popup-content-ordertypes-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
  }
  .kitchenorders-extra-popup-content-ordertypes-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    margin-top: 5px;
    -ms-overflow-style: none;
  }
  
  .kitchenorders-extra-popup-content-ordertypes-main::-webkit-scrollbar {
    display: none; 
  }
  .kitchenorders-extra-popup-content-ordertypes-type{
    flex-shrink: 0;
    min-width: 150px; 
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .kitchenorders-extra-popup-content-ordertypes-type.order-type-selected{
    border: none;
    background-color: #4682b4;
    color: white;
  }
  .kitchenorders-extra-popup-content-ordertypes2{
    padding: 5px;
    padding-left: 0px;
  }
  .kitchenorders-extra-popup-content-ordertypes2-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .kitchenorders-extra-popup-content-ordertypes2-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    margin-top: 5px;
    -ms-overflow-style: none;
  }
  
  .kitchenorders-extra-popup-content-ordertypes2-main::-webkit-scrollbar {
    display: none; 
  }
  .kitchenorders-extra-popup-content-ordertypes2-type{
    flex-shrink: 0;
    /* min-width: 100px;  */
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100px; */
    font-size: 13px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .kitchenorders-extra-popup-content-ordertypes2-type.order-type-selected{
    border: none;
    background-color: #4682b4;
    color: white;
  }
  .kitchenorders-button-container-closegen{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    gap: 10px;
    background-color: white;
    margin-bottom: 60px;
    height: 120px;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    }
    .kitchenorders-button-container-closegen-div2{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
    .kitchenorders-itemdelete-bottom{
      padding: 5px;
      height: 60px;
    }
    .kitchenorders-itemdelete-buttons{
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      height: 100%;
      gap: 10px;
      background-color: white;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
    }
    .kitchenorders-itemdelete-closebutton{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      background-color: lightgray;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      border-radius: 5px;
      height: 40px;
    }
    .kitchenorders-itemdelete-deletebutton{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      background-color: rgb(235, 193, 185);
      color: white;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      border-radius: 5px;
      height: 40px;
      gap: 2px;
      cursor: pointer;
    }
    .kitchenorders-itemdelete-buttons-all{
      border: 1px solid lightgray;
      height: 40px;
      width: 40px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .myorderitems-order-itemcard-div2.item-to-delete{
      background-color: rgb(232, 200, 195);
      border-radius: 5px;
    }
    .kitchenorders-itemdelete-deletebutton.delete-enable{
      background-color: tomato;
    }
    .kitchenorders-order-placing-main{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      letter-spacing: 1px;
      color: #4682b4;
      font-size: 20px;
      margin: 0 auto;
      height: 100%;
    }
    .kitchen-orders-container-div1-kotrep-button-div1{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      gap: 5px;
    }
    .kitchen-orders-container-div1-kotrep-button-close{
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: tomato;
      width: 50%;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 35px;
    }
    .kitchen-orders-container-div1-kotrep-button-done{
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: cadetblue;
      width: 50%;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 35px;
    }
    .kitchen-orders-container-div1-kotrep-button.change-kotrep{
      padding: 0px;
      background-color: transparent;
      border: 1px solid cadetblue;
    }
    .myorderitems-payment-handling-div1-button{
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid lightgray;
      padding: 5px;
      border-radius: 5px;
      cursor: pointer;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-size: 13px;
    }
    .myorderitems-payment-handling-div1-button:hover{
      background-color: cadetblue;
      color: white;
      border: 1px solid cadetblue;
    }
    .kitchenorders-selforder-dialog-topbuttons{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2px;
    }
    .kitchenorders-selforder-dialog-hold{
      width: 50px;
      height: 40px;
      border: 1px solid #4682b4;
      border-radius: 5px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #4682b4;
      cursor: pointer;
    }
    .kitchenorders-selforder-dialog-delete{
      width: 50px;
      height: 40px;
      background-color: tomato;
      border-radius: 5px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      cursor: pointer;
    }
    .kitchenorders-container-hold{
      width: 50px;
      height: 40px;
      background-color: #4682b4;
      border-radius: 10px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      cursor: pointer;
    }
    .topsectionkitchenorders-div1-desk-scan{
      width: 50px;
      height: 40px;
      background-color: #4682b4;
      border-radius: 10px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      cursor: pointer;
    }
    .kitchenorders-holdorders-drawer-main{
      width: 300px;
      position: relative;
      background-color: #4682b4;
      height: 100%;
    }
    .kitchenorders-holdorders-drawer-main-top{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: 20px;
    }
    .kitchenorders-holdorders-drawer-main-top-text1{
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      color: white;
      font-weight: bold;
    }
    .kitchenorders-holdorders-drawer-main-closeicon{
      /* position: absolute;
      right: 20px;
      top: 20px; */
      background-color: lightgray;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      border-radius: 5px;
      cursor: pointer;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      color: black;
      gap: 5px;
    }
    .kitchenorders-holdorders-drawer-main {
      width: 300px;
      padding: 10px;
      display: flex;
      flex-direction: column;
      background-color: #4682b4;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
      height: 100%;
      overflow-y: auto;
    }
    .kitchenorders-holdorders-drawer-content {
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-top: 20px;
      padding-bottom: 50px;
    }
    
    .kitchenorders-holdorders-group {
      background: #ffffff;
      border-radius: 5px;
      /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); */
      padding: 10px;
      transition: all 0.3s ease;
      cursor: pointer;
    }
    
    .kitchenorders-holdorders-group-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 600;
      font-size: 14px;
      color: #333;
      border-bottom: 1px solid #eee;
      padding-bottom: 8px;
      margin-bottom: 8px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    .kitchenorders-holdorders-group-time {
      font-size: 12px;
      color: #888;
    }
    
    .kitchenorders-holdorders-group-items {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
    
    .kitchenorders-holdorders-item {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 5px;
      background: #f9f9f9;
      border-radius: 8px;
    }
    
    .kitchenorders-holdorders-item-main {
      display: flex;
      justify-content: space-between;
      font-size: 15px;
      color: #444;
    }
    .kitchenorders-holdorders-item-main-name{
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .kitchenorders-holdorders-item-main-price{
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-weight: bold;
    }
    
    .kitchenorders-holdorders-item-extra {
      display: flex;
      justify-content: space-between;
      font-size: 13px;
      color: gray;
      padding-left: 16px;
    }
    .kitchenorders-holdorders-item-extra-name{
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .kitchenorders-holdorders-item-extra-price{
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-weight: bold;
    }
    
    .kitchenorders-holdorders-showmore,
    .kitchenorders-holdorders-showless {
      text-align: center;
      color: #265882;
      cursor: pointer;
      font-size: 14px;
      margin-top: 12px;
      font-weight: bold;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    .kitchenorders-holdorders-showmore:hover,
    .kitchenorders-holdorders-showless:hover {
      text-decoration: underline;
    }
    
    .kitchenorders-holdorders-drawer-no-orders {
      text-align: center;
      font-size: 16px;
      color: #999;
      margin-top: 50px;
    }
    .kitchenorders-holdorders-delete-button {
      background-color: #ff7875; /* Slightly lighter red on hover */
      color: #ffffff;
      border: none;
      border-radius: 4px;
      height: 30px;
      width: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      font-size: 0.9rem;
      transition: background-color 0.3s;
    }
    .kitchenorders-holdorders-clearall{
      position: fixed;
      bottom: 0;
      right: 0;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 300px;
    }
    .kitchenorders-holdorders-clearall-button{
      background-color: rgb(243, 142, 124);
      width: 100%;
      height: 40px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      letter-spacing: 1px;
      cursor: pointer;
      color: white;
    }
    .kitchenorders-holdorders-noorders{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: auto;
      font-weight: bold;
    }
    .kitchenorders-holdorders-noorders-div1{
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      letter-spacing: 1px;
      color: white;
    }
    .kitchenorders-deleteitemdialog-quantity{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100px;
      gap: 10px;
    }
    .kitchenorders-deleteitemdialog-quantity-remove{
      background-color: tomato;
      height: 30px;
      width: 30px;
      padding: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      color: white;
    }
    .kitchenorders-deleteitemdialog-quantity-remove.remove-disabled{
      background-color: rgb(244, 166, 153);
    }
    .kitchenorders-deleteitemdialog-quantity-add{
      background-color: #4682b4;
      height: 30px;
      width: 30px;
      padding: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      color: white;
    }
    .kitchenorders-deleteitemdialog-quantity-add.add-disabled{
      background-color: rgb(168, 167, 167);
      color: lightgray;
    }
    .kitchenorders-empty{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      color: grey;
      font-size: 15px;
      font-weight: bold;
      gap: 10px;
      text-align: center;
      width: 100%;
      padding: 10px;
    }
    .kitchenorders-loading{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
  }
  .kitchenorders-loading-div2{
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-weight: bold;
      color: #4682b4;
  }
  .kitchenorders-loading.fade-out{
      animation: fadeOut 0.5s forwards;
  }
  .kitchenorders-selforderdialog-noitems{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: gray;
    margin-top: 300px;
  }
  .kitchen-orders-container-bottom-buttons2-bill{
    background-color: #4682b4;
    color: black;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 5px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    color: white;
  }
  .kitchen-orders-container-bottom-buttons2-bill-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }
  .kitchen-orders-container-bottom-buttons2-bill-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .hoteluserkitchenorder-itemdeliverymodal-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    margin-bottom: 60px;
  }
  .kitchen-orders-takeaway-usercard{
    width: 100%;
    border-radius: 10px;
    background-color: white;
    padding: 10px 5px 10px 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kitchen-orders-takeaway-usercard.delivered {
    background: linear-gradient(to left, white 40%, #b4e0b4 100%);
  }  
  .kitchen-orders-takeaway-usercard-div1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .kitchen-orders-takeaway-usercard-div1-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    color: gray;
  }
  .kitchen-orders-takeaway-usercard-div1-icon.delivered{
    color: green;
  }
  .kitchen-orders-takeaway-usercard-div1-name{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
  }
  .kitchen-orders-takeaway-usercard-div2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
  }
  .kitchen-orders-container-bottom-buttons3{
    background-color: #4682b4;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .kitchen-orders-container-bottom-buttons3.takeaway{
    background-color: #599f59;
  }
  .kitchen-orders-container-div2-timer{
    position: absolute;
    background-color: white;
    font-size: 13px;
    top: -15px;
    right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
  }
  .kitchen-orders-container-div2-timer.time-delayed{
    color: tomato;
    font-weight: bold;
  }
  .kitchen-orders-container-bottom-buttons3.disabletime{
    background-color: lightgray;
  }
  .kitchen-orders-container-bottom-buttons3.time-delayed{
    background-color: tomato;
  }
  .kitchen-orders-container-div2-timer.notsetted{
    color: gray;
  }
  .kitchen-orders-container-div2-timer.timestarted{
    color: black;
  }
  .kitchen-orders-container-bottom-buttons4{
    width: 40px;
    height: 40px;
    border: 1px solid lightgray;
    color: #4682b4;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .kitchen-orders-container-bottom-buttons4.prepared{
    background-color: #599f59;
    color: white;
  }
  .topsectionkitchenorders-div1-desk-search{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4682b4;
    border-radius: 10px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .topsectionkitchenorders-div1-desk-search input{
    height: 100%;
    border-radius: 10px;
    border: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .topsectionkitchenorders-div1-desk-search input:active,
  .topsectionkitchenorders-div1-desk-search input:focus{
    outline: none;
  }
  .topsectionkitchenorders-div1-desk-search input::placeholder{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
  }
  .topsectionkitchenorders-div1-desk-search-icon{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .topsectionkitchenorders-div1-mob-search{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4682b4;
    border-radius: 10px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .topsectionkitchenorders-div1-mob-search input{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .topsectionkitchenorders-div1-mob-search input:active,
  .topsectionkitchenorders-div1-mob-search input:focus{
    outline: none;
  }
  .topsectionkitchenorders-div1-mob-search input::placeholder{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
  }
  .topsectionkitchenorders-div1-mob-search-icon{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topsectionkitchenorders-div1-mob-scan{
    min-width: 50px;
    height: 40px;
    background-color: #4682b4;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
  }
  .kitchenorders-qrscandialog{
    position: relative;
  }
  .kitchenorders-qrscandialog-scanner-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: calc(100vh - 60px);
  }
  .kitchenorders-qrscandialog-scanner {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }  
  .kitchenorders-qrscandialog-top{
    background-color: #a7ccea;
    height: 60px;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .kitchenorders-qrscandialog-top-close{
    background-color: white;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .kitchenorders-qrscandialog-scanner-main-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: gray;
  }
  .kitchenorders-qrscandialog-order{
    padding: 10px;
  }
  .kitchenorders-qrscandialog-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .kitchenorders-qrscandialog-button1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 300px;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    gap: 3px;
    background-color: #4682b4;
    color: white;
    height: 50px;
  }
  .kitchenorders-qrscandialog-button2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 300px;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    gap: 3px;
    background-color: #7cc37c;
    color: white;
    height: 50px;
  }
  .kitchenorders-qrscandialog-button1-icon,
  .kitchenorders-qrscandialog-button2-icon{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kitchenorders-qrscandialog-button2.delivered{
    background-color: lightgray
  }
  .kitchenorders-qrscandialog-button2-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }
  .kitchenorders-ta-delivered-button{
    width: 100%;
    background-color: #7cc37c;
    height: 40px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    gap:5px;
    cursor: pointer;
  }
  .kitchenorders-ta-delivered-button.delivered{
    background-color: lightgray
  }


    .onewayselfordercategory-cards {
  display: flex;
  padding: 10px;
}

.onewayselfordercategory-card {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  border-radius: 10px;
  background-color: rgb(237, 235, 235);
  padding: 2px;
  margin-right: 15px;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  min-height: 70px;
}
.onewayselfordercategory-card.selected {
  background-color:#4682b4; 
  color: #ffffff;
  /* transform: translateY(0); */
  /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15); */
}

  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

    @media (min-width: 767px) {
      .kitchenorders-button-container-closegen{
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .kitchenorders-button-container-closegen-div2{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
      }
      .kitchen-orders-container-div1-top2-icon1:hover{
        background-color: white;
      }
      .kitchen-orders-container-div1-top2-icon2:hover{
        background-color: white;
      }
      .kitchen-orders-container-div1-top2-icon3:hover{
        background-color: white;
      }
      .kitchenorders-container-hold:hover{
        background-color: #265882;
      }
      .topsectionkitchenorders-div1-desk-scan:hover{
        background-color: #265882;
      }
      .topsectionkitchenorders-div1-neworder:hover{
        background-color: #265882;
      }
      .kitchenorders-closemodal-buttons2-div2{
        display: none;
    }
    .kitchenorders-closemodal-buttons1-div3{
        display: none;
    }
    .kitchenorders-closemodal-buttons2-div3{
        display: none;
    }
    .kitchenorders-holdorders-drawer-main-closeicon:hover{
      background-color: white;
    }
        
    .kitchenorders-holdorders-delete-button:hover {
      background-color: #ff4d4f; /* Bright red */
    }
    .kitchenorders-holdorders-clearall-button:hover{
      background-color: tomato;
    }
    .topsectionkitchenorders{
      top: 60px;
    }
    .kitchenorders-place-order-button:hover{
      background-color: #265882;
    }
    .kitchen-orders-container-bottom-buttons2:hover{
      background-color: tomato;
      color: white;
    }
    .topsectionkitchenorders-inner2{
      display: none;
    }
    .kitchenorders-qrscandialog-top-close:hover{
      background-color: tomato;
      color: white;
    }
    .kitchenorders-qrscandialog-button1:hover{
      background-color: #265882;
    }
    .kitchenorders-qrscandialog-button2:hover{
      background-color: #599f59;
    }
    .kitchenorders-qrscandialog-button2.delivered:hover{
      background-color: lightgray;
    }
    .kitchenorders-ta-delivered-button:hover{
      background-color: #599f59;
    }
    .kitchenorders-ta-delivered-button.delivered:hover{
      background-color: lightgray;
    }
    }

    @media (max-width : 767px){
      .kitchenorders-closemodal{
        display: none;
    }
    .kitchenorders-closemodal-buttons1{
        display: none;
    }
    .kitchenorders-closemodal.displaybill{
        display: flex;
    }
    .kitchenorders-closemodal-buttons1.displaybill{
        display: flex;
    }
    .kitchenorders-closemodal-mid2.displaymid{
        display: flex;
    }
    .kitchenorders-closemodal-mid2{
        display: none;
        padding-right: 5px;
    }
    .kitchenorders-closemodal-dialog{
        max-width: 340px;
        margin: auto !important; 
    }
    .hoteluserkitchenorders-closemodal-dialog{
      max-width: 340px;
      margin: auto !important; 
  }
    .kitchenorders-closemodal-buttons2.displaybill{
        display: none;
    }
    .topsectionkitchenorders-div1-desk-scan{
      display: none;
    }
    .topsectionkitchenorders-div1-desk-search{
      display: none;
    }
    }
    

    @media (max-width: 1366px){
      .kitchenorders-selforder-cartsec{
        display: none;
      }
      .myorderitems-selforder-catitems-main-container-div2{
        width: 100%;
      }
    }

.signinupscreen{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.signinupscreen-circle1{
  position: fixed;
  top: -90px;
  right: -90px;
  width: 200px;
  height: 200px;
  background-color: #83bbe8;
  border-radius: 50%;
  /* z-index: 1; */
}
.signinupscreen-circle2{
  position: fixed;
  top: -110px;
  right: -110px;
  width: 250px;
  height: 250px;
  background-color: #5896c9;
  border-radius: 50%;
}
.signinupscreen-circle3{
  position: fixed;
  top: -180px;
  right: 50px;
  width: 250px;
  height: 250px;
  background-color: #b8dbf7;
  border-radius: 50%;
}
.signinupscreen-circle4{
  position: fixed;
  bottom: -90px;
  left: -90px;
  width: 200px;
  height: 200px;
  background-color: #83bbe8;
  border-radius: 50%;
  /* z-index: 1; */
}
.signinupscreen-circle5{
  position: fixed;
  bottom: -110px;
  left: -110px;
  width: 250px;
  height: 250px;
  background-color: #5896c9;
  border-radius: 50%;
}
.signinupscreen-circle6{
  position: fixed;
  bottom: -180px;
  left: 50px;
  width: 250px;
  height: 250px;
  background-color: #b8dbf7;
  border-radius: 50%;
}
.signinupscreen-main {
  position: absolute;
  left: 50%;
  top: calc(50% - 30px); /* Adjusting for the 60px navbar (half of it) */
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  padding: 20px;
}
.signinupscreen-top-buttons{
  position: fixed;
  top: 0px;
  right: 0px;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  z-index: 3;
}
.signinupscreen-button1{
  background-color: #4682b4;
  color: white;
  width: 190px;
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 10px;
  height: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.signinupscreen-button1-icon{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signinupscreen-button1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  animation: shining 2s infinite linear;
}
.signinupscreen-button2{
  background-color: #4682b4;
  color: white;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 10px;
  height: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  gap: 3px;
  overflow: hidden;
  position: relative;
}
.signinupscreen-button2-icon{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signinupscreen-button2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 30px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  animation: shining 2s infinite linear;
}
.signinupscreen-top-buttons-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.signinupscreen-top-back-button{
  background-color: #4682b4;
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}




@keyframes shining {
  0% {
      left: -100%;
  }
  100% {
      left: 100%;
  }
}

@media (min-width: 767px){
  .signinupscreen-circle1{
    top: -30px;
  }
  .signinupscreen-circle2{
    top: -50px;
  }
  .signinupscreen-circle3{
    top: -120px;
  }
  .signinupscreen-main{
    top: 50%;
  }
  .signinupscreen-top-buttons{
    top: 60px;
  }
}
@media (max-width: 767px){
  .signinupscreen-circle4{
    bottom: -30px;
  }
  .signinupscreen-circle5{
    bottom: -50px;
  }
  .signinupscreen-circle6{
    bottom: -120px;
  }
}
.hotelidinput-boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center; /* Center the content vertically */
  margin-top: 20px;
  }

.hotelidinput-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #4682b4;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center; /* Center the text horizontally */
  font-size: 20px; /* Increase the font size */
  background-color: transparent; /* Set the background color to transparent */
}
.hotelidinput-box:active,
.hotelidinput-box:focus{
  outline: none;
  border: 2px solid #265882;
}
.hoteluserloginform-code-button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hoteluserloginform-code-button1 {
  display: block;
  margin-top: 20px;
  height: 40px;
  width: 150px;
  background-color: #4682b4;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.hoteluserloginform-code-button-icon{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hoteluserloginform-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 30px;
  color: #4682b4;
  font-weight: bold;
  text-align: center;
}

.hotel-user-login-form{
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
          user-select: none;
}
.headingtextinputdiv{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #4682b4;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
}
.lockiconheadinginputtext{
  display: flex;
  justify-content: center;
  align-items: center;
}
.hoteluser-hotel-details{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0ebf4;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
  height: 100px;
  position: relative;
}
.hoteluser-hotel-details-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hoteluser-hotel-details-inner1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: gray;
  font-weight: bold;
}
.hoteluser-hotel-details-name{
  font-size: 15px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #265882;
  font-weight: bold;
}
.hoteluser-hotel-details-code{
  margin-bottom: 0px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: gray;
  font-size: 13px;
  font-weight: bold;
}
.hoteluser-hotel-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reenter-code-text{
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid #4682b4;
  border-radius: 5px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.reenter-code-text-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hotelusername-input-container {
  position: relative;
  margin-top: 16px;
}

.hotelusername-label {
  position: absolute;
  top: 5px;
  left: 0px;
  color: #555;
  pointer-events: none;
  transition: 0.2s ease all;
  margin-top: 0px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.hotelusername-input,
.hotelusername-input:active,
.hotelusername-input:focus {
width: 100%;
padding: 8px;
padding-left: 0px;
border: none;
border-bottom: 1px solid #4682b4;
transition: 0.2s ease all;
background-color: transparent;
outline: none; /* Remove the default outline */
}


.hotelusername-input:focus ~ .hotelusername-label,
.hotelusername-input:valid ~ .hotelusername-label {
  top: -16px;
  font-size: 12px;
  color: #265882;
  font-weight: bold;
}
.hotelusername-input:-webkit-autofill,
.hotelusername-input:-webkit-autofill:hover,
.hotelusername-input:-webkit-autofill:focus,
.hotelusername-input:-webkit-autofill:active { /* Background color */
  box-shadow: 0 0 0px 1000px white inset !important; 
  -webkit-transition: background-color 5000s ease-in-out 0s; 
  transition: background-color 5000s ease-in-out 0s; /* Prevents quick autofill color */
}

.hoteluserlogin-button {
  border: 1px solid black;
  color: black;
  font-size: 16px;
  height: 40px;
  border-radius: 30px;
  margin-left: auto;
  background-color: transparent;
  width: 200px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.hoteluserlogin-button-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 100%;
}
.hoteluserlogin-button-inner-icon{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hoterluserlogin-button:hover {
  background-color:darkcyan;
  color: white;
}

.hotel-user-login-form-invalid-code{
  color: tomato;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.hoteluserloginform-code-button1-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.invalid-hoteluserlogin-text{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: tomato;
  font-weight: bold;
  text-align: center;
}

@media(min-width: 767px){

  .hoteluserlogin-button:hover {
    background-color:#265882;
    color: white;
  }
  
  }
.registrationform-title{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 30px;
  color: #4682b4;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
 
.input-container {
  position: relative;
}

.validation-icon {
  position: absolute;
  top: 50%;
  right: 0px; /* Adjust the value to position the icon appropriately */
  transform: translateY(-50%);

}

.validation-icon.valid {
  color: green;

}

.validation-icon.invalid {
  color: red;

}
.validation-icon-hide{
  display:none;
}
.userexists-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: tomato;
  font-size: 13px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
}
.registrationform-button {
  border: 1px solid black;
  color: black;
  font-size: 16px;
  height: 40px;
  border-radius: 30px;
  margin-left: auto;
  background-color: transparent;
  width: 200px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.registrationform-button-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 100%;
}
.registrationform-button-inner-icon{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(min-width: 767px){

  .registrationform-button:hover {
    background-color:#265882;
    color: white;
  }
  
  }
.fooddir-middle-content{
    display: flex;
    justify-content: center;
    width: 100%; /* Set the width to 100% */
    /* max-width: 800px;  */
    margin: 0 auto; /* Center the forms horizontally */
  }
  .fooddir-sign-in-up-screen{
    width: 100%;
    padding-bottom: 100px;
  }
.mymenu-loginform-image-div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.fooddir-regform-field-requirements{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: cadetblue;
    font-size: 13px;
    position: relative;
}
.fooddir-regform-field-requirements-popup{
    position: absolute;
    top: 280px;
    width: 300px;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.fooddir-regform-field-requirements-popup-div1{
    background-color: rgb(201, 232, 233);
    padding: 10px;
    border-radius: 5px;
}
.fooddir-regform-field-requirements-popup-div1-title{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.fooddir-regform-field-requirements-popup-div1-text{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    margin-top: 5px;
}
.fooddir-reg-title-main{
    margin-top: 50px;
}
.takeaway-userlogin-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.takeaway-userlogin-text1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: gray;
}
.takeaway-userlogin-text2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #4682b4;
    margin-top: -15px;
    letter-spacing: 5px;
}
.takeaway-userlogin-main-div2-number-main{
    width: 100%;
    margin-top: 20px;
}
.takeaway-userlogin-main-div2-number-main-text{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #265882;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}
.takeaway-userlogin-main-div2-number-main-text.whatsapp-login{
    color: #1f8726;
}
.takeaway-userlogin-main-div2-number-main-input{
    border: 1px solid #4682b4;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    color: #4682b4;
}
.takeaway-userlogin-main-div2-number-main-input.whatsapp-login{
    color: #39AE41;
    border: 1px solid #39AE41;
}
.takeaway-userlogin-main-div2-number-main-input input{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding-left: 5px;
    border: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.takeaway-userlogin-main-div2-number-main-input input:focus,
.takeaway-userlogin-main-div2-number-main-input input:active{
    outline: none;
}
.takeaway-userlogin-main-div2-number-main-input input::placeholder{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.takeaway-userlogin-main-div2-sendotp{
    background-color: #4682b4;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.takeaway-userlogin-main-div2-sendotp1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100%;
}
.takeaway-userlogin-main-div2-sendotp1-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.takeaway-userlogin-otpsent-main{
    margin-top: 20px;
}
.takeaway-userlogin-otpsent-main-text{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: #265882;
    font-weight: bold;
}
.otp-input-container {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  
  .otp-input-box {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    border: none;
    border-bottom: 1px solid #4682b4;

  }
  .otp-input-box:focus,
  .otp-input-box:active{
    outline: none;
    border: none;
    border-bottom: 2px solid #265882;
  }
  .takeaway-userlogin-main-div2-sendotp.notvalidotp{
    background-color: lightgray;
  }
  .takeaway-userlogin-invalidotp{
    text-align: center;
    color: tomato;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .userlogin-div3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: gray;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .userlogin-logins-div1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background-color: #4682b4;
    height: 40px;
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
  }
  .userlogin-logins-div1.whatsapp-login{
    background-color: #39AE41;
  }
.fooddir-forgetpassowrd-mailsent-main-conatiner{
    background-color: rgb(198, 237, 238);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.fooddir-forgetpassowrd-mailsent-main-conatiner-note{
    font-size: 13px;
    color: tomato;
    margin-top: 5px;
}
.fooddir-forgetpassowrd-mailnotsent-main-conatiner{
    background-color: rgb(198, 237, 238);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
}
.fooddir-forgetpassword-wronguser{
    color: tomato;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.hotel-user-topsection-orders-backicon{
    padding: 5px;
    border: 1px dotted black;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5px;
    width: 70px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
 }
 .hotel-user-orderstitle{
  color: cadetblue;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
 margin-left: 10px;
}
/* UserProfileScreen.css */
.hoteluserprofilecard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #ffffff;
    max-width: 400px;
    margin: 0 auto;
    margin-top:30px;
    height: 200px;
  }
  
  .hoteluser-profilecard {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .hoteluser-name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .hoteluser-info {
    font-size: 16px;
    margin-bottom: 5px;
    color: #666666;
  }
  
  .hoteluser-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .hotelnav-button {
    background-color: #5f9ea0;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 150px;
    
  }
  
  .hotelsign-out-button:hover {
    background-color: red;
    color: white;
  }
  .hotelsign-out-button{
    background-color: tomato;
  }
  .hotelsignouticon{
    margin-left: 5px;
  }

  .signouticon:hover
  {
    color: white;
  }
  .hotel-user-topsection-orders-backicon{
    padding: 5px;
    border: 1px dotted black;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5px;
    width: 70px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
 }
 .hotel-user-orderstitle{
  color: cadetblue;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
 margin-left: 10px;
}
.order-item-del-detailssendicon{
    background-color:white;
    border: 1px dotted black;
    height: 60px;
    width: 40px;
    margin-right: -10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
  }
  .order-item-del-detailssendicon-delivered{
    background-color:lightgreen;
    border: none;
    height: 60px;
    width: 40px;
    margin-right: -10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
  }
.order-del-icon{
    margin-top: 18px;
    margin-left: 3px;
    color: black;
   }
   .order-item-time-detailssendicon{
    background-color:lightblue;
    height: 60px;
    width: 40px;
    margin-right: 3px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
  }
  .time-updated{
    background-color: lightgreen;
  }
.order-time-icon{
    margin-top: 18px;
    margin-left: 3px;
    color: black;
   }
.timeselect{
    display: flex;
}
.timeselect-time1{
    margin-left: 10px;
    border: 1px dotted black;
    width: 80px;
    text-align: center;
    border-radius: 20px;
    height: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* background-color: lightgreen; */
    background-color: lightcyan;
}
.timeSetted-to-time1{
  background-color: lightgreen;
}
.timeselect-time2{
    margin-left: 10px;
    border: 1px dotted black;
    width: 80px;
    text-align: center;
    border-radius: 20px;
    height: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* background-color: rgb(238, 222, 144); */
    background-color: lightcyan;


}
.timeSetted-to-time2{
  background-color: lightgreen;
}
.timeselect-time3{
    margin-left: 10px;
    border: 1px dotted black;
    width: 80px;
    text-align: center;
    border-radius: 20px;
    height: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* background-color: rgb(238, 166, 144); */
    background-color: lightcyan;


}
.timeSetted-to-time3{
  background-color: lightgreen;
}

.hotel-user-topsectionorders-div1{
  display: flex;
  align-items: center;
  padding: 10px;
  /* margin-left: 10px; */
  /* margin-top: 10px; */
 }
 .hotel-user-topsection-orders-backicon{
    padding: 5px;
    border: 1px dotted black;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5px;
    width: 70px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
 }
 .hotel-user-orderstitle{
  color: cadetblue;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
 margin-left: 10px;
}
.hoteluserorderitems-printersmodal-main-div2-not{
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  color: lightgreen;
  width: 100%;
}
.hoteluserorderitems-printersmodal-main-div2-not.bluetextnot{
  color: tomato;
  text-align: center;
}
.hoteluserorders-main-printer-button{
  background-color: lightgreen;
  border-radius: 5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 5px;
  align-items: center;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 20px;
}
.hoteluserorders-main-printer-button.blue-dis{
  background-color: tomato;
  color: white;
}
.hoteluserorderitems-order-itemcard-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
  /* margin-top: 5px; */
}
.billGenerate{
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 20px; */
  width: 135px;
  padding: 5px;
  background-color: lightgreen;
  height: 35px;
  border-radius: 5px;
  bottom: 80px; 
  cursor: pointer;
}
.hoteluserorders-button-container-closegen{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  gap: 10px;
  background-color: white;
  margin-bottom: 60px;
  height: 50px;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 2;
  }
.qr-scanner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    padding-top: 150px;
  }
  .qr-scanner-div1{
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .scanner-title{
    margin-top: 20px;
    font-family: 'Courier New', Courier, monospace;
  }
  
  .qrscanner-camera {
    position: relative;
    width: 300px;
    margin-top: 100px;
    overflow: hidden;
  }
  
  .scan-line {
    position: absolute;
    width: 300px; /* Adjust the width of the moving line */
    height: 2px; /* Make the line the same height as the reader */
    background-color: #00ff00; /* Adjust the color of the moving line */
    animation: moveLine 4s linear infinite; /* Extend the animation duration to 4 seconds */
    box-shadow: 0 0 10px 2px #00ff00, 0 0 20px 5px rgba(0, 255, 0, 0.5); /* Add a glowing effect */
  }
  
  @keyframes moveLine {
    0%, 100% {
      transform: translateY(-5px); /* Start and end position (middle) */
    }
    50% {
      transform: translateY(-230px); /* Move to the top of the reader */
    }
  }
  
  .qr-scanner-container-main-text{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: cadetblue;
    margin-top: 30px;
    letter-spacing: 1px;
  }
.orderstatus-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Center vertically */
  overflow: hidden; /* Hide any overflowing content */
  flex-direction: column;
}

.usernumbercard {
  width: 300px;
  padding: 16px;
  box-shadow: 0px 0px 10px rgba(21, 39, 173, 0.2);
  border-radius: 8px;
  background-color: white; /* Set a background color for the card */
  text-align: center;
  position: absolute; /* Position the card relative to the container */
  z-index: 1; /* Place the card on top of the background */
  top: 300px;
}

.usernumber-input-container {
  position: relative;
  margin-top: 40px;
}

.usernumber-label {
  position: absolute;
  top: 0;
  left: 8px;
  color: black;
  pointer-events: none;
  transition: 0.2s ease all;
  margin-top: 8px;
  font-family: "Courier New", Courier, monospace;
}

.usernumber-input,
.usernumber-input:active,
.usernumber-input:focus {
  width: 100%;
  padding: 8px;
  border: none;
  border-bottom: 1px solid black;
  transition: 0.2s ease all;
  background-color: transparent;
  outline: none; /* Remove the default outline */
}

.usernumber-input:focus ~ .usernumber-label,
.usernumber-input:valid ~ .usernumber-label {
  top: -16px;
  font-size: 12px;
  color: black;
}

.usernumbertext {
  font-family: "Courier New", Courier, monospace;
  font-size: larger;
}

.usernumber-button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.usernumber-check-button {
  padding: 8px 16px;
  width: 100px;
  background-color: orange;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.chek-button-disabled{
  background-color: lightgray;
}

.food-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43%; /* Make the image cover the entire screen */
  background-image: url(/static/media/271952.9b948e08c53ae43a525e.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: -1;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
}
@media (min-width: 768px) {
  .food-background-image {
    background-image: url(/static/media/271952.9b948e08c53ae43a525e.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    height: 100%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}
.usernumber-phone-icon {
  opacity: 0.5;
  margin-right: 7px;
  font-size: 15px;
}
.orderstatus-play-games-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.orderstatus-play-games-container {
  width: 100%;
  height: 50px;
  /* border-radius: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(
    -45deg,
    yellow 0%,
    yellow 25%,
    yellow 51%,
    #ff357f 100%
  );
  animation: AnimateBG 20s ease infinite;
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.orderstatus-play-games-button {
  background-color: lightgreen;
  padding: 5px;
  border-radius: 20px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 15px;
  box-shadow: 0px 2px 2px green;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-status-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-user-select: none;
            user-select: none;
  }
  
  .all-tabs-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border: 1px dotted black;
    height: 40px;
    width: 95%; 
    border-radius: 5px;
    position: relative; 
  }
  
  .status-div,
  .all-orders-div,
  .offers-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer;
    width: 33.33%; 
    text-align: center;
    position: relative; 
    z-index: 1;
  }
  .active-tab-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%; 
    width: 33.33%; 
    transition: left 0.3s ease; 
    border-radius: 5px;
    z-index: 0; 
  }
  .usernum-card-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: filter 0.3s ease; /* Add a transition for smooth effect */
    margin-bottom: 100px;
    margin-top: 20px;
    width: 100%;
  }
  .usernum-card-container-datediv {  
    transition: filter 0.3s ease; /* Add a transition for smooth effect */
    width: 100%;
  }
  .usernum-card-container-datediv-text {  
    font-family: 'Courier New', Courier, monospace;
  }
  .usernum-order-item-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .usernum-order-item-card img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: auto;
  }
  .usernum-order-item-details {
    flex: 1 1;
    padding-left: 10px;
    flex-direction: row;
  }
  .usernum-order-item-detailsdiv1{
    flex: 1 1;
    flex-direction: column;
  }
  .usernum-order-item-detailsdiv2{
    flex: 1 1;
    flex-direction: column;
  }
  .usernum-orderUserNum{
    font-family: 'Courier New', Courier, monospace;
    font-size: small;
  }
  .usernum-orderUserName{
    font-size: small;
  }
  .usernum-orderUserPrice{
    font-size: smaller;
    font-family: 'Courier New', Courier, monospace;
  }
  .usernumber-tablenumber-container{
    width: 100%;
  }
  .usernumber-tablenumber{
    width: 100px;
    height: 40px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightcyan;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left:-10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
  }
  .usernumber-tablenumber-icon{
    margin-right: 5px;
    color: darkgreen;
  }
  .usernumber-value{
    margin-top: 0px;
    background-color: lightcoral;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    box-shadow: 0px 2px 15px lightblue;
  }
  .usernumber-value-icon{
    margin-right: 5px;
    color: darkgreen;
  }
  .order-item-time-statusdiv{
    background-color:lightblue;
    height: 30px;
    width: 100%;
    margin-right: 3px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order-item-time-statusdiv.delivered{
    background-color:lightgreen;
  }
  .usernumber-backicon{
    width: 100%;
    margin-top: -30px;
    margin-left: 20px;
    color: darkgreen;
  }
  .timecounter{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
  }
  .timecounter-text{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .hotelName-text{
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
  }
  .offers-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

  }
  .offers-card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .no-useroffers-text{
    margin-top: 220px;
    font-family:fantasy;
  }
  .no-orderstatus-text{
    font-family: 'Courier New', Courier, monospace;
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .request-bill-container{
    background-color: lightgreen;
    width: 130px;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .userbillmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    flex-direction: column;
  }
  .userbillmodal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    width: 80%;
    /* height: 70%; */
    align-items: center;
    /* display: flex; */
    /* justify-content: center; */
    max-height: 500px;
    overflow-y: auto;
  
  }
  
  .userbillclose-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(240, 148, 132);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
  }
  .no-bill-text-container {
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .add-review-container{
    background-color: lightcoral;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    box-shadow: 0 1px 5px lightcoral;
    margin-top: 25px;
  }
  .offers-container-div1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    margin-top: 10px;
    gap: 10px;
  }
  .offers-container-card1{
    width: 90%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .offers-container-card1 img {
    width: 100%;
  }
  .offers-container-card-icon{
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: cadetblue;
  }
  .offers-container-card2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color:white;
    padding: 10px;
    overflow-y: auto;
    border: 1px dotted lightcoral;
    /* background-image: linear-gradient(to top left, transparent 0%, transparent 50%, rgb(205, 214, 229) 50%); */
    /* background-size: 100% 200000%; */
    /* animation: fillDiagonal 1s ease; */
    /* animation-fill-mode: forwards; */
  }
  
  @keyframes fillDiagonal {
    0% {
      background-position: 0 100%;
    }
    100% {
      background-position: 0 0;
    }
  }
  .offers-container-card2-coupon-code{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
  }
  .offers-container-card2-coupon-code1{
    font-size: 12px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-right: 5px;
  }
  .offers-container-card2-coupon-details{
    background-color: cadetblue;
    padding: 5px;
    border-radius: 5px;
    color: white;
    margin-top: 10px;
  }
  .offers-container-card2-coupon-startdate{
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .offers-container-card2-coupon-startdate1{
    font-size: 12px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-right: 5px;
  }
  .offers-container-card2-coupon-info{
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .offers-container-card2-coupon-info1{
    font-size: 12px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-right: 5px;
  }
  .offers-container-card2-coupon-extrainfo{
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .offers-container-card2-coupon-extrainfo1{
    font-size: 12px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-right: 5px;
  }
  .userbillmodal-request-bill-button{
    background-color: lightcoral;
    color: white;
    padding: 5px;
    margin-top: 10px;
    border-radius: 10px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
 .request-bill-confirmation-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
 }
 .request-bill-confirmation-container-div2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
 }
  
 .offer-comming-soon-title{
  text-align: center;
  color: cadetblue;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
 }
 .user-all-orders-date-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
 }
 .user-all-orders-date-container-leftarrow{
  background-color: cadetblue;
  padding: 10px;
  border-radius: 10px;
  color: white;
 }
 .user-offers-loading-container{
  margin-top: 200px;
 }
 .orderstatus-carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.orderstatus-carousel-item img {
  max-width: 100%;
  max-height: 600px;
  /* object-fit: contain; */
  border-radius: 10px;
  padding: 5px;
}
.orderstatus-greview-main {
  background: linear-gradient(135deg, #4285F4, #34A853); /* Google Blue and Green */
  border-radius: 12px; /* Rounded corners */
  padding: 20px; /* Space inside the card */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); /* Subtle shadow for depth */
  color: white; /* Text color */
  font-family: Arial, sans-serif; /* Clean font */
  font-size: 16px;
  display: flex; /* Flex for alignment */
  align-items: center; /* Center the content horizontally */
  justify-content: center; /* Center the content vertically */
  text-align: center; /* Center text inside the card */
  width: 100%; /* Fixed width */
  height: 150px; /* Fixed height */
  gap: 20px;
  transition: transform 0.2s, box-shadow 0.2s; /* Animation for hover effect */
  margin-top: 30px;
}

.orderstatus-greview-main-div2-text2{
  color: gold;
}
.footer-bar-container{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bar-title{
    font-family: 'Courier New', Courier, monospace;
    color: cadetblue;
    font-weight: 500;
}
