﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 90%;
}

.error-section {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 300px; /* Adjust the maximum width of the white box */
}


.bottom-section {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 350px; /* Adjust the maximum width of the white box */
    overflow-y: auto;
}


.logo {
    max-width: 200px;
    max-height: 200px;
    border-radius: 5px;
}

.fa-regular {
    width: 14px;
    height: 14px;
    display: inline;
}


.fa-solid {
    width: 14px;
    height: 14px;
}

.btn-primary {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: none;
    transition: background-color 0.3s ease;
    width: 311px;
    height: 38px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}

.upper-section {
    text-align: center;
    padding: 20px;
}

body {
    margin: 0;
    padding: 0;
}

.ui-datepicker-trigger {
    width: 16px;
    height: 18px;
    position: absolute;
    top: 10px; /* Adjust the top position to align the button vertically within the text box */
    right: 16px; /* Adjust the right position to align the button horizontally within the text box */
    z-index: 99; /* Ensure the button appears above the input field */
}

.form-control, .input-group-text {
    border-radius: 5px;
}



.ui-widget.ui-widget-content{
    border:black;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.form-control-province, .form-control-country {
    max-width: 50px;
    border-radius: 0px;
    border-radius: 0px;
}

.country-flag-us {
    background-image: url('Images/usa_png.png');
}

.country-flag-ca {
    background-image: url('Images/canada_png.png');
}

[class*="country-flag"] {
    width: 20px; /* Set a default width */
    height: auto; /* Maintain aspect ratio */
}

.select2-container .select2-selection--single {
    height: 39px !important;
    border-radius: 0px !important;
    text-align: match-parent; /* Center align horizontally (X-axis) */
}

.select2.select2-container.select2-container--default.select2-container--focus {
    width: 53px !important;
}

.select2.select2-container.select2-container--default {
    width: 53px !important;
}

select {
    -webkit-appearance: listbox !important;
}

/* Center align the text in Select2 dropdown selection */
.select2-selection__rendered {
    font-size: 13px;

}

#select2-SelectedProvinceID-container {
    margin-top: 5px;
    text-size-adjust: auto;
}


#select2-SelectedCountryID-container {
    margin-top: 3px
}

/* Center align the text and image in Select2 dropdown */
.select2-container .select2-selection__rendered {
    display: flex;
    align-items: center;
}

/* Reposition the dropdown arrow in Select2 */
.select2-container .select2-selection__arrow {
    margin-top: 3.7px; /* Adjust the value to move the arrow closer or farther from the right edge */
    
}

.ui-dialog-titlebar-close:hover, focus, active {
    background-color: grey;
    background: grey;
    outline: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: none;
    transition: background-color 0.3s ease;
}

table {
    border-collapse: collapse;
}

.left-column {
    text-align: left;
}

.right-column {
    text-align: right;
    padding-left: 60px;
    font-size:inherit; 
    font-style:inherit; 
    font-family:inherit;
}

.parking-fee {
    margin-right: 30px; /* Adjust the spacing as needed */
    color:black;
}




#card-element {
    padding: 10px;
    border: 1px solid #ccc;
}

#parkingEndTime {
    height: 38px;
}


.spinner-button {
    cursor: wait;
}


body {
    font-family: "Public Sans", Roboto, RobotoDraft, "Helvetica Neue", arial, sans-serif !important;
}

.ui-widget-header {
    font-family: "Sora",Verdana, arial, sans-serif !important;
}

.ui-widget, .ui-widget-content, .ui-widget button {
    font-family: "Public Sans",Verdana, arial, sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Sora",Roboto, RobotoDraft, "Helvetica Neue", arial, sans-serif !important;
}





