/* TM stylesheet */

/* Imports */
@font-face {
	font-family: 'Rubik';
	src: url('../fonts/rubik.ttf') format('truetype');
}
.article-container.chats {
    padding-top: 140px;
    height: 100vh;
}
#menu__toggle_button {
	border: none;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/*** Universal ***/
* {
	box-sizing: border-box;
}

#close-menu_box {
	display: none;
	position: absolute;
	top: 30px;
	right: 20px;
	scale: 1.2;
}

#menu-overlay {
	opacity: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	background: #346BEA;
	z-index: 110;
	left: 0;
	top: 0;
	transition: .25s all;
	pointer-events: none;
}

.profile.d-flex.align-items-center ul {
	display: none;
}

html,
body {
	max-width: 100vw;
	margin: 0;
	font-family: Rubik, sans-serif;
}

body>.wrapper>#sidebar~.page {
	margin-left: 17%;
	margin-top: 130px;
}

.right.map {
	width: 26%;
	height: calc(100vh - 90px);
	position: fixed;
	top: 100px;
	right: 0;
	margin-top: 5px;
}

div#map {
	width: 100%;
	height: 100%;
}

.d-none {
	display: none;
}

.tabs .tab:not(.active) {
	display: none;
}

.has_error {
	border-color: red !important;
}

.article-container {
	padding-left: 325px;
	padding-top: 100px;
	padding-bottom: 30px;
	padding-right: 30px;
}
.article-container.chats{
	padding-top: 140px;
	height: 100vh;
}

.reqstar::before {
	content: '*';
	font-weight: 400;
	font-size: 26px;
	color: #336AEA;
	display: inline-flex;
	transform: translateY(5px);
}


.radio {
	display: inline-flex;
	cursor: pointer;
}

.payment_option:not(.active) svg circle {
	display: none;
}

.book-btn {
	border-radius: 10px;
	background: #336AEA;
	color: white !important;
	display: flex;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	width: 100% !important;
}

.profile-card-head {
	display: flex;
	align-items: center;
}

/* Transaction POPUP */
.order-popup .list-popup {
	display: flex;
	padding: 15px 15px 15px 30px;
}

.order-popup .list-popup ul {
	width: 50%;
	gap: 52px;
	display: flex;
	flex-direction: column;
}

.order-popup .list-popup ul li {
	color: #336AEA;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 27.2px;
	/* 170% */
	letter-spacing: -0.2px;
	text-transform: uppercase;
}

.order-popup .list-popup span {
	content: "";
	height: auto;
	width: 1px;
	background: #E0E0E0;
	margin: 0px 15px 0px 0px;
	padding-top: 1px;
}

.order-popup .list-popup ul:nth-child(3) {
	/* padding-left: 25px; */
}

.order-popup .list-popup ul:nth-child(3) li {
	color: #727272;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.2px;
	text-transform: inherit !important;
	/* 170% */
	letter-spacing: -0.2px;
}

.order-popup .list-popup ul:nth-child(3) li.green {
	color: #008000 !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.2px;
	/* 170% */
	letter-spacing: -0.2px;
}

.order-popup .list-popup ul:nth-child(3) li.edit-btns {
	display: flex;
	gap: 24px;
}


/*Notifications*/
body:not(.notifications_active) section#notifications {
	display: none;
}

body:not(.notifications_active) section#notifications .wrapper {
	transform: translateX(100%);
}

body:not(.notifications_active) section#notifications .overlay {
	display: none;
}

section#notifications {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
}

section#notifications .overlay {
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(3px);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	cursor: pointer;
}

section#notifications .wrapper {
	width: 668px;
	height: 100%;
	transition: all .5s ease;
	z-index: 11;
	position: absolute;
	top: 0px;
	right: 0;
	background: white;
	transform: translateX(0);
}

section#notifications .wrapper .mobile-close {
	display: none;
}


section#notifications .wrapper .close_button {
	display: flex;
	justify-content: flex-end;
}

section#notifications .wrapper .close_button svg {
	cursor: pointer;
}

