:root {
    --primaryDark: #4a4a4a;
    --primaryClr: #f5a623;
    --primaryGreen: #42b370;
    --black:  #000;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

* {
    /* transition: all ease-in-out 0.2s; */
}

*:focus,
button:focus {
    outline: none;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #f5a623;
    color: #4a4a4a;
    color: var(--primaryDark);
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    color: #f5a623;
    color: var(--primaryClr);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active,
a:focus {
    color: #0056b3;
}

*:focus,
button:focus {
    outline: none;
}

/* UTILITIES */
.txt__10 {
    font-size: 10px;
}

.txt__xs {
    font-size: 12px;
}

.txt__sm {
    font-size: 14px;
}

.txt__md {
    font-size: 16px;
}

.txt__lg {
    font-size: 18px;
}

.txt__big {
    font-size: 22px;
}

.txt__primary {
    color: #f5a623;
    color: var(--primaryClr);
}
.txt_black{
    color: var(--black,#000);
}
.txt__dark {
    color: #4a4a4a;
    color: var(--primaryDark);
}

.txt__light {
    color: rgba(25, 25, 25, 0.5);
}

.txt__color {
    color: #4a4a4a;
    color: var(--primaryDark);
}

.txt__green {
    color: #42b370;
    color: var(--primaryGreen);
}

.font-weight-semi-bold {
    font-weight: 600;
}

.height-auto {
    height: auto !important;
}

/*
    Black: #060205
    Blue: #1d0af5
    Brown: #6c1b00
    Green: #13841b
    Red: #ea2f15
    Silver: #C0C0C0
    White: #ffffff
    Yellow: #ffb900
*/
.vc-black {
    color: #060205;
}

.vc-blue {
    color: #1d0af5;
}

.vc-brown {
    color: #6c1b00;
}

.vc-green {
    color: #13841b;
}

.vc-red {
    color: #ea2f15;
}

.vc-silver {
    color: #c0c0c0;
}

.vc-white {
    color: #ffffff;
}

.vc-yellow {
    color: #ffb900;
}

/* END UTILITIES */

/* COMPONENTS */
.congrats-modal-header {
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
    color: var(--primaryDark);
    margin-bottom: 24px;
}

.button {
    font-size: 14px;
    display: inline-block;
    border: 2px solid #d6d6d6;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
    color: #4a4a4a;
    color: var(--primaryDark);
    border-radius: 25px;
    background-color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.button-block {
    width: 100%;
    text-align: center;
}

.button:hover {
    color: #4a4a4a;
    color: var(--primaryDark);
}

.button--primary {
    background-color: #f5a623;
    background-color: var(--primaryClr);
    color: #f5a623;
    border-color: #f5a623;
    border-color: var(--primaryClr);
    color: #fff;
}

.button--danger {
    background-color: #ff0000f9;
    background-color: var(--dangerClr);
    color: #ff0000;
    border-color: #db0000;
    border-color: var(--dangerClr);
    color: rgb(255, 0, 0);
}

.button--primary:hover {
    background-color: #f5a623;
    background-color: var(--primaryClr);
    color: #fff;
    text-decoration: none;
}

.button--primary:focus,
.button--primary:active {
    background-color: var(--primaryClr);
    color: #fff;
}

.button--block {
    display: block;
    width: 100%;
}

.button--outline {
    background-color: transparent;
}

.button--outline:hover,
.button--outline:focus,
.button--outline:active {
    border-color: var(--primaryClr);
    color: var(--primaryClr);
}

.button--outline--white {
    color: #fff;
    border-color: #fff;
}

.button--outline--white:hover,
.button--outline--white:active,
.button--outline--white:focus {
    background-color: #f5a623;
    background-color: var(--primaryClr);
    border-color: #f5a623;
    border-color: var(--primaryClr);
    color: #fff;
}

.button--outline--primary {
    background-color: transparent;
    border-color: #f5a623;
    border-color: var(--primaryClr);
    color: #f5a623;
    color: var(--primaryClr);
}

.button--outline--primary:hover {
    background-color: transparent;
    border-color: rgba(25, 25, 25, 0.5);
    color: rgba(25, 25, 25, 0.5);
}

.button--loader {
    display: none;
}
.btnTransparent{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.btnTransparent.textYellow{
    color: #F4A522;
}
.eye-class {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.custom_pagination {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}

.custom_pagination ul {
    text-align: center;
}

.custom_pagination ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0 2px;
}

.custom_pagination ul li a {
    position: relative;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-left: -1px;
    color: #4a4a4a;
    text-decoration: none;
    transition: 0.3s;
}

.custom_pagination ul li.active a {
    background-color: var(--primaryClr);
    border-color: var(--primaryClr);
    /* background-color: #f5a623;
    border-color: #f5a623; */
    color: #fff;
    text-decoration: none;
}

.custom_pagination ul li a:hover {
    background-color: var(--primaryClr);
    border-color: var(--primaryClr);
    /* background-color: #f5a623;
    border-color: #f5a623; */
    color: #fff;
    text-decoration: none;
}

.custom_pagination ul li a:hover svg path {
    fill: #fff;
}

.custom_pagination ul li a svg {
    width: 8px;
    height: 12px;
}

.custom_pagination ul li.next_btn a svg {
    transform: rotate(180deg);
    transform-origin: center center;
}

/* Spinner */
.circle-spinner {
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 8px solid #3f3f3f3b;
    border-top-color: var(--primaryClr);
    /* border: 8px solid #ffc1073b; */
    /* border-top-color: #ffc107; */
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* End Spinner */

.rounded-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #f5a623;
    background-color: var(--primaryClr);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.rounded-avatar img {
    width: 100%;
    height: 100%;
}

.shadow-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    background-color: #fff;
    padding: 8px 11px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: var(--primaryDark);
}

.table-dark-bg.table {
    color: rgba(255, 255, 255, 0.5);
}

.table-dark-bg.table thead th,
.table-dark-bg.table-bordered td {
    border-color: rgba(255, 255, 255, 0.5);
}

.table-restricted-width.table th:first-child,
.table-restricted-width.table td:first-child,
.table-restricted-width.table th:last-child,
.table-restricted-width.table td:last-child {
    max-width: 250px;
}

/* END COMPONENTS */

/* ACCESSABILITY RELATED */
a[target="_blank"] {
    position: relative;
    display: inline-block;
}

a[target="_blank"] span.warning-text {
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
    font-size: 0.8rem;
}

a[target="_blank"]:hover span.warning-text,
a[target="_blank"]:focus span.warning-text,
a[target="_blank"]:active span.warning-text {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 12em;
    border: 1px solid var(--primaryClr);
    background-color: rgb(245 166 35 / 60%);
    color: #121212;
    text-align: center;
}

/* ACCESSABILITY RELATED */

/* STUFF DONE TO SOLVE IE11 FLEX ISSUE */
.flex-ie-support-parent {
    display: flex;
    flex-flow: row wrap;
}

/* END STUFF DONE TO SOLVE IE11 FLEX ISSUE */

/* NAVBAR */
.navbar-brand:focus,
.navbar-brand:focus:active {
    outline: 1px dotted var(--primaryClr);
}

.dotted-focus-active:focus,
.dotted-focus-active:active {
    outline: 1px dotted var(--primaryClr);
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

.navbar-consumer.not-fixed {
    background-color: #fff;
}

.dark-bg .navbar-consumer.not-fixed {
    background-color: #121212;
}

.dark-bg .navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-consumer.sticky {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.dark-bg .navbar-consumer.sticky {
    background-color: #121212;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
}

.navbar-consumer .navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-consumer .navbar-nav .nav-link {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-consumer.navbar-light .navbar-nav .nav-link {
    color: #4a4a4a;
    color: var(--primaryDark);
}

.navbar-consumer.navbar-light .navbar-nav .nav-link:hover,
.navbar-consumer.navbar-light .navbar-nav .nav-link:focus,
.navbar-consumer.navbar-light .navbar-nav .nav-link:active {
    color: #f5a623;
    color: var(--primaryClr);
}

.navbar-consumer.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--primaryClr);
    font-weight: 600;
}

/* NAVBAR */

/* CONSUMER BANNER */
.consumer-banner {
    height: 800px;
    background: url(../images/banner_bg.png) 0 0 / cover no-repeat;
    position: relative;
}

.next-sec-link {
    position: absolute;
    bottom: -2px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 4;
}

.next-sec-link a {
    display: inline-block;
    position: relative;
}

.next-sec-link a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #4a4a4a;
    color: var(--primaryDark);
}

.next-sec-link a:focus i,
.next-sec-link a:active i {
    color: var(--primaryClr);
}

.banner-header {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}

.banner-button-group {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.banner-button-group .button {
    margin: 5px;
}

.banner-button-group .button:first-child {
    margin-left: 0;
}

.banner-button-group .button:last-child {
    margin-right: 0;
}

.consumer-banner-content {
    padding-top: 100px;
}

/* END CONSUMER BANNER */

/* FEATURE */
.feature {
    padding: 40px 0;
}

.section-header {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* END FEATURE */

/* HOW IT WORKS  */
.how-it-works {
    padding: 40px 0;
}

.step-card {
    text-align: center;
}

.step-circle {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #f5a623;
    background-color: var(--primaryClr);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.step-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* END HOW IT WORKS  */

/* NEWSLETTER */
.newsletter {
    padding: 40px 0;
}

.newsletter-fields {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.newsletter-email {
    flex-grow: 1;
    margin-right: 10px;
}

.form-control-custom {
    font-size: 14px;
    padding: 11px 20px;
    height: 44px;
    border-color: rgba(74, 74, 74, 0.5);
}

.form-control-custom-dark {
    background-color: #191919;
    border-color: #191919;
    color: rgba(255, 255, 255, 0.5);
}

.form-control-custom-dark:focus {
    background-color: #191919;
    border-color: #191919;
}

.newsletter-submit-button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background-color: #f5a623;
    background-color: var(--primaryClr);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.newsletter-submit-button:hover,
.newsletter-submit-button:active,
.newsletter-submit-button:focus {
    background-color: #e89100;
}

/* END NEWSLETTER */

/* FOOTER */
.footer {
    padding: 40px 0;
}

.footer-dark {
    color: #fff;
}

.footer-copyright {
    display: flex;
    align-items: center;
}

.footer-logo {
    margin-right: 30px;
}

.footer-social-icons {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-social-link {
    font-size: 20px;
    color: #4a4a4a;
    color: var(--primaryDark);
    margin-right: 30px;
}

.footer-dark .footer-social-link {
    color: #fff;
}

.footer-social-link:hover {
    color: #f5a623;
    color: var(--primaryClr);
}

.footer-social-link:last-child {
    margin-right: 0;
}

/* END FOOTER */

/* LOGIN */
.login-wrapper {
    margin: 0 auto;
    min-height: 100vh;
    height: 100vh;
    padding: 0 15px;
    max-width: 330px;
}

.login-wrapper--w100 {
    max-width: 100%;
}

.max-wrapper {
    max-width: 330px;
    margin: 0 auto;
}

.option-text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

@media (max-width: 330.98px) {
    .option-text {
        display: none;
    }
}

.wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}

.form-panel {
    width: 100%;
}

.logo {
    margin-bottom: 20px;
}

.logo-box {
    text-align: center;
}

.logo-box>img {
    max-width: 100%;
}

.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.login-option-buttons {
    margin-top: 20px;
}

.login-button {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    color: #4a4a4a;
    color: var(--primaryDark);
    border: 2px solid #d6d6d6;
    background-color: #fff;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 15px;
}

.login-button:hover {
    color: #4a4a4a;
    color: var(--primaryDark);
    text-decoration: none;
}

.title-md {
    font-size: 18px;
    font-weight: 600;
}

.field-title-margin {
    margin-bottom: 25px;
}

.form-label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.form-input {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    width: 100%;
    padding: 5px 0;
}
.form-input + .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent;
}
.form-input::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.form-input:focus,
.form-input:valid,
.form-input:not(:placeholder-shown) {
    border-color: #f5a623;
    border-color: var(--primaryClr);
}

.button-login-page {
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 40px;
}

.button-login-page:disabled{
    background-color: #a9a9a9;
    color: #464242;
    border-color: #a9a9a9;
    opacity: .65;
    cursor: not-allowed;
}

/* END LOGIN */

/* REGISTERED PAGE */

.select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #4a4a4a;
    color: var(--primaryDark);
    width: 100%;
    padding: 5px 0;
    height: auto;
    border-radius: 0;
    padding-left: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 0;
    top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5a623;
    background-color: var(--primaryClr);
}

#vin-number-box {
    display: none;
}

/* REGISTERED PAGE */

/* MANAGEMENT PAGE */
.conatctUs__modal__dark .modal-content {
    background-color: #121212;
    color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    border: 0;
}

.app_modal_class_dark .modal-content {
    background-color: #121212;
    color: rgba(255, 255, 255, 0.5);
}

.app_modal_class_dark .download__app__logo {
    border-color: rgba(255, 255, 255, 0.5);
}

.app_modal_class .modal-content {
    border: 0;
}

.app__downlaod {
    padding: 30px;
}

.download__app {
    display: flex;
    align-items: flex-start;
}

.download__app__logo {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgb(235, 235, 235);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.download__app__logo img {
    width: 70px;
}

.download__app__text {
    padding-top: 10px;
}

.download__app__text h5 {
    font-weight: 600;
    margin-bottom: 7px;
}

.download__app__text p {
    font-size: 14px;
}

.download__app_link {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.download__app__link__button {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    color: #fff;
    background-color: #f5a623;
    background-color: var(--primaryClr);
    border-radius: 10px;
    margin-right: 15px;
    font-size: 14px;
    border: 1px solid var(--primaryClr);
}

.download__app__link__button svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #fff;
}

.download__app__link__button:hover {
    color: #f5a623;
    color: var(--primaryClr);
    border-color: #f5a623;
    border-color: var(--primaryClr);
    background-color: transparent;
}

.download__app__link__button:hover svg {
    fill: var(--primaryClr);
}

.consumer-banner-management {
    background-color: #000;
    /* background-image: url(../images/management_bg_banner.png); */
    background-image: none;
}

.consumer-banner-management-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.consumer-banner-management-bg-video::-webkit-media-controls {
    display: none;
}

.consumer-banner-management-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.management-banner-header {
    font-size: 64px;
}

.consumer-banner-management .consumer-banner-content {
    position: relative;
    padding-top: 228px;
    z-index: 3;
}

.consumer-banner-management .navbar-consumer.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.consumer-banner-management .navbar-consumer.navbar-light .navbar-nav .nav-link:hover {
    color: #f5a623;
    color: var(--primaryClr);
}

.consumer-banner-management .navbar-consumer.navbar-light .navbar-nav .nav-link:hover,
.consumer-banner-management .navbar-consumer.navbar-light .navbar-nav .nav-link:focus,
.consumer-banner-management .navbar-consumer.navbar-light .navbar-nav .nav-link:active {
    color: #f5a623;
    color: var(--primaryClr);
}

.consumer-banner-management .next-sec-link a i {
    color: #fff;
}

.consumer-banner-management .next-sec-link a:focus i,
.consumer-banner-management .next-sec-link a:active i {
    color: var(--primaryClr);
}

.dark-bg {
    background-color: #121212;
    color: #fff;
}

.automated-steps {
    margin-top: 128px;
}

.who-are-we {
    padding-top: 90px;
}

.specs-card {
    margin-bottom: 50px;
    text-align: center;
}

.specs-card-icon {
    margin-bottom: 25px;
    height: 80px;
}

.who-are-we-box {
    margin-top: 190px;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    background-color: #191919;
}

.who-are-we-box .section-header {
    margin-bottom: 30px;
}

.who-are-we-box p {
    font-size: 22px;
}

.automated-step-box {
    padding: 30px;
    background-color: #191919;
    border-radius: 12px;
    margin-bottom: 40px;
}

.automated-step-box .step-header {
    margin-bottom: 30px;
}

.automated-steps-left-img>img {
    max-width: 100%;
    height: auto;
}

.steps-ul li {
    display: flex;
    margin-bottom: 40px;
}

.steps-ul li:last-of-type {
    margin-bottom: 0;
}

.steps-ul li .step-circle {
    margin-right: 14px;
    margin-bottom: 0;
}

.steps-ul li:first-child .step-circle {
    margin-right: 14px;
    margin-bottom: 0;
    background-color: rgba(245, 166, 35, 0.5);
}

.addicting-tech {
    margin-top: 160px;
}

.addicting-tech-point {
    margin-bottom: 40px;
}

.addicting-tech-point li {
    padding-left: 22px;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
}

.addicting-tech-point li:last-child {
    margin-bottom: 0;
}

.addicting-tech-point li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #f5a623;
    background-color: var(--primaryClr);
}

.addicting-tech-image img {
    max-width: 100%;
    height: auto;
}

.col-m {
    padding-top: 55px;
}

.parking-management {
    margin-top: 160px;
}

.parking-management-image img {
    max-width: 100%;
    height: auto;
}

.parking-management-text p {
    font-size: 22px;
    margin-bottom: 30px;
}

.solution-for {
    margin-top: 160px;
    margin-bottom: 160px;
}

.solution-image {
    display: flex;
    height: 200px;
    justify-content: center;
}

.solution-card img {
    max-width: 100%;
    height: auto;
}

/* PRIVACY */
.page-content-no-banner {
    padding-top: 150px;
    padding-bottom: 70px;
    min-height: 100vh;
}

.privacy-box {
    background-color: #191919;
    padding: 30px;
    border-radius: 12px;
}

.privacy-box p {
    color: rgba(255, 255, 255, 0.5);
}

/* END PRIVACY PAGE */

/* END MANAGEMENT PAGE */
.email-icon-box {
    width: 100px;
    height: 100px;
    margin-inline: auto;
    background-color: rgb(245 166 35/ 40%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    border: 1px solid var(--primaryClr);
    border-radius: 100%;
    color: var(--primaryDark);
    margin-bottom: 1.8rem;
}

/* ADMIN PANEL */
.admin-wrapper {
    /* max-width: 1320px; */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.admin-header {
    padding: 0.8rem 0;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1001;
    background-color: #fff;
    min-height: 70px;
}

.admin-header>.admin-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-header-logo {
    margin-right: 0.5rem;
    max-width: 161px;
}

.admin-header-logo a {
    width: 100%;
    display: inline-block;
}

.admin-header-logo a img {
    max-width: 100%;
}

.admin-sidebar-trigger {
    margin-right: auto;
}

.admin-header-toggler {
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    font-size: 18px;
    cursor: pointer;
}

.admin-header-nav {
    display: flex;
    align-items: center;
}

.admin-header-nav-item {
    padding: 0.2rem 1rem;
    position: relative;
}

.admin-header-nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 1px;
    background-color: #4a4a4a;
    color: var(--primaryDark);
}

.admin-header-nav-item:first-child:before {
    content: none;
}

.admin-header-nav-link {
    font-size: 14px;
    color: #4a4a4a;
    color: var(--primaryDark);
    display: inline-block;
}

.admin-header-nav-link:hover {
    color: #f5a623;
    color: var(--primaryClr);
}

.admin-header-nav-item:last-child {
    padding-right: 0;
}

.admin-header-nav-item .dropdown-menu {
    width: 180px;
    border: 0;
    border-radius: 0;
    top: 48.5px;
    padding: 0.8rem 0;
    background-color: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.admin-header-nav-item .dropdown-menu .dropdown-item {
    padding: 0.8rem 1.5rem;
    font-size: 14px;
}

.admin-header-nav-item .dropdown-menu .dropdown-item.active,
.admin-header-nav-item .dropdown-menu .dropdown-item:active {
    background-color: #f5a623;
    background-color: var(--primaryClr);
}

.admin-header-nav-item .dropdown-menu .dropdown-item.active {
    font-weight: 600;
}

.content-body {
    display: flex;
    background-color: #fff;
    min-height: calc(100vh - 70px);
}

.sidebar {
    flex-shrink: 0;
    padding-top: 12px;
    width: 180px;
    flex-basis: 180px;
    height: 100%;
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
}

.piedparker-branding {
    margin-top: auto;
    width: 100%;
    padding-bottom: 18px;
}

.sidebar-nav-link {
    display: block;
    padding: 12px 24px;
    color: #4a4a4a;
    color: var(--primaryDark);
    border-radius: 2px;
    font-size: 14px;
    border-radius: 8px;
}

.sidebar-nav-link:hover {
    color: #f5a623;
    color: var(--primaryClr);
}

.sidebar-nav-link.active {
    background-color: #f5a623;
    background-color: var(--primaryClr);
    color: #fff;
    font-weight: 600;
}

.content-area {
    padding-left: 70px;
    flex-grow: 1;
    min-height: 400px;
}

.panel-content {
    padding-top: 8px;
    padding-bottom: 30px;
}

.section-tab {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.section-tab li {
    display: flex;
    align-items: center;
    margin-right: 25px;
    margin-bottom: 5px;
}

.section-tab li a {
    position: relative;
    padding-bottom: 10px;
    color: #4a4a4a;
    color: var(--primaryDark);
    font-size: 14px;
    font-weight: 700;
    transition: all ease-in-out 0.2s;
}

.section-tab li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f5a623;
    background-color: var(--primaryClr);
    transition: all ease-in-out 0.2s;
    transform: scale(0);
}

.section-tab li a:hover::after {
    transform: scale(1);
}

.section-tab li a:hover,
.section-tab li a.active {
    color: var(--primaryClr) !important;
}

.section-tab li a.active::after {
    transform: scale(1);
}

.section-top-header {
    padding-bottom: 20px;
    padding-top: 12px;
}

.panel-header {
    font-size: 25px;
    font-weight: 600;
}

.details-wrapper {
    max-width: 250px;
}

.default-box {
    height: 146px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #c0c0c0, #4a4a4a);
    color: #fff;
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 250px;
    overflow: hidden;
}

.default-box-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.default-box-vehicle-num {
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 8px;
    text-align: center;
    padding: 0.3rem 0.4rem;
}

.default-box-button {
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 15px;
    text-align: center;
    padding: 0.3rem 0.4rem;
}

.default-box-button-delete {
    width: 27px;
    height: 27px;
    border-radius: 100%;
}

.default-box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.default-footer-image {
    flex-shrink: 0;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-box-payment {
    background: #1a1f71;
}

.default-box-payment .default-footer-image {
    width: 26px;
}

.payment-card-digits {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
}

.payment-card-digits>span {
    line-height: 1;
}

.payment-card-digits .digits-hiddden {
    font-size: 16px;
    font-weight: 700;
}

.payment-card-digits .digit {
    font-size: 12px;
}

.panel-profile-wrapper {
    max-width: 330px;
    flex: 0 0 330px;
}

.profile-photo-upload {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.profile-pic {
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0px;
    border-radius: 100%;
}

.profile-pic>img {
    width: 100%;
}

.profile-pic-header {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    /* display: flex;
    justify-content: center; */
    align-items: center;
    flex-shrink: 0;
    margin-right: 0px;
    border-radius: 100%;
}

.profile-pic-header>img {
    width: 100%;
}

.profile-photo-trigger {
    margin-left: 15px;
    cursor: pointer;
    margin-bottom: 0;
}

.top-filter {
    display: flex;
    align-items: center;
}

.top-filter-input {
    width: 270px;
    margin-right: 10px;
}

.session-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.session-filter li {
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.session-filter li a {
    color: #a6a6a6;
}

.session-filter li a:hover {
    color: #f5a623;
    color: var(--primaryClr);
}

.recent-session-details {
    max-width: 500px;
}

.session-filter li a.active {
    font-weight: 700;
    color: #f5a623;
    color: var(--primaryClr);
}

.session {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.session-details-link:first-child .session {
    border-top: 1px solid rgba(151, 151, 151, 0.3);
}

.session-details {
    flex: 0 0 48%;
    display: flex;
    align-items: center;
}

.session-space-image {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 30px;
}

.session-space-image>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.space-name {
    flex: 0 0 160px;
}

.space-address {
    flex-grow: 1;
    padding-left: 40px;
    overflow: hidden;
}

.session-timing {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 18%;
}

.session-start-time {
    flex: 0 0 200px;
    padding-right: 30px;
}

.session-end-time {
    padding-left: 14%;
}

.session-picture {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 30px;
    flex-shrink: 0;
}

.session-picture img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.session-review {
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    padding-top: 180px;
    padding-left: 60px;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.4s;
}

.session-review.open {
    transition: all ease-in-out 0.4s;
    opacity: 1;
    visibility: visible;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    padding-top: 12px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;
    cursor: pointer;
    margin: 2px;
}

.rating-stars ul>li.star:first-child {
    margin-left: 0;
}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 18px;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #f4a522;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #e3a55b;
}

.session-license-plate {
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d5d5d5;
    text-align: center;
    border-radius: 5px;
    color: #9b9b9b;
}

.recent-session-duration {
    display: flex;
}

.recent-session-separator {
    max-width: 110px;
    margin: 0 20px;
    padding-top: 22px;
}

.recent-session-separator svg {
    width: 100%;
}

.comment-review {
    margin-top: 40px;
}

.comment-review .form-input {
    resize: none;
    background-color: transparent;
}

.comment-review .form-input:placeholder-shown {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.session-review-content {
    max-width: 280px;
}

.session-review-content .button {
    padding: 10px 35px;
}

.session-review-content .button--outline {
    color: #d8d8d8;
    border-color: #d8d8d8;
}

.session-review-content .button--outline:hover {
    border-color: #f4a522;
    background-color: #f4a522;
    color: #fff;
}

/* FIND PARKING */
.find-parking {
    display: flex;
    height: calc(100vh - 70px);
}

.parking-map-view {
    flex-grow: 1;
    margin-right: 25px;
    position: relative;
}

.info-box-primary {
    padding: 11px 22px;
    border-radius: 8px;
    background-color: var(--primaryClr);
    color: #fff;
}

.space-find-input {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    padding: 0 70px;
}

/* .space-find-input-box {
} */
.space-find-input-address {
    width: 100%;
    font-size: 14px;
    color: #4a4a4a;
    border: 0;
    padding: 10px 45px 10px 20px;
    background: #fff url(../images/search_icon.png) calc(100% - 20px) center no-repeat;
    border-radius: 2px;
}

.fetched-session {
    flex: 0 0 350px;
    padding-top: 34px;
    padding-bottom: 30px;
    max-height: 100%;
    overflow: hidden;
    padding-right: 15px;
    position: relative;
}

.parking-map {
    height: 100%;
}

.fetched-session-card {
    position: relative;
    border-radius: 2px;
    height: 180px;
    margin-bottom: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}

.fetched-session-card-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: inherit;
}

.fetched-session-permit .fetched-session-card {
    border-radius: 8px;
}

.fetched-session-card-text {
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px 20px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
}

.fetched-session-data {
    display: flex;
    align-items: center;
}

.fetched-session-review {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.fetched-session-stars {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-size: 10px;
}

.fetched-session-star {
    margin-right: 7px;
    color: #fff;
}

.fetched-session-star.full-star {
    color: #f5a623;
    color: var(--primaryClr);
}

.fetched-session-star:last-child {
    margin-right: 0;
}

.session-distance {
    display: flex;
    align-items: center;
}

.session-price {
    margin-left: auto;
}

.fetched-session-price {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: -5px;
    width: 98px;
    background-color: #fff;
    color: #4a4a4a;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
    border-radius: 25px;
    padding: 9px 10px;
    text-align: center;
    z-index: 1;
}

.fetched-session-price:hover {
    background-color: #f5a623;
    background-color: var(--primaryClr);
    color: #fff;
}

.fetched-session-card:last-of-type {
    margin-bottom: 0;
}

.fetched-session-details {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    padding: 25px 5px;
    transform: translateX(100%);
    transition: all ease-in-out 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}

.fetched-session-details.open {
    transform: translateX(0);
}

.session-images-slide {
    height: 185px;
    border-radius: 2px;
    background: url(../images/property-sample-image.png) 0 0 / cover no-repeat;
}

.session-images-slider .slick-dots {
    bottom: 13px;
}

.session-images-slider .slick-dots li button:before {
    content: none;
}

.session-images-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
}

.session-images-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 100%;
    padding: 0;
}

.session-images-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.session-images-container {
    margin-bottom: 25px;
    position: relative;
}

.session-details-price {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    right: -5px;
    width: 98px;
    background-color: #f5a623;
    background-color: var(--primaryClr);
    color: #fff;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 17%);
    border-radius: 25px;
    padding: 9px 10px;
    text-align: center;
}

.session-slide-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 15px 0 15px;
}

.close-session-image {
    cursor: pointer;
}

.bookmark-space-action {
    margin-left: auto;
}

.bookmark-space-action {
    display: flex;
}

.bookmark-space-action-button {
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.space-bookmark-button {
    margin-right: 15px;
    padding-top: 2px;
}

.space-bookmark-button .liked {
    display: none;
}

.space-bookmark-button.space-liked .liked {
    display: block;
}

.space-bookmark-button.space-liked .not-liked {
    display: none;
}

.fetched-session-data-details {
    color: #919191;
}

.fetched-session-data-details .fetched-session-star {
    color: #d8d8d8;
}

.fetched-session-data-details .fetched-session-star.full-star {
    color: #f5a623;
    color: var(--primaryClr);
}

.avalaible-space {
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    color: rgba(255, 255, 255, 1);
    background-color: var(--primaryClr);
    border-radius: 30px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
    font-size: 14px;
    font-weight: 600;
}

.avalaible-space-float-tr {
    margin: 10px 10px auto auto;
    position: absolute;
    z-index: 1;
    right: 0;
}

.space-features {
    margin-top: 20px;
    margin-bottom: 20px;
}

.space-feature {
    margin-bottom: 25px;
}

.space-feature-name {
    margin-bottom: 10px;
}

.amneties {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 10px;
}

.amanety {
    margin-right: 30px;
}

.amanety:last-child {
    margin-right: 0;
}

.arrow_box {
    display: inline-block;
    padding: 8px 6px;
    background-color: #fff;
    border-radius: 25px;
    border: 5px solid var(--primaryClr);
    font-size: 10px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    max-width: 100px;
    text-align: center;
    color: var(--primaryDark);
}

.arrow_box .txt__xs {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.arrow_box>sup {
    font-size: 8px;
}

.arrow_box::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 0 8px;
    border-color: var(--primaryClr) transparent transparent transparent;
}

.space-reviews {
    max-width: 285px;
    padding-right: 60px;
}

.space-review-lists {
    margin: 35px 0;
}

.space-review-item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.space-stars-progress-bar {
    flex-grow: 1;
    height: 4px;
    border-radius: 2px;
    background-color: #a7a7a7;
    overflow: hidden;
    position: relative;
}

.space-stars-progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f5a623;
    background-color: var(--primaryClr);
    border-radius: 2px;
}

.space-average-rating-num {
    display: flex;
    align-items: center;
    color: #f5a623;
    color: var(--primaryClr);
    margin-top: 20px;
}

.space-average-rating-num p {
    font-size: 56px;
    margin-right: 10px;
}

.space-average-rating-num i {
    font-size: 35px;
}

.space-reviews-comment {
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    padding-top: 90px;
    padding-left: 60px;
    padding-right: 30px;
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.4s;
}

.space-comments {
    max-width: 660px;
    padding-right: 20px;
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
}

.space-comment-lists {
    padding: 35px 0;
}

.space-comment {
    padding: 12px 0;
    display: flex;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.commenter-avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    border-radius: 100%;
}

.commenter-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.space-comment-body {
    flex-grow: 1;
}

.commenter-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-grow: 1;
}

.commenter-name {
    display: inline-block;
    background-color: #fff;
    font-size: 14px;
    color: #191919;
    padding: 9px 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
    border-radius: 20px;
}

.comment-time {
    text-align: right;
}

.fetched-session-stars-comment .fetched-session-star {
    color: #a6a6a6;
}

.fetched-session-stars-comment .fetched-session-star.full-star {
    color: #f5a623;
    color: var(--primaryClr);
}

/* END FIND PARKING */

/* PERMIT PAGE */
.congrats-modal {
    padding: 40px 30px;
    border: 0;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
}

.space-permit {
    margin-bottom: 20px;
}

.button--lotselect {
    position: fixed;
    max-width: 300px;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all ease-in-out 0.2s;
}

.button--lotselect.visible {
    opacity: 1;
    visibility: hidden;
}

.invitation {
    border-bottom: 1px solid #d6d6d6;
    padding-top: 7px;
}

.invitation:first-of-type {
    border-top: 1px solid #d6d6d6;
}

.invitation-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.invitations-space-images {
    margin-right: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.invitations-space-images .rounded-avatar+.rounded-avatar {
    margin-left: -8px;
}

.invitation .invitation-date {
    margin-bottom: 7px;
}

.find-permit-map-wrapper {
    height: calc(100% - 74px);
}

.selected-permit-space-area {
    padding-right: 15px;
    margin-bottom: 15px;
}

.selected-permits-box {
    background-color: var(--primaryClr);
    padding: 10px;
    min-height: 167px;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #fff;
}

.selected-permit-space {
    margin-top: 15px;
}

.selected-permit-space li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.selected-permit-space .name {
    flex-grow: 1;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.selected-permit-space li .deselect {
    cursor: pointer;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease-in-out;
}

.selected-permit-space li .deselect:hover {
    color: rgba(255, 255, 255, 1);
}

.available-spaces {
    height: calc(100% - 272px);
    overflow: hidden;
    position: relative;
    padding-right: 15px;
    padding-top: 34px;
    padding-top: 20px;
}

/* END PERMIT PAGE */

/* INTERNATIONAL TELECOM INPUT MODIFICATION */
.iti {
    display: block;
}

.iti__flag {
    display: none;
    background-image: url("../images/flags.png");
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

/* modal popup */
.modal.popUp .close >span{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #9B9B9B;
    transform: rotate(45deg);
    transform-origin: center;
}

.modal.popUp .close >span::before{
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    transform: rotate(90deg);
    width: 100%;
    height: 100%;
    background-color: #9B9B9B;
}


.modal.popUp .modal-dialog{
    transition: 500ms;
    transform: scale(0.25);
    opacity: 0;
}
.modal.popUp.show .modal-dialog{
    transform: scale(1);
    opacity: 1;
}

.modal-backdrop.show{
    backdrop-filter: blur(32.6194px);
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
}

.iti__country-list {
    width: 320px;
    white-space: normal;
}

.iti__flag-box {
    display: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
    font-size: 18px;
    font-weight: 600;
}

/* END INTERNATIONAL TELECOM INPUT MODIFICATION */

/* END ADMIN PANEL */
@media (max-width: 1365.98px) {
    .session-review {
        padding-left: 30px;
    }

    .session-review {
        width: 30%;
    }
}

@media (max-width: 1100px) {
    .session-review {
        height: 100%;
        transform: translateX(100%);
        width: 320px;
    }

    .session-review.open {
        transform: translateX(0);
    }
}

@media (max-width: 1199.98px) {
    .feature-section-image img {
        width: 100%;
    }

    .session-details {
        flex: 0 0 100%;
    }

    .session-timing {
        padding-left: 0;
        justify-content: flex-start;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .space-reviews-comment {
        width: 48%;
    }
}

@media (max-width: 991.98px) {
    .space-reviews-comment {
        width: 60%;
    }

    .automated-steps-left-img {
        margin-bottom: 40px;
        text-align: center;
    }

    .management-banner-header {
        font-size: 48px;
    }

    .consumer-banner-right-image {
        display: none;
    }

    .navbar-consumer.navbar-light .navbar-nav .nav-link.active {
        border-bottom: 0;
    }

    .navbar-consumer.navbar-light .navbar-nav {
        padding: 20px 0;
    }

    .consumer-banner {
        height: 650px;
    }

    .consumer-banner-content {
        padding-top: 120px;
    }

    .feature-section-image {
        display: none;
    }

    .consumer-banner-text {
        text-align: center;
    }

    .banner-button-group {
        flex-wrap: wrap;
    }

    .consumer-banner-text .banner-button-group {
        justify-content: center;
    }

    .section-text {
        text-align: center;
    }

    .section-text .banner-button-group {
        justify-content: center;
    }

    .sidebar {
        display: none;
    }

    .content-area {
        padding-left: 0;
    }
}

@media (max-width: 768.98px) {}

@media (max-width: 767.98px) {
    .txt__big {
        font-size: 18px;
    }

    .addicting-tech-point li {
        font-size: 18px;
    }

    .footer-copyright {
        justify-content: center;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .next-sec-link a img {
        width: 100%;
    }

    .who-are-we-box {
        margin-top: 80px;
    }

    .who-are-we-box p {
        font-size: 18px;
    }

    .addicting-tech {
        margin-top: 80px;
    }

    .col-m {
        padding-top: 30px;
    }

    .addicting-tech-image {
        text-align: center;
        margin-bottom: 40px;
    }

    .parking-management {
        margin-top: 100px;
    }

    .parking-management-image {
        margin-bottom: 40px;
    }

    .parking-management-text p {
        font-size: 18px;
    }

    .solution-for {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .solution-card {
        margin-bottom: 40px;
    }

    .find-parking {
        flex-wrap: wrap;
    }

    .parking-map-view {
        flex: 0 0 100%;
        height: 400px;
        margin-bottom: 35px;
    }

    .space-reviews-comment {
        position: static;
        width: 100%;
        padding: 30px;
        margin-top: 30px;
    }

    .space-comments {
        max-width: 500px;
        padding-right: 0;
    }

    .commenter-details {
        flex-wrap: wrap;
    }

    .comment-time {
        margin-top: 15px;
        flex: 0 0 100%;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .parking-map-view {
        height: 500px;
    }

    .find-permit-map-wrapper {
        height: calc(100% - 128px);
    }

    .download__app_link {
        flex-wrap: wrap;
    }

    .download__app__link__button {
        margin-bottom: 10px;
    }

    .recent-session-details {
        flex-direction: column;
    }

    .session-picture {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .recent-session-separator {
        max-width: 70px;
    }

    .banner-header {
        font-size: 40px;
    }

    .consumer-banner-content {
        padding-top: 200px;
    }

    .section-header {
        font-size: 30px;
    }

    .txt__md {
        font-size: 14px;
    }

    .footer-logo {
        display: none;
    }

    .session-details {
        flex-wrap: wrap;
    }

    .space-address {
        flex: 0 0 100%;
        padding-left: 86px;
    }
}

@media (max-width: 350.98px) {
    .fetched-session {
        flex: 0 0 100%;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default !important;
}

.req-msg {
    color: red;
}


.poweredByLogo .text{
    font-weight: 700;
    font-size: 12px;
}

.poweredByLogo .logo{
    max-width: 80px;
}

.mobileContainer{
    max-width: 480px;
}

.parkingSessionCont .locationName{
    color: #EF5355;
    font-weight: 700;
    font-size: 10px;
}

.parkingSessionCont .pNumber{
    color: #191919;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.parkingSessionCont .parkingCard{
    background-color: #D8D8D8;
    padding: 8px 8px;
    border-radius: 5px;
}

.parkingSessionCont .leftCard{
    padding: 6px 0px;
    width: 90px;
}

.parkingSessionCont .tdLeft{
    color: #191919;
    opacity: .5;
}
.parkingSessionCont .tdRight{
    color: #191919;
}

.parkingSessionCont table{
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 8px;
    font-weight: 700;
}

.parkingCardLabel > input[type="radio"]:checked + .parkingCard{
    outline: 2px solid #42b370;
}



.sendValidationCont .label{
    color: #9B9B9B;
}

.sendValidationCont .form-control.select{
    background-color: var(--primaryClr);
    color: #FFFFFF;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 35px;
}
.sendValidationCont .form-control.select option{
    background-color: #fff;
    color: #111;
    border-bottom: 1px solid #ccc;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 5px;
}

.sendValidationCont .select2-selection__arrow{
    right: 5px !important;
    left: unset !important;
    top: 12px !important;
}
.sendValidationCont .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent !important;
}
.sendValidationCont .select2-container--default .select2-selection--single{
    border: var(--primaryClr);
    background-color: var(--primaryClr);
    border-radius: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sendValidationCont .select2-container--default .select2-selection__rendered{
    color: #fff;
    text-align: left;
}
.sendValidationCont .infoSmall{
    font-size: 12px;
    color: #9B9B9B;
}

.sendValidationCont .nav-tabs{
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}
.sendValidationCont .nav-tabs .nav-item {
    width: calc(100% / 3);
}
.sendValidationCont .nav-tabs .nav-link{
    background-color: #fff;
    width: 100%;
    border-width: 0;
}
.sendValidationCont .nav-item.first .nav-link{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.sendValidationCont .nav-item.last .nav-link{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.sendValidationCont .nav-tabs .nav-link.active{
    background-color: var(--primaryClr);
    color: #fff;
}
.sendValidationCont .refreshBtn{
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
}
.sendValidationCont .font10{
    font-size: 10px;
}
.sendValidationCont .form-input{
    border-bottom-color: #9B9B9B;
}
