/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1713451221
Updated: 2024-04-18 14:40:21

*/



/**
 * CSS Table daily parking
 */
.table--parking {
	margin-bottom: 40px;
}
.table--parking table {
	margin-bottom: 0;
	width: 100% !important;
    max-width: 100%;
}
.table--parking table thead tr th {
	font-family: 'Aldrich', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: #1E1E1E;
	border: 0;
	border-bottom: 1px solid #0F63F5;
	padding-left: 0;
	padding-bottom: 20px;
	padding-top: 0;
	background-color: white;
	border-block-start: 0 !important;
	vertical-align: middle;
	min-width: 100px;
}

.table--parking table tbody tr td {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 20.32px;
	text-align: left;
	color: #1E1E1E;
	border: 0;
	border-bottom: 1px solid #E2E2E2;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
}

.table--parking .dt-layout-row>.dt-start .dt-length {
    display: flex;
	align-items: center;
    gap: 24px;
}
.table--parking div.dt-container select.dt-input {
	width: max-content;
	padding: 6px 12px 6px 12px;
	gap: 8px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table--parking div.dt-container select.dt-input {
	font-family: 'Aldrich', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 15.52px;
	text-align: left;
	color: white;
	background-color: #0F63F5;
	border-color: #0F63F5;
}
.table--parking .dt-layout-row>.dt-start .dt-length label {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 275;
	line-height: 17.78px;
	text-align: left;
	color: #1E1E1E;
}

div.dt-container div.dt-layout-row:last-child {
    margin-top: 24px;
}
.table--parking div.dt-container .dt-paging .dt-paging-button {
	font-family: 'Aldrich', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
	border: 1px solid #E2E2E2;
	background-color: #1E1E1E;
	color: white !important;
	margin: 0;
	padding: 6.8px 13.8px;
}

.table--parking div.dt-container .dt-paging .dt-paging-button::active,
.table--parking div.dt-container .dt-paging .dt-paging-button:hover,
.table--parking div.dt-container .dt-paging .dt-paging-button.current:hover {
	border: 1px solid #E2E2E2;
	background-color: #0F63F5;
}

.table--parking div.dt-container .dt-paging .dt-paging-button.current, 
.table--parking div.dt-container .dt-paging .dt-paging-button.current:hover {
	border: 1px solid #E2E2E2;
	background-color: #0F63F5;
	color: white !important;
}

.table--parking div.dt-container .dt-paging .dt-paging-button.disabled, 
.table--parking div.dt-container .dt-paging .dt-paging-button.disabled:hover, 
.table--parking div.dt-container .dt-paging .dt-paging-button.disabled:active {
	border: 1px solid #E2E2E2;
	background-color: #1E1E1E;
	color: white !important;
}

.table--parking div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: 1px solid #E2E2E2;
}

.table--parking table.display>thead>tr>th {
	font-family: 'Aldrich', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: #1E1E1E;
	border: 0;
	border-bottom: 1px solid #0F63F5;
	padding-left: 0;
	padding-bottom: 20px;
	padding-top: 0;
	background-color: white;
	border-block-start: 0 !important;
}
.table--parking table.display>tbody>tr>td {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 20.32px;
	text-align: left;
	color: #1E1E1E;
	border: 0;
	border-bottom: 1px solid #E2E2E2;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	box-shadow: none !important;
	position: relative;
}

.table--parking table.display>tbody>tr>td .dot {
	border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 8px 8px;
	display: flex;
	align-items: center;
	gap: 25px;
	max-width: max-content;
	width: 100%;
}

.table--parking table.display>tbody>tr>td .dot::before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background-color: #33B206;
}
.table--parking table.display>tbody>tr>td .dot.dot--cancelled::before {
	background-color: #F58B0F;
}
.table--parking table.display>tbody>tr>td .dot.dot--processing::before {
	background-color: #0F63F5;
}
.table--parking table.display>tbody>tr>td .dot.dot--failed::before {
	background-color: #ff0000;
}
.table--parking table.display>tbody>tr>td .dot.dot--terminated::before {
	background-color: #F58B0F;
}
.monthly--parking--filter li label {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 24px;
    cursor: pointer;
}

.monthly--parking--filter li label input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.monthly--parking--filter li label .checkmark {
    position: relative;
    display: inline-flex;
    width: 16px;
    height: 16px;
    border: 1px solid #1E1E1E;
    border-radius: 4px;
    background-color: white;
}

