.adminuiux-header .navbar .navbar-brand img {
	width: auto;
}
#booking-list .card.adminuiux-card {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	height: 100%;
}
#booking-list .card.adminuiux-card > div {
	height: 100%;
}
.card.adminuiux-card .card-body {
	position: relative;
}
#booking-list .card.adminuiux-card .card-body .btn {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.facility i {
	font-size: 20px;
}
#booking-list h5 a {
	text-decoration: none;
	color: #212529;
}
#booking-list .form-search select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: none;
	margin-right: 5px;
}
#booking-list .form-search .dropdown {
	background-color: #FFF;
	border-radius: 0;
}
#booking-list .form-search .dropdown a {
	display: block;
	padding: .375rem .75rem;
	line-height: 1.5;
  text-decoration: none;
  color:var(--bs-secondary-color);
	font-size: 1rem;
  font-weight: 400;
}
#booking-list .form-search input[type="text"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#booking-list .form-search .dropdown .dropdown-menu li {
	padding: 5px;
}

.adminuiux-header .navbar .nav-item .nav-link.active {
	background-color: rgba(var(--adminuiux-theme-1-rgb),.1) !important;
    color: var(--adminuiux-theme-1) !important;
}

.rounded-top-new {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
}

.rounded-top-new a {
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 14px;
	font-size: 14px;
}
.rounded-top-new a span {
	background-color: var(--adminuiux-theme-1);
	color: #FFF;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 16px;
	margin-bottom: 10px;
}
.rounded-top-new a small {
	color: #9EA2A7;
	font-size: 10px;
}
.rounded-top-new a.active {
	background-color: rgba(var(--adminuiux-theme-1-rgb),.1) !important;
    color: var(--adminuiux-theme-1) !important;
}

.rounded-top-new {
	display: none;
}

@media (max-width:992px){
	body {
		padding-bottom: 105px;
	}

	.adminuiux-header .navbar .navbar-brand img {
		max-width: 150px;
		height: auto;
	}

	.card.adminuiux-card {
		height: auto;
	}
	.card.adminuiux-card > div {
		height: auto;
	}

	footer {
		display: none;
	}

	.rounded-top-new {
		display: block;
	}
}

.room-slider swiper-container {
  width: 100%;
  padding-top: 50px;
/*  padding-bottom: 50px;*/
}
.room-slider swiper-slide {
  background-position: center;
  background-size: cover;
  width: 512px;
  height: 100%;
}
.room-slider swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-pagination {
	bottom: 10px;
	width: 100%;
}
.swiper-pagination > div {
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
}
.swiper-pagination > div.active {
	width: 30px;
	border-radius: 10px;
    background-color: var(--adminuiux-theme-1);
}

.text-justify {
	text-align: justify;
}

#room-facility .avatar {
	font-size: 22px;
}
.room-capacity h3 span,
p.title span {
	font-weight: normal;
	font-size: 14px;
}
.booking-calendar .dropdown-menu {
	min-width: inherit;
}

.content-wrapper-pleasewait {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0, 0.05);
}
.ajax-pleasewait {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: center;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ajax-pleasewait img {
  width: 50%;
  max-width: 100%;
}

.search-reset {
  position: absolute;
  right: 55px;
  top: 7px;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 18px;
  z-index: 5;
}

.line-1 {
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2 {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-3 {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-pagination > div {
	cursor: pointer;
}

span.mod-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eff0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;
}
.modal-header h4 {
    font-size: 34px;
    margin: 0;
}

.hide {
	display: none;
}
.error-message {
  color: #dc3545;
  font-size: 12px;
}

.mandatory,
.mandatory + .select2-container--default .select2-selection--single {
    border-left: 3px solid #dc3545 !important;
}
.mandatory.filled,
.mandatory.filled + .select2-container--default .select2-selection--single,
.mandatory.filled + .nice-select {
  border-left: 3px solid #e1e6f1 !important;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 5px;
  padding: 5px;
}
a.disabled {
  color: #cccccc !important;
  cursor: not-allowed !important;
}
#msg-text {
	margin-bottom: 0;
}

.form-floating>textarea.form-control {
  height: 100px;
}

@media print {
  .adminuiux-content.has-sidebar {
    padding: 0 !important;
  }
}

.badge.checkout {
  font-size: 14px;
  background-color: rgba(220,53,69); !important;
  color: #FFF !important;
}
.badge.paid {
  font-size: 14px;
  background-color: rgba(126,170,0); !important;
  color: #FFF !important;
}
.badge.canceled {
  font-size: 14px;
  background-color: rgba(102,119,145); !important;
  color: #FFF !important;
}

.f14 {
  font-size: 14px !important;
}

.text-nounderline {
  text-decoration: none;
}

@media (max-width:640px){
  .room-slider swiper-container {
    padding-top: 0;
  }
  .inline-calendar .daterangepicker {
    width: 100%;
  }

  .modal-dialog {
    border-radius: 0;
    margin: 0;
  }
  .modal-content {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
  }
}