@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
  border: none;
}
body {
  height: 100%;
  font-family: "Poppins", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto !important;
  overflow-x: hidden !important;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
input,
select,
button {
  outline: none !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ced9df;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ced9df;
}
.margin-top {
  margin-top: 40px !important;
}
.disabled {
  pointer-events: none !important;
}
/*-----------------HEADER SEC--------------*/
.admin-header {
  margin: 0;
  padding: 0;
  min-height: 70px;
  background: #346ee0;
  display: flex;
  align-items: center;
}
.admin-header-body {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 98%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin-header-body .profile-part {
  position: relative;
  max-width: 230px;
  width: 100%;
}
.admin-header-body .profile-part a.profile-link {
  position: relative;
  padding: 0 28px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.admin-header-body .profile-part a.profile-link:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 20px;
  height: 21px;
  background: url(/lara_hospitslity/public/user_assets/images/down-arrow.svg)
    center center no-repeat;
  background-size: cover;
}
.admin-header-body .profile-part a.profile-link .profile-img {
  margin: 0 10px 0 0;
  padding: 3px;
  max-width: 50px;
  border-radius: 50px;
  overflow: hidden;
  background: #e5e6e8;
}
.admin-header-body .profile-part a.profile-link .profile-details h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.admin-header-body .profile-part a.profile-link .profile-details h5 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  color: #ffffffbd;
}
.admin-header-body .profile-part a.profile-link .profile-details p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  color: #ffffffbd;
}

