@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
 
 :root {
	--white: #fff;
	--light-gray: #F5F5F5;
	--gray: #6F6F6F;
	--gray-dark: #434343;
	--primary: #30B1E5;
	--secondary: #858796;
	--success: #00A827;
	--info: #36b9cc;
	--warning: #f6c23e;
	--pending: #FF9800;
	--danger: #EA0000;
	--light: #f8f9fc;
	--dark: #292929;
	--form-border-color: #D3D3D3; 
	--bg-light: #fafbff;
	--bg-color:#F8F9FF;
	--table-border: #F5F5F5;
	--light-primary: #98d4ec;
	--border-color: #ECECEC;
	--purple: #9B2B8B;
	--darkblue: #2B449B;
	--bs-font-sans-serif: "Quicksand", sans-serif !important;
}

*,
::after,
::before {
	box-sizing: border-box
}
html {
	font-family: "Quicksand", sans-serif !important;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-weight: 500;
}
body {
	font-family: "Quicksand", sans-serif !important;
	background: var(--white);
	font-weight: 500;
}
hr {
	background:var(--primary);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: var(--dark)
}
.h1, h1 {
    font-size: 2.25rem !important;
}
.h2, h2 {
    font-size: 2rem;
}
.h6, h6 {font-size: 1.1rem}

p {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8 !important;
	color: var(--gray);
}
a {
    color: var(--primary) !important;
    text-decoration: none !important;
	font-weight: 500;
    cursor: pointer;
}
.primary {
	color: var(--primary) !important;
}

.gray {
	color: var(--gray) !important;
}
.small, small {
    font-size: .875em !important;
}
textarea.form-control {
	border: 1px solid var(--form-border-color) !important;                                                                                                 
    border-radius: 8px !important;
	font-weight: 500;
	padding-top: 10px;
}
select.form-control,
input.form-control {
    border: 1px solid var(--form-border-color) !important;
    height: 50px !important;                                                                                                   
    border-radius: 8px !important;
	font-size: 15px;
	font-weight: 500;
}
select.form-select {
    border: 1px solid var(--form-border-color) !important;
    height: 50px;
    border-radius: 8px !important;
	font-weight: 500;
}
form sup {
	color: var(--danger);
	font-size: 1rem;
    vertical-align: -webkit-baseline-middle;
}
.input-icon {
    position: absolute;
    right: 20px;
    top: 15px;
	color: var(--gray);
}
.btn {
	height: 50px;
	transition: .5s ;
}
.btn:hover {
	transition: .5s ;
}
button:focus-visible {
	outline: none !important;
  }

/* button-primary */


.btn-outline-primary {
	border-color: var(--primary) !important;
	color: var(--primary) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-weight: 500;
	font-size: 0.938rem !important;
}
.btn-outline-primary:hover {
	background: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--white) !important;
}
.btn.btn-outline-light {
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 0.938rem !important;
}
.btn.btn-outline-light.banner-btn:hover {
    color: var(--primary) !important;
}
.btn-secondary-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray) !important;
	font-weight: 500;
	border: 1px solid #D3D3D3 !important;
	font-size: 0.938rem !important;
	min-width: 120px;
	line-height: normal;
}
.btn.white-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary) !important;
  font-weight: 500;
  border: 1px solid var(--white) !important;
  font-size: 0.938rem !important;
  min-width: 120px;
  line-height: normal;
  background: #fff;
  z-index: 1;
}
.btn.white-btn:hover{
box-shadow: rgba(100, 100, 111, 0.53) 0px 7px 29px 0px;
transform: scale(1.01);
}
.dashboard-wrapper .card.ovrview-cards{
  height: 100px !important;
  min-height: 130px !important;  
}
.dashboard-wrapper .card.ovrview-cards p{
    position: relative;
    color: var(--white);
    line-height: 20px !important;
}
.btn-secondary-outline:hover {
	color: var(--dark) !important;
	border: 1px solid var(--gray-dark) !important;
}
.btn-secondary-outline img {
    width: 32px;
    height: 32px;
}
.fw-100 {font-weight: 100;}
.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.fw-800 {font-weight: 800;}
.fw-900 {font-weight: 900;}

.fs-7 {font-size: 15px !important;}
.fs-8 {font-size: 14px !important;}
.fs-9 {font-size: 13px !important;}
.fs-10 {font-size: 12px !important;}
.fs-11 {font-size: 11px !important;}

ul.sort-btn-group {
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid var(--light-gray);
	border-radius: 8px;
	overflow: hidden;
	flex-wrap: wrap;
}
ul.sort-btn-group li {
    border-right: 1px solid var(--light-gray);
}
ul.sort-btn-group .btn {
    display: flex;
    align-items: center;
    min-width: 85px;
    justify-content: center;
    font-size: 0.938rem;
    border-radius: 0;
    color: var(--gray) !important;
    border: none;
    font-weight: 500;
}
ul.sort-btn-group a.btn.active {
    background: var(--primary) !important;
    color: var(--white) !important;
}
ul.sort-btn-group a.btn span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B5B6B6;
    margin-left: 5px;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
	font-weight: 500;
}
ul.sort-btn-group a.btn.active span {
	background: var(--white);
	color: var(--primary);
	font-weight: 500;
}
.form-label {
    margin-bottom: .5rem;
    font-size: 1rem;
    color: var(--dark);
    font-weight: 600;
}
.form-control:focus {
    color: var(--gray-dark);
    background-color: var(--white);
    border-color: var(--form-border-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(248,116,22,.25) !important;
}
.input-group.icon-form-rgt input.form-control {
    border-radius: 8px 0 0 8px !important;
	border-right: 0 !important;
}
.input-group.icon-form-lft input.form-control {
    border-radius: 0 8px 8px 0 !important;
	border-left: 0 !important;
}
span.input-group-text {
    background: none;
    border: 1px solid var(--form-border-color);
    border-radius: 8px;
}
.success {
	color: var(--success) !important;
}
.reject {
	color: var(--danger) !important;
}
*,
::after,
::before {
	box-sizing: border-box
}

/* switch-button */
.switch {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -2px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
    background: var(--light-primary);
}
input:checked + .switch::before {
    left: 22px;
    background: var(--primary);
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}
/* switch-button */
.wrapper {
	display: flex
}
.wrapper .content-wrapper {
	background-color: var(--light);
	width: 100%;
	/* overflow-x: hidden */
}
.wrapper .content-wrapper .content {
    flex: 1 0 auto;
    padding-left: 17rem;
    background: var(--white);
}
body.sidebar-toggled .wrapper .content-wrapper .content {
	padding-left: 6.875rem;
}
.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: var(--white) !important;
    background: rgb(47 178 229 / 48%);
    line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
	color: var(--white);
}

.scroll-to-top:hover {
	background: var(--primary);
}

.scroll-to-top i {
	font-weight: 800
}