section#notifications .wrapper .main_area {
	height: 100%;
	padding: 6px;
}

section#notifications .wrapper .main_area .title {
	color: #141F2B;
	font-size: 22px;
	font-weight: 600;
	padding: 0 36px 16px;
	border-bottom: 1px solid #E0E0E0;
}

section#notifications .wrapper .main_area .not_list {
	padding: 33px 52px;
	overflow-y: scroll;
	height: 100%;
}

section#notifications .wrapper .main_area .not_list .not {
	margin-bottom: 32px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

section#notifications .wrapper .main_area .not_list .not:last-child {
	margin-bottom: 0;
}

section#notifications .wrapper .main_area .not_list .not .img {
	width: 34px;
	height: 34px;
	background-size: cover;
	border-radius: 100%;
	flex-shrink: 0;
	margin-right: 12px;
}

section#notifications .wrapper .main_area .not_list .not .text {
	color: #8F92A1;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	width: 100%;
}

section#notifications .wrapper .main_area .not_list .not hr {
	border-color: #e0e0e0;
	width: 50%;
	margin: auto;
	margin-top: 6px;
}

section#notifications .wrapper .main_area .not_list .not .text .time {
	color: #141F2B;
	text-transform: capitalize;
	text-align: right;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0px 1px 0px 0px rgba(18, 32, 59, 0.09);
}

.navbar {
	padding-block: 28px;
}

nav.navbar {
	height: 106px;
}

.navbar-brand {
	margin-right: 0;
}

nav.navbar .navbar-brand img {
	height: 50px;
}

.navbar-brand {
	margin-left: 50px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-right: 163px;
}

.navbar-nav {
	width: 100%;
}

.navbar-brand span {
	color: #336AEA;
	font-family: Rubik;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.56px;
}

.search {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 49%;
}
.web-search-box{
	display: none;
}
.search input {
	/* display: none; */
	width: 100%;
	height: 46px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
	color: #8F92A1;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding-left: 37px;
}

.header-search-field {
	width: 80% !important;
}

.search svg {
	position: absolute;
	left: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.profile {
	margin-left: auto;
	gap: 12px;
	margin-right: 48px;
}

.profile a {
	/*	color: #141F2B;
	font-family: Rubik;
	font-size: 16px;
	width: 88px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0px;
	text-decoration: none;*/
}

.profile img.bell-icon {
	margin-right: 11px;
}

.profile img.profile-pic {
	cursor: pointer;
	object-fit: cover;
	border-radius: 100%;
	min-width: 48px;
	height: 48px;
}


header nav .profile .dropdown:not(.active) {
	display: none;
}

header nav .profile .dropdown {
	position: absolute;
	top: 80px;
	right: 2%;
	border-radius: 10px;
	border: 1px solid #B3B6DA;
	background: #FFF;
	min-width: 175px;
	z-index: 100;
}

header nav .profile .dropdown .wrapper {
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
}

header nav .profile .dropdown .wrapper .row {
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	padding: 16px 24px;
	width: 100%;
	margin: 0;
}

header nav .profile .dropdown .wrapper .row:not(:first-child) a {
	padding: 16px 30px;
}

header nav .profile .dropdown .wrapper .row:not(:first-child) a:hover {
	color: #000;
}

header nav .profile .dropdown .wrapper .row.with_border {
	border-top: 1px solid #E0E0E0;
	;
	border-bottom: 1px solid #E0E0E0;
	;
}

header nav .profile .dropdown .wrapper .row:not(:first-child) {
	color: #8F92A1;
	text-align: right;
	font-size: 16px;
	padding: 0;
}

header nav .profile .dropdown .wrapper .row .name {
	color: #141F2B;
	font-size: 16px;
	font-weight: 600;
}

header nav .profile .dropdown .wrapper .row .type {
	color: #1A93FE;
	font-size: 14px;
	line-height: 27.2px;
	letter-spacing: -0.2px;
}

/* ASIDE BAR CSS START */


#aside {
	background: rgba(51, 106, 234, 0.10);
	height: calc(100% - 102px);
	max-width: 377px;
	position: fixed;
	left: 0;
	top: 102px;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

#aside::-webkit-scrollbar {
	width: 0px;
}

