@font-face {
    font-family: 'FiraSans';
    src: url('/../fonts/FiraSans-Regular.ttf');
}

@font-face {
    font-family: 'FiraSansSemiBold';
    src: url('/../fonts/FiraSans-SemiBold.ttf');
}

@font-face {
    font-family: 'FiraSansBold';
    src: url('/../fonts/FiraSans-Bold.ttf');
}

@font-face {
    font-family: 'FiraSansMedium';
    src: url('/../fonts/FiraSans-Medium.ttf');
}

@font-face {
    font-family: 'PublicSans';
    src: url('/../fonts/PublicSans-Regular.ttf');
}

.title {
    font-size: 40px;
    font-family: FiraSansBold, sans-serif;
    color: #242424;
    display: block;
}

.description {
    font-family: FiraSans, sans-serif;
    font-size: 26px;
    color: #242424;
    margin-bottom: 1%;
    display: block;
}

.subtitle {
    font-family: FiraSans, sans-serif;
    font-size: 22px;
}

.well {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 4%;
    margin-bottom: 2%;
    font-family: FiraSans, sans-serif;
}

.well-title{
    font-family: FiraSansMedium, sans-serif;
    color: #242424;
    font-size: 20px;
    display: block;
    margin-bottom: 3%;
}

#powered-by {
    font-family: FiraSans, sans-serif;
    color: #687080;
}

.whitelabel-btn{
    font-family: FiraSansSemiBold, sans-serif;
    color: #FFFFFF;
    border-radius: 26px;
    display: block;
    font-size: 22px;
    min-width: 211px;
    height: 48px;
    margin-top: 8%;
}

.whitelabel-btn:hover {
    background-color: #000 !important;
    color: #FFFFFF !important;
}

.list-item-btn{
    border: 1px solid #C4C4C4;
    border-radius: 29px;
    width: 100%;
    text-align:left;
    margin: 1% 0;
    font-size: 24px;
    color: #707070;
    font-family: FiraSans, sans-serif;
    overflow: hidden;
    min-height: 57px;
}

.text-btn {
    background-color: transparent !important ;
    font-size: 14px;
    font-family: FiraSansBold, sans-serif
}

.text-btn:hover {
    color: #000 !important;
}

.line-broke {
    display: block;
    margin: 5px;
}

.bold-title {
    font-family: FiraSansBold, sans-serif;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: .65;
    box-shadow: none;
    filter: grayscale(100%);
}

a[aria-expanded=true] .fa-plus {
    display: none;
}
a[aria-expanded=false] .fa-minus {
    display: none;
}

/* ----- TOGGLE SWITCH ----- */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch [type=checkbox]:disabled+.slider {
    cursor: not-allowed;
    filter: grayscale(100%);
    opacity: 0.6;
}

.switch [type=checkbox]:disabled+.slider::after {
    box-shadow: none;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.brand-image{
    max-width: 175px;
}

.parking-section{
    padding: 40px 16px;
}

#parking-dropdown button{
    background-color: transparent;
    border: 1px solid #DEE2E6;
    color: #687080;
}
.permit-portal-btn{
    max-width: 100%; 
    padding: 6px 12px; 
    color:#005087; 
    cursor:pointer;
    text-decoration: none;
}
.park-now-btn{
    width: auto;
    height: 36px; 
    font-size: 16px; 
    max-width: 100%; 
    color:#FFFFFF !important;
}

@media (min-width:480px){
    .parking-section{
        border-radius: 28px;
    }

    .products-parking{
        width: 60%; 
        margin: 20px auto; 
        background-color: #F9FAFB; 
        padding: 0 20px; 
        border-radius: 32px;
    }
}

@media (max-width: 480px) {
    #powered-by {
        font-size: 15px;
    }
}