@-webkit-keyframes growIn {
	0% {
		transform: scale(.9);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes growIn {
	0% {
		transform: scale(.9);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.animated--grow-in,
.sidebar .nav-item .collapse {
	-webkit-animation-name: growIn;
	animation-name: growIn;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
	animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.animated--fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: opacity cubic-bezier(0, 1, .4, 1);
	animation-timing-function: opacity cubic-bezier(0, 1, .4, 1)
}


.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
	position: relative
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
	position: absolute;
	transform: scale(.7);
	transform-origin: top right;
	right: .25rem;
	margin-top: -.25rem
}

.topbar {
	height: 5.5rem;
	position: fixed !important;
	width: -webkit-fill-available;
	z-index: 10;
	display: flex !important;
	justify-content: space-between !important;
	padding: 10px 25px !important;
	background: var(--white);
	width: -moz-available;
}

.topbar .navbar-search {
	width: 25rem
}

.sidebar {
    /* width: 6.5rem; */
    min-height: 100vh;
    position: fixed;
    z-index: 99;
    background: var(--white);
	border-right: 1px solid #f5f4f4;
}
.sidebar ul {
    padding-left: 15px;
	list-style: none;
}
.sidebar .nav-item {
	position: relative;
	list-style: none;
}
.sidebar li a.nav-link {
    display: flex;
    align-items: center;
	color: var(--gray) !important;
}
.sidebar li a.nav-link:hover {
    color: var(--primary) !important;
}
.sidebar .side-nav-item.active a.nav-link, .sidebar .side-nav-item.active .menu-accordion-sub-menu .side-nav-item.active a.nav-link{
    color: var(--primary) !important;
}
.sidebar .side-nav-item.active .menu-accordion-sub-menu a.nav-link {
    color: var(--gray) !important;
}
.sidebar li a.nav-link p {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 500;
	margin-left: 10px;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
li.nav-item.side-nav-item.active p {
    color: var(--primary);
	font-weight: 600;
}
.sidebar a.nav-link.accordion-button p {
	width: auto;
}
.sidebar .accordion-button::after {
	width: 1rem;
	height: 1rem;
	background-size: 1rem;
}
.sidebar li a.nav-link span {
    width: 24px;
    height: 24px;
}
.sidebar .nav-item:last-child {
	margin-bottom: 1rem
}

.sidebar .nav-item .nav-link {
	/* text-align: center; */
	padding: .75rem 1rem;
}
.sidebar .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none !important;
}
.sidebar .accordion-button:not(.collapsed) {
	background-color: #fff;
	box-shadow: none;
}
.sidebar .nav-item .collapse .collapse-inner {
	border-radius: .35rem;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15)
}

.sidebar .nav-item .collapsing {
	display: none;
	transition: none
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
	padding: .5rem 0;
	min-width: 10rem;
	font-size: .85rem;
	margin: 0 0 1rem 0
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
	margin: 0;
	white-space: nowrap;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	font-weight: 800;
	font-size: .65rem;
	color: #b7b9cc
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
	padding: .5rem 1rem;
	margin: 0 .5rem;
	display: block;
	color: #3a3b45;
	text-decoration: none;
	border-radius: .35rem;
	white-space: nowrap
}


.sidebar.toggled {
	width: 0 !important;
	overflow: hidden
}
.sidebar.toggled .sidebar-card {
	display: none
}
.page {
padding: 100px 15px 0 15px;
margin-bottom: 4px;
}
ul.top-search {
    list-style: none;
    display: flex;
    justify-content: end;
}
ul.menu-accordion-sub-menu {
    padding-left: 0;
    margin: 0 15px 0 10px;
	background: var(--bg-light);
	border-radius: 10px;
}
form.navbar-search .input-group {
    background: var(--white);
    border: 1px solid var(--form-border-color) !important;
    border-radius: 8px;
	flex-wrap: nowrap;
}
form.navbar-search .input-group input.form-control {
	border: none !important;
	padding-left: 0;
}
form.navbar-search input {
    width: 250px !important;
}

.dropdown-menu {
	animation: 0.5s slideup;
  }
  
  @keyframes slideup {
	from {
	  transform: translateY(10%);
	}
  
	to {
	  transform: translateY(0);
	}
  }
  .btn-group.notification-sec .dropdown-toggle::after {
    display: none;
}
.btn-group.notification-sec a.btn.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 50px;
	color: #727272 !important;
	height: 50px;
    width: 50px;
    min-width: auto;
}
.btn-group.notification-sec ul.dropdown-menu.dropdown-menu-end {
    min-width: 300px;
}
.btn-group.notification-sec ul.dropdown-menu.dropdown-menu-end li {
	border-bottom: 1px solid var(--form-border-color);
}
.btn-group.notification-sec ul.dropdown-menu.dropdown-menu-end h5 {
    font-size: 1rem;
    margin-bottom: 0;
}
a.clear-all {
    font-size: 0.8125rem;
}
a.clear-all:hover {
    color: #1893c3 !important;
}
li.notfctn-lst img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    object-fit: cover;
}
li.notfctn-lst h6 {
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 600 !important;
	color: var(--primary);
}
li.notfctn-lst p {
    font-size: 0.813rem;
	margin-bottom: 0;
	color: var(--gray-dark);
}
li.notfctn-lst .time {
    font-size: 11px !important;
	margin-bottom: 0 !important;
	color: var(--gray) !important;
}
li.notfctn-lst i{
	color: var(--gray);
}
span.online-indctn {
    width: 10px;
    height: 10px;
    background: var(--success);
    border-radius: 50%;
    margin-right: 5px;
}
.btn-group.header-profile a.btn.dropdown-toggle {
    padding: .375rem !important;
}
.profie-btn {
    display: flex;
    align-items: center;
}
.profie-btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}
.pfl-drpup {
    margin-left: 7px;
    text-align: left;
    line-height: normal;
    display: block;
}
.profie-btn h5 {
    color: var(--dark);
    font-size: 1rem;
	margin-bottom: 0;
	width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    line-height: normal !important;
}
.profie-btn span {
	color: var(--primary);
	font-size: 0.875rem;
	display: block;
	font-weight: 500;
}
.btn-group.header-profile .dropdown-toggle::after {
    display: none;
}
.btn-group.header-profile.resort-header-profile .dropdown-toggle {
	position: relative;
}
.btn-group.header-profile a.nav-link {
    color: var(--gray) !important;
}
.btn-group.header-profile a.nav-link:hover {
	background: var(--bg-light);
	color: var(--primary) !important;
}
a.sidebar-logo {
    padding: .5rem 1rem;
    display: flex;
    margin-bottom: 10px;
}
a.sidebar-logo img {
    width: 100%;
    margin-top: 10px;
}
a.sidebar-logo.res-logo {
	padding: .5rem !important;
	display: none;
}
a.sidebar-logo.res-logo img{
	
	width: 50px;

}
.navbar-nav.sidebar.toggled .nav-item a.nav-link p , .navbar-nav.sidebar.toggled .side-nav-item a.nav-link p  {
    display: none !important;
}
.navbar-nav.sidebar.toggled .nav-item .profie-btn img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.navbar-nav.sidebar.toggled .nav-item .pfl-drpup {
    display: none !important;
}
.navbar-nav.sidebar.toggled .nav-item a.nav-link {
	justify-content: center;
}
.navbar-nav.sidebar.toggled a.sidebar-logo img {
    height: auto;
}
.btn-group.search-drpdwn ul.dropdown-menu.dropdown-menu-end {
    background: none;
    padding: 0;
    border: none;
}
.form-control:focus {
	box-shadow: none !important;
}
.btn-link {
    font-weight: 400;
    color: var(--primary) !important;
    text-decoration: underline;
    font-size: 25px !important;
}
.btn-check:focus+.btn, .btn:focus {
	box-shadow: none !important;
}
.card {
	border: 1px solid var(--border-color) !important;
	border-radius: 20px !important;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0) !important;
}
@media (min-width:768px) {
	.sidebar {
		width: 17rem !important;
		transition: all .25s ease-in;
		overflow: hidden;
	}
	.sidebar .nav-item .collapse {
		position: relative;
		left: 0;
		z-index: 1;
		top: 0;
		-webkit-animation: none;
		animation: none
	}
	.sidebar .nav-link {
		display: block;
		width: auto;
		text-align: left;
		padding: .875rem 1rem !important;
		margin-right: 1rem;
		border-radius: 10px;
	}
	li.toggle-item a.nav-link {
		background: #F5F5F5;
	}
	
	.sidebar.toggled {
		overflow: visible;
		width: 6.5rem !important;
		transition: all .25s ease-in;
	}
	
 }


 /* login-section */

section.login-pg {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
}
.login-lft-sec {
    background: url(../img/login-bg.jpg) no-repeat;
    background-position: top;
    width: 100%;
    min-height: 850px;
    border-radius: 40px;
    overflow: hidden;
    background-size: cover;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: baseline;
}
.login-img-txt h3 {
    font-size: 2.875rem;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
}
.login-img-txt p {
    font-size: 1.25rem;
    color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}
.login-form {
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow-x: hidden;
}
.login-form button {
	width: 100%;
}
.login-form p {
	color: var(--gray);
}
.login-form a.link {font-size: 0.875rem; transition: 0.5s;}
.login-form a.link:hover {color: #4892b0 !important; transition: 0.5s;}
.login-form .form-check label {font-size: 0.875rem;}
.login-form .form-check input[type=checkbox] {
	width: 20px;
	height: 20px;
}
.copy-rt-sec {
	text-align: center;
}
.copy-rt-sec p{
	margin-bottom: 0;
}
.copy-rt-sec p {
    margin-bottom: 0;
    font-size: .875rem;
	margin-top: 30px;
}
.otp-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.otp-input input.form-control {
    margin: 5px;
    max-width: 100px!important;
    width: 100%!important;
}
span.error {
    color: red;
    font-size: 12px;
}
button.btn.resend-btn {
    border: none;
    color: var(--primary);
    padding: 0 !important;
    height: auto;
	font-size: 0.875rem;
}
/* login-section */

/* dashboard-page */
.card-body.dash-counts p {
	font-size: 1.125rem;
	color: var(--dark) !important;
}
.card-body.dash-counts h5 {
	font-size: 2.188rem;
	color: var(--dark);
	margin-bottom: 0;
}
.card-body.dash-counts span {
	color: var(--gray);
	font-size: 0.875rem;
}
.card-body.dash-counts a {
	font-size: 0.875rem;
	display: block;
	margin-top: 20px;
}
.card-body.rcnt-subscrbs h3 {
    font-size: 1.25rem;
}
.sort-sec {
    display: flex;
    align-items: center;
    border: 1px solid var(--primary);
    padding-left: 10px;
    border-radius: 50px;
	height: 50px;
}
.sort-sec p{
	/* width: 100%; */
	margin-bottom: 0;
	color: var(--gray);
	font-size: 0.938rem !important;
}
.sort-sec select.form-select {
    border: 0 !important;
    width: 110px;
	font-size: 0.938rem !important;
    height: 47px;
    border-radius: 50px !important;
    margin-right: 2px;
}
select.form-select option {
	padding: 8px;
}

.subcriber-sec {
    display: flex;
    align-items: center;
}
.subcriber-sec img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.subcriber-nme {
    margin-left: 10px;
}
.subcriber-nme p{
	font-size: 1rem;
	margin-bottom: 0;
	color: var(--dark);
	font-weight: 500;
}
.subcriber-nme span {
	color: var(--gray);
	font-size: 0.813rem;
}
.subcribe-list {
    padding: 10px;
    background: var(--white);
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subcribe-list:hover {
	background: var(--bg-light);
}
span.status-tag {
    display: inline-flex;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 2px 5px;
    min-width: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
span.status-tag-active {
	color: var(--success) !important;
	border: 1px solid var(--success);
}
span.status-tag-pending {
	color: var(--pending) !important;
	border: 1px solid var(--pending);
}
span.status-tag-inactive {
	border-color: var(--danger) ;
	color: var(--danger) !important;
}
span.status-tag.status-tag-inactive.subscription-tag-pending {
    padding: 3px 15px;
    background: #ffe9e9;
}
.card-body.dash-counts.sbscrb-counts p {
    font-size: 0.938rem;
    color: var(--gray);
}
.card-body.dash-counts.sbscrb-counts  h5{
    color: var(--primary);
}
.card-body.dash-counts.sbscrb-counts span {
	font-size: 0.813rem;
}
span.not-indication {
    width: 9px;
    height: 9px;
    background: var(--success);
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
}
.morris-hover.morris-default-style {
    max-width: 170px;
    font-size: 0.875rem;
	left: 20px;
	display: none !important;
}

/* dashboard-page */

/* table */
	.list-table table th, table th {
		color: var(--primary);
		font-size: 0.938rem;
		font-weight: 500;
	}

	tbody, td, tfoot, th, thead, tr {
		border-color: var(--light-gray) !important;
		border-style: solid !important;
		border-width: 0;
		vertical-align: middle;
	}
	.list-table .table-hover>tbody>tr:hover {
		background: var(--bg-light) !important;
		--bs-table-accent-bg :none !important;
	}
	th, td {
		padding: 10px !important;
	}
	/* .list-table.table-responsive {
		min-height: 500px;
	} */
/* table */

.list-table .profile-sec img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
  	object-fit: cover;
}
.list-table  .profile-sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.list-table p {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0;
  	color: var(--gray);
}
.btn-group.option-btn a.dropdown-item.success {
	color: var(--success) !important;
}
.btn-group.option-btn a.dropdown-item.reject {
	color: var(--danger) !important;
}
.list-table span {
	color: var(--gray);
	font-size: 0.813rem;
}
.btn-group.option-btn .dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    border-radius: 15px !important;
    border: 1px solid #f3f3f3 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}
.btn-group.option-btn a.dropdown-item {
	color: var(--gray) !important;
	font-size: 0.875rem;
}
.btn-group.option-btn a.dropdown-item i {
    width: 20px !important;
}
.btn-group.option-btn a.dropdown-item:hover {
	color: var(--primary) !important;
	font-size: 0.875rem;
	background: var(--bg-light);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bg-light) !important;
}

input[type=checkbox] {
	position: relative;
	  border: 2px solid var(--primary);
	  border-radius: 3px;
	  background: none;
	  cursor: pointer;
	  line-height: 0;
	  margin: 0 .6em 0 0;
	  outline: 0;
	  padding: 0 !important;
	  vertical-align: text-top;
	  height: 22px;
	  width: 22px;
	  -webkit-appearance: none;
  }
  
  input[type=checkbox]:hover {
	opacity: 1;
  }
  
  input[type=checkbox]:checked {
	background-color: var(--primary);
	opacity: 1;
	color: #fff;
  }
  
  input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 6px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
  }
  .form-check-input:checked {
	border-color: var(--primary) !important;
  }
  .form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
  .form-check label {
    font-size: 0.938rem;
    font-weight: 500;
}
  .btn-group.option-btn a.btn.dropdown-toggle {
    display: flex;
    align-items: center;
}
.form-select:focus {
	box-shadow: none !important;
}
nav.breadcrumb-nav {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    font-size: 0.875rem;
}
span.back-brdr {
    height: 20px;
    border-right: 2px solid var(--gray);
}
.breadcrumb span {
    color: var(--gray) !important;
}
.crte-bsness-top-banner {
    height: 220px;
    background: var(--primary);
    border-radius: 20px 20px 0 0;
	position: relative;
}
.crte-bsness-top-banner-dtls {
    width: 100%;
    height: 100%;
    background: #30B1E5;
	background: linear-gradient(180deg, rgba(48, 177, 229, 1) 0%, rgba(43, 147, 189, 1) 100%);
    position: relative;
    border-radius: 20px 20px 20px 20px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prf-edt{
	width: 150px;
  height: 150px;
}
.crte-bsness-top-banner-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid var(--primary);
	position: relative;
	margin-top: 20px;
}
.crte-bsness-top-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.crte-bsness-top-banner-dtls h3 {
	position: relative;
	color: var(--white);
}
.crte-bsness-top-banner-dtls p {
	position: relative;
	color: var(--white);
}
a.img-cnrtl-btn {
    width: 35px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark);
    border-radius: 50%;
    color: var(--white) !important;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 18px;
    line-height: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.banner-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