button.add-btn {
	margin-top: 32px;
	width: 252px;
	margin-left: 45px;
	margin-right: 47px;
	height: 47.57px;
	flex-shrink: 0;
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.btn-width-auto {
	width: auto !important;
}

button.add-btn span.plus {
	margin-right: 10px;
}

.switch-owner-dashboard {
	color: #336AEA !important;
	background: transparent;
	border: 2px solid #336AEA;
	border-radius: 10px;
}

.switch-owner-dashboard:hover {
	color: #FFF !important;
}

.item {
	padding: 27px 43px 32px 45px;
	box-shadow: 0px 1px 0px 0px rgba(18, 32, 59, 0.09);
}

.item h3 {
	color: #336AEA;
	font-family: Rubik;
	font-size: 18px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
}

.car-item-card h3 {
	margin-bottom: 0;
}

.dashboard-card-item h3 {
	margin-bottom: 0;
}

.item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 15px !important;
}

.item ul li a {

	color: #141F2B;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none;
}

.item ul li a img {
	width: 26px;
	margin-right: 15px;
}

.item ul li {
	margin-bottom: 15px;
	position: relative;
	display: flex;
	align-items: center;
}

.aside-items ul li a {
	display: flex;
	align-items: center;
}

.item ul li::before {
	content: "";
	position: absolute;
	left: -45px;
	top: -7px;
	width: 4.006px;
	height: 42.734px;
	border-radius: 0px 133.544px 133.544px 0px;
	background: #336AEA;
	display: none;
}

.item ul li:last-child {
	margin-bottom: 0px;
}

.item ul li:hover::before {
	display: block;
}

.item ul li.active::before {
	display: block;
}

.item ul li.active a {
	color: #336AEA;
}

.item ul li:hover a {
	color: #336AEA;
}

.item ul li a img.hover-img {
	display: none;
}

.item ul li:hover a img.hover-img {
	display: inline-block;
}

.item ul li:hover a img.img {
	display: none;
}

.item ul li.active a img.hover-img {
	display: inline-block;
}

.item ul li.active a img.img {
	display: none;
}

.items {
	padding: 28px 45px 39px;
}

.items h3 {
	color: #336AEA;
	font-family: Rubik;
	font-size: 18px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
}

.items ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.items ul li a {
	color: #141F2B;
	font-family: Rubik;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none;
}

.items ul li a img {
	margin-right: 15px;
	width: 26px;
}

.items ul li {
	margin-bottom: 15px;
	position: relative;
}

.items ul li::before {
	content: "";
	position: absolute;
	left: -45px;
	top: -7px;
	width: 4.006px;
	height: 42.734px;
	border-radius: 0px 133.544px 133.544px 0px;
	background: #336AEA;
	display: none;
}

.items ul li:last-child {
	margin-bottom: 0px;
	display: none;
}

.items ul li:hover::before {
	display: block;
}

.items ul li.active::before {
	display: block;
}

.items ul li.active a {
	color: #336AEA;
}

.items ul li:hover a {
	color: #336AEA;
}

.items ul li a img.hover-img {
	display: none;
}

.items ul li.active a img.hover-img,
.items ul li:hover a img.hover-img {
	display: inline-block;
}

.items ul li.active a img.img,
.items ul li:hover a img.img {
	display: none;
}

.terms {
	gap: 18px;
	margin-top: 72px;
}

.terms a {
	justify-content: space-between;
	color: #141F2B;
	text-align: center;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 29.38px;
	text-decoration-line: underline;
}

/* ASIDE BAR CSS END */

/* Aside Bar For Mobile Start */
.mobile-aside-menu {
	display: none;

}

.hamburger-menu {
	z-index: 4;
}

.menu__box {
	z-index: 4;
}

.mobile-item {
	margin-bottom: 16px;
}

.mobile-item h3 {
	font-size: 16px;
	font-weight: 500;
}

