header,
main,
footer {
    padding-left: 0px;
}

@media only screen and (max-width: 992px) {
    header,
    main,
    footer {
        padding-left: 0;
    }
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;

}

main {
    flex: 1 0 auto;
    position: relative;
    padding-left: 200px;
    background-color: #eeeeee;

}
footer {
    margin-top: auto;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-left: 50px;
    background-color: white;
}
.card {
    border-radius: 10px;
}
.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}
.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}
.dashboard-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}
.dashboard-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}
.card-body {
    flex: 1 1 auto;
    padding: 10px;
    color: var(--bs-card-color);
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.text-heading {
    --bs-text-opacity: 1;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.avatar {
    margin-right: 1rem !important;
}
.paginator-footer {
    margin-top: auto;
}
.pagination {
    padding: 12px;
    background-color: white;
}

@media only screen and (max-width: 992px) {
    header,
    main,
    footer {
        padding-left: 0;
    }
}
/* Clicking the label does not activate the input without this */
input[type="text"] + label {
    pointer-events: none;

    * {
        pointer-events: all;
    }
}
input[type="tel"] + label {
    pointer-events: none;

    * {
        pointer-events: all;
    }
}
.sidenav li>a {

    padding: 0 15px;
}
.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], 
.sidenav li>a li>a>[class*="mdi-"], 
.sidenav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 15px 0 0;
}
.tabs {
    margin-bottom: 20px;
}
.tabs .tab a {
    background-color: azure;
    color: rgba(0, 116, 118, 0.752);
    border-radius: 8px;
    padding: 8px;
} /*Text color*/

.tabs .tab a:hover {
    background-color: rgba(181, 233, 233, 0.671);
    color: rgb(111, 111, 111);
} /*Text color on hover*/
.tabs .tab a:focus.active {
    color: #26a699b6;
    /*Custom Text Color While Active*/
    background-color: rgba(38, 166, 154, 0.2);
    /*Custom Background Color While Active*/
}
.tabs .tab a.active {
    background-color: rgba(182, 214, 205, 0.668);
    color: #000;
} /*Background and text color when a tab is active*/
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
    color: rgba(102, 147, 153, 0.7);
}
.tabs .indicator {
    background-color: rgb(0, 100, 40);
} /*Color of underline*/
.input-text-centered {
    text-align: center;
}
.input-outlined > input {
    border: 2px solid transparent;
    padding: 5px 16px 5px;
    width: calc(100% - 2.5rem);
    float: none;
    display: block;
    border-radius: 4px;
    transition: box-shadow, border-color 0.3s;
    text-align: center;
    font-size: large;
}
.input-outlined > input:focus:not([readonly]) {
    border-color: #26a69b;
    box-shadow: 0 1px 0 0px #26a69b;
}
.input-outlined > label {
    left: 27px;
    display: inline-flex;
    width: auto !important;
}
.input-outlined > label.active {
    background: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: translateY(-2.3rem);
    top: 1rem;
}
.bed-bath-input {
  border-color: rgb(114, 114, 114);
  border-style: solid;
  border-radius: 8px;
  padding-top: 17px;
  max-width: 180px;
  text-align: center;
}
.bed-input {
  text-align: center;
  max-width: 40px;
  font-size: 1.3em;
}
.breadcrumb-disabled {
    pointer-events: none;
}
.phone-small-text {
    font-size: x-small;
    color: #8e8e92;
}
.circle-status {
    display: inline-block;
    border: 0.07em solid #0F1C3F;
    height: 0.8em;
    width: 0.8em;
    box-shadow: 0.08em 0.05em 0 0 rgba(15, 28, 63, 0.125);
    border-radius: 50%;
    margin-right: 3px; /* Adjust as needed */
}

.cancelled {
    background-color: red;
}

.pending {
    background-color: yellow;
}

.confirmed {
    background-color: green;
}

.completed {
    background-color: blue;
}
.badge {
    --bs-badge-padding-x: 0.583em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.85em;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.1875rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}
.h-100 {
    height: 100% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}
.bg-label-secondary {
    background-color: #e9ebee !important;
    color: #6d788d !important
}

.bg-label-success {
    background-color: #eafbdf !important;
    color: #72e128 !important
}

.bg-label-info {
    background-color: #def6fe !important;
    color: #26c6f9 !important
}

.bg-label-warning {
    background-color: #fff4df !important;
    color: #fdb528 !important
}

.bg-label-danger {
    background-color: #ffe4e4 !important;
    color: #ff4d49 !important
}

.bg-label-light {
    background-color: #fafafb !important;
    color: #dfdfe3 !important
}

.bg-label-dark {
    background-color: #e4e4e4 !important;
    color: #4b4b4b !important
}

.bg-label-gray {
    background-color: rgba(254,254,254,.859) !important;
    color: rgba(76,78,100,.06) !important
}

.bg-label-hover-secondary {
    background-color: #e9ebee !important;
    color: #6d788d !important
}

.bg-label-hover-secondary:hover {
    background-color: #6d788d !important;
    color: #fff !important
}

.bg-label-hover-success {
    background-color: #eafbdf !important;
    color: #72e128 !important
}

.bg-label-hover-success:hover {
    background-color: #72e128 !important;
    color: #fff !important
}

.pin-bottom {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
    /* display: block; */
    width: 90%;
}
.green-chip {
    background-color: green !important;
    color: white !important;
}
.avatar-wrapper-large {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 8px auto;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 15px -5px black;
	transition: all .3s ease;
	&:hover{
		transform: scale(1.05);
		cursor: pointer;
	}
	&:hover .profile-pic{
		opacity: .5;
	}
	.profile-pic {
    height: 100%;
		width: 100%;
		transition: all .3s ease;
		&:after{
			font-family: FontAwesome;
			content: "\f007";
			top: 0; left: 0;
			width: 100%;
			height: 100%;
			position: absolute;
			font-size: 64px;
			background: #ecf0f1;
			color: #34495e;
			text-align: center;
		}
	}
	.upload-button {
		position: absolute;
		top: 0; left: 0;
		height: 100%;
		width: 100%;
		.fa-arrow-circle-up{
			position: absolute;
			font-size: 110px;
			top: -3px;
			left: 3px;
			text-align: center;
			opacity: 0;
			transition: all .3s ease;
			color: #34495e;
		}
		&:hover .fa-arrow-circle-up{
			opacity: .9;
		}
	}
}
/* Style for the form views */
.form-view {
    display: none;
    height: calc(100vh - 200px); /* Subtract the height of the navbar */
    overflow: hidden;
}
.active-view {
display: block; /* display active view */
}
.booking-button {
    border-radius: .33rem;
    border-color: black;
    border-width: 0;
    color: white;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding-top: 0.6rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    text-decoration: none;
    text-transform: capitalize;
}