span.agent-type {
    display: block;
	color: var(--primary);
}
img.cmpny-cover-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.company-prfl {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid var(--primary);
    position: relative;
	padding: 3px;
}
.company-prfl img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.btn-danger-outline {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--danger);
	color: var(--danger) !important;
	min-width: 120px;
}
.btn-danger-outline:hover {
	background: var(--danger);
	color: var(--white) !important;
}
.cmpny-dtls h1 {
    font-size: 1.75rem;
	color: var(--gray-dark);
}
.cmpny-dtls p {
	color: var(--gray);
}
p.join-dt span {
	color: var(--primary);
}
.cmpny-dtls-txt {
    color: var(--gray);
    font-size: 0.875rem;
}
.cmpny-dtls-txt p{
	color: var(--gray-dark);
	font-size: 1rem;
}
a.btn.whtsapp-btn {
    background: var(--success);
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 150px;
}
a.btn.whtsapp-btn i{
	font-size: 20px;
}
.cmpny-dtls-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #e5e5e5 !important;
    border-bottom-color: var(--white) !important;
    border-radius: 10px 10px 0 0;
    color: var(--primary) !important;
    font-size: 1rem !important;
	font-weight: 600;
}
.cmpny-dtls-tabs .nav-item button.nav-link {
	min-width: 150px;
	font-size: 0.875rem;
	color: var(--gray);
	height: 41px;
	font-weight: 500;
    white-space: nowrap;
}
.cmpny-dtls-tabs .tab-content {
    min-height: 500px;
    background: var(--white);
    padding: 30px;
    border: 1px solid var(--border-color);
    margin-top: -1px;
    border-radius: 0 0 20px 20px;
    border-top: 0;
	position: relative;
}
.cmpny-dtls-tabs .nav-tabs {
    border-bottom: 1px solid var(--white);
    background: var(--light-gray);
    border-radius: 10px 10px 0 0;
    display: inline-flex;
    flex-wrap: nowrap;
  	overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: auto;
}
.cmpny-dtls-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}
.card.ovrview-cards {
    background: #30B1E5;
	background: linear-gradient(180deg, rgba(48, 177, 229, 1) 0%, rgba(43, 147, 189, 1) 100%);
    color: #fff !important;
	height: 160px;
}
.card.ovrview-cards h2 {
    font-size: 60px;
}
.card.ovrview-cards h5 {
	font-size: 20px;
}
.card.ovrview-cards h3 {
	color: var(--white);
	margin-bottom: 0;
}
.card.ovrview-cards .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}
.card.ovrview-cards span {
	font-size: 0.813rem;
}
.follow-card {
	background: #53B948;
	background: linear-gradient(180deg, rgba(83, 185, 72, 1) 0%, rgba(37, 83, 32, 1) 100%) !important;
}
.profile-card {
	background: var(--darkblue) !important;
}
.whatsapp-card {
	background: var(--success) !important;
}
.call-card {
	background: var(--primary) !important;
}
.card.ovrview-cards.account-card {
    background: var(--success);
}
.card.ovrview-cards.commission-card {
	background: #6A66F6;
}
.service-list {
    display: flex;
    align-items: center;
}
.service-list img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}
.service-list p{
	color: var(--gray-dark);
	font-size: 1rem;
	margin-bottom: 0;
	margin-left: 10px;
}
.subcribe-list.service-list:hover .option-sec-hover {
	display: block;
}
.option-sec-hover {
	display: none;
}
.sz-bg-img img {
	width: 200px !important;
}
img.offer-banner {
    width: 100%;
    border-radius: 20px 20px 0 0;
    position: relative;
    height: 200px;
    object-fit: cover;
}
span.offer-tag {
    border: 1px solid var(--gray);
	color: var(--gray);
    padding: 5px 10px;
    font-size: 0.813rem;
    border-radius: 20px;
}
span.offer-tag.approved-tag {
	background: var(--success);
	border: 1px solid var(--success);
	color: var(--white);
}
span.offer-tag.premium-tag {
	background: var(--primary);
	color: var(--white);
	border: 1px solid var(--primary);
}
.offer-optn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 10px;
}
img.offer-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid var(--primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
	object-fit: cover;
}

.img-sec img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.offer-img-sec .img-sec {
    border: 1px solid var(--border-color);
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.card-body.offer-dtls span {
    color: var(--primary);
    font-size: 0.875rem;
    margin-bottom: 5px;
    display: block;
}
.card-body.offer-dtls p {
	font-size: 0.938rem;
	color: var(--gray-dark);
}
.card-body.offer-dtls ul li {
	font-size: 0.875rem;
}
.tab-service-sec {
    width: 100%;
}
.services-imgs {
    text-align: center;
    position: relative;
}
.services-imgs img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}
a.close-btn {
    font-size: 20px;
    color: var(--primary);
    position: absolute;
    right: 8px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-service-sec.gallery-sec .services-imgs img {
    width: 100%;
    height: 220px;
}
.modal-content {
	border-radius: 20px;
    min-height: 350px;
}


/* star-rating */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color: var(--secondary);
	margin-right: 10px;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: var(--primary);   
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: var(--primary);
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: var(--primary);
}
/* star-rating */
.modal-footer {
	border-top: none;
}

.overview-edit-service-img {
    border-radius: 20px;
    position: relative;
}
.overview-edit-service-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px dashed var(--primary);
}
span.edit-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: var(--primary);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* scroll-tab-start */

.scrtabs-tab-container * {
	box-sizing: border-box; }
  
	.scrtabs-tab-container {
		height: 42px;
		background: transparent;
		border-radius: 10px 10px 0 0;
	}
	.scrtabs-tab-container .tab-content {
	  clear: left; }
  
  .scrtabs-tab-container .scrtabs-tabs-movable-container > .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row; }
  
  .scrtabs-tabs-fixed-container {
	float: left;
	height: 42px;
	overflow: hidden;
	width: 100%; }
  
  .scrtabs-tabs-movable-container {
	position: relative;
	transition: transform 2s; }
	.scrtabs-tabs-movable-container .tab-content {
	  display: none; }
  
  .scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
	padding-right: 0; }
  
  .scrtabs-tab-scroll-arrow {
	cursor: pointer;
	display: none;
	float: left;
	font-size: 12px;
	height: 100%;
	padding-left: 0.6em;
	padding-top: 1.3em;
	width: 20px; 
	}
	.scrtabs-tab-scroll-arrow:hover {
	  background-color: var(--bg-light); }
  
  .scrtabs-tab-scroll-arrow > span {
	border-right: 3px solid var(--primary);
	border-bottom: 3px solid var(--primary);
	display: block;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg); }
	.scrtabs-tab-scroll-arrow > span:hover {
	  border-right-color: var(--primary);
	  border-bottom-color: var(--primary); }
  
  .scrtabs-tab-scroll-arrow-left > span {
	transform: rotate(135deg); }
  .scrtabs-tab-scroll-arrow-right {
	padding-left: 0.4em; }
  
  .scrtabs-tab-scroll-arrow,
  .scrtabs-tab-scroll-arrow .scrtabs-click-target {
	cursor: pointer; }
  
  .scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
	cursor: default; }
  
  .scrtabs-tab-scroll-arrow.scrtabs-disable,
  .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
	color: #ddd;
	cursor: default; }
	.scrtabs-tab-scroll-arrow.scrtabs-disable > span,
	.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target > span {
	  border-color: var(--gray); }
  
  .scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
	background-color: initial; }
  

/* scroll-tab-end */