.mobile-item ul li a {
	font-size: 14px;
}

.mobile-item ul li a img {
	margin-right: 3px;
}

.mobile-item ul li {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-item {
	padding: 0px 45px 15px;
}

.mobile-text-box {
	border-radius: 10px;
	border: 1px solid #E4E4E7;
	background: #FFF;
}

/* NOTIFICATION CSS */

.bell-icon-notication {
	position: relative;
	height: 26px;
	min-width: 37px;
}

.bell-icon-notication .notification-count {
	position: absolute;
	right: 7px;
	top: -8px;
	background: #ff2f2f;
	height: 20px;
	width: 20px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
}

/* NOTIFICATION CSSS */



/* ASIDE BAR FFOR MOBILE CSS END */

/****** //////// ******/
/* Auth Pages */
.page.auth {
	display: flex;
	align-items: center;
	min-height: 100vh;
}

.page.auth .inner {
	display: flex;
	justify-content: flex-end;
	min-height: 100vh;
	min-width: 100%;
}

/*left*/
.page.auth .left {
	position: relative;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	height: 100vh;
}

.page.auth .left .bg_image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page.auth .left .bg_image::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(30, 30, 30, 0.90) 0%, rgba(0, 0, 0, 0.45) 100%);
	display: block;
}

.page.auth .left .inner_content {
	color: white;
	position: relative;
	max-width: 70%;
	margin: 3rem;

}

.page.auth .left .inner_content .text {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
}

.page.auth .left .inner_content .text .quote {
	color: #1A93FE;
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	position: relative;
	top: 1rem;
}

/*right*/
.page.auth .right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page.auth .right .content {
	max-width: 70%;
	padding: 50px 0;
}

.page.auth .right .content .tab_switchers {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.page.auth .right .content .tab_switchers .tab_switcher {
	padding: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #1A93FE;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 26.709px;
	cursor: pointer;
}

.page.auth .right .content .tab_switchers .tab_switcher.active {
	border-bottom: 3px solid #1A93FE;
}

.page.auth .right .content .title {
	color: var(--gray-900, #101828);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.48px;
	margin-bottom: 1rem;
}

.page.auth .right .content .subtitle {
	color: #8F92A1;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 24px;
}

.page.auth .right .content .signup_buttons_wrapper {
	width: 100%;
}

.page.auth .right .content .signup_buttons {
	display: flex;
	justify-content: space-between;
}

.page.auth .right .content .signup_buttons .button {
	width: calc(50% - 4px);
	color: #141F2B;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1.5px solid rgba(112, 114, 126, 0.8);
}

.page.auth .right .content .signup_buttons .button .icon {
	margin-right: 8px;
}

.page.auth .right .content .bars_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page.auth .right .content .bars_wrapper a {
	color: #336AEA;
	font-size: 16px;
}

.page.auth .right .content .with_bars {
	position: relative;
	padding: 8px;
	color: #8F92A1;
	font-size: 14px;
	margin: 24px;
	display: inline-flex;
}

.page.auth .right .content .with_bars::before,
.page.auth .right .content .with_bars::after {
	content: '';
	height: 2px;
	width: 20px;
	background: #8F92A1;
	position: absolute;
	top: 50%;
	left: -20px;
}

.page.auth .right .content .with_bars::after {
	left: unset;
	right: -20px;
}

.page.auth .right .content form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page.auth .right .content form .form-group {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.page.auth .right .content form .form-group.half {
	width: calc(50% - 4px);
}

.page.auth .right .content form label {
	color: #141F2B;
	font-size: 16px;
	font-weight: 500;
	line-height: 32.051px;
	text-transform: capitalize;
}

.page.auth .right .content form input {
	border-radius: 10px;
	border: 1px solid #B3B6DA;
	background: #FFF;
	padding: 14px 18px;
}

.page.auth .right .content form .check {
	font-weight: unset;
}

.page.auth .right .content form .faint_text {
	color: #8F92A1;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	width: 100%;
	margin-top: 13px;
}

.page.auth .right .content form .bottom_row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}

.page.auth .right .content form .bottom_row .button {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 26.709px;
	padding: 14px;
	width: 8rem;
	max-width: 100%;
	border-radius: 10px;
	background: #1A93FE;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page.auth .right .content form .bottom_row .text {
	color: #8F92A1;
}

.page.auth .right .content form .bottom_row .text a {
	color: #1A93FE;
	font-weight: 600;
}

/* CSS FOR UTILITY CLASSES  */

.width-100 {
	width: 100% !important;
}

/* Hamburger Menu Code */
#menu__toggle {
	opacity: 0;
}

#menu__toggle:checked+.menu__btn>div>span {
	transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>div>span::before {
	top: 0;
	transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>div>span::after {
	top: 0;
	transform: rotate(90deg);
}


.menu__btn>div {
	width: 30px;
	height: 40px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	justify-content: center;
	align-items: center;
	position: relative;
}


.menu__btn>span>span {
	width: 100%;
	height: 2px;
	background-color: #000;
}

.menu__btn {
	position: fixed;
	top: 102px;
	left: 50px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 1;
	display: flex;
	align-items: center;
}

.menu__btn>div>span,
.menu__btn>div>span::before,
.menu__btn>div>span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: black;
	transition-duration: .25s;
}

.menu__btn>div>span::before {
	content: '';
	top: -8px;
}

.menu__btn>div>span::after {
	content: '';
	top: 8px;
}

.menu__box {
	display: block;
	position: fixed;
	overflow: scroll;
	top: 100px;
	left: -100%;
	width: 320px;
	height: 100%;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background-color: #EAF0FD;
	transition-duration: .25s;
}

.menu__box {
	margin-top: 20px !important;
}

#menu__toggle:checked~.menu__box {
	left: 0;
}

