.fz-12 {
  font-size: 12px;
}

.fz-14 {
  font-size: 14px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-26 {
  font-size: 26px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.text-primary {
  color: #1E4877 !important;
}

.img-30 {
  height: 30px;
  width: 30px;
}

.img-40 {
  height: 40px;
  width: 40px;
}

.img-50 {
  height: 50px;
  width: 50px;
}

.img-60 {
  height: 60px;
  width: 60px;
}

.img-70 {
  height: 70px;
  width: 70px;
}

.img-80 {
  height: 80px;
  width: 80px;
}

.img-50 {
  height: 90px;
  width: 90px;
}

.h-40 {
  height: 40px !important;
}

.h-100 {
  height: 100px !important;
}

.h-300 {
  height: 300px !important;
}

button {
  background-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.btn-success {
  background-color: #259A44 !important;
  border-color: #259A44 !important;
}

.assign-btn {
  display: inline-block;
  padding: 8px 26px;
  background-color: #259A44;
  border-color: #259A44;
  color: #fff !important;
  border-radius: 25px;
  font-size: 14px;
}

.assign-btn span {
  display: inline-block;
  background-color: #FF915F;
  color: #fff !important;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 5px;
}

.login-page {
  background: linear-gradient(102.23deg, #DDE7F2 0.24%, #FAFAF3 49.12%, #F7D6D9 100%);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-innr {
  background-color: #DDE7F2;
  border-radius: 30px;
}

.login-frm {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  height: 100%;
  padding: 50px 50px 10px 50px;
}

.login-frm h2 {
  font-size: 40px;
  color: #000000;
  font-weight: 400;
  font-family: "Anton", sans-serif;
}

.login-frm h5 {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
}

.login-frm form {
  margin-top: 30px;
}

.login-bx .form-control {
  height: 50px;
  border-radius: 10px;
  border-color: #E0E0E0;
}

.login-bx label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.login-bx p {
  color: #878787;
}

.cards-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #00000033;
  margin-bottom: 10px;
}

.cards-header h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.cards-header .header-brand img {
  width: 120px;
}

.outline-btn {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #1E4877;
  border-radius: 5px;
  color: #1E4877;
  font-size: 14px;
  font-weight: 500;
  outline: none !important;
}

.outline-btn2 {
  padding: 11px 26px;
}

.outline-btn:hover {
  background-color: #1E4877;
  color: #fff;
}

.fill-btn {
  display: inline-block;
  padding: 11px 26px;
  background-color: #1E4877;
  border: 1px solid #1E4877;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  outline: none !important;
}

.fill-btn.danger {
  background-color: #E62B39;
  color: #fff;
  border-color: #E62B39;
}

.light-btn {
  background-color: #8DAFF3;
  color: #fff;
  border-color: #8DAFF3;
}

.outline-btn.danger {
  border-color: #E62B39;
  color: #E62B39;
}

.outline-btn.danger:hover {
  background-color: #E62B39 !important;
  color: #fff;
}

.cards {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0px 4px 5px 0px #00000000;
}

.cards-body {
  padding: 1rem;
}

.title {
  font-size: 30px !important;
  font-weight: 400 !important;
  color: #000;
  margin-bottom: 0;
}

.dash-card {
  padding: 10px;
  background-color: #1E4877;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.dash-card .combine {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-card h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.dash-card h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 15px 0;
}

.dash-card p {
  color: #fff;
  margin-bottom: 0;
}

.custom-bredcump {
  margin-bottom: 1rem;
}

.custom-bredcump li a {
  color: #1E4877;
}

.custom-bredcump li {
  font-weight: 400;
  font-size: 16px;
}

.custom-frm-bx {
  margin-bottom: 15px;
}

.custom-frm-bx .form-control, .custom-frm-bx .form-select {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #CED4DA;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.custom-frm-bx  input[type="file"] {
  height: 45px;
}

.custom-frm-bx  input[type="file"]::-webkit-file-upload-button {
  height: 45px;
}

.custom-frm-bx .form-select {
  color: #BBBBBB;
}

.custom-frm-bx label {
  font-size: 14px;
  font-weight: 400;
  color: #717179;
  margin-bottom: 6px;
}

.custom-frm-bx .form-control::placeholder {
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}

.custom-frm-bx .form-control::-ms-input-placeholder {
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 400;
}

.custom-frm-bx small {
  font-size: 14px;
  font-weight: 400;
  color: #717179;
  margin-top: 5px;
  display: inline-block;
}

.custom-table .table thead {
  background-color: #F5F5F5;
}

.custom-table .table thead th {
  font-size: 16px;
  font-weight: 400;
}

.custom-table .table td {
  color: #717179;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 5px;
  vertical-align: middle;
}

.custom-table .table td .dropdown-menu {
  box-shadow: 0px 0px 5px 0px #0000001A;
  border: 0;
}

.custom-table .table td .dropdown-menu a:hover, .custom-table .table td .dropdown-menu a:focus {
  background-color: #CED4DA;
  color: #000;
}

.configure-list {
  padding: 10px 20px;
  display: flex;
}

.configure-list li {
  margin-right: 25px;
}

.configure-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.configure-list li a .badge {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: #FF915F;
  font-size: 12px;
  border-radius: 25px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  right: -10px;
  top: -6px;
  padding: 0;
}

.configure-list li a .blu {
  color: #2019E4;
}

.configure-list li a .org {
  color: #DD6F2C;
}

.configure-list li a .brwn {
  color: #B4752D;
}

.configure-list li a .prple {
  color: #7055E8;
}

.configure-list li a .dark-prple {
  color: #3207CB;
}

.configure-list li a .dark-prple {
  color: #3207CB;
}

.custom-table-search {
  display: flex;
  position: relative;/* width: 450px;*/
  align-items: center;
  justify-content: center;
}

.custom-table-search .form-control {
  margin-left: 10px;
  background-color: #fff;
  border: 0;
  height: 45px;
}

.custom-table-search span {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 18px;
}

.configure-table thead th {
  width: 33%;
}

.floor-model .modal-title {
  background-color: #000;
  color: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 500;
}

.floor-model .modal-content {
  border-radius: 30px;
}

.floor-model .modal-content .btn-close {
  background-image: none;
  width: 28px;
  height: 28px;
  background-color: #E62B39;
  color: #000;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  border-radius: 25px;
}

.floor-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.statistics-list {
  display: flex;
  justify-content: end;
}

.statistics-list li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.statistics-list li span {
  font-size: 35px;
  color: #8DAFF3;
}

.statistics-list li .statistics-cntnt p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #717179;
}

.statistics-list li .statistics-cntnt {
  margin-left: 10px;
}

.statistics-list li .statistics-cntnt h6 {
  font-size: 16px;
  font-weight: 700;
  color: #1E4877;
  margin-bottom: 0;
}

.available-btn .beds {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #1E4877;
  margin-right: 8px;
}

.available-btn .beds span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #C8C8C8;
  border-radius: 4px;
  margin-right: 5px;
}

.available-btn .beds.main span {
  background-color: #E62B39;
}

.available-btn .beds.available span {
  background-color: #1ECC4C;
}

.custom-tabs .nav {
  border-bottom: 1px solid #EAEAEA;
}

.custom-tabs .nav .tab-item {
  margin-right: 40px;
}

.custom-tabs .nav .tab-link {
  font-size: 14px;
  color: #717179;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.custom-tabs .nav .tab-link.active {
  border-color: #E62B39;
}

.room-title {
  font-size: 14px;
  font-weight: 400;
  color: #5D5D5D;
  background-color: #FCFCFC;
  border-bottom: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  padding: 10px;
  margin-bottom: 15px;
}

.room-list-hm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.room-list-hm-innr {
  border: 1px solid #C3C3C3;
  padding: 10px;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.room-list-hm-innr h6 {
  font-size: 16px;
  font-weight: 600;
  color: #5D5D5D;
  text-align: center;
}

.room-list-hm-btn-list {
  display: flex;
  flex-wrap: wrap;
}

.room-list-hm-btn-list li {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #5D5D5D;
  margin: 0 8px 10px 8px;
}

.room-list-hm-btn-list li a span {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #C8C8C8;
  border-radius: 8px 8px 0 0;
}

.room-list-hm-btn-list li {
  position: relative;
}

.room-list-hm-btn-list li a {
  border: 1px solid #C8C8C8;
  display: inline-block;
  color: #C8C8C8;
  background-color: #F6F6F6;
  border-radius: 8px;
  display: block;
  position: relative;
}

.room-list-hm-btn-list li .rp-sign {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #dc2734;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 25px;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 10px;
  cursor: pointer;
}

.room-list-hm-btn-list li a img {
  padding: 8px;
}

.room-list-hm-btn-list li a.avl {
  background-color: #1ECC4C;
  border-bottom-color: #1ECC4C;
}

.room-list-hm-btn-list li a.matn {
  background-color: #E62B39;
  border-color: #E62B39;
}

.room-list-hm-btn-list li a.avl span {
  color: #1ECC4C;
}

.room-list-hm-btn-list li a.avl img, .room-list-hm-btn-list li a.matn img {
  filter: brightness(0) invert(1);
}

.dropdown.room-list-hm-menu {
  background-color: #fff;
}

.dropdown.room-list-hm-menu li a {
  background-color: transparent !important;
  border: 0 !important;
  text-align: left;
  color: #000000;
}

.collection-bttm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collection-bttm p span {
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 10px;
  margin-right: 5px;
}

.collection-bttm p span.complete {
  background-color: rgb(121, 81, 170);
}

.collection-bttm p span.pending {
  background-color: rgb(114, 117, 125);
}

.table-frm {
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 10px;
  margin-bottom: 10px;
}

.table-frm .table th {
  background-color: #F5F5F5;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
}

.table-frm .table th.first, .table-frm .table td.first {
  width: 10%;
}

.table-frm .table th, .table-frm .table td {

  /*  width: 20%;*/
  vertical-align: middle;
}

.table-frm .table th select {
  background-color: #fff;
  color: #8DAFF3;
  border: 0;
}

.fd-amount {
  margin-top: 10px;
  width: 500px;
}

.fd-amount-innr {
  display: flex;
  align-items: center;
}

.fd-amount-innr span {
  text-align: center;
  line-height: 45px;
  background-color: #D9D9D9;
  border-radius: 0px 5px 5px 0px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  height: 45px;
}

.fd-amount-innr .form-control {
  border-radius: 5px 0 0 5px;
}

.table-frm .form-check-input {
  height: 24px;
  width: 24px;
  border-color: #8DAFF3;
  border-radius: 0;
  box-shadow: none !important;
}

.table-frm .form-check-input:checked {
  background-color: #8DAFF3;
}

.table-frm .radio input[type="radio"] {
  border-color: #BBBBBB;
}

.table-frm .radio label::after {
  background-color: #8DAFF3;
}

.room-list-hm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.room-list-hm-header span {
  font-size: 14px;
  font-weight: 400;
}

.room-list-hm-header a.ellips {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 25px;
}

.room-list-hm-main-list {
  display: flex;
  flex-wrap: wrap;
}

.room-list-hm-main-list .room-list-hm-innr {
  width: 45%;
}

.room-list-hm-main-list li {
  margin: 0 4px 10px 4px;
}

.room-list-hm-main-list .room-list-hm-btn-list {
  flex-wrap: nowrap;
}

.custom-frm-bx .form-check-input {
  height: 24px;
  width: 24px;
  border-color: #8DAFF3;
  box-shadow: none !important;
  border-radius: 0;
}

.custom-frm-bx .form-check-input:checked {
  background-color: #8DAFF3;
}

.preferences-btn li {
  display: inline-block;
  margin-right: 10px;
}

.preferences-btn li a {
  display: inline-block;
  padding: 10px 18px;
  background-color: #CED4DA;
  border: 1px solid #CED4DA;
  font-size: 14px;
  font-weight: 500;
  color: #717179;
}

.preferences-btn li a.active {
  background-color: #1E4877;
  color: #fff;
}

.booking-bx {
  border: 1px solid #000000;
  border-radius: 10px;
}

.booking-bx-menu {
  background-color: #F5F5F5;
  border-radius: 9px 0px 0px 10px;
  height: 100%;
}

.booking-bx-menu .booking-bx-menu-list li {
  padding: 6px 5px 6px 0;
}

.booking-bx-menu .booking-bx-menu-list li a {
  font-size: 16px;
  font-weight: 400;
  color: #717179;
  border-left: 4px solid transparent;
  padding-left: 6px;
}

.booking-bx-menu .booking-bx-menu-list li a.active {
  border-color: #1E4877;
  color: #1E4877;
}

.thumbnail input[type="file"] {
  display: none;
}

.thumbnail .thumb-upload label {
  padding: 10px 50px;
  background-color: #8DAFF3;
  border: 1px solid #8DAFF3;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.thumb-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
}

.ck-editor {
  border: 1px solid #0000006B;
  height: 350px;
}

.thumb-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.thumb-main .thumb-innr {
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
}

.thumb-main .thumb-innr img {
  height: 110px;
  width: 150px;
  border-radius: 10px;
}

.thumb-main .thumb-innr a {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-color: #E62B39;
  text-align: center;
  line-height: 24px;
  border-radius: 25px;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
}

.customer-bx label {
  font-size: 14px;
  font-weight: 400;
  color: #717179;
}

.customer-bx .iti, .custom-frm-bx .iti {
  width: 100%;
}

.customer-bx .form-control, .customer-bx .form-select {
  height: 40px;
  border-color: #CED4DA;
}

.customer-bx .iti--allow-dropdown input {
  padding-left: 60px !important;
}

.customer-bx .iti__selected-flag {
  border-right: 1px solid #CED4DA;
}

.thumb-cards {
  padding: 10px;
  border: 1px solid #CED4DA;
  margin-bottom: 10px;
}

.thumb-cards.location h5 {
  font-size: 16px;
  font-weight: 400;
  color: #717179;
}

.thumb-cards.location p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.thumb-cards.location p span {
  color: #000;
}

.thumb-cards.location p .badges {
  display: inline-block;
  background-color: rgb(230 43 57 / 20%);
  padding: 5px 8px;
  border-radius: 5px;
}

.room-type-table th {
  background-color: #F5F5F5;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.light {
  color: #8DAFF3;
  margin-bottom: 5px;
}

.properties-model .btn-close {
  background-image: none;
  opacity: 1;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #E62B39;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  z-index: 999;
}

.properties-model .modal-content {
  width: 660px;
  border-radius: 30px;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active {
  color: #fff;
}

.payment-lst li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #00000033;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.payment-lst.boking li {
  border: 0;
}

.payment-lst.boking li span:nth-child(1) {
  color: #717179;
  font-weight: 400;
}

.emp-dtl {
  display: flex;
  margin-bottom: 20px;
}

.guest-card-main {
  border: 1px solid rgb(0 0 0 / 20%);
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.guest-card {
  display: flex;
}

.guest-img img {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  background-color: #D9D9D9;
  object-fit: cover;
}

.guest-card .light-blu {
  color: #8DAFF3;
  margin-bottom: 0;
}

.room-bed-list {
  display: flex;
  flex-wrap: wrap;
}

.room-bed-list li {
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}

.room-bed-list li .form-check-input {
  height: 24px;
  width: 24px;
  border-color: #8DAFF3;
  box-shadow: none !important;
  margin-right: 10px;
  border-radius: 0;
}

.room-bed-list li .form-check-input:checked {
  background-color: #8DAFF3;
}

.room-bed-list li .form-check-label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  vertical-align: bottom;
  margin: 0;
}

.custom-table td p.desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 430px;
  margin-bottom: 0;
}

.notification-box {
  display: flex;
  align-items: center;
}

.notification-box .notification-content h5 {
  font-size: 14px;
  font-weight: 400;
  color: #1E4877;
  margin-bottom: 0;
}

.notification-box .notification-content h4 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.custom-switch .form-check-input {
  box-shadow: none !important;
}

.custom-switch .form-check-input:checked {
  background-color: #1ECC4C;
  border-color: #1ECC4C;
}

.role-cards {
  padding: 15px;
  background-color: #00000003;
  border: 1px dashed #00000033;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.role-cards-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.role-cards-list li {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.role-cards-list li .role-cards-list-innr {
  border: 1px solid #CED4DA;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 8px;
  margin: 0 5px 10px 5px;
}

.role-cards-list li .role-cards-list-innr .form-check-input {
  height: 20px;
  width: 20px;
  border-color: #8DAFF3;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: 0;
}

.role-cards-list li .role-cards-list-innr .form-check-input:checked {
  background-color: #8DAFF3;
}

.role-cards-list li .role-cards-list-innr .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  vertical-align: bottom;
  margin-left: 5px;
  cursor: pointer;
}

.usrprofile {
  text-align: center;
}

.usrprofile img.img-100 {
  border-radius: 50px;
  margin-bottom: 10px;
}

.usrprofile h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.usrprofile h6 span {
  display: inline-block;
  padding: 5px;
  background-color: rgb(230 43 57 / 20%);
  color: #000;
  font-size: 16px;
  font-weight: 400;
}



@media(max-width:991px){
  .d-sm-none.mobile-search.search-bg{
    display: none;
  }
      .page-wrapper .page-main-header .main-header-right .main-header-left {
        padding: 5px!important;
    }
        .page-wrapper .page-main-header .left-menu-header {
        padding: 4px 0px!important;
    }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
        top: 35px!important;
    }
}
@media(max-width:767px){
  .page-main-header .main-header-right .left-menu-header ul li .search-form .form-select{
    width: auto;
  }
}