.admin-header-body .profile-part .profile-body {
  position: absolute;
  margin: 30px 0 0 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  min-height: 100px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.admin-header-body .profile-part .profile-body a.profile-body-link {
  display: block;
  margin: 15px auto;
  padding: 5px 0;
  text-align: center;
  font-size: 13px;
  color: #000;
  width: 100px;
  background: #f3f3f3;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
}
.admin-header-body .profile-part .profile-body.open {
  margin: 16px 0 0 0;
  visibility: visible;
  opacity: 1;
}
.header-menu {
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 1px 2px #00000014;
  min-height: 65px;
  display: flex;
}
.header-menu nav.navbar {
  margin: 0 auto;
  max-width: 92%;
  width: 100%;
}
.header-menu #header-menu {
  display: block;
}
.header-menu #header-menu ul.nav.navbar-nav {
  flex-direction: row !important;
}
.header-menu #header-menu ul.nav.navbar-nav li {
  margin: 0 34px 0 0;
}
.header-menu #header-menu ul.nav.navbar-nav li a {
  position: relative;
  margin: 0;
  padding: 20px 0 18px 22px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #3a3a3a;
}
.header-menu #header-menu ul.nav.navbar-nav li a:hover {
  color: #346ee0;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 19px;
  height: 18px;
  background-size: cover !important;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a.dshboard-icon:before {
  background: url(/lara_hospitslity/public/user_assets/images/home.svg) center
    center no-repeat;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a.manage-i-icon:before {
  background: url(/lara_hospitslity/public/user_assets/images/search.svg) center
    center no-repeat;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a.resgister-icon:before {
  background: url(/lara_hospitslity/public/user_assets/images/register.svg)
    center center no-repeat;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a.manage-icon:before {
  background: url(/lara_hospitslity/public/user_assets/images/manage.svg) center
    center no-repeat;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a.billing-icon:before {
  background: url(/lara_hospitslity/public/user_assets/images/billing.svg)
    center center no-repeat;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a.payment-icon:before {
  background: url(/lara_hospitslity/public/user_assets/images/payment.svg)
    center center no-repeat;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a.master-icon:before {
  background: url(/lara_hospitslity/public/user_assets/images/master.svg) center
    center no-repeat;
}
.header-menu #header-menu ul.nav.navbar-nav > li > a.report-icon:before {
  background: url(/lara_hospitslity/public/user_assets/images/report.svg) center
    center no-repeat;
}

.header-menu #header-menu ul.nav.navbar-nav li ul.dropdown-menu {
  position: absolute !important;
  top: 42px;
  border: none;
  border-radius: 0;
  padding: 10px;
  width: max-content;
  background: #346ee0;
}
.header-menu #header-menu ul.nav.navbar-nav li ul.dropdown-menu li {
  margin: 12px 0;
  min-width: 170px;
}
.header-menu #header-menu ul.nav.navbar-nav li ul.dropdown-menu li a {
  padding: 0;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 400;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0 !important;
  left: 105%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
/*-----------------HEADER SEC--------------*/

/*-----------------BANNER SEC--------------*/

.reservation-f-banner-sec {
  margin: 0;
  padding: 0;
  min-height: 360px;
  background: url(../images/main-banner.jpg) center center no-repeat;
  background-size: cover;
}
.reservation-f-banner-sec .d-flex {
  min-height: 360px;
}
.res-form-sec .row.justify-content-center {
  width: 100%;
  max-width: 600px;
  border: 1px solid #0003;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 50px 10px #fff;
}
.reservation-f-banner-sec .d-flex h1 {
  margin: 0 0 60px 0;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  color: #373d4e;
  line-height: 42px;
  text-align: center;
}
.reservation-f-banner-sec .d-flex h1 span {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: #0c61c4;
}
/*-----------------BANNER SEC--------------*/

/*-------------DASHBOARD SEC------------*/
.dashboard-sec {
  margin: 0;
  padding: 30px 0;
  min-height: 100vh;
}
.dashboard-sec .dashboard-body {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 93%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.dashboard-sec .dashboard-body .dashboard-left-part {
  width: 68%;
}
.dashboard-left-part form {
  margin: 0 0 25px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dashboard-left-part form .client-reg-form-list {
  width: 80%;
}
.dashboard-left-part form .client-reg-form-list select {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: uppercase;
}
.dashboard-left-part form button.btn.btn-primary {
  margin: 0;
  padding: 0 35px;
  width: 100%;
  height: 40px;
  display: flex;
  font-size: 14px;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(45deg, #51affe, #095df4);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.dasboard-boxes {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.dashboard-table {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: #ededed;
  border-radius: 5px;
  box-shadow: 0 1px 3px #c1ccd1;
  display: none;
}
.dashboard-table .dashboard-table-left {
  display: flex;
  margin: 0;
  flex: 2;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  flex-wrap: wrap;
}
.dashboard-table .dashboard-table-left ul {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}
.dashboard-table .dashboard-table-left ul li {
  margin: 0;
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-bottom: 1px solid #0000001f;
  border-left: 1px solid #0000001f;
}
.dashboard-table .dashboard-table-left ul li.title {
  margin: 0;
  padding: 0;
  background: #2b3583;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.dashboard-table .dashboard-table-right {
  flex: 6;
  background: #fff;
  padding: 35px 0 0 0;
}
.dashboard-table .dashboard-table-right table.table {
  margin: 0;
}
.dasboard-t-date {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 35px;
  width: 100%;
}
.dasboard-t-date h3 {
  margin: 0 auto 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.dasboard-t-date select.form-control {
  margin: 0 0 0 7px;
  padding: 2px;
  font-size: 13px;
  width: 128px;
  height: 25px !important;
}
.dashboard-table .dashboard-table-right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.dashboard-table .dashboard-table-right ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 30px;
  flex: 1;
  border-bottom: 1px solid #0000001f;
  border-left: 1px solid #0000001f;
  line-height: initial;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
ul.standard-list li {
  background: #2b3583;
  color: #fff;
}
.check-list li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 27px;
  height: 27px;
  background: #ffffff0f;
  border: 1px solid #1ea83cb5;
  border-radius: 3px;
}
.check-list li span.checked {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c31212;
  border-radius: 4px;
  color: #fff;
}
.check-list li span.checked i {
  color: #fff !important;
}
.outstanding-summary-sec {
  margin: 0 0 20px 0;
  padding: 7px;
  min-height: 224px;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 1px 3px #c1ccd1;
  width: 48.5%;
}
.outstanding-summary-sec h3 {
  margin: 0 auto 0 auto;
  padding: 11px;
  font-size: 16px;
  font-weight: 600;
  color: #2b3583;
  border-radius: 3px 3px 0 0;
  text-align: center;
  background: #fff;
  border: 1px solid #1d73f6;
}
.outstanding-summary-table {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  border-bottom: none;
}
.tabs ul,
.rec-tabs ul,
.billing-tabs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  background: #e6e7ef;
  border-bottom: 1px solid #4e5bb9;
}
.tabs ul li a,
.rec-tabs ul li a,
.billing-tabs ul li a {
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.tabs ul li.active a,
.rec-tabs ul li.active a,
.billing-tabs ul li.active a {
  background: #2b3583;
  color: #fff;
}

.outstanding-summary-table table {
  margin-bottom: 0 !important;
}
.outstanding-summary-table table thead th {
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #0000000f;
  border-right: 1px solid #22529b;
  background-color: #1d73f6;
  color: #ffffff;
  vertical-align: middle;
}
.outstanding-summary-table table tbody td {
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  border: none;
  border-bottom: 1px solid #0000001f;
  border-left: 1px solid #0000001f;
  word-break: break-word;
  height: 30px !important;
  vertical-align: middle;
}
.billing-s-perfermance-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 20px;
}
.billing-s-perfermance-body {
  margin: 0 0 20px 0;
  padding: 7px;
  min-height: 224px;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 1px 3px #c1ccd1;
  width: 48.5%;
}
.billing-s-perfermance-body h3 {
  margin: 0 auto 0 auto;
  padding: 11px;
  font-size: 16px;
  font-weight: 600;
  color: #2b3583;
  border-radius: 3px 3px 0 0;
  text-align: center;
  background: #fff;
  border: 1px solid #1d73f6;
}
.billing-s-perfermance-table {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  overflow: auto;
  border: none;
  border-bottom: none;
}
.billing-s-perfermance-table .table {
  margin: 0 !important;
  white-space: nowrap;
}
.billing-s-perfermance-body .table thead tr th {
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #0000000f;
  background-color: #1d73f6;
  border-right: 1px solid #22529b;
  color: #ffffff;
  vertical-align: middle;
}
.billing-s-perfermance-body .table tbody tr td {
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: #525962;
  border: none;
  border-bottom: 1px solid #0000001f;
  border-left: 1px solid #0000001f;
  word-break: break-word;
  height: 30px !important;
  vertical-align: middle;
  min-width: 84px;
}
/*.dashboard-left-part .table tr td {*/
/*    width: 50%;*/
/*}*/

.view-btn-sec {
  margin: 0 0 15px 0;
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  justify-content: flex-end;
  background: #c2d2f7;
  padding: 5px 10px;
  border-radius: 5px;
}
.view-btn-sec h3 {
  margin: 0 auto;
  padding: 0 10px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0e3789;
  background: #fff;
  border-radius: 4px;
}
.view-btn-sec button.view-btn {
  margin: 0;
  padding: 6px 15px;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #346ee0;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.view-btn-sec button.view-btn span.s-view {
  display: none;
}

.dashboard-sec .dashboard-body .dashboard-line {
  width: 1px;
  background: #d7d7d7;
  height: 109vh;
}
.dashboard-sec .dashboard-body .dashboard-right-part {
  width: 28%;
  padding: 10px;
  max-height: 726px;
  background: #ffffff;
  border-radius: 5px;
  overflow: auto;
  border: 2px solid #346ee0;
}
.dashboard-sec .dashboard-body .dashboard-right-part h3 {
  margin: 0 0 10px 0;
  padding: 9px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(270deg, #51affe, #095df4);
}
.reviews-list {
  margin: 0 0 10px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #00000038;
  border-radius: 4px;
  min-height: 110px;
}
.reviews-list h4 {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #299937;
}
.reviews-list h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #061691;
}
.reviews-list p {
  position: relative;
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  color: #242424;
  width: fit-content;
}
.reviews-list p:before {
  position: absolute;
  content: '"';
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 24px;
}
.reviews-list p:after {
  position: absolute;
  content: '"';
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 24px;
}
.dashboard-body.open-large-view .dashboard-table {
  display: flex !important;
}

.dashboard-body.open-large-view .view-btn-sec {
  width: 100%;
}
.dashboard-body.open-large-view .view-btn-sec button.view-btn span.l-view {
  display: none;
}
.dashboard-body.open-large-view .view-btn-sec button.view-btn span.s-view {
  display: block;
}
.dashboard-body.open-large-view .dashboard-left-part {
  width: 100%;
}
.dashboard-body.open-large-view .dashboard-line,
.dashboard-body.open-large-view .dashboard-right-part,
.dashboard-body.open-large-view .billing-s-perfermance-sec {
  display: none;
}
.dashboard-body.open-large-view .outstanding-summary-sec {
  display: none;
}

/*-------------DASHBOARD SEC------------*/

/*-----------------RESERVATION FORM SEC--------------*/
.res-form-sec {
  margin: 0;
  padding: 60px 0 0 0;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.res-form-sec h2 {
  margin: 0 0 20px 0;
  padding: 14px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #1e60e6;
}
.res-form-sec .res-form-body {
  display: block;
  width: 100%;
  min-height: 20px;
}
.res-forms {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.res-form-sec .res-form-body form .form-group {
  margin: 0 0 15px 0;
  width: 48%;
  position: relative;
}
.res-form-sec .res-form-body form .form-group input.res-form {
  margin: 0;
  padding: 5px 12px;
  width: 100%;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #d4d9db;
}
.res-form-sec .res-form-body form .form-group select.res-form {
  margin: 0;
  padding: 5px 15px;
  width: 31%;
  height: 40px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #d4d9db;
  -webkit-appearance: none;
  background: url(../images/sort-down.svg) no-repeat;
  background-size: 12px;
  background-position: right 10px top 6px;
}
.res-form-sec .res-form-body .res-f-list-of-hotels {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  flex-wrap: wrap;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #d4d9db;
}
.res-form-sec .res-form-body .res-f-list-of-hotels h3 {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 15px;
  font-weight: 600;
  color: #1e60e6;
  border-bottom: 1px solid #cecece;
  text-transform: uppercase;
}
.res-f-list-of-hotels .hotel-list {
  margin: 0 0 10px 0;
  width: 48%;
  padding: 10px;
  background: #d5d5d5;
  border-radius: 8px;
}
.res-f-list-of-hotels .hotel-list.checked {
  background: #d5e9f3;
}
.res-f-list-of-hotels .hotel-list label.hotel-list-labels {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.hotel-list-img {
  margin: 0 10px 0 0;
  border-radius: 100px;
  overflow: hidden;
  max-width: 45px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotel-list-img img {
  height: 100%;
  width: auto !important;
  max-width: max-content !important;
}
.res-f-list-of-hotels
  .hotel-list
  label.hotel-list-labels
  .hotel-list-content
  h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}
.res-f-list-of-hotels
  .hotel-list
  label.hotel-list-labels
  .hotel-list-content
  p {
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #8c8c8c;
}
.res-f-list-of-hotels .hotel-list input {
  display: none;
}
.res-form-sec .res-form-body form .reservation-submit-btn {
  margin: 0 0 18px 0;
  padding: 7px 30px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  background: #1e60e6;
  border-radius: 3px;
  cursor: pointer;
}
.res-form-sec + footer.all-inq-form-footer {
  position: fixed;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
/*====================================*/
/*--------RESERVATION FORM SEC--------*/
/*====================================*/

/*====================================*/
/*-------INHOUSE INQUERY FORM SEC-----*/
/*====================================*/
body.dashboard-page {
  margin: 0;
  padding: 0;
  background: linear-gradient(0deg, #e1f4fb 18%, #ffffff);
}
.all-inq-body {
  margin: 0;
  padding: 0;
  position: relative;
}
.all-inq-body h1 {
  margin: 0;
  padding: 28px 0;
  font-size: 26px;
  font-weight: 600;
  color: #0f65f5;
  text-align: center;
  background: #e1e6e9;
}
.all-inq-body .inq-form-body {
  margin: 40px auto 50px auto;
  padding: 30px;
  max-width: 1210px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgb(0 0 0 / 18%);
}
.inq-form-body .inq-hotel-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inq-hotel-details .form-group {
  width: 32%;
  padding: 0;
  margin: 0;
  position: relative;
}
.inq-hotel-details .form-group.no-of-p-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inq-hotel-details .form-group span.select2-selection,
.inq-client-details .inq-details-group span.select2-selection {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.inq-hotel-details .form-group.no-of-p-body .form-group-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-o-pax {
  position: relative;
  padding: 0 0 15px 0;
  width: 47%;
}
.inq-hotel-details .form-group label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.inq-hotel-details .form-group input.form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #585858;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: uppercase;
}
.inq-hotel-details .form-group.no-of-p-body .form-group-body input {
  width: 100%;
}
.inq-hotel-details .form-group input.form-control::placeholder {
  color: #a8bed4;
}
.inq-hotel-details .form-group select.form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: uppercase;
}
.inq-hotel-details .form-group select.form-control {
  appearance: none;
  background: url(../images/inq-form/select-arrow.png) center right no-repeat;
  background-size: 12px;
  background-position: right 10px top 17px;
}
.inq-hotel-details .form-group span.select2-selection {
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
.inq-hotel-details .form-group span.select2-selection input {
  font-size: 12px;
  color: #585858;
  font-weight: 500;
}
.inq-hotel-details .form-group span.select2-selection li {
  font-size: 13px;
}
.inq-hotel-details .form-group button.inq-hotel-d-btn {
  margin: 0;
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inq-hotel-details .form-group button.inq-hotel-d-btn {
  margin: 28px 0 0 0;
  padding: 0;
  width: 100%;
  height: 40px;
  display: flex;
  font-size: 14px;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(45deg, #51affe, #095df4);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.inq-hotel-details .form-group button.inq-hotel-d-btn:hover {
  background: linear-gradient(45deg, #095df4, #51affe);
}
.form-group.enquiry-button {
  width: 100%;
  text-align: center;
}
.form-group.enquiry-button button {
  width: 200px !important;
  margin: 0 auto !important;
  border-radius: 100px !important;
}
.inq-hotel-details .form-group button.inq-hotel-d-btn img {
  margin: 0 6px 0 0;
  width: 20px;
}
.inq-hotel-venues {
  width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 0 20px;
}
.inq-hotel-venues h3.venue-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dashed #0000006e;
}
.inq-hotel-venues .venue-list {
  width: 23%;
  cursor: pointer;
}
.inq-hotel-venues .venue-list input {
  display: none;
}
.inq-hotel-venues .venue-list label {
  padding: 8px;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.inq-hotel-venues .venue-list .venue-list-details {
  width: 62%;
}
.inq-hotel-venues .venue-list .venue-list-img {
  width: 34%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
}
.inq-hotel-venues .venue-list .venue-list-img img {
  width: 100%;
}
.inq-hotel-venues .venue-list .venue-list-details h4 {
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
  font-size: 13px;
  color: #373b45;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #00000052;
}
.inq-hotel-venues .venue-list .venue-list-details h5 {
  margin: 10px 0 3px 0;
  font-size: 11px;
  color: #373b45;
  font-weight: 400;
}
.inq-hotel-venues .venue-list .venue-list-details h6 {
  margin: 0;
  font-size: 11px;
  color: #373b45;
  font-weight: 400;
}
.inq-hotel-venues .venue-list .venue-list-details span.btn {
  margin: 0;
  padding: 0px 8px;
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  right: 24px;
  bottom: 14px;
}
.inq-hotel-venues .venue-list .venue-list-details span.btn.inq-available {
  background: #00a752;
}
.inq-hotel-venues .venue-list .venue-list-details span.btn.inq-booked {
  background: #ec3939;
}
.inq-hotel-venues .venue-list input[type="checkbox"]:checked + label {
  background: #161616;
}
.inq-hotel-venues .venue-list input[type="checkbox"]:checked + label h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.inq-hotel-venues .venue-list input[type="checkbox"]:checked + label h5 {
  color: #fff;
}
.inq-hotel-venues .venue-list input[type="checkbox"]:checked + label h6 {
  color: #fff;
}
h4.no-data-title {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #2982f8;
  transition: all 0.3s ease-in-out;
}
section.inhouse-inq-table {
  margin: 0;
  padding: 0;
  position: relative;
}
section.inhouse-inq-table .inhouse-inq-table-body {
  margin: 0 auto 20px auto;
}
section.inhouse-inq-table .inhouse-inq-table-body h1 {
  margin: 0;
  padding: 28px 0;
  font-size: 26px;
  font-weight: 600;
  color: #0f65f5;
  text-align: center;
  background: #e1e6e9;
}
.inhouse-inq-table-body.manage-inq-form-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1956cf;
}
.dataTables_wrapper {
  margin: 30px auto;
  max-width: 100%;
  background: #fff;
}
.dataTables_wrapper {
  max-width: 91% !important;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
}
.inhouse-inquery-table .dataTables_wrapper {
  max-width: 100% !important;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.dataTables_wrapper .dataTables_length label {
  margin: 0;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 180px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #346ee0;
  border-radius: 3px;
}
.dataTables_wrapper .dataTables_length label select {
  background: #fff;
  border: none;
}
.dataTables_wrapper .dataTables_filter label {
  margin: 0;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #346ee0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.dataTables_wrapper .dataTables_filter label input,
.dataTables_wrapper .dataTables_filter label input {
  margin: 0 0 0 5px;
  padding: 10px;
  color: #000;
  border: 1px solid #346ee0;
  background: #fff;
}
.dataTables_wrapper .dt-button {
  margin: 0;
  padding: 8px 20px;
  border: none;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 600;
  background: #346ee0 !important;
  color: #fff;
  border: none !important;
}
table.dataTable.no-footer {
  margin: 30px 0 0 0;
  text-align: center;
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
}
/* width */
table.dataTable.no-footer::-webkit-scrollbar {
  height: 6px;
  width: 100%;
}
/* Track */
table.dataTable.no-footer::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
table.dataTable.no-footer::-webkit-scrollbar-thumb {
  background: #838d93;
  border-radius: 50px;
}
/* Handle on hover */
table.dataTable.no-footer::-webkit-scrollbar-thumb:hover {
  background: #000;
}
section.inhouse-inq-table .inhouse-inq-table-body table thead tr th {
  padding: 10px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff6b9fa;
  color: #000000;
  border: 1px solid #0000001f;
  min-width: 150px;
}
section.inhouse-inq-table .inhouse-inq-table-body table tbody td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #3d4044;
  border: 1px solid #00000026;
  text-transform: uppercase;
}
section.inhouse-inq-table
  .inhouse-inq-table-body
  .dataTables_wrapper
  .dataTables_info {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #0f65f5;
}
div.text-danger {
  position: absolute;
  bottom: -5px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
/*---inq-client-details---*/

.inq-client-details h3.place-title {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dashed #0000006e;
}
.inq-form-body .inq-client-details {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 0 20px;
}
.inq-client-details .inq-details-group {
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  width: 32%;
  position: relative;
}
.inq-client-details .inq-details-group label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.inq-client-details .inq-details-group input.form-control,
.inq-client-details .inq-details-group select.form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: uppercase;
}
.inq-client-details .inq-details-group select.form-control {
  appearance: none;
  background: url(../images/inq-form/select-arrow.png) center right no-repeat;
  background-size: 12px;
  background-position: right 10px top 17px;
}
.inq-client-details .inq-details-group input.form-control::placeholder {
  color: #a8bed4;
}
.inq-client-details .inq-details-group select.form-control::placeholder {
  color: #a8bed4;
}
.inq-client-details .inq-details-group span.select2-container input {
  font-size: 12px;
  color: #585858;
  font-weight: 500;
  text-transform: uppercase;
}
.inq-client-details .inq-details-group span.select2-container li {
  font-size: 13px;
}
.inq-client-details .inq-button-part {
  margin: 15px 0 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inq-client-details .inq-button-part .inq-button-list {
  margin: 0;
  padding: 25px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0 20px;
  background: #e3e3e3;
  border-radius: 6px;
}
.inq-client-details
  .inq-button-part
  .inq-button-list
  button.set-menu-addon-btn {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 48%;
  font-size: 14px;
  background: #fff;
  font-weight: 600;
  color: #333333;
  border: 1px solid #b7b7b7;
  border-radius: 7px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}
.inq-client-details
  .inq-button-part
  .inq-button-list
  button.set-menu-addon-btn
  img {
  width: 58px;
  margin: 0 10px 0 0;
  padding: 10px 15px;
  background: #dcdcdc;
}
.inq-client-details .inq-button-part .inq-button-list button.submit-btn,
.inq-client-details .inq-button-part .inq-button-list button.rset-btn {
  margin: 0;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  width: 200px;
  cursor: pointer;
}
.inq-client-details .inq-button-part .inq-button-list button.submit-btn {
  background: #0f65f5;
}
.inq-client-details .inq-button-part .inq-button-list button.rset-btn {
  background: #091529;
}
.popup-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  padding: 10px 5px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 3px 2px #0000001f;
  backdrop-filter: blur(2px);
  z-index: 999999;
  border: 1px solid #d1d1d1;
  max-height: 170px;
  -moz-max-height: 170px;
  overflow: auto;
}
.popup-list ul,
.popup-show ul {
  margin: 0 !important;
  background: none !important;
  border: none !important;
  background-clip: inherit !important;
}
.popup-list ul button.btn,
.popup-show ul button.btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  padding: 0;
  background: #c7c7c7;
  border: none;
  border-radius: 2px;
  z-index: 11;
}
.popup-list ul button.btn:before,
.popup-show ul button.btn:before {
  position: absolute;
  content: "X";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  font-size: 11px;
  font-weight: bold;
}
.popup-list ul li,
.popup-show ul li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 0 17px !important;
  font-size: 13px;
  color: #2c2c2c;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 2px;
}
.popup-list ul li:before,
.popup-show ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #346ee0;
}
.popup-list ul li:hover,
.popup-show ul li:hover {
  background: #dbdbdb;
}

.hotel-reg-form-details .hotel-reg-form-list span.select2-selection,
.client-reg-form-details .client-reg-form-list span.select2-selection {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.hotel-reg-form-details .hotel-reg-form-list span.select2-selection,
.client-reg-form-details .client-reg-form-list span.select2-selection {
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
.hotel-reg-form-details .hotel-reg-form-list span.select2-selection input,
.client-reg-form-details .client-reg-form-list span.select2-selection input {
  font-size: 12px;
  color: #585858;
  font-weight: 500;
}
.hotel-reg-form-details .hotel-reg-form-list span.select2-selection li,
.client-reg-form-details .client-reg-form-list span.select2-selection li {
  font-size: 13px;
}
/*-----AUTHORISED SEC----*/
.all-inq-body .inq-form-body .authorised-sec h3 {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dashed #0000006e;
}
.inq-form-body .authorised-sec .authorised-table {
  border: 1px solid #d2d2d2;
  border-radius: 5px !important;
}
.inq-form-body .authorised-sec .table {
  border: none;
  margin: 0;
}
.inq-form-body .authorised-sec .table thead tr th {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #00000026;
  background: #e4e4e4;
}
.inq-form-body .authorised-sec .table tbody tr td {
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #00000026;
}
.inq-form-body .authorised-sec .table tbody tr:last-child td {
  border-bottom: none;
}
/*-----AUTHORISED SEC----*/

/*====================================*/
/*--------------INHOUSE INQUERY FORM SEC------------*/
/*====================================*/

/*====================================*/
/*--------------REGISTER FORM SEC------------*/
/*====================================*/
.register-form-body {
  margin: 0 auto 20px auto;
  padding: 0 40px;
  max-width: 1280px;
}
.register-form-body.user-registration-form-body {
  margin: 50px auto 20px auto;
}
.register-form-body.manual-reg-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h3-title {
  margin: 10px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.register-form-body .register-form {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.register-form .left-reg-form,
.register-form .right-reg-form {
  margin: 0;
  padding: 30px;
  width: 49%;
  min-height: 850px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 12%);
}
.left-reg-form .hotel-reg-form-details {
  margin: 0 0 10px 0;
  padding: 8px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 6px;
}
.left-reg-form .hotel-reg-form-details .hotel-reg-form-list {
  width: 49%;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  position: relative;
}
.left-reg-form .hotel-reg-form-details .hotel-reg-form-list label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.left-reg-form .hotel-reg-form-details .hotel-reg-form-list .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #585858;
  font-weight: 500;
  background-color: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: uppercase;
}
.left-reg-form
  .hotel-reg-form-details
  .hotel-reg-form-list
  .form-control::placeholder {
  color: #a8bed4;
}
.client-reg-form-details {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 6px;
}
.client-reg-form-details .client-reg-form-list {
  width: 49%;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0 0 15px 0;
}
.client-reg-form-list.func-setup {
  width: 100%;
}
.client-reg-form-details .client-reg-form-list.reg-check-box-list {
  margin: 5px 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 0 10px;
}
.client-reg-form-details .client-reg-form-list label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.client-reg-form-list.reg-check-box-list label {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 10px 0;
}
.client-reg-form-list.reg-check-box-list label input[type="radio"] {
  display: none;
}
.client-reg-form-list.reg-check-box-list label span {
  width: 40px;
  height: 40px;
  background: #cdcdcd;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  border: 2px solid #007c37;
}
.client-reg-form-list.reg-check-box-list label span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 21px;
  height: 21px;
  background: url(../images/check-mark.svg) center right no-repeat;
  background-size: cover;
  visibility: visible;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.client-reg-form-list.reg-check-box-list
  label
  input[type="radio"]:checked
  + span {
  background: #23a770;
}
.client-reg-form-list.reg-check-box-list
  label
  input[type="radio"]:checked
  + span:before {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.client-reg-form-list.reg-check-box-list label .set-menu-btn {
  margin: 0;
  padding: 5px;
  height: 40px;
  font-size: 14px;
  width: 100%;
  background: #e5e5e5;
  color: #000;
  font-weight: 500;
}
.client-reg-form-list.reg-check-box-list label h6 {
  margin: 0 0 0 5px;
  font-size: 14px;
  width: 82%;
  background: #f3f3f3;
  height: 40px;
  border: 1px solid #00000026;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
}
.client-reg-form-list.reg-check-box-list label input.form-control {
  width: 100%;
}
.client-reg-form-details .client-reg-form-list .form-control,
.hotel-reg-form-details .hotel-reg-form-list .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #585858;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: uppercase;
}
.rupees-box {
  position: relative;
  width: 100%;
}
.rupees-box span.rupees {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
}
.rupees-box .form-control {
  padding: 0 22px !important;
}
.rupees-box span.rupees i {
  font-size: 13px !important;
}
.client-reg-form-details .client-reg-form-list .form-control::placeholder {
  color: #a8bed4;
}
.hotel-reg-form-details .hotel-reg-form-list select.form-control,
.client-reg-form-details .client-reg-form-list select.form-control {
  appearance: none;
  background: url(../images/inq-form/select-arrow.png) center right no-repeat;
  background-size: 12px;
  background-position: right 10px top 17px;
}
.client-reg-form-list.reg-check-box-list-2 label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 10px 0;
}
.client-reg-form-list.reg-check-box-list-2 label input[type="radio"] {
  display: none;
}
.client-reg-form-list.reg-check-box-list-2 label span {
  width: 40px;
  height: 40px;
  background: #cdcdcd;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  border: 2px solid #007c37;
}
.client-reg-form-list.reg-check-box-list-2 label span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 21px;
  height: 21px;
  background: url(../images/check-mark.svg) center right no-repeat;
  background-size: cover;
  visibility: visible;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.client-reg-form-list.reg-check-box-list-2
  label
  input[type="radio"]:checked
  + span {
  background: #23a770;
}
.client-reg-form-list.reg-check-box-list-2
  label
  input[type="radio"]:checked
  + span:before {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.client-reg-form-details .reg-check-box-list-2 label .set-menu-btn {
  margin: 0;
  padding: 5px;
  height: 40px;
  font-size: 14px;
  width: 100%;
  background: #e5e5e5;
  color: #000;
  font-weight: 500;
}
.client-reg-form-list.reg-check-box-list-2
  label
  input.form-control.file-upload-input {
  width: 100%;
}
.client-reg-form-details .client-reg-form-list label h6 {
  margin: 0 0 0 5px;
  font-size: 14px;
  width: 82%;
  background: #f3f3f3;
  height: 40px;
  border: 1px solid #00000026;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
}
/*-------REGISTER FORM FIRST TABLE------*/
.reg-acc-details {
  margin: 20px 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
}
.reg-acc-details .table {
  border: none;
  margin: 0;
}
.reg-acc-details .table thead tr th {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #0000000f;
  background: #fff6b9fa;
  white-space: nowrap;
}
.reg-acc-details .table tbody tr td {
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #676f78;
  border: 1px solid #0000001f;
  width: 18% !important;
  word-break: break-word;
}
.reg-acc-details .table tbody tr td:first-child {
  width: 26% !important;
}
.reg-acc-details .table tfoot tr td {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #272828;
  text-transform: uppercase;
  border: 1px solid #0000001f;
  width: 20% !important;
}
.gst-ammount-bg {
  background: #fff6b9fa !important;
}
.reg-acc-details .table tbody .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  height: 30px;
  color: #585858;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: uppercase;
}
.reg-acc-details .table tbody select.form-control {
  appearance: none;
  background: url(../images/inq-form/select-arrow.png) center right no-repeat;
  background-size: 12px;
  background-position: right 10px top 13px;
}
.document-box-list {
  width: 100% !important;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.document-box-list .document-box {
  width: 49%;
  margin: 0 0 10px 0;
  position: relative;
}
.document-box-list .document-box a {
  position: absolute;
  right: 7px;
  top: 28px;
  bottom: 0;
  margin: auto 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  height: fit-content;
}
/*-------REGISTER FORM FIRST TABLE------*/

/*-------REGISTER FORM SECOND TABLE------*/
.reg-amount-details {
  margin: 0 0 30px 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
}
/* width */
.reg-amount-details::-webkit-scrollbar {
  height: 6px;
  width: 100%;
}
/* Track */
.reg-amount-details::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.reg-amount-details::-webkit-scrollbar-thumb {
  background: #838d93;
  border-radius: 50px;
}
/* Handle on hover */
.reg-amount-details::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.reg-amount-details .table {
  border: none;
  margin: 0;
}
.reg-amount-details .table thead tr th {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #0000000f;
  background: #fff6b9fa;
  white-space: nowrap;
  min-width: 140px;
}
.reg-amount-details .table thead tr th label {
  margin: 0;
}
.reg-amount-details .table tbody tr td {
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #676f78;
  border: 1px solid #0000001f;
  width: 16% !important;
  word-break: break-word;
}
.reg-amount-details .table tbody tr td:first-child {
  width: 20% !important;
}
.reg-amount-details .table thead tr th .reg-a-select.form-control {
  margin: 0;
  padding: 0 6px !important;
  height: 30px;
  font-size: 12px;
  min-height: 30px;
  color: #585858;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
table.table.total-est-table td.input-field {
  margin: 0 0 0 auto;
  width: 97% !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  grid-gap: 10px;
  border: none !important;
  border-bottom: 0px !important;
}
table.table.total-est-table td.input-field .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  height: 30px;
  color: #585858;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
/*==============================*/
/*--------REGISTER FORM SEC-----*/
/*==============================*/

/*======================================*/
/*--------MANUAL REGISTER FORM SEC-----*/
/*======================================*/

.agent-name-note-part {
  margin: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  grid-gap: 20px;
}
.agent-name-note-part > .form-group {
  margin: 0;
  padding: 0;
  width: 24%;
}
.agent-name-note-part span {
  margin: 0;
  padding: 0;
  width: 74%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.agent-name-note-part span .form-group {
  margin: 0;
  padding: 0;
  width: 31%;
}
.agent-name-note-part .client-reg-form-list {
  margin: 0;
  padding: 0;
  width: 31%;
}
.agent-name-note-part .form-group label,
.agent-name-note-part .client-reg-form-list label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.agent-name-note-part .form-group .form-control,
.agent-name-note-part .client-reg-form-list .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #585858;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
.agent-name-note-part .form-group select.form-control {
  appearance: none;
  background: url(../images/inq-form/select-arrow.png) center right no-repeat;
  background-size: 12px;
  background-position: right 10px top 17px;
}
.agent-name-note-part .register-f-btns {
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: #dbdbdb;
  border-radius: 5px;
}
.agent-name-note-part .register-f-btns button {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 38px;
  font-size: 15px;
  background: linear-gradient(45deg, #51affe, #095df4);
  border: none;
}
tr[id^="vendor_row_"] td {
  vertical-align: bottom;
}
tr[id^="vendor_row_"] td:last-child {
  min-width: 160px !important;
}
tr[id^="vendor_row_"] td:last-child input {
  width: 100px !important;
  display: inline-block;
  float: left !important;
}
tr[id^="vendor_row_"] td:last-child span {
  display: inline-block;
  float: right;
}
/*======================================*/
/*--------MANUAL REGISTER FORM SEC-----*/
/*======================================*/

/*==============================*/
/*-------INHOUSE FORM SEC-------*/
/*==============================*/
.all-inq-body .inhouse-inq-form {
  margin: 30px auto;
  padding: 20px;
  max-width: 91%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
}
.inhouse-inq-form .inhouse-inq-srh-form {
  margin: 0 0 20px 0;
  padding: 25px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 0 20px;
  background: #fff;
  /* border-radius: 10px; */
  /* overflow: hidden; */
  /* box-shadow: 0 2px 5px rgb(0 0 0 / 12%); */
}
.inhouse-inq-form .inhouse-inq-srh-form.edit-venue-srh-form {
  align-items: flex-start !important;
}
.inhouse-inq-form
  .inhouse-inq-srh-form.edit-venue-srh-form
  button.inhouse-srh-btn {
  margin: 31px 0 0 0;
}
.inhouse-inq-srh-form .inq-srh-form-list {
  margin: 0;
  padding: 0 0 20px 0;
  width: 32%;
  position: relative;
}
.inhouse-inq-srh-form .inq-srh-form-list label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}
.inhouse-inq-srh-form .inq-srh-form-list .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: uppercase;
}
.inhouse-inq-srh-form .inq-srh-form-list .form-control::placeholder {
  color: #a8bed4;
}
.inhouse-inq-srh-form
  .inq-srh-form-list
  select.form-control.inhouse-inq-select {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
.inhouse-inq-srh-form
  .inq-srh-form-list
  select.form-control.inhouse-inq-select {
  appearance: none;
  background: url(../images/inq-form/select-arrow.png) center right no-repeat;
  background-size: 12px;
  background-position: right 10px top 17px;
}
form.register-form .inhouse-inq-srh-form {
  overflow: visible;
}
.myList {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 3px 2px #0000001f;
  backdrop-filter: blur(2px);
  z-index: 999999;
  border: 1px solid #d1d1d1;
  max-height: 170px;
  -moz-max-height: 170px;
  overflow: auto;
}
.myList ul {
  margin: 0;
}
.myList ul li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 0 16px;
  font-size: 13px;
  color: #2c2c2c;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 4px;
}
.myList ul li:hover {
  background: #dbdbdb;
}
.myList ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #346ee0;
}
.inhouse-inq-srh-form button.inhouse-srh-btn {
  margin: 20px 0 0 0;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  width: 120px;
  cursor: pointer;
  background: #0f65f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.inhouse-inq-srh-form button.inhouse-srh-btn:hover {
  background: #000000;
}
.inhouse-inq-srh-form button.inhouse-srh-btn img {
  width: 20px;
  margin: 0 0 0 8px;
}
/*----FIRST TABLE----*/
.inhouse-inq-first-table {
  margin: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.inhouse-inq-first-table .table {
  border: none;
  margin: 0;
  text-align: center;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
/* width */
.inhouse-inq-first-table .table::-webkit-scrollbar {
  height: 6px;
  width: 100%;
}
/* Track */
.inhouse-inq-first-table .table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.inhouse-inq-first-table .table::-webkit-scrollbar-thumb {
  background: #838d93;
  border-radius: 50px;
}
/* Handle on hover */
.inhouse-inq-first-table .table::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.inhouse-inq-first-table .table thead tr th {
  padding: 10px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #00000026;
  background-color: #fff6b9fa;
  color: #232323;
  vertical-align: middle;
  min-width: 110px;
  width: 100%;
}
.inhouse-inq-first-table .table tbody tr td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #525962;
  border: 1px solid #00000026;
  text-transform: uppercase;
}
.inhouse-inq-first-table .table tbody tr td.name {
  background: #fff6b9fa;
}
.inhouse-inq-first-table .table tbody tr td button {
  margin: 0 1px;
  cursor: pointer;
}
td.active-inactive-btn.m-inq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
td.active-inactive-btn a button {
  display: block;
  margin: 0 auto;
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 3px;
  min-width: 65px;
  text-align: center;
}
.active-inactive-btn a.btn-success {
  padding: 2px 7px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 400;
  background: #82d1f7;
  border: none;
}
td.active-inactive-btn button {
  display: block;
  margin: 0;
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 3px;
  min-width: 65px;
  text-align: center;
  text-transform: uppercase;
}
/*td.active-inactive-btn {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
table tbody tr td p {
  margin: 0;
}
/*----FIRST TABLE----*/

/*----OUT STANDING AND PAYMENT SUMMARY----*/

.inhouse-out-pay-summary {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inhouse-out-pay-summary .out-summury {
  margin: 0;
  padding: 0;
  width: 48%;
}
.inhouse-out-pay-summary .out-summury h3,
.pay-summury h3 {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0b3689;
}
.inhouse-out-pay-summary .out-summury .out-summary-table {
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #00000026;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
}
.inhouse-out-pay-summary .pay-summury {
  margin: 0;
  padding: 0;
  width: 48%;
}
.inhouse-out-pay-summary .out-summury h3 {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0b3689;
  text-transform: uppercase;
}
.inhouse-out-pay-summary .pay-summury .pay-summary-table {
  margin: 0 0 30px 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  min-height: 214px;
  border: 1px solid #00000026;
}
.inhouse-out-pay-summary .out-summury .out-summary-table .table,
.inhouse-out-pay-summary .pay-summury .pay-summary-table .table {
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}
/* width */
.inhouse-out-pay-summary
  .out-summury
  .out-summary-table
  .table::-webkit-scrollbar,
.inhouse-out-pay-summary
  .pay-summury
  .pay-summary-table
  .table::-webkit-scrollbar {
  height: 6px;
  width: 100%;
}
/* Track */
.inhouse-out-pay-summary
  .out-summury
  .out-summary-table
  .table::-webkit-scrollbar-track,
.inhouse-out-pay-summary
  .pay-summury
  .pay-summary-table
  .table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.inhouse-out-pay-summary
  .out-summury
  .out-summary-table
  .table::-webkit-scrollbar-thumb,
.inhouse-out-pay-summary
  .pay-summury
  .pay-summary-table
  .table::-webkit-scrollbar-thumb {
  background: #838d93;
  border-radius: 50px;
}
/* Handle on hover */
.inhouse-out-pay-summary
  .out-summury
  .out-summary-table
  .table::-webkit-scrollbar-thumb:hover,
.inhouse-out-pay-summary
  .pay-summury
  .pay-summary-table
  .table::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.inhouse-out-pay-summary .out-summury .out-summary-table .table thead tr th,
.inhouse-out-pay-summary .pay-summury .pay-summary-table .table thead tr th {
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 1px solid #00000026;
  border-bottom: 1px solid #00000026;
  background: #fff6b9fa;
  color: #232323;
}
.inhouse-out-pay-summary .out-summury .out-summary-table .table tbody tr td,
.inhouse-out-pay-summary .pay-summury .pay-summary-table .table tbody tr td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #383b3e;
  border-right: 1px solid #00000026;
  border-bottom: 1px solid #00000026;
  word-break: break-word;
  text-transform: uppercase;
}
.inhouse-out-pay-summary
  .out-summury
  .out-summary-table
  .table
  tbody
  tr
  td.acc-bg,
.inhouse-out-pay-summary
  .pay-summury
  .pay-summary-table
  .table
  tbody
  tr
  td.made-of-bg {
  background: #fff6b9fa;
}

.out-summary-table.p-3 a,
.out-summary-table.p-3 button {
  display: block;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: 125px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  background: #ededed;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #b7b7b7;
}
.out-summary-table.p-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.out-summary-table.p-3 .menu-view {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.out-summary-table.p-3 h3 {
  margin: 0;
}
form.doc-form .inq-srh-form-list {
  position: relative;
}
form.doc-form .inq-srh-form-list label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}
form.doc-form .inq-srh-form-list .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
form.doc-form .inq-srh-form-list a {
  position: absolute;
  top: 38px;
  right: 8px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.doc-note-part {
  margin: 20px 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dbdbdbad;
  box-shadow: 0 3px 3px 1px #00000012;
  overflow: hidden;
  border-radius: 6px;
}
.doc-note-part label {
  display: block;
  margin: 0;
  padding: 6px 12px;
  background: #fff6ba;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.doc-note-part span {
  margin: 0;
  padding: 10px;
  display: block;
  font-size: 14px;
  min-height: 69px;
}
.summary-c-f-details {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 130px;
  flex-wrap: wrap;
}
.summary-c-f-details-box {
  margin: 0 0 10px 0;
  width: 48%;
  min-height: 150px;
  background: #ffffff;
  box-shadow: 0 3px 3px 1px #00000012;
  overflow: hidden;
  border-radius: 6px;
}
.summary-c-f-details-box h3 {
  margin: 0 0 15px 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #002d85;
  text-transform: uppercase;
  background: #ffedb9;
}
.summary-c-f-details-box h6 {
  position: relative;
  margin: 0 0 9px 0;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 500;
  color: #525962;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.summary-c-f-details-box h6 span {
  position: relative;
  width: 76%;
  padding: 0 0 0 15px;
}
.summary-c-f-details-box h6 span:before {
  position: absolute;
  content: ":";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 13px;
  font-weight: 500;
  color: #0070ff;
}
/*----OUT STANDING AND PAYMENT SUMMARY----*/

.total-amount-table {
  margin: 0 0 30px auto;
  width: 47%;
  background: #fff;
  box-shadow: 0 3px 3px 1px #00000012;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #00000026;
}
.total-amount-table .table {
  margin: 0 !important;
}
.total-amount-table .table tbody tr td {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #295dab;
  border: none;
  border-right: 1px solid #0000001f;
  border-bottom: 1px solid #0000001f;
  word-break: break-word;
  text-transform: uppercase;
  vertical-align: middle !important;
  line-height: 16px;
}
.total-amount-table .table tbody tr td:first-child {
  width: 48%;
  background: #f0e8af;
  font-size: 11px;
  color: #000;
  font-weight: 500;
}
.add-billing-part {
  margin: 0 0 30px 0;
  padding: 15px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.add-billing-part h4 {
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 600;
  background: #eeeeee;
  border-radius: 5px;
}
.add-billing-part .add-billing-btn {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 31%;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #0f65f5;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.add-billing-part .add-billing-btn:hover {
  background: #000;
}
/*==============================*/
/*-------INHOUSE FORM SEC-------*/
/*==============================*/

/*==============================*/
/*------BILLING DETAILS PAGE----*/
/*==============================*/
.b-d-c-details-invoice-part {
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.b-d-c-details-invoice-part .customer-details {
  margin: 0;
  padding: 0;
  width: 49%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  border: 1px solid #00000026;
}
.b-d-c-details-invoice-part .customer-details table.table {
  padding: 0;
  border: none;
  margin: 0;
}
.b-d-c-details-invoice-part .customer-details table.table td {
  margin: 0;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #383b3e;
  border: none;
  border-bottom: 1px solid #00000026;
  border-right: 1px solid #00000026;
  text-transform: uppercase;
  vertical-align: middle;
}
.b-d-c-details-invoice-part .customer-details table.table td:first-child {
  background: #fff6ba;
}
.b-d-c-details-invoice-part .customer-details table.table td input {
  margin: 0;
  padding: 0;
  height: 37px;
  font-size: 14px;
  border: none;
  border-radius: 0;
  color: #000;
  box-shadow: none !important;
}
.b-d-c-details-invoice-part .customer-details .customer-form,
.invoice-form {
  margin: 0;
  padding: 0;
  width: 48%;
}
.customer-form .form-group label,
.invoice-form .form-group label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.customer-form .form-group,
.invoice-form .form-group {
  margin: 0 0 6px 0;
}
.customer-form .form-group input.form-control,
.invoice-form .form-group input.form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
.customer-form .form-group input.form-control::placeholder {
  color: #a8bed4;
}
.invoice-form .form-group input.form-control::placeholder {
  color: #a8bed4;
}
.invoice-details {
  margin: 0;
  padding: 0;
  width: 49%;
  min-height: 260px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  border: 1px solid #00000026;
}
.invoice-details .table {
  border: none;
  margin: 0;
}
.invoice-details .table thead tr th {
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #00000026;
  border-right: 1px solid #00000026;
  background: #fff6b9fa;
  color: #232323;
}
.invoice-details .table tbody tr td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #383b3e;
  border: none;
  border-bottom: 1px solid #00000026;
  border-right: 1px solid #00000026;
  text-transform: uppercase;
}
/*.invoice-details .table tbody tr:last-child td {*/
/*	border-bottom: none;*/
/*}*/
.invoice-details .table tbody tr td.amt-bg {
  background: #fff6b9fa;
  width: 150px;
}
/*----INVOICE TABLE----*/
.invoice-table {
  margin: 15px 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.invoice-table .invoice-name {
  position: relative;
  margin: 52px 0 0 0;
  padding: 0;
  height: 73px;
  width: 45px;
  background: #c0d1f3;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.invoice-table .invoice-name h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  display: inline-flex;
  transform: rotate(270deg);
}
.invoice-table .invoice-list {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  width: 97%;
  min-height: 124px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  position: relative;
}
.invoice-table .invoice-list button {
  position: absolute;
  top: 15px;
  left: 10px;
  display: block;
  margin: 0;
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 3px;
  min-width: 65px;
  text-align: center;
  text-transform: uppercase;
}
.invoice-table .invoice-list h3 {
  margin: 0;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #1e4faf;
  text-transform: uppercase;
}
.invoice-table .invoice-list .table {
  border: none;
  margin: 0;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
/* width */
.invoice-table .invoice-list .table::-webkit-scrollbar {
  height: 6px;
  width: 100%;
}
/* Track */
.invoice-table .invoice-list .table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.invoice-table .invoice-list .table::-webkit-scrollbar-thumb {
  background: #838d93;
  border-radius: 50px;
}
/* Handle on hover */
.invoice-table .invoice-list .table::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.invoice-table .invoice-list .table thead tr th {
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #00000026;
  background: #fff6b9fa;
  color: #232323;
  min-width: 150px;
  width: 100%;
}
.invoice-table .invoice-list .table tbody tr td {
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  height: 30px;
  color: #676f78;
  border: 1px solid #00000026;
  text-transform: uppercase;
  position: relative;
}
.invoice-table .invoice-list .table tbody tr td.total-ammount-bg {
  background: #fff6ba;
  width: 115px;
}
button.billing-d-btn {
  margin: 15px 0 0 0;
  padding: 13px 0;
  text-align: center;
  width: 180px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #0f65f5;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button.billing-d-btn:hover {
  background: #000;
}
/*----INVOICE TABLE----*/

.b-d-other-charges-table {
  position: relative;
  margin: 0 auto 20px 0;
}
.b-d-other-charges-table h3 {
  margin: 0;
  padding: 15px 30px 30px 30px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #1e4faf;
  text-transform: uppercase;
}
.b-d-other-charges-table-body {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
}
.b-d-other-charges-table-body .table {
  margin: 0;
  padding: 0;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  text-align: left;
}
.b-d-other-charges-table-body .table thead tr th {
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #00000026;
  background: #fff6b9fa;
  color: #232323;
  min-width: 150px;
  width: 100%;
}
.b-d-other-charges-table-body .table tbody tr td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  color: #383b3e;
  border: 1px solid #00000026;
  text-transform: uppercase;
}
.billing-details-inner-table tbody tr td .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  height: 30px;
  color: #585858;
  font-weight: 500;
  background: #ffffff;
  text-transform: uppercase;
  border: none;
  box-shadow: none !important;
  border-bottom: 1px solid;
  border-radius: 0;
}
.invoice-table .invoice-list .table tbody tr td .rupees {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: fit-content;
  margin: auto;
}
span.remove-b {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto 0;
  font-size: 7px;
}
.total-est-price {
  margin: 0 0 0 auto;
  padding: 10px;
  max-width: 96%;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
}
.total-est-price label {
  margin: 0;
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #1e4faf;
  text-transform: uppercase;
}
.total-est-price .form-control {
  margin: 0 0 10px 0;
  padding: 0 10px 0 20px;
  font-size: 12px;
  min-height: 35px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  text-transform: capitalize;
  line-height: 35px;
}

.total-est-p,
.total-est-p2 {
  position: relative;
}
.total-est-p span.rupees,
.total-est-p2 span.rupees {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 11px;
  margin: auto 0;
  height: fit-content;
  font-size: 12px;
}
.total-est-p.text-p input {
  padding: 0 0 0 65px;
}
.total-est-p.text-p span.rupees {
  font-weight: 700;
}
.total-est-p2 input {
  padding: 0 20px !important;
}
.total-est-p2 span.rupees {
  left: 22px;
}

/*==============================*/
/*-------------BILLING DETAILS PAGE-----------*/
/*==============================*/

/*===============================*/
/*-------------PAYMENT DETAILS PAGE-----------*/
/*===============================*/

.all-inq-body .payment-details-form {
  margin: 0 auto 20px auto;
  padding: 0 40px;
  max-width: 1318px;
  width: 100%;
}
.payment-details-form-body {
  margin: 0 0 20px 0;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  grid-gap: 20px;
}
.payment-details-form-body .form-group {
  margin: 0;
  width: 25%;
  position: relative;
}
.payment-details-form-body .form-group label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.payment-details-form-body .form-group .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
.payment-details-form-body .form-group input.form-control::placeholder {
  color: #a8bed4;
}
.payment-details-form-body .form-group button.btn.btn-success {
  width: 100%;
}
/*----FIRST TABLE----*/
.payment-details-first-table,
.payment-details-second-table {
  margin: 0 0 20px 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
}
.payment-details-first-table .table,
.payment-details-second-table .table {
  margin: 0;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

/* width */
.payment-details-first-table .table::-webkit-scrollbar,
.payment-details-second-table .table::-webkit-scrollbar {
  height: 6px;
  width: 100%;
}
/* Track */
.payment-details-first-table .table::-webkit-scrollbar-track,
.payment-details-second-table .table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.payment-details-first-table .table::-webkit-scrollbar-thumb,
.payment-details-second-table .table::-webkit-scrollbar-thumb {
  background: #838d93;
  border-radius: 50px;
}
/* Handle on hover */
.payment-details-first-table .table::-webkit-scrollbar-thumb:hover,
.payment-details-second-table .table::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.payment-details-first-table .table thead tr th,
.payment-details-second-table .table thead tr th {
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #00000026;
  background: #fff6b9fa;
  color: #232323;
  vertical-align: middle;
  min-width: 170px;
}
.payment-details-second-table
  .table
  thead
  tr
  th
  .form-control.payment-d-select {
  margin: 0;
  padding: 0 5px;
  min-width: 90px;
  height: 24px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #336ee0;
  background: #fff;
  border: 1px solid rgb(90 110 224 / 34%);
}
.payment-details-first-table .table tbody tr td,
.payment-details-second-table .table tbody tr td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #383b3e;
  border: 1px solid #00000026;
  word-break: break-word;
  text-transform: uppercase;
}
.payment-details-first-table .table tbody tr td .form-control,
.payment-details-second-table .table tbody tr td .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  height: 30px;
  color: #585858;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}

.payment-details-first-table .table tbody tr td.p-d-acion,
.payment-details-second-table .table tbody tr td.p-d-acion {
  width: 140px;
  text-align: center;
  background: #fff6ba;
}
.payment-details-first-table .table tbody tr td.p-d-acion a.btn.btn-success {
  height: 22px;
  width: 22px;
  line-height: 18px;
  padding: 0;
}
.pay-d-table-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.payment-details-first-table .table tbody tr td button {
  margin: 0 1px;
  padding: 0 0 3px 0;
  cursor: pointer;
  background: transparent;
  border: 1px solid #00000030;
  border-radius: 4px;
}
.payment-details-second-table .table tbody tr td button.recept-btn {
  background: none;
  cursor: pointer;
}
.payment-data-table tr td {
  vertical-align: middle;
}
.payment-data-table tr td .form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  height: 30px !important;
  color: #585858;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
/*----FIRST TABLE----*/

/*===============================*/
/*------PAYMENT DETAILS PAGE-----*/
/*===============================*/

/*===============================*/
/*-------Manage Item PAGE--------*/
/*===============================*/

.inhouse-inq-srh-form.manage-i-intergret .inq-srh-form-list span li {
  font-size: 13px;
}
.manage-i-intergret {
  margin: 0 !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.manage-i-intergret-sec {
  margin: 0 0 25px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top: 1px solid #cfcfcf;
}
.manage-i-intergret-left {
  width: 65%;
  margin: 10px 0;
  padding: 0 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  border-left: 1px solid #cfcfcf;
}
.manage-i-intergret-left .manage-i-intergret-list {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.manage-i-intergret-left .manage-i-intergret-list .form-group {
  margin: 0;
  width: 32%;
}
.manage-i-intergret-left .manage-i-intergret-list label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  display: none;
}
.manage-i-intergret-left label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  width: 100%;
}
.manage-i-intergret-left .manage-i-intergret-list:first-child label {
  display: block;
}
.manage-i-price {
  position: relative;
  width: 100%;
}
.manage-i-price span.rupees {
  padding: 0;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  height: fit-content;
  font-size: 12px;
  margin: auto 0;
}

.manage-i-intergret-left
  .manage-i-intergret-list
  input.form-control.manage-i-intergret-fomr {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  font-family: "Roboto", sans-serif;
}
.manage-i-price input.form-control {
  padding: 0 10px 0 19px !important;
}
.manage-i-intergret-left input.form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  font-family: "Roboto", sans-serif;
}
.manage-i-intergret-left .manage-i-intergret-list select.form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  font-family: "Poppins", sans-serif;
}
.manage-i-intergret-sec .inq-srh-form-list {
  width: 35%;
  margin: 10px 0;
  padding: 15px 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
.manage-i-intergret-sec .inq-srh-form-list .form-group {
  margin: 0;
  width: 80%;
}
.manage-i-intergret-sec .inq-srh-form-list input {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  font-family: "Poppins", sans-serif;
}
.manage-i-intergret-sec .inq-srh-form-list .add-btn a {
  margin: 0;
  padding: 0;
  width: 62px;
  height: 38px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #0f65f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.manage-item button.inhouse-srh-btn {
  margin: 0 auto;
  padding: 6px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  width: 10%;
  cursor: pointer;
  background: #0f65f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.manage-item button.inhouse-srh-btn img {
  width: 20px;
  margin: 0 0 0 8px;
}
.manage-item button.inhouse-srh-btn:hover {
  background: #000000;
}
.manage-item .inhouse-inq-srh-form,
.manage-item .manage-i-intergret-sec {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.manage-item .manage-i-intergret-sec .inq-srh-form-list {
  padding: 10px 0;
  width: 34%;
}
.manage-item .inhouse-inq-srh-form .inq-srh-form-list span.select2-selection {
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.manage-item
  .inhouse-inq-srh-form
  .inq-srh-form-list
  span.select2-selection
  li {
  padding: 2px 7px;
  margin: 3px 3px 0 3px;
}
#categoryList ul li {
  font-size: 13px;
}
/*===============================*/
/*-------Manage Item PAGE--------*/
/*===============================*/

/*===============================*/
/*-------INGREDIENTS PAGE--------*/
/*===============================*/
.inhouse-inq-srh-form .ingredients-srh-form-list {
  margin: 0;
  width: 21%;
}
.inhouse-inq-srh-form .ingredients-srh-form-list label {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.inhouse-inq-srh-form .ingredients-srh-form-list input.form-control {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background: #f7f7f7;
  border: 1px solid #c6cbd4;
}
.inhouse-inq-srh-form .ingredients-srh-form-list select.descriptif {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  background-color: #f7f7f7;
  border: 1px solid #c6cbd4;
  appearance: none;
  background: url(../images/inq-form/select-arrow.png) center right no-repeat;
  background-size: 12px;
  background-position: right 10px top 17px;
}
.manage-i-intergret-sec .manage-item {
  padding: 20px 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #cfcfcf;
}
/*===============================*/
/*---------INGREDIENTS PAGE------*/
/*===============================*/

/*===============================*/
/*------MANAGE INQUERY PAGE------*/
/*===============================*/

section.inhouse-inq-table .inhouse-inq-table-body.manage-inq-form-body {
  margin: 0 auto 40px auto;
}
.select2-container span.select2-dropdown ul li {
  font-size: 13px;
}
.dataTables_paginate {
  margin: 7px 0 0 0;
}
.dataTables_paginate a.paginate_button {
  margin: 0;
  padding: 3px 9px !important;
  font-size: 14px;
  color: #ffffff !important;
  background: #e5e5e5 !important;
  font-weight: 500;
  cursor: pointer !important;
}
/*===============================*/
/*------MANAGE INQUERY PAGE------*/
/*===============================*/

/*===============================*/
/*------NEW REGISTRATION PAGE------*/
/*===============================*/

.new-reg-page .inhouse-inq-srh-form {
  margin: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}

/*===============================*/
/*------NEW REGISTRATION PAGE------*/
/*===============================*/

/*===============================*/
/*------HOTEL EMPLOYEE PAGE------*/
/*===============================*/

.inq-srh-form-list.add-menu-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  grid-gap: 0 15px;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
}
.inq-srh-form-list.add-menu-box .add-menu-title {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #1e4faf;
  text-transform: uppercase;
  width: 100%;
  background: #ddd;
}
.add-menu-box .add-menu-list {
  margin: 20px 0 0 0;
  padding: 10px;
  flex: 1;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.add-menu-box .add-menu-list div {
  padding: 2px 5px;
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
}
.add-menu-box .add-menu-list .custom-control {
  padding: 0 0 8px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #0003;
  text-transform: uppercase;
}
.add-menu-box .add-menu-list div label {
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
}
.inhouse-inq-srh-form
  .inq-srh-form-list.add-menu-box
  .add-menu-list
  .custom-control
  label {
  margin: 0 0 0 5px !important;
  line-height: 14px;
  color: #346ee0;
  font-size: 14px;
}
/*===============================*/
/*------HOTEL EMPLOYEE PAGE------*/
/*===============================*/

.manual-reg {
  margin: 0 auto;
  max-width: 800px;
}
.manual-reg .bg-menu {
  margin: 0 !important;
  padding: 15px 15px 0 15px;
}
.manual-reg .bg-menu h1.container-h1.mb-2 {
  margin: 0 -15px;
  padding: 7px 0;
  background: #f1f1f1;
  border-bottom: 1px solid #000;
}
.manual-reg .bg-menu ul.nav.nav-pills {
  margin: 0 !important;
}
.manual-reg .bg-menu ul.nav.nav-pills li a.nav-link {
  padding: 5px 15px;
  font-size: 14px !important;
  background: #000;
}
.manual-reg .bg-menu ul.nav.nav-pills li a.nav-link.active.show {
  background: #0f65f5 !important;
}
.manual-reg .bg-menu .tab-content .tab-pane ul li.list-group-item {
  padding: 10px 0;
}
.manual-reg .bg-menu .tab-content .tab-pane ul li.list-group-item h4 {
  margin: 0;
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.manual-reg .bg-menu .tab-content .tab-pane ul li.list-group-item h4 span {
  margin: 0;
  padding: 5px 8px;
  background: #0f65f5 !important;
  border-radius: 3px !important;
  color: #ffffff !important;
  font-weight: 500;
}
.manual-reg
  .bg-menu
  .tab-content
  .tab-pane
  ul
  li.list-group-item
  h4
  span[id^="add_Lunch_"] {
  cursor: pointer !important;
}
.manual-reg .bg-menu .mt-4.mb-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.manual-reg .bg-menu .mt-4.mb-4.btn-close {
  justify-content: flex-end;
}
.manual-reg .bg-menu .mt-4.mb-4 span {
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 11px 0 0;
}
.manual-reg .bg-menu center.h4 {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.manual-reg .bg-menu div[id^="selected_menus_"] {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid;
  font-size: 14px;
  text-transform: uppercase;
}
.manual-reg .bg-menu .col-sm-1 i.fa.fa-trash {
  color: #df0d0d;
}

button.show-hide-btn {
  position: absolute;
  top: 11px;
  right: 17px;
  font-size: 12px;
  padding: 3px 7px;
  background: #007bff;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.panel-group.menu-details {
  display: none;
}
.panel-group.menu-details.show-btn {
  display: block !important;
}
.menu-details .panel-body {
  padding: 10px;
}

.panel-group.menu-details .panel + .panel {
  margin-top: 0;
  border-top: 0;
}
.panel-group.menu-details .panel {
  background: #ebebeb;
  margin: 0 0 10px 0;
  border-radius: 4px;
}
.menu-details .panel-default .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-details .panel-default .panel-heading .panel-title {
  position: relative;
}
.menu-details .panel-default .panel-heading .panel-title a {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 6px 10px;
  border-radius: 4px 4px 0 0;
  background: #ffffff;
}
.menu-details .panel-default .panel-heading .panel-title a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  font-size: 16px;
  line-height: 22px;
}
.menu-details .panel-body p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #4f7bff;
  font-weight: 500;
}

.modal-body {
  max-height: 480px;
  overflow: auto;
}