.mobileBottomNav {
	display: none;
}

#aside>.bottom.justify-between {
	justify-content: space-between;
}

#aside>.bottom a {
	color: #141F2B;
	text-align: center;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 29.38px;
	/* 209.855% */
	text-decoration-line: underline;
}

/* * {
	border: 1px solid red !important;
} */



/* RESPONSIVENESS */
@media screen and (max-width: 1800px) {
	.protection-plan {
		width: auto !important;
	}

	.premium-text {
		width: auto;
		padding: 8px 10px 0px 47px;
	}

}


@media screen and (max-width: 1600px) {
	.page.dashboard>.left .listing .item .right .bottom .sub_left {
		padding-right: 0px;
	}

	button.add-btn {
		margin: 0px 20px;
		margin-top: 32px;
		width: auto;
		padding: 0px 20px;
		box-sizing: border-box;
	}

	nav.navbar {
		height: 80px;
	}

	#aside {
		top: 80px;
		max-width: 320px;
		height: calc(100% - 80px);
	}

	.article-container {
		padding-left: 300px;
		padding-top: 90px;
		padding-bottom: 30px;
	}
	.article-container.chats{
		padding-top: 90px;
	}

	.page.dashboard>.left {
		width: 70.5%;
	}
}

@media screen and (max-width: 1480px) {
	.page.dashboard>.left .listing .item .right {
		padding: 5px 5px;
	}
}



@media screen and (max-width: 1440px) {

	.page.dashboard>.left .listing .item .right .bottom .sub_right .label {
		margin-left: 0px !important;
		margin-right: 25px !important;
		margin-bottom: 5px !important;
	}
	.page.dashboard>.left .listing .item .right .bottom{
		padding: 10px 10px !important;
	}
	.page.dashboard>.left .listing .item .right .top {
		margin-top: 10px;
		padding: 0px 10px;
	}

	.page.dashboard>.left .listing .item .right {
		width: 100%;
	}

	.page.dashboard>.left .listing .item .left {
		width: 35%;
		height: 140px;
		margin-right: 0px;
	}

	.page.dashboard>.left .listing .item .right .top {
		margin-top: 10px;
	}

	.page.auth .right .content {
		max-width: 80%;
		padding: 50px 0;
	}

	.page.auth .left .inner_content {
		max-width: 80%;
		margin: 3rem;
	}

	.page.auth .left .inner_content .row.top {
		display: flex;
		justify-content: center;
	}

	.page.auth .right .content {
		max-width: 80%;
		padding: 50px 0;
	}

	.page.auth .left .inner_content {
		max-width: 80%;
		margin: 3rem;
	}

	.page.auth .left .inner_content .row.top img {
		max-width: 80%;
	}
}