.img-drpdown {
    position: absolute;
    top: 5px;
    right: 5px;
}
.img-drpdown .btn-group.option-btn a.btn.dropdown-toggle {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
span.star-rating {
    color: var(--warning);
    font-size: 0.938rem;
}
.list-table {
	overflow: auto !important;
}
.list-table div:first-child {
	overflow: visible !important;
}
.acnt-bal-sec {
    background: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
	color: var(--primary);
	flex-wrap: wrap;
}
.acnt-bal-sec h5 {
	color: var(--primary);
}
.sort-sec.date-sort p {
    font-size: 1rem;
}
.sort-sec.date-sort select.form-select {
    min-width: 200px;
}
.category-card {
    border: 1px solid var(--border-color);
    border-radius: 20px;
}
.category-card .card {
	border: 0 !important;
}
.category-card img {
	border-radius: 20px 20px 0 0;
}
.category-card .btn-group.option-btn a.btn.dropdown-toggle {
    width: 25px;
    height: 25px;
    background: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-icon{
    position: absolute;
    top: 15px;
    right: 20px;
    color: var(--primary);
}
label.cus-label {
    margin-bottom: 0;
    position: absolute;
    top: -15px;
    left: 20px;
    background: #fff;
    padding: 3px 5px;
    font-size: 15px;
    color: var(--gray);
    font-weight: 500;
	z-index: 2;

}
.phone-number-sec label.cus-label {
    left: 10px;
}
.form-check {
    display: flex !important;
    min-height: auto !important;
    margin-bottom: auto !important;
}
.form-check-input:checked[type=checkbox] {background-image: unset !important;}

.or-sec {
    text-align: center;
    display: flex;
    margin: 25px 0;
    position: relative;
    z-index: 9;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.or-sec span {
    background: #fff;
    display: flex;
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 99;
    align-items: center;
    justify-content: center;
	color: var(--gray);
}

.or-sec:before {
    z-index: 1;
    width: 100%;
    content: '';
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}
.list-address {max-width: 70% !important;}
.profile-sec img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
  	object-fit: cover;
}
.profile-sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.property-location {
    border-radius: 20px;
    overflow: hidden;
}
.phone-number-sec select {
    min-width: 130px;
}
.prprty-dtail p {
    margin-bottom: 0;
}
.card-img-sec {
    margin: 1rem 1rem 0;
    position: relative;
}
.card-img-sec img.card-img-top {
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
    z-index: 2;
    position: relative;
}
.trainer-tag {
    background: #30b1e5;
    display: inline-flex;
    padding: 5px 10px;
    font-size: 0.875rem;
    color: #fff;
    align-items: center;
    border-radius: 5px 5px 5px 0;
    position: absolute;
    left: -10px;
    bottom: 20px;
	z-index: 99;
}
.trainer-tag span {
	font-size: 20px;
	padding-bottom: 1px;
}
.tag-bar {position: relative;}
.tag-bar:before {
    position: absolute;
    content: "";
    background-image: url(../img/tag-before.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    left: -13px;
    bottom: -13px;
    display: block;
    z-index: 1;
    width: 14px;
    height: 8px;
}
.tag-bar small{font-size: 12px;}
.speciality-tags {
    display: flex;
    flex-wrap: wrap;
}
.speciality-tags span {
    background: #E4F7FF;
    padding: 3px 7px;
    font-size: 13px;
    color: var(--primary);
    margin: 3px 4px 3px 0;
    border-radius: 5px;
	font-weight: 500 !important;
}
a.dlt-btn.danger {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    background: var(--danger);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.upload-img-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    border: 1px dashed #D3D3D3;
    border-radius: 10px;
}
.upload-img-sec p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.add-trainer-tag {
    display: flex;
    align-items: center;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 3px 8px;
	margin: 5px;
}
.add-trainer-tag img {
	width: 30px;
    height: 30px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check.select-user input[type=checkbox] {
	border-radius: 50%;
	margin-right: 0;
}
.amenities-list {
    display: flex;
    align-items: center;
}
.amenities-list span {
	color: var(--primary);
	margin-right: 10px;
}
.amenities-list  p {
	margin-bottom: 0;
	font-size: 1rem;
}

.edit-amenities .amenities-list .form-check {
	margin-bottom: 0 !important;
}
.modal-header h3 {
    margin-bottom: 0;
}
span.star-tag {
    background: #2fb2e5;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
}

/* gallery-1 */

/* Main Image */
.main-image img {
	width: 100%;
	height: auto;
	height: 250px;
	object-fit: cover;
	border-radius: 15px;
  }

  /* Thumbnails */
  .thumbnail-wrapper {
	max-width: 100%;
	overflow-x: auto;
  }
  
  .thumbnail-images img {
	width: 100px;
	height: 80px;
	object-fit: cover;
	margin: 0 2px;
	opacity: 0.6;
	border-radius: 10px;
	cursor: pointer;
	flex: 0 0 auto;
	transition: all 0.3s;
  }
  
  .thumbnail-images img.active {
	opacity: 1;
	border: 2px solid var(--primary);
  }

  /* Dots */
  .dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
  .dot {
	height: 10px;
	width: 10px;
	margin: 0 3px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.3s;
  }
  .dot.active {
	background-color: var(--primary);
  }

/* gallery-1 */

.black {
	color: var(--dark) !important;
}
.room-option .speciality-tags span {
    margin: 5px 10px 5px 0;
    min-height: 40px;
}
.room-option .speciality-tags span i {
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.room-option .speciality-tags span img {
	width: 20px;
	height: 20px;
	object-fit: cover;
}
span.tags {
	min-height: auto !important;
}
a.btn.action-icon-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.btn.action-icon-btn.remove-btn {
    background: var(--danger);
    color: var(--white) !important;
    border: var(--danger);
}
/* gallery */
.gallery-img {
	cursor: pointer;
	transition: transform 0.2s ease;
  }
  .gallery-img:hover {
	transform: scale(1.03);
  }
  .modal-arrow {
	font-size: 2rem;
	color: white;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1055;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
  }
  .arrow-left {
	left: 15px;
  }
  .arrow-right {
	right: 15px;
  }
  .galleryimgs {
    position: relative;
}

.thumbnail-tag {
    position: absolute;
    left: 5px;
	top: 10px;
    z-index: 99;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	border-radius: 50%;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(2.5px);
	-webkit-backdrop-filter: blur(2.5px);
}

  .galleryimgs img.gallery-img {
    height: 250px;
    width: 100%;
    border-radius: 10px;
	position: relative;
	object-fit: cover;
}
.galleryimgs .btn-primary {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 40px;
    font-size: 14px !important;
    min-width: auto;
    width: auto !important;
	display: flex;
	align-items: center;
}
.galleryimgs a.remove-btn {
    position: absolute;
    top: 10px;
    right: 5px;
}
/* gallery */

.offer-optn .btn-group.option-btn a.btn.dropdown-toggle {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    justify-content: center;
    margin-top: 10px;
    margin-right: 10px;
}
.offers-card {
	height: 100%;
}
.train-program {
    border: 1px solid #30b1e5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 2px;
	position: relative;
}
.train-program span {
    background: #30b1e5;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 3px;
}
.train-program span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.resort-welcome {
		width: 100%;
		height: 200px;
		object-fit: contain;
		margin-bottom: 20px;
	}
	.btn-group.header-profile {
		padding: 5px 20px 5px 7px;
		border: 1px solid #D3D3D3;
		border-radius: 30px;
		background: #fff;
	}
	.property-header-profile .btn-group.header-profile {
		min-width: 260px;
		position: relative;
	}
	.btn-group.header-profile small {
		font-size: 13px !important;
	}
	a.dropdown-toggle i {
		font-size: 18px;
		position: absolute;
		right: 10px;
		top: 15px;
		display: block;
	}
	.property-header-profile ul.dropdown-menu {
		min-width: 400px;
		padding: 13px 10px;
	}
	.property-lst {
		border: 1px solid #e6e6e6;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.property-lst {
		border: 1px solid #e6e6e6;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 10px;
		margin-bottom: 5px;
	}
	.property-lst h6 {
		line-height: normal;
		display: block;
		font-size: 1rem;
	}
	.property-lst img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.property-lst .btn-primary {
		min-width: auto;
		font-size: 14px;
	}
	span.current-tag {
		background: #ecfaff;
		font-size: 13px;
		color: #30b1e5;
		border-radius: 20px;
		font-weight: 600;
	}
	.btn-group.header-profile a.dropdown-toggle {
		width: 100%;
	}
	.swal2-confirm.ok-btn.swal2-styled {
		padding: 11px 37px;
		}
/* custom-tooltip */

.train-program .tooltip {
	background: var(--white) !important;
	bottom: 100%;
	color: var(--gray) !important;
	font-weight: 500;
	font-family: var(--bs-font-sans-serif);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -50px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 5px !important;
	pointer-events: none;
	position: absolute;
	width: 100%;
	min-width: 150px;
	height: auto;
	border-radius: 10px;
	-webkit-transform: translateY(10px);
	  -moz-transform: translateY(10px);
	  -ms-transform: translateY(10px);
	   -o-transform: translateY(10px);
		transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	  -moz-transition: all .25s ease-out;
	  -ms-transition: all .25s ease-out;
	   -o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	}
	
	/* This bridges the gap so you can mouse into the tooltip without it disappearing */
	.train-program .tooltip:before {
		bottom: -20px;
		content: " ";
		display: block;
		height: 20px;
		left: 0;
		position: absolute;
		width: 100%;
	}


    
/* outside-booking */

.form-select[disabled] {
    background-color:#fff !important;
    color:#495057 !important;
    opacity:1;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
    border: 0;
    border-radius: 3px;
}
.custom-table {
    width: 100%; /* Set width for scroll area */
    border-collapse: collapse;
}
.custom-table th,
.custom-table td {
    border: 1px solid #D3D3D3;
    padding: 8px;
    text-align: center !important;
    font-size: 14px;
    border-color: #D3D3D3 !important;
    color: #717171;
    min-width: 50px;
}
.custom-table th {
    background: #0A9EDB;
    color: white;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 5;
}
.section-row td {
    background: #fff;
    font-weight: bold;
    text-align: left;
    padding: 6px !important;
    font-size: 15px;
    color: #717171;
}
td.label {
    background: #f1f1f1;
    font-weight: 500;
    text-align: left !important;
    width: 145px;
    color: #000;
}
.monthly-table td.label {
    display: table-caption;
    min-height: 35px;
}
td.label h6 {
    font-size: 1rem !important;
}
.available {
    background: #D6F5D6;
    color: #1A7F1A;
    font-weight: bold;
}
.booked {
    background: #FFD6D6;
    color: #D62828;
    font-weight: bold;
}
th.label-th {
    width: 145px;
    text-align: left !important;
}
.date-input input.form-control {
    padding-left: 35px;
    padding-right: 35px;
}
span.date-icon {
    position: absolute;
    left: 9px;
    top: 13px;
    font-size: 17px;
}
span.search-icon {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 17px;
}
.indication-sec {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
span.indication {
    width: 25px;
    height: 25px;
    background: #333;
    border-radius: 5px;
    margin-right: 10px;
}
span.indication.green {
    background: #80D660;
}
span.indication.red {
    background: #FF3B30;
}
.error-sec {
    border-radius: 5px;
    background: #fff2f4;
}
/* outside-booking */
/* outside-booking */

button.btn-arrow {
    width: 40px;
    height: 47px;
    border-radius: 5px !important;
    border: 1px solid var(--primary);
    display: flex;
}
.date-input span {
    position: absolute;
    top: 15px;
    left: 7px;
    font-size: 20px;
    color: var(--gray);
}

	
	/* CSS Triangles - see Trevor's post */
	.train-program .tooltip:after {
		border-left: solid transparent 10px;
		border-right: solid transparent 10px;
		border-top: solid var(--white) 10px;
		bottom: -10px;
		content: " ";
		height: 0;
		left: 50%;
		margin-left: -13px;
		position: absolute;
		width: 0;
	}
	
	.train-program:hover .tooltip {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
			transform: translateY(0px);
	}
	

	/* custom-tooltip */
	.card.crt-trainer .crte-bsness-top-banner-dtls {
		height: 170px;
		align-items: flex-start;
	}
	.card.crt-trainer .crte-bsness-top-banner-img {
		margin: 0 auto;
		/* margin-top: -80px; */
		position: relative;
		overflow: hidden;
	}
	.upload-sec {
		height: 200px;
		background: #F2F2F2;
		border: 1px solid var(--gray);
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		border-radius: 20px;
	}
	a.upload-cntrl-sec {
		background: rgba(0, 0, 0, 0.3);
		width: 150px;
		height: 50px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: -3px;
		margin: 0;
		padding: 0;
		border-radius: 0 0 50% 50%;
		bottom: 0;
		color: var(--white) !important;
		transition:  .5s ;
	}
	.crte-bsness-top-banner-img a.upload-cntrl-sec:hover {
		background: rgba(0, 0, 0, 0.6);
		transition: .5s;
	}
	.box-tag {
		border: 1px solid #a8a8a8;
		padding: 10px;
		border-radius: 10px;
		margin: 5px 5px 5px 0;
	}
	.dark {
		color: var(--dark);
	}
	.tagged-properties-sec .card-body h6 {
		max-width: 220px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.tagged-img {
		margin: 15px 15px 0 15px;
	}
	.tagged-img img {
		border-radius: 10px;
	}
	.doc-icon-sec {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 200px;
	}
	.doc-icon-sec img {
		width: 100px;
		height: 100px;
	}
	section.login-pg.resort-login-pg {
		padding: 0 !important;
	}
	section.login-pg.resort-login-pg .login-lft-sec {
		background: url(../img/resort-login.jpg) no-repeat;
		height: 100vh;
		border-radius: 0;
		background-position: center;
	}
	section.login-pg.resort-login-pg .login-lft-sec h1 {
		font-size: 60px;
		font-weight: 600 !important;
	}
	section.login-pg.resort-login-pg .login-lft-sec p {
		max-width: 80%;
	}
	.white {
		color: var(--white);
	}
	img.resort-login-icon {
		width: 50px !important;
		height: 50px !important;
	}
	img.logo-login {
		width: 250px;
		margin-bottom: 20px;
	}
	::placeholder {
		color: rgb(191, 191, 191) !important;
		opacity: 1; /* Firefox */
		font-size: 14px;
	  }
	  ::-ms-input-placeholder { /* Edge 12-18 */
		color: rgb(191, 191, 191) !important;
		font-size: 14px;
	  }
	  img.language-icon {
		width: 40px;
		height: 40px;
		object-fit: cover;
		border-radius: 50%;
		margin-right: 10px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	}
	.browser {
		width: 50px;
		height: 50px;
		position: relative;
	}
	img.browser-icon {
		width: 50px;
		height: 50px;
		object-fit: contain;
		border: 1px solid #fff;
	}
	span.os-icon {
		position: absolute;
		right: -5px;
		bottom: -1px;
		width: 25px;
		height: 25px;
		background: #fff;
		border-radius: 50%;
		border: 1px solid #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	span.os-icon img {
		width: 23px;
		height: 23px;
		object-fit: contain;
		border-radius: 50%;
	}
	p.bg-light-gray {
		background: var(--light-gray);
	}
	ul.nav-ul {
		max-height: calc(100vh - 200px);
		overflow-y: auto;
	}
	input:-webkit-autofill, input:-webkit-autofill:focus {
		transition: background-color 600000s 0s, color 600000s 0s;
	}
	input[data-autocompleted] {
		background-color: transparent !important;
	}
	select:-webkit-autofill, select:-webkit-autofill:focus {
		transition: background-color 600000s 0s, color 600000s 0s;
	}
	select[data-autocompleted] {
		background-color: transparent !important;
	}
	textarea:-webkit-autofill, textarea:-webkit-autofill:focus {
		transition: background-color 600000s 0s, color 600000s 0s;
	}
	textarea[data-autocompleted] {
		background-color: transparent !important;
	}
	.btn-group.notification-sec a.btn.dropdown-toggle:hover {
		border: 1px solid var(--primary) !important;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(177, 0, 0, 0.3);
		background: var(--primary) !important;
	}
	.company-prfl.profile-img {
		position: absolute;
		left: 50%;
		bottom: -50px;
		transform: translateX(-50%);
		width: 130px;
		height: 130px;
		border: 3px solid #fff;
	}
	.modal-dialog.success-modal .modal-content {
		min-height: 350px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
		padding: 30px 20px;
	}
	.modal-dialog.success-modal .modal-content::before {
		content: '';
		position: absolute;
		background: url(../img/success-top-bg.png) no-repeat;
		background-size: contain;
		z-index: 9;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	p.succcess-txt {
		background: #ffffffe6;
		z-index: 99;
		margin: 10px 20px;
		border-radius: 10px;
		border: 1px solid #f6f6f6;
		padding: 10px;
	}

	.modal-dialog.success-modal .modal-body  {
		display: contents;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.modal-dialog.success-modal .modal-body::before {
		content: '';
		position: absolute;
		background: url(../img/success-before-icon.png) no-repeat;
		background-size: contain;
		z-index: 9;
		width: 120px;
		height: 120px;
		left: -20px;
		bottom: -20px;
	}
	.modal-dialog.success-modal .modal-body::after {
		content: '';
		position: absolute;
		background: url(../img/success-after-icon.png) no-repeat;
		background-size: contain;
		z-index: 9;
		width: 120px;
		height: 120px;
		right: -20px;
		bottom: -20px;
	}
	.alert.alert-danger ul {
		padding-left: 15px;
		font-size: 0.875rem;
		font-weight: 500;
	}
	form .text-danger {
		font-size: 13px;
	}
	.dataTables_info {
		font-size: 14px;
		color: #919191;
	}
	.profile-info h6 {
		margin-bottom: 0 !important;
		font-size: 1rem;
	}
	.profile-info p {
		margin-bottom: 0;
		font-size: 0.813rem;
	}
	table.dataTable td {
		font-size: 0.875rem;
		font-weight: 500;
		margin-bottom: 0;
		color: var(--gray);
	}
	div.dataTables_wrapper div.dataTables_length select {
		width: auto;
		display: inline-block;
		height: 35px;
	}
	li.paginate_button.page-item a.page-link {
		font-size: 0.813rem;
	}
	.page-item.active .page-link {
		background-color: var(--primary) !important;
		border-color: var(--primary) !important;
		color: var(--white) !important;
	}
	li.paginate_button.page-item.disabled a.page-link {
		color: #cccccc !important;
	}
	div.dataTables_wrapper div.dataTables_filter input {
    	height: 45px !important;
	}
	table.dataTable {
		margin: 15px 0 !important;
	}
	.pagination {
		justify-content: end;
	}
	table.dataTable {
		width: 100% !important;
	}
	input.form-control.invalid-feedback {
		display: block !important;
	}
select.form-select.page-select-form {
    border-radius: 50px !important;
    border: 1px solid var(--primary) !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid var(--form-border-color) !important;
    border-radius: 8px !important;
    min-height: 50px !important;
	height: auto !important;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 15px !important;
	margin-left: 15px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bg-color) !important;
    border: 1px solid var(--primary) !important;
    margin-top: 15px !important;
    font-size: 12px !important;
    color: #30b1e5 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid var(--primary) !important;
    color: #a10000 !important;
    font-weight: 400 !important;
    top: -3px !important;
    font-size: 16px !important;
}

li.select2-selection__choice:first-child {
    margin-left: 15px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-weight: 400;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
    font-size: 25px;
    color: var(--danger);
}
.aupload {
	height: 300px !important;
}
a.aupload.cover-upload {
    width: 100% !important;
    border-radius: 20px !important;
    background: #f8fdff;
}
a.aupload.cover-upload img {
    object-fit: contain !important;
}
  	.show-more-btn {
        color: #30B1E5;
        text-decoration: none;
        font-size: 14px;
        margin-left: 5px;
		font-weight: 400;
		display: block;
    }
    .show-more-btn:hover {
        color: #1a8bb8;
    }
	.slot-day-row label.form-label {
		font-weight: 600;
	}
	.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover {
		background: #30b1e5 !important;
		border-radius: 5px !important;
		color: #fff !important;
	}
.dropzone.dz-clickable {
    border: 2px dashed #ccc !important;
    border-radius: 20px;
    background: #f8fdff !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dropzone-upload {
	border: 2px dashed #ccc !important;
    border-radius: 20px;
    background: #f8fdff !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.aupload.cover-upload img.image-uploaded {
    object-fit: cover !important;
    object-position: center;
}
input:checked + .toggle-slider {
    background-color: #30b1e5 !important;
}
a.remove-slot-range {
    font-size: 1rem;
}
.file-sec {
    border: 1px solid #dfdfdf;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.btn-group.option-btn a.btn.dropdown-toggle {
    height: auto;
}
.dataTables_wrapper .btn-group.option-btn a.btn.dropdown-toggle {
	height: 40px !important;
}
.file-name span {
    height: 35px;
    width: 35px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}
.file-name p {
	margin-bottom: 0;
	margin-left: 5px;
	 width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.file-sec ul.dropdown-menu {
    min-width: 7rem !important;
}
.file-sec a.dropdown-item {
    padding: 2px 5px !important;
    text-align: center;
	width: auto;
}
label.error {
    color: red;
    font-size: 13px;
}
a.btn.btn-sm.btn-primary.edit-icon {
    width: 35px !important;
    height: 35px;
    position: absolute;
    min-width: auto;
    border-radius: 50%;
    z-index: 2;
    right: 0;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}
p.no-policy {
    text-align: center;
	margin-bottom: 0;
}
.policy-content {
    background: #f8f9ff;
    padding: 20px;
    border-radius: 10px;
}
.modal.policy-modal .modal-body {
    max-height: 650px;
    overflow-y: auto;
}
a.res-sidebar-logo img {
    width: 70px;
    padding: 10px;
}
.phone-input {
	padding-left: 70px !important;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

a.upload-room-img {
		width: 100%;
		border-radius: 20px;
		height: 130px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f8fdff !important;
        border: 2px dashed #ccc;
	}
	.form-select {
    border: 1px solid var(--form-border-color) !important;
    height: 50px;
    border-radius: 8px !important;
    font-weight: 500;
}
.error {
    color: red;
    font-size: 13px;
    padding-top: 3px;
}
.remove-uploaded-image {
	position: absolute;
    top: -6px;
    right: -6px;
    cursor: pointer;
    font-size: 20px;
    color: var(--danger) !important;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    font-size: 22px;
}

/* 27june */

.search-section.top-space {
  margin-top: 100px;
}
.btn-primary span{
font-size: 19px;
}
.side-tab li button{
font-size: 18px;
  font-weight: 600;
  color: #292929;
}
.side-tab .tab-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
   background-color: #f0f0f0;
      color: #555;
}
 
.side-tab .nav-link.active .tab-icon {
  background-color: #e6f6ff !important;
  color: #00aaff !important;
}
.side-tab .nav-link.active{
    color: #00aaff !important;
}
.side-tab .nav-link::before {
  display: none;
}
.side-tab .nav-tabs .nav-link {
  display: flex;
      align-items: center;
      border: none;
      border-radius: 0;
      font-weight: 500;
}
/*--------prf-img------------*/
.prf-img.crte-bsness-top-banner-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.prf-img.crte-bsness-top-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prf-img a.upload-cntrl-sec {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -3px;
  margin: 0;
  padding: 0;
  border-radius: 0 0 50% 50%;
  bottom: 0;
  color: var(--white) !important;
  transition: .5s;
  backdrop-filter: blur(5px);
}
/*--------prf-img------------*/
.prf-list h6{
  font-size: 18px;
  color: #292929;
  margin: 0px;
  font-weight: 600;
}
.prf-list .prf-wp p{
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
    line-height: 23px !important;
}
.prf-list a{
  color: #00aaff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
.prf-list .border-bottom{
  border-bottom: 1px solid #D3D3D3 !important;
  align-items: center;
}
.side-tab li.nav-item.border-bottom{
border-bottom: 2px solid #dedede !important;
}
.tab-ht{
  min-height: 500px;
}
.prf-list .flag img{
   width: 30px;
  height: 30px;
  border-radius: 50%;
}
.btn-danger{
   color: var(--white) !important;
   background: var(--danger);
}
.properties-group {
    margin-right: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    right: 10px;
    bottom: 5px;
}
.properties-group-img {
    margin-left: -10px;
    transition: 0.5s ease-out;
}
.properties-group-img img.thumb-user-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
    border: 2px solid var(--white);
    margin: 5px 0px;
}
.properties-group:hover .properties-group-img {
    margin-left: 2px;
    transition: 0.5s ease-out;
}
.properties-group-img:first-child {
	margin-left: 0 !important;
}
.properties-group-img img.thumb-user-img:first-child {
	margin-left: 0px !important;
}
.properties-group:hover .properties-group-img:first-child {
	margin-left: 0 !important;
}
.cus-tab{
	border: 1px solid var(--form-border-color);
  padding: 8px !important;
	border-radius: 143px;	
	gap: 10px;
}
.cus-tab li .nav-link.active{
	background: var(--primary);
  color: var(--white) !important;
  border-radius: 88px;
}
.cus-tab li .nav-link{
color: var(--dark);
  font-weight: 600;
  border-radius: 88px;
}
.cus-tab li .nav-link:hover{
transform: scale(1.025);
  transition: 0.5s;
}
.cus-tab .nav-item{
	  border-radius: 88px;
}
.cus-tab .nav-item .nav-link .table-icon{
	height: 19px;
	width: 19px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cus-tab .nav-item .nav-link .table-icon span{
	font-size: 13px;
}
.cus-tab .nav-item .nav-link.active .table-icon{
	background: var(--white);
}
.cus-tab .nav-item .nav-link.active .table-icon span{
	color: var(--primary);
}
.cus-tab .nav-item .nav-link .table-icon{
background: #9E9E9E;
}
.cus-tab .nav-item .nav-link .table-icon span{
	color: var(--white);
}

/* datetime-picker */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom {
    height: 155px !important;
    padding: 10px !important;
}
span.timepicker-minute {
    font-size: 40px !important;
    line-height: normal !important;
	cursor: pointer !important;
}
span.timepicker-hour {
    font-size: 40px !important;
    line-height: normal !important;
	cursor: pointer !important;
}
.bootstrap-datetimepicker-widget table.table-condensed td {
    padding: 5px !important;
    text-align: center !important;
}
table.table-condensed a.btn {
	height: auto !important;
	padding: 0 !important;
	cursor: pointer !important;
}
table.table-condensed button.btn.btn-primary {
    min-width: auto !important;
    height: 35px !important;
    /* width: 50px !important; */
    margin-left: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
td.separator {
    font-size: 30px !important;
	padding: auto 20px;
}
table.table-condensed td.hour, table.table-condensed td.minute {
    padding: 10px !important;
    cursor: pointer;
}
/* datetime-picker */

/* .btn-primary {
    background: #30B1E5 !important;
	background: linear-gradient(180deg, rgba(48, 177, 229, 1) 0%, rgba(43, 147, 189, 1) 100%) !important;	
    color: var(--white) !important;
    border-color: var(--primary) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
	min-width: 120px;
	font-size: 0.938rem !important;
	transition: 0.5s !important;
}
.btn-primary:hover {
	transform: scale(1.025);
	transition: 0.5s;
} */

.btn-primary {
    background-image: linear-gradient(to right, #30B1E5 0%, #2B93BD 51%, #30B1E5 100%);
    border:1px solid #2ea8d9 !important;
}
.btn-primary {
  padding: 15px 25px;
  text-align: center;
  transition: 0.2s !important;
  background-size: 200% auto;
  color:var(--white) !important;
  border-radius: 10px;
  display: block;
  line-height: normal;
}
.btn-primary:hover {
  background-position: right center; /* change the direction of the change here */
  color: var(--white);
  text-decoration: none;
  transition: 0.2s !important;
}
button.swal2-confirm {
	background-image: linear-gradient(to right, #30B1E5 0%, #2B93BD 51%, #30B1E5 100%) !important;
    border:1px solid #2ea8d9 !important;
	padding: 11px 15px;
	text-align: center;
	transition: 0.2s !important;
	background-size: 200% auto !important;
	color:var(--white) !important;
	border-radius: 30px !important;
	display: block !important;
	line-height: normal;
	font-size: 14px !important;
}
button.swal2-deny.swal2-styled {
  border-radius: 30px !important;
  font-size: 14px !important;
  padding: 11px 40px;}

button.swal2-cancel.swal2-styled {
  border-radius: 30px !important;
  font-size: 14px !important;
  padding: 11px 25px;
  border: 1px solid var(--primary) !important;
  background: #fff !important;
  color: var(--primary) !important;
}
button.swal2-confirm:hover {
	background-position: right center !important; /* change the direction of the change here */
  color: var(--white);
  text-decoration: none;
  transition: 0.2s !important;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}
.galleryimgs .action-icon-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.text-primary {
    color: var(--primary)!important;
	text-decoration: none !important;
}
.modal-header button.btn-close {
    opacity: 1;
    filter: unset;
}
.profile-sec h6 {
    margin-bottom: 0;
}
img.card-icon {
    width: 50px;
    height: auto;
    margin-right: 10px;
    object-fit: cover;
}
img.booking-img {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    object-fit: cover;
    max-width: 170px;
}
span.badge.room-badge {
    border-radius: 20px;
    border: 1px solid #30b1e5;
    color: #03A9F4;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
}
.date-time-card {
    border: 1px solid #dadada;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 2px;
}
.date-time-card p {
    margin-bottom: 0;
    font-size: 14px !important;
    color: var(--dark);
    font-weight: 600;
    line-height: normal !important;
}
.date-time-card small {
    margin-bottom: 0;
    font-size: 13px !important;
    color: var(--gray);
    font-weight: 500;
    line-height: normal;
}
.date-time-card.more-button {
    height: 55px;
    width: 50px;
    display: flex;
    color: var(--white) !important;
    border: 0;
    align-items: center;
    background: #30B1E5;
    background: linear-gradient(180deg, rgba(48, 177, 229, 1) 0%, rgba(43, 147, 189, 1) 100%);
}
.date-time-card.more-button h5 {
	color: var(--white) !important;
}
.trainer-sec img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
	object-fit: cover;
}
.trainer-sec p {
	font-size: 1.125rem;
	line-height: normal !important;
}
.modal-body .trainer-sec img {
	width: 100%;
    height: 130px;
    object-fit: cover;
}
.form-control.error, .form-select.error {
    color: #333;
    padding-top: 8px;
    display: flex;
    align-items: center;
    font-size: 1rem;
}
/* phone-sec */
.iti {
        width: 100%;
    }
  
    .iti__selected-flag {
        width: 100%;
        padding: 0 10px;
		border-radius: 0.25rem 0 0 0.25rem;
		max-width: 100px;
    }
    .iti__country-list {
        width: 100% !important;
		max-width: 500px !important;
		z-index: 3 !important;
    }
    .phone-number-sec {
        position: relative;
    }
    .iti__flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 1px;
        background-color: #fff;
        border: 0 !important;
        border-radius: 10px;
		width: 100% !important;
		height: 50px !important;
    }
    .phone-input {
		padding-left: 85px !important;
	}
	.iti--separate-dial-code .iti__selected-flag {
		background: transparent !important;
		padding: 0 0 0 10px;
		
	}
	.iti {width: 100% !important;}

/* phone-sec */

.password-input .input-icon {
    right: 1px !important;
    height: 48px;
    width: 35px;
    background: #ffffff;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
}

.password-input label.cus-label {
	left: 10px;
}
/* loader */
	.preloader {
		position: absolute;
		z-index: 9;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		left: 0;
		right: 0;
		top: 0;
		display: inline-flex;
		align-items: start;
		justify-content: center;
		padding-top: 10%;
	}
	.preloader img {
		width: 70px;
		height: 40px;
		object-fit: cover;
	}
	img.loader-logo {
		display: block;
		height: auto;
		width: 100px;
	}
	/* .crte-bsness-top-banner-img .aupload:hover::after {
		font-size: 14px !important; 
		content: "\f030";
		font-family: "FontAwesome";
	} */
	div.dataTables_processing {padding: 0;}
	.dataTables_processing.card {
		border: 0 !important;
		background: rgb(255 255 255 / 85%);
	}
	/* DataTables clear button */
	.dataTables_filter { position: relative; }
	.dataTables_filter .dt-clear-btn {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		border: none;
		background: transparent;
		color: #9e9e9e;
		font-size: 22px;
		line-height: 1;
		cursor: pointer;
		opacity: 0;
		pointer-events: none;
		transition: opacity .15s ease;
	}
	.dataTables_filter .dt-clear-btn.show {
		opacity: 1;
		pointer-events: auto;
	}
	.dataTables_filter input.form-control, .dataTables_filter input[type="search"] {
		padding-right: 32px !important;
	}
	div.dataTables_processing {
		position: absolute;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		text-align: center;
		padding: 2px;
		z-index: 10;
		border-radius: 0px !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0);
	}
	div.dataTables_processing > div:last-child{
		display: none !important;
	}
	.dt-row {
		min-height: 350px;
	}
/* loader */

.btn-group.header-profile ul.dropdown-menu {
    min-width: 12rem;
}
.crte-bsness-top-banner-dtls::after {
	content: "";
	background: url(../img/logo-icon.png) no-repeat;
	position: absolute;
	background-size: cover;
	height: 150px;
	width: 220px;
	right: 140px;
	bottom: -20px;
}
.footer-copy {
	background: linear-gradient(180deg, rgba(48, 177, 229, 1) 0%, rgba(43, 147, 189, 1) 100%);
	position: sticky;
  bottom: 0;
}
.footer-copy p{
margin: 0;
  text-align: center;
  color: #fff;
  padding: 7px 0px;	
}
.modal-password .btn-close{
position: absolute;
top: 10px;
  right: 13px;
  color: var(--primary);
  background-image: none !important;
}
.modal-password .btn-close{}
.no-data-image{
	width: 250px;
  border: none;
  height: auto;
}
.resceipt-body{
	background-color: #bababa;
}
.form-text.text-muted {
    color: #aeaeae !important;
    font-size: 12px !important;
    font-style: italic;
    text-align: end;
    display: block;
    position: absolute;
    right: 10px;
    top: 50px;
}
button.swal2-confirm {
    min-width: 120px;
}
.iti--separate-dial-code .iti__flag-container .iti__selected-flag {
	background-color: transparent !important;
}
.table th {
  background-color: #fff !important;
  color: #2fb1e5 !important;
  font-size: 13px !important;
  border-color: #FFF !important;
}
.input-icon-pos span{
position: absolute;
  top: 15px;
  right: 5px;
  font-size: 21px;
}
.input-icon-pos input{
   padding-right: 27px !important;
}

.drp-buttons{
    display: flex !important;
    justify-content: end !important;
    align-items: center!important;
}
.drp-buttons .btn.btn-default{
    padding: 0px 15px !important;
    color: #30b0e5;
}
.drp-buttons .btn.btn-default:hover{
    transform: translateY(-1px);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    color: #2280a6 !important;
}

.drp-buttons .btn.btn-primary{
	margin-left: 8px;
	font-size: 12px !important;
	font-weight: bold;
	padding: 4px 15px !important;
	border-radius: 10px !important;
	height: 38px;
}
.secondary-btn{
	height: 40px;
	padding: 2px 34px !important;
	font-size: 13px !important;
}
.train-program {padding: 0;}
.train-program img {
    border: 1px solid #30b1e5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.card.booking-card{
	background-color: #D1F2FF;
	position: relative;	
}
.card.upcoming-booking {
	background-color: #CDFFD3;
	position: relative;	
}
.card.booking-card span{
	background: var(--primary);
	border-radius: 4px;
	padding: 2px 5px;
	font-size: 12px;	
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white) !important;
}
.card.upcoming-booking span{
	background: #53B948;
	border-radius: 4px;
	padding: 2px 5px;
	font-size: 12px;	
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white) !important;
}
.card.upcoming-booking h3,
.card.booking-card h3{
	font-size: 70px;
	font-weight: 700;
	text-align: start;
}
.card.upcoming-booking p,
.card.booking-card p{
	text-align: start;
	font-size: 17px;
}
.card.booking-card .booking-icon{
	color: var(--white) !important;
  width: 52px;
  height: 52px;
  position: absolute;
  right: -11px;
  top: -15px;
  border-radius: 50%;
  border: 6px solid #fff;
  font-size: 18px;
}
.card.upcoming-booking .booking-icon{
	color: var(--white) !important;
	width: 52px;
	height: 52px;
	position: absolute;
	right: -11px;
	top: -15px;
	border-radius: 50%;
	border: 6px solid #fff;
	font-size: 18px;
}
.occupancy-rate h5{
	color: var(--dark);
	font-family: Quicksand;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-align: start;
	
}
.dashboard-wrapper .header h2{
	color: #292929;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 25px;
	margin-bottom: 17px;
	text-align: start;
}
.occupancy-rate .progress {
  height: 6px
}
.occupancy-rate .progress .progress-bar{
	background-color: var(--primary);
}
.db-rate {
	height: 185px;
}
.db-rate img{
	    height: 110px;
    object-fit: contain;
}
.tb-booking img{
border-radius: 10px;
width: 35px;
height: 35px;}
.tb-booking .str{
font-weight: 600;
  color: #333;
font-size: 14px;}
.tb-booking tr th{
	background: #f0f0f0a1 !important;
  overflow: hidden;
  color: #333 !important;
  font-weight: 700;
}
.tb-booking tr th:first-child{
border-radius: 10px 0px 0px 10px !important;	
}
.tb-booking tr th:last-child{
	border-radius: 0px 10px 10px 0px !important;
}
.show-calendar .table-condensed .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	padding: 5px !important;
	min-width: 20px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 16px !important;
}
.check-tab label.lb-done span{
	background: #53B948;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 19px;
    padding-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-tab label.active span{
	background: var(--white);
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 19px;
    padding-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #30B1E5;
}
.check-tab label span{
	background: #9E9E9E;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 19px;
    padding-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
}
.bank-acc-modal{
	    min-height: 300px;
}
/* notification */

ul.notification-list {
    padding-left: 0;
    list-style: none !important;
}
.notifications-list .notification-item {
    transition: background-color 0.2s ease;
    border-radius: 8px;
    margin-bottom: 10px;
}

.notifications-list .notification-item:hover {
    background-color: #f8f9fa !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.notification-item {
    cursor: pointer;
    padding: 15px 10px 10px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.notification-item:last-child {
    margin-bottom: 0 !important;
}

.notification-item.unread {
    background-color: #fff;
    border-left: 4px solid #007bff;
}

.notification-item.read {
	/* background-color: #f8f9fa;
	border-left: 4px solid #6c757d; */
}

.user-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.notification-content {
    flex: 1;
}
.notification-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-group.notification-sec .notification-item {
    padding: 0;
    border: 0;
}
.btn-group.notification-sec li.notfctn-lst h6 {
    margin-bottom: 0 !important;
}
.btn-group.notification-sec li.notfctn-lst p {
    line-height: normal !important;
    margin-bottom: 5px;
}
.btn-group.notification-sec li.notfctn-lst img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    object-fit: cover;
} 
.card.notfication-page  li.notfctn-lst h6 {
   font-size: 1rem;
   margin-bottom: 5px !important;
}
.card.notfication-page  li.notfctn-lst p {
   font-size: 0.938rem;
}
.card.notfication-page  li.notfctn-lst p.time {
   font-size: 0.813rem !important;
   padding-top: 10px;
}
.card.notfication-page .indication-sec {
    margin-left: 15px;
}


ul.img-list {
  list-style: none; /* remove default */
  padding-left: 0;
}
ul.img-list li {
  position: relative;
  padding-left: 40px; /* space for custom bullet */
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: relative;
  color: var(--gray);
}
ul.img-list li::before {
    content: '';
    background-image: url(../img/list-img-icon.png);
    position: absolute;
    left: 0;
    top: 10px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tl-Payout {
	background-image: linear-gradient(to right, #30B1E5 0%, #2B93BD 51%, #30B1E5 100%);
	border: 1px solid #2ea8d9 !important;
	color: #fff;
	padding: 9px 15px;
	border-radius: 10px;
}
.tl-Payout img{
	width: 29px;
}
.tl-Payout p{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.border-none {
	border: none;
}

.tl-Payout {
	background-image: linear-gradient(to right, #30B1E5 0%, #2B93BD 51%, #30B1E5 100%);
	border: 1px solid #2ea8d9 !important;
	color: #fff;
	padding: 7px 15px;
	border-radius: 15px;
}
.cus-modal .btn-close{
	position: absolute;
  top: 15px;
  right: 15px;
}
p.payout-txt {
    width: 60%;
    margin: 0 auto;
}
.pay-out-img img {
    max-width: 400px;
    margin: 0 auto;
}
.page-wp {
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
}
.footer-db {
    background: linear-gradient(180deg, rgba(48, 177, 229, 1) 0%, rgba(43, 147, 189, 1) 100%);
    color: #fff !important;
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    bottom: -3px;
}
.footer-db p{
	color: var(--white);
	font-size: 13px;
	margin: 0px;
}
.btn-group.notification-sec .preloader {
    padding: 0;
    margin-top: -2px;
}
.notf-preloader {
    padding: 17px;
}
table.scroll-datatable td{
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--gray);
}

.title-pay p{
color: #000;
  font-weight: 900;
}
.gst-box .slots{
  margin-bottom: 0px !important;
  padding-bottom: 4px;
}
.gst-box .slots .main-title{
    font-size: 15px;
    color: #333 !important;
    font-weight: 500;
}
.gst .gst-title{
 font-size: 13px;   
}
.gst-block{
  border-bottom: 1px solid #c8efff;
  margin-bottom: 8px;
  padding-bottom: 7px;
}

img.trainer-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
}
.fitness-programms-card  img.trainer-img {
  width: 190px;
  height: 190px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
p.prprt-tag {
  color: var(--primary);
  font-size: 12px;
  background: #E4F7FF;
  padding: 3px 7px;
  border-radius: 4px;
  font-weight: 500;
  margin: 2px 5px 2px 0;
    margin-right: 5px;
}
.week-days-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 10px;
  border-radius: 10px;
}
.week-days {
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
}
button.arrow-btn.prev {
  left: -10px;
}
button.arrow-btn.next {
  right: -10px;
}
.arrow-btn {
  background: var(--white);
  border: none;
  font-size: 1rem;
  padding: 0 10px;
  color: #333;
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translatey(-30%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  z-index: 9;
}
.arrow-btn {
  background: var(--white);
  border: none;
  font-size: 1rem;
  padding: 0 10px;
  color: #333;
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translatey(-30%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  z-index: 9;
}
.week-days-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.week-days {
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
}
.day {
  min-width: 130px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: var(--white);
}
.day:not(.disabled):not(.booked-active) {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.day.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.day.disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f0f0f0;
}
.day-hd {
  padding: 10px;
  background: #f0f0f0;
}
.day p, .day h5, .day small {
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--dark, #333);
  font-weight: 500;
  line-height: normal !important;
}
.choose-date {
  padding: 5px;
}
.trainer-tag {
  background: #30b1e5;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 0.875rem;
  color: #fff;
  align-items: center;
  border-radius: 5px 5px 5px 0;
  position: absolute;
  left: -10px;
  bottom: 20px;
  z-index: 9;
}
.tag-bar {
  position: relative;
}
.tag-bar::before {
  position: absolute;
  content: "";
  background-image: url(../img/tag-before.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  left: -13px;
  bottom: -13px;
  display: block;
  z-index: 1;
  width: 14px;
  height: 8px;
}
.nos-slots {
  color: #53B948;
  background: #E4FFE8;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 10px;
}
.slot-time {
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background-color: #fff;
}
.slot-time {
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-radius: 5px;
  margin: 3px;
}
.select-slots {
  display: flex;
  overflow-x: auto;
  margin: 0 10px;
}
.day.selected-active {
    background-color: var(--primary) !important;
        color: var(--white) !important;

    border-radius: 0;
}
.day.selected-active .choose-date h5, .day.selected-active .choose-date small {
        color: var(--white) !important;
}
.slot-time.slot-active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary) !important;
}
.topbar.static-top h1 {
    font-size: 1.7rem !important;
}
.resort-login-rating {
  width: 222px;
}
.view-outside-booking {
    height: 45px;
    width: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-size: 18px;
}
.edit-outside-booking {
    width: 45px !important;
    height: 45px !important;
    border: 1px solid  var(--primary) !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary) !important;
}
/* reponsive-start */

@media (max-width: 1399px) {
	input.form-control {font-size: 13px;}
    .topbar.static-top h1 {font-size: 1.7rem;}
 }
@media (max-width: 1299px) {
	.login-lft-sec { min-height: 750px; }
	.login-form { min-height: 700px; }
	.h1, h1 { font-size: 2.4rem !important; }
    .topbar.static-top h1 {width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media (max-width: 1199px) {
	.login-lft-sec { min-height: 500px; }
	.login-img-txt h3 { font-size: 1.875rem; }
	.login-img-txt p { font-size: 1rem; }
	.login-form { min-height: 450px; }
	table.dataTable {width: inherit !important;}
	.act-connect img{max-width: 274px !important;}
    .pfl-drpup {display: none;}
    .btn-group.header-profile {padding: 5px !important;}
    .property-header-profile .btn-group.header-profile {min-width: 100% !important;}
    .topbar.static-top h1 {width: 100%; white-space: break-spaces; overflow: visible; text-overflow: unset;}
}
@media (max-width: 991px) {
section.login-pg { padding: 30px; }
.login-lft-sec { padding: 20px; }
.login-img-txt h3 { font-size: 1.688rem; }
.login-img-txt p { font-size: 0.875rem; }
.login-form p { font-size: 0.875rem; }
.list-table table, .list-table thead, .list-table tbody, .list-table th, .list-table td, .list-table tr { display: block; }
.list-table thead tr { position: absolute; top: -9999px; left: -9999px; }
.list-table tr { border: 1px solid #ccc; }
.list-table td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; white-space: normal; text-align: right; }
.list-table td:before { position: absolute; top: 50%; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; color: var(--primary); font-weight: 500; font-size: 0.875rem; transform: translateY(-50%); }
.list-table td:before { content: attr(data-title); }
.list-table .profile-sec { justify-content: end; }
.btn-group.search-drpdwn .dropdown-menu { background: transparent !important; padding: 0 !important; border: none !important; box-shadow: none !important; margin: 0; min-width: auto !important; }
.acnt-bal-sec { display: block; text-align: center; }
.tab-pane.room-option .border-end { border-right: 0 !important; }
.list-address { max-width: 100% !important; }
.train-program { width: 35px; height: 35px; }
section.login-pg.resort-login-pg .login-lft-sec h1 { font-size: 40px; }
p.payout-txt {width: 100%;}

}

@media (max-width: 767px) {
.wrapper .content-wrapper .content { padding-left: 4rem; }
body.sidebar-toggled .wrapper .content-wrapper .content { padding-left: 0px; }
.sidebar .nav-item a.nav-link p, .sidebar .side-nav-item a.nav-link p { display: none !important; }
.pfl-drpup { display: none; }
a.sidebar-logo { display: none; }
a.sidebar-logo img { height: 60px; display: none; }
a.sidebar-logo.res-logo { display: flex; justify-content: center; align-items: center; }
a.sidebar-logo.res-logo img { display: block; height: auto; }
.profie-btn img { width: 40px; height: 40px; }
.sidebar .nav-item a.nav-link, .sidebar .side-nav-item a.nav-link { justify-content: center; width: 4.375rem; }
.sidebar .accordion-button::after { margin-left: inherit; }
.sidebar ul { padding-left: 0; }
.topbar { padding: 10px 25px !important; }
section.login-pg { height: 100%; }
.login-lft-sec { min-height: 400px !important; border-radius: 20px; }
.login-form { min-height: auto !important; }
.top-login a { margin-top: 20px; display: block; }
.list-table td:before { font-size: 0.875rem; }
.banner-btn span { display: none; }
a.btn.banner-btn { width: 40px; height: 40px; }
.login-lft-sec img { width: 130px; }
.prprty-dtail { flex-wrap: wrap; }
.cmpny-dtls-tabs .nav-item button.nav-link { font-size: 0.875rem !important; }
ul.sort-btn-group .btn { padding: .375rem .355rem; height: 40px; min-width: 65px; }
img.resort-login-rating { width: 200px !important; }
.login-form h5 { font-size: 1rem; }
}

@media (max-width: 576px) {
.login-lft-sec { min-height: 300px; }
.login-img-txt h3 { font-size: 1.25rem; }
.page { padding: 100px 10px 0 10px; }
.topbar { padding: 10px 20px !important; }
.crte-bsness-top-banner-dtls::before { display: none; }
nav.breadcrumb-nav { font-size: 0.813rem; }
.service-list img { width: 45px; height: 45px; }
.service-list p { font-size: 0.875rem; }
.img-sec img { width: 45px; height: 45px; }
section.login-pg { padding: 10px; }
ul.sort-btn-group .btn { padding: .375rem .251rem; height: 40px; min-width: 60px; font-size: 12px; }
ul.sort-btn-group a.btn span { width: 20px; height: 20px; font-size: 10px; }
.sort-sec { height: 45px; }
.sort-sec select.form-select { height: 43px !important; }
.btn { height: 45px; transition: .5s; font-size: 0.875rem !important; }
section.login-pg.resort-login-pg .login-lft-sec h1 { font-size: 35px !important; }
.login-lft-sec { min-height: 300px !important; max-height: 350px !important; }
button#sidebarToggleTop {font-size: 24px !important;}
.act-connect img {
    max-width: 175px !important;
  }
  .cus-tab {
  border-radius: 10px;
  gap: 1px;
}
.prf-list p {
  color: #6E6E6E;
font-size: 17px;
  font-weight: 500;
  margin: 0px;
    margin-bottom: 0px;
  line-height: 20px !important;
}
.properties h1{
  font-size: 22px;
}
.prf-list .prf-wp p {
  font-size: 16px;
}
}

@media (max-width: 400.98px) {
  .cus-tab {border-radius: 10px; gap: 5px; text-align: center; justify-content: center;}
}

@media (max-width: 440px) {
ul.sort-btn-group li { width: 100%; }
}

@media (max-height: 825px) {
.login-lft-sec { min-height: 700px; max-height: 800px; }
.login-form { min-height: 640px; max-height: 720px; overflow-y: auto; overflow-x: hidden; }
}

@media (max-height: 800px) {
.left-nav ul.nav-ul { max-height: 620px; overflow-y: auto;}
.login-form h1 { font-size: 2rem; }
.login-form h5 { font-size: 1rem; }
}

@media (max-height: 720px) {
.left-nav ul.nav-ul { max-height: 550px; overflow-y: auto; }
}

@media (max-height: 640px) {
.left-nav ul.nav-ul { max-height: 460px; overflow-y: auto; }
section.login-pg.resort-login-pg .login-lft-sec h1 { font-size: 40px; }
}

@media screen and (max-device-width: 1200px) and (max-device-height: 640px) {
.login-lft-sec { min-height: 600px !important; }
}

@media screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
section.login-pg.resort-login-pg .login-lft-sec { background-size: cover !important; }
}

@media screen and (max-device-width: 991px) and (max-device-height: 640px) {
.login-lft-sec { min-height: 600px !important; }
.login-form {min-height: 600px;}
.login-form.signup-pg {max-height: 100vh !important;}
}

@media screen and (max-device-width: 767px) and (max-device-height: 640px) {
.left-nav ul.nav-ul { max-height: 100%; overflow-y: auto; }
.login-lft-sec { min-height: 300px !important; }
}

@media screen and (max-device-width: 575px) and (max-device-height: 750px) {
	.login-form.signup-pg {max-height: 100% !important;}
}
@media screen and (max-device-width: 767px) and (max-device-height: 640px) {
	.login-form.signup-pg {max-height: 100% !important;}
}
@media screen and (max-device-width: 1199px) and (max-device-height: 720px) {
	.login-form.signup-pg {max-height: 100vh !important;}
}