.monthly--parking--filter li label input[type="radio"]:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #0F63F5;
    border-radius: 50%;
    transform: translate(-45%, -45%);
}
.table--parking table.display>tbody>tr>td a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 12px;
	min-width: 30px;
	min-height: 30px;
	width: max-content;
	border: 1px solid #0F63F5;
	color: #1E1E1E;
	font-weight: 900;
	padding: 6px 13px;
	margin: auto;
}

.table--parking table.display>tbody>tr>td a span {
	display: block;
    line-height: 0px;
    margin-bottom: 6px;
}

.table--parking .monthly--parking--filter {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
	margin-bottom: 40px;
}

.table--parking .monthly--parking--filter p {
	font-family: 'Aldrich', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #1E1E1E;
	margin-bottom: 0;
	max-width: max-content;
	width: max-content;
}

.table--parking .monthly--parking--filter ul {
    line-height: normal;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 60px;
	max-width: max-content;
	width: max-content;
}

.table--parking .monthly--parking--filter ul li label {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 275;
    line-height: 25.4px;
    text-align: left;
    color: #1E1E1E;
    display: flex;
    column-gap: 24px;
}

.table--parking .monthly--parking--filter .dt-search {
    display: none;
}
#monthly--parking_wrapper .dt-layout-row:first-child {
    display: none;
}

#monthly--parking_wrapper .dt-layout-row th[data-dt-column="5"] {
    min-width: 150px;
}
#monthly--parking_wrapper .dt-layout-row th[data-dt-column="6"] {
	max-width: 60px;
	min-width: 60px;
}
.table--parking .dt-length label:first-letter {
    text-transform: capitalize;
}

.monthly--menu {
    background-color: #FFFFFF;
    min-width: 180px;
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 16px;
    padding: 24px;
	position: absolute;
    right: 0;
	top: 0;
	opacity: 0;
	right: -100%;
	z-index: -1;
}

.monthly--menu.show {
	z-index: 999;
	top: 80%;
	opacity: 1;
}

.monthly--menu dl {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.table--parking table.display .monthly--menu dl dd {
	margin: 0;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 20px
}
.table--parking table.display .monthly--menu dl dd:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.table--parking table.display .monthly--menu dl dd a {
    font-family: 'Aldrich', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.52px;
    border: 0;
    padding: 0;
    text-align: left;
	margin: inherit;
	min-height: 2px;
}

.details--content .detail--top {
    display: flex;
    align-items: center;
    margin-bottom: 47px;
}

.details--content .close--detail svg {
    width: 39px;
    height: 39px;
    margin-right: 24px;
}
.details--content .detail--title {
    font-family: 'Aldrich', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 43.2px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #1E1E1E;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.details--content .detail--title::before {
    content: '';
    width: 4px;
    height: 100%;
    min-height: 43px;
    background-color: #0F63F5;
    border-radius: 28px;
    display: inline-flex;
    margin-right: 24px;
}

.details--content .detail--actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 24px;
    row-gap: 16px;
    margin-left: auto;
}

.details--content .detail--actions a {
    background-color: #0F63F5;
    border-radius: 12px;
    padding: 14px 40px 14px 40px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.details--content .detail--actions a {
    font-family: 'Aldrich', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.52px;
    text-align: center;
    color: #FFFFFF;
}
.details--center {
    margin-bottom: 40px;
}
.details--center ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.details--center ul li {
    font-family: 'Aldrich', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #1E1E1E;
}
.details--center ul li span {
	border: 1px solid #E2E2E2;
	border-radius: 16px;
	padding: 10px 24px;
	display: flex;
	justify-content: center;
	align-items: center
}
.details--center ul li span {
	font-family: Poppins;
    font-size: 16px;
    font-weight: 200;
    line-height: 20.32px;
    text-align: left;
}
.details--center ul li span::before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background-color: #33B206;
	margin-right: 8px;
}
.details--bottom .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.details--bottom .grid .item {
    border: 1px solid #E2E2E2;
    background-color: white;
    border-radius: 16px;
    padding: 40px 32px 40px 32px;
    display: flex;
    flex-wrap: wrap;
}

.details--bottom .grid .item .icon {
    width: 100%;
    margin-bottom: 30px;
}

.details--bottom .grid .item .icon svg {
    width: 56px;
    height: 56px;
}

.details--bottom .grid .item h4 {
    font-family: 'Aldrich', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #1E1E1E;
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.details--bottom .grid .item a svg {
    width: 32px;
    height: 32px;
}

body form .inline-field {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

body form .inline-field label {
    margin-bottom: 0 !important;
}

body form .inline-field .ginput_container {
	flex: 1 1;
}

body form .inline--text {
    font-size: 13px;
    color: #585e6a;
    font-weight: 400;
}