@media screen and (max-width: 1200px) {
	.page.auth .right .content .subtitle {
		color: #8F92A1;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.page.auth .right .content .with_bars {
		margin: 15px;
	}

	.page.auth .right .content form input {
		background: #FFF;
		padding: 13px 15px;
	}

	.page.auth .right .content .title {
		color: var(--gray-900, #101828);
		font-size: 22px;
		margin-bottom: 8px;
	}

	.page.auth .right .content form .bottom_row {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.page.auth .right .content {
		max-width: 90%;
		padding: 30px 0;
	}

	.page.auth .right .content .signup_buttons .button {
		font-size: 15px;
	}

	table.tm_table tbody td {
		align-items: center;
		flex-direction: column;
		gap: 5px;
	}

	table.tm_table tbody td a div {
		margin: 0 !important;
	}

	table.tm_table tbody td.status_column .pill {
		width: 110px;
	}
}


@media screen and (max-width: 950px) {
	.page.auth .right .content .signup_buttons {
		flex-direction: column;
		gap: 10px;
	}

	.page.auth .right .content .signup_buttons .button {
		width: 100%;
	}
}

@media screen and (max-width: 850px) {
	.profile-relative {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
	}

	.page.auth .right .content form label {
		line-height: 26px;
	}

	.page.auth .right .content form .bottom_row {
		flex-direction: column;
		gap: 20px;
	}

	.page.auth .right .content form .bottom_row .button {
		width: 100%;
		height: 50px;
		border-radius: 4px;
	}

}

@media screen and (max-width: 768px) {
	.listing nav a,
	.listing nav span{
		border-radius: 0;
	}
	.page.chats>.left .card_body .contact {
		padding: 10px 10px;
	}

	nav.navbar {
		padding: 0 20px !important;
	}

	.dashboard.book-car-article-container {
		padding-top: 130px !important;
	}

	.article-container {
		padding-top: 90px !important;
	}

	.menu__box button::before {
		content: "";
		width: calc(100% - 40px);
		top: 70px;
		left: 50%;
		padding: 0px 20px;
		transform: translateX(-50%);
		border-bottom: 1px solid #E0E0E0;
		position: absolute;
	}

	#close-menu_box {
		display: block !important;
	}

	#header .hamburger-menu {
		display: none
	}

	.mobileBottomNav .menu__box {
		left: initial !important;
		right: 0;

	}

	.mobileBottomNav .menu__box .item.mobile-item.new-item.aside-items {
		display: none;
	}

	.mobileBottomNav .hamburger-menu {
		position: relative;
	}

	.mobileBottomNav #menu__toggle {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 11;
	}

	.mobileBottomNav #menu__toggle:checked~.menu__box {
		right: 0
	}

	.page.dashboard>.right.map {
		position: relative !important;
		width: 100% !important;
		height: 280px !important;
		margin-top: 30px !important;
	}

	.driver.dashboard>.left {
		width: 100% !important;
		margin-top: 0px !important;
	}

	.page.dashboard {
		flex-direction: column-reverse;
	}

	table.dataTable thead>tr>th.sorting,
	table.dataTable thead>tr>th.sorting_asc,
	table.dataTable thead>tr>th.sorting_desc,
	table.dataTable thead>tr>th.sorting_asc_disabled,
	table.dataTable thead>tr>th.sorting_desc_disabled,
	table.dataTable thead>tr>td.sorting,
	table.dataTable thead>tr>td.sorting_asc,
	table.dataTable thead>tr>td.sorting_desc,
	table.dataTable thead>tr>td.sorting_asc_disabled,
	table.dataTable thead>tr>td.sorting_desc_disabled {
		width: 100%;
		box-sizing: border-box;
	}

	.article-container {
		padding-right: 0px;
	}

	.page.auth .left {
		display: none;
	}

	.page.auth .right {
		width: 100%;
	}

	.page.auth .right .content .signup_buttons {
		flex-direction: row;
		gap: 10px;
	}

	.page.auth .right .content .signup_buttons .button {
		width: calc(50% - 4px);
	}
}

@media screen and (max-width: 650px) {
	.reservations.dashboard>.left {
		height: auto !important;
	}

	.dashboard-left-full {
		height: auto !important;
	}

	.page.reservations>.left>.orders .top_row .tm_tabs {
		width: 100%;
	}

	.page.reservations>.left>.orders .top_row .tm_tabs .filter {
		width: auto;
		box-sizing: border-box;
		margin: 0;
		padding: 5px 20px;
	}
}

@media screen and (max-width: 600px) {
	.page.dashboard>.left .listing .item .right .bottom .sub_right .rating {
		justify-content: flex-end;
	}

	.page.dashboard>.left>.top_row {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.page.dashboard>.left .listing .item .right .bottom .sub_left .row {
		width: 100%;
		display: flex;
		flex-direction: row;
		box-sizing: border-box;
		padding-right: 0px;
		align-items: flex-start;
	}

	.page.dashboard>.left .listing .item .right .bottom .sub_left .row .icon {}
}

@media screen and (max-width: 500px) {
	.chats.dashboard {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.chats.dashboard>.left {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
		border: none !important;
	}

	.chats.dashboard>.right {

		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
		border: none !important;
	}
}



@media screen and (max-width: 450px) {
	#header {
		height: 55px;
		box-shadow: none;
	}

	nav.navbar {
		height: 55px;
	}

	.page.chats>.right .card_body .texts_area .text {
		margin-bottom: 10px !important;
	}

	.page.chats>.right .card_body .texts_area {
		padding: 0px !important;
	}

	.page.chats>.left .card_body .contact {
		height: auto !important;
	}

	.page.single_vehicle>.left .description_section .subsection.write_review .write_review.inner form .input-group textarea {
		width: 100% !important;
	}

	.page.dashboard>.right.map {
		position: relative !important;
		width: 100% !important;
		height: 230px !important;
		margin-top: 30px !important;
	}

	.driver.dashboard>.left {
		width: 100% !important;
		margin-top: 0px !important;
	}

	.page.dashboard {
		flex-direction: column-reverse;
	}


	.page.reservations>.left>.orders .top_row {
		padding: 20px 15px;
	}

	.page.dashboard>.left .listing .item .right .bottom {
		padding: 0px;
		padding-top: 10px;
	}

	.page.auth .right .content .signup_buttons {
		flex-direction: column;
		gap: 10px;
	}

	.page.auth .right .content .signup_buttons .button {
		width: 100%;
	}

	.page.auth .right .content form .form-group.half {
		width: 100%;
	}

	.page.chats {
		padding-bottom: 2rem !important;
		/* padding-top: calc(135px + 1rem) !important; */
	}

	.chats.dashboard>.right {
		height: 100% !important;
		position: absolute;
		top: 0 !important;
		left: 0;
		z-index: 10 !important;
	}

	.page.chats>.right .card_body .texts_area {
		min-height: 90% !important;
		max-height: 90% !important;
	}

	.page.chats>.right .card_body .texts_area .text.receive .text_area {
		margin-left: 8px !important;
		width: 85% !important;
	}

	.page.chats>.right .card_body .texts_area .text.send .text_area {
		margin-right: 8px !important;
		width: 85% !important;
		margin-left: auto;
	}

	.page.chats>.right .card_body .texts_area .text.send .img {
		margin-right: 0px !important;
		margin-left: 9px !important;
	}

	.page.chats>.right .card_body .texts_area {
		padding: 0px 10px;
	}


}

@media screen and (max-width: 414px) {

	body nav.navbar,
	body .mobile-aside-menu,
	body .page.dashboard>.left {
		padding: 0px 10px !important;
	}
}

@media screen and (max-width: 375px) {
	body .profile img.profile-pic {
		width: 30px !important;
		height: 30px !important;
	}

	.profile.d-flex.align-items-center ul li:nth-child(1) .hover-img {
		height: 24px !important;
	}

	.bell-icon-notication {
		position: relative;
		height: 24px !important;
		min-width: 30px !important;
	}

	.dashboard.book-car-article-container {
		padding-top: 105px !important;
	}

	.page.chats {
		padding-bottom: 2rem !important;
		height: 100vh !important;
		padding-top: calc(110px + 1rem) !important;
	}

	.search {
		width: 100%;
	}

	.hamburger-menu {
		width: 125px !important;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.mobile-search {
		left: -25px;
	}

	nav.navbar {
		height: 50px !important;
		padding: 0 1rem !important;
	}

	.profile img.profile-pic {
		width: 40px !important;
		height: 40px !important;
	}

	.mobile-aside-menu {
		/* padding-bottom: 10px; */
		display: flex !important;
		height: 50px !important;
	}

	.menu__btn {
		height: 50px !important;
	}

	.page.dashboard>.right.map {
		position: relative !important;
		width: 100% !important;
		height: 230px !important;
		margin-top: 0 !important;
	}

	.driver.dashboard>.left {
		width: 100% !important;
		/* margin-top: 210px !important; */
	}

	.page.dashboard {
		flex-direction: column-reverse;
	}

	.driver.dashboard>.left {
		width: 100% !important;
		margin-top: 0px !important;
	}
}


/* -------------HEIGHT RESPONSIVENESSS---------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */


@media screen and (max-height: 1080px) {}

@media screen and (max-height: 950px) {
	#aside .item ul li::before {
		left: -45px;
	}

	#aside button.add-btn {
		margin-top: 20px !important;
	}

	#aside .items {
		padding: 20px 43px 20px 45px !important;
	}

	#aside .item {
		padding: 20px 45px 20px !important;
	}


	#aside .menu__box .mobile-item {
		margin-top: 0;
		padding-bottom: 0;
	}

	#aside .menu__box {
		padding: 10px 0px;
	}
}


@media screen and (max-height: 850px) {
	#aside .item {
		padding: 20px 25px 20px !important;
	}

	#aside .items {
		padding: 22px 25px 20px 25px !important;
	}

	#aside .item ul li::before {
		left: -25px;
	}

	#aside>.bottom a {
		font-size: 12px !important
	}

	#aside {
		max-width: 280px !important;
	}
	.article-container{
		padding-left: 275px !important;
	}
	


	#aside .btn:nth-last-child(2) {
		margin-top: 0px !important;
	}

	#aside button.add-btn {
		width: 235px !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		font-size: 14px !important;
	}

	#aside .book-car-article-container {
		padding-left: 275px;
		padding-top: 80px;
		padding-bottom: 30px;
	}

	#aside .item h3 {
		margin-top: 15px !important;
	}

	#aside .item ul li {
		margin-bottom: 12px !important;
	}

	#aside .item ul li a {
		font-size: 14px !important;
	}

	#aside .item ul li a img {
		margin-right: 20px;
	}

	#aside .items h3 {
		margin-bottom: 15px !important;
	}

	#aside .items ul li {
		margin-bottom: 12px !important;
	}

	#aside .items ul li a {
		font-size: 14px !important;
	}

	#aside .items ul li a img,
	#aside .links a .icon {
		margin-right: 20px;
	}
}

@media screen and (max-height: 740px) {
	#aside>.bottom.justify-between {
		justify-content: space-between;
		margin-bottom: 10px !important;
	}

	#aside .item ul li a img {
		width: 20px;
	}

	#aside .item ul li a img {
		margin-right: 10px;
	}

	#aside .items ul li a img {
		width: 20px;
	}

	#aside .items ul li a img {
		margin-right: 10px;
	}

	#aside button.add-btn {
		height: 35px !important;
	}
}