.wordbreak {
    word-break: break-word;
}
.chkbox-container {
   /*position:relative;*/
    /*margin: 20px 0;*/
    /*display: flex; 
    flex-direction: column;*/
}
.leftmargin5 {
    margin-left: 5px;
    
}
.justify-text {
    text-align: justify;
}
.leftmargin10 {
    margin-left: 10px;
}
.minheight50vh {
    min-height: 50vh;
}
.w90 {
    width: 95%;
}
.selectedlot {
    opacity: 0;
    position: absolute;
    left: -9999px;
}
.top-20 {
    margin-top: -20px !important;
}
.top-10 {
    margin-top: -10px !important;
}
.top-50 {
    margin-top: -50px !important;
}
.seasonliststyle
{
    
    font-family: Barlow;
    width: 100%;
}
.seasonhdrstyle {
    width: 100%;
    display: none;
    max-width: 600px;
}
.hidden {
    display: none !important;
}
.minwd100 {
    min-width: 100px;
}
.seasonconfirm {
    background-color: #F9FAF5;
    height: auto;
    font-family: Barlow;
    font-size: 18px;
}
.maxwidth {
    max-width: 600px !important;
}

.seasonvehstyle {
    margin-top: -20px !important;
    font-family: Barlow;
}
.mheight250 {
    min-height: 250px;
}
.enftbl {
    max-width: 100%;
    margin-top: -10px;
}
.pcolor {
    color: #ffffffff;
}
.txtcenter {
    text-align: center !important;
}
.sticky{
    position:sticky !important;
}
.hrlyerrmodal {
    background-color: #F9FAF5;
    height: 250px;
}
#btndps {
    margin-top: -0.3rem;
}
#dpscard {
    margin-top: -1rem;
}
.hrlyiframe {
    width: 100%;
    height: 70vh;
    border: none;
}
.dpsiframe {
    width: 100%;
    height: 70vh;
    border: none;
}
.modalcontenetcolor {
    background: #F9FAF5;
}
.hrlydetailsmodal {
    background-color: #F9FAF5;
    font-family: Barlow;
    font-size: 24px;
}
.hrly-btn {
    position: absolute;
    right: 10px;
}
.img-bg-green {
    background-color: #2D6A45 !important;
}
.spin-style
{
  display:none;
  text-align:center;
}
.font-comfortaa {
    font-family: Comfortaa;
}
input[type="checkbox"] {
    display: inline-block !important;
    width: auto !important;
}

.font-barlow {
    font-family: Barlow;
}

.font-smaller{
    font-size:smaller;
}
.font-medium {
    font-size:medium;
}
.hr-white {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.width80 {
    width: 80% !important;
}
.h40 {
    height: 40px !important;
}
.max-h-2-5rem {
    max-height: 2.5rem;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus
{
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}


@font-face {
    font-family: 'Comfortaa';
    src: url('/assets/fonts/Comfortaa-Regular.woff2') format('woff2'), url('/assets/fonts/Comfortaa-Regular.woff') format('woff');

}


@font-face {
    font-family: 'Barlow';
    src: url('/assets/fonts/Barlow-Regular.woff2') format('woff2');
 
}

/*@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('/assets/fontawesome/webfonts/fa-regular-400.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}*/



html, body {
    font-family:Barlow;
    /*height: 100%; */
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    overflow: auto !important;
    
}

.scroll-container {
    overflow-y: auto;
    height: auto; /* Ensures it's scrollable */
}
body {
    font-family: 'Barlow';
    flex-direction: column;
    margin:0;
    padding:0;
    flex: 1;
    overflow: auto !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    
}

.main-content {
    flex: 1;
    height: 100vh;
    overflow-x: hidden;
    display: block;
   
}
.modal-dialog.custom-size {
    max-width: 90vw;
    width: 50vw;
    margin: auto;
}
.modal-content.custom-content {
    height: auto;
}

@media (max-width: 1749px) 
{
   
    .header-img {
        height: 40vh;
        /*filter: brightness(70%);*/
    }
 
    header {
        padding: 2px 16px !important;
    }
    .overlay-img-right-oth {
       
        width: 32px;
        padding: 7px 0;
        height: auto;
    }
 
    footer {
        padding: 2px 16px 14px 16px !important;
    }
    .card-container-pdd {
        margin-left: 3%;
        margin-right: 3%;
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .overlay-text {
        
        /*transform: translate(0%, -130%);*/
        color: #B0F1C2;
        text-align: start;
        font-size: 2.1rem;
        padding-left: 16px !important;
        line-height:3rem;
        bottom:1rem;
        position:absolute;
    }
    .parking-guidance {
        padding-left: 16px !important;
    }
    .info-table {
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0 30px;
        font-family: Barlow;
        width:100%;
        table-layout:auto;
        
    }
        .info-table th,
        .info-table td {
            width: 25%; 
            text-align: center;
            font-size:12px;
        }
    .container-others {
        margin-left: 3%;
        margin-right: 3%;
        /*flex: 1;*/
        padding-top: 70px;
        position: relative;
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center;  
        /*height: 100vh;*/ /* Full viewport height */
        text-align: center; /* Centers text */
        padding-bottom: 10px;
    }
    #divSeasonlist
    {
        font-size:12px;
        display:flex;
    }
    select {
        padding-right: 2.5rem; /* Adjust as needed */
    }
    select.form-select {
        font-size: 10.5px;
        height: 40px !important; /* Adjust dropdown height */
        max-width: auto; /* Ensure it fits within the container */
        /*justify-content: flex-start;*/
        padding-right: 1px; /* Adjust padding to avoid overlap */
        line-height: 1.5;
        /*background-image: none; */*/ /* Ensures no background arrow */
    }
        select.form-select:focus {
            border-color: #2D6A45 !important;
            box-shadow: 0 0 5px #2D6A45 !important;
        }
    .card-text {
        font-size: 0.8rem;
        font-family: Barlow;
        align-items: center;
        display: flex;
        padding: 0.5rem 1.2rem;
        min-height: 3.5rem;
        max-height: 3.5rem;
    }

    .card-text-enf {
        min-height: 4.0rem !important;
        max-height: 4.0rem !important;
        padding:  0px 1.2rem 1.2rem !important;
    }
}

@media (min-width: 1750px) 
{
    .card-text {
        font-size: 0.8rem;
        font-family: Barlow;
        align-items: center;
        display: flex;
        padding: 0.5rem 1.2rem;
        min-height: 3.5rem;
        max-height: 3.5rem;
    }
    .card-text-enf {
        min-height: 4.0rem !important;
        max-height: 3.5rem !important;
        padding: 0px 1.2rem 1.2rem !important;
    }
    #divSeasonlist {
        font-size: 18px;
        display: flex;
    }
    select.form-select {
        font-size: 18px !important; /* Reduce font size */
        /*padding: 3px 5px !important;*/ /* Reduce padding */
        /*height: 50px !important;*/ /* Adjust dropdown height */
        max-width:max-content ; /* Ensure it fits within the container */
        
    }
        select.form-select:focus {
            border-color: #2D6A45 !important;
            box-shadow: 0 0 5px #2D6A45 !important;
        }
    .header-img {
        height: 50vh;
        /*filter: brightness(70%);*/
    }
    header,footer {
        padding-left: 10% !important;
        padding-right: 10% !important;
        padding-top: 2px !important;
       
    }
    header  {
        padding-bottom: 2px !important;
    }
    .overlay-img-right-oth {
       
        width: 32px;
        padding: 6px 0;
        height: auto;
    }

    footer {
        padding-bottom: 14px ;
    }
    .card-container-pdd {
        margin-left: 10%;
        margin-right: 10%;
        padding-top: 10px;
        flex-wrap: wrap;
        gap: 20px;
        max-width: 100%;
        justify-content: center;
        align-items: center; 
         /*display:flex;*/
    }
    .overlay-text {
        /* transform: translate(0%, -120%);
        
        text-align: start;
        
        font-size: 3.1rem;*/
        color: #B0F1C2;
        font-size: 3.1rem;
        line-height: 3rem;
        position: absolute;
        bottom: 1rem;
        margin-left: 10%;
    }
    .parking-guidance {
        margin-left: 10% ;
        padding:6px 0;
    }

    .info-table {
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0 45px; /* Adjust vertical spacing between rows */
        font-family: Barlow;
        width: 700px;
    }
        .info-table th,
        .info-table td {
            width: 25%; 
            text-align: center;
        }
    .container-others {
        padding-top: 70px;
        position: relative;
        /*overflow: visible;*/
        /* flex: 1;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center; 
        /*min-height: auto;*/ /* Full viewport height */
        text-align: start; /* Centers text */
        padding-bottom: 10px; /* Prevents content from being cut off */
        /*width: 100%;*/
    }

}

.table-header, .table-row {
    margin: 0; /* Remove margins to eliminate gaps */
    padding: 0; /* Ensure no extra padding at row level */
}
    
    .table-header .col-2, .table-row .col-2 {
        border: 1px solid #000; /* Consistent borders */
        padding: 0.5rem; /* Uniform padding (adjust as needed) */
        box-sizing: border-box; /* Include padding/border in width */
        height: 100%; /* Ensure consistent height */
        display: flex; /* Flexbox for centering content */
        align-items: center; /* Vertical centering */
        justify-content: center; /* Horizontal centering */
    }



.headerimage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(/assets/images/headerbanner.png);
    background-repeat: no-repeat;
    background-position:center;
    position:relative;
    background-size:cover;
}
.row {
    margin: 0 auto;
}
.card-pdd {
    height: 300px;
    background-color: #F9FAF5;
    border: 1px solid;
    border-color: #dddddd;
    border-radius: 0.75rem;
    box-shadow: none;
    
    
}

.no-border {
    border: none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Comfortaa';
}

.btn {
    font-family: 'Barlow';
    height: 40px;
}
.bg-pdd-primary {
   
    background-color: #2D6A45;
    font-family: 'Barlow';
    
}
.bg-btn-pdd-primary 
{
    border: none;
    background-color: #2D6A45;
    height: 40px;
    font-family: 'Barlow';
   
   
}
    .bg-btn-pdd-primary:focus, .bg-btn-pdd-primary:hover {
        background-color: #3d7654;
        border: 1px solid #717971;
        color: #ffffff;
        transition: all 0.2s ease;
    }

.bg-btn-pdd-primary2 {
    border: 1px solid #717971;
    /*border-color: #2D6A45;*/
    background-color: #ffffff;
    height: 40px;
    font-family: 'Barlow';
    color: #2D6A45;

}
    .bg-btn-pdd-primary2:focus, .bg-btn-pdd-primary2:hover {
        background-color: #eff3ef;
        border: 1px solid #717971;
        color: #3d7654;
        transition: all 0.2s ease;
    }

.bg-btn-pdd-primary-txt {
    border: none;
    background-color: #2D6A45;
    height: 40px;
    font-family: 'Barlow';
 
    
}
.btn-custom-size {
    min-width: 120px;
    max-width: 320px;
    width:100%;
   max-width:80%;
}

.no-link {
    color: inherit; /* Inherits the color from the parent element */
    text-decoration: none; /* Removes the underline */
    cursor:pointer; /* Optional: Changes the cursor to default instead of a pointer */
}

    .no-link:hover {
        text-decoration: none; /* Ensures no underline on hover */
        color: inherit; /* Keeps the color the same on hover */
    }
.header-logo {
    width: auto; /* Adjust the logo size */
    height: auto;
}

.header-logo-right {
    width: 34px; /* Adjust the logo size */
    height: auto;
}


.footer-logo {
    width: 60px; /* Adjust the logo size */
   
    margin-left: -12px;
    margin-top: 10px;
   
}
.footer-logo-right {
   /* padding-top: 20px;*/
    width: 60px; /* Adjust the logo size */
    
    /*right:10%;*/
    margin-right: 5px;
    margin-top: -8px;
}

.card-logo {
    width: 50px; /* Adjust the logo size */
    height: 50px;
}
.card-title-pdd {
    margin: 0px; 
    font-weight:bold;
    font-size: 1rem;
    font-family: Barlow;
    color: #2D6A45;
}

.card-img-pdd {
    width: 45px; /* Adjust size of the image */
    height: auto;
    margin-right: 5px; /* Add spacing between the image and title */
    background-color:gainsboro /*/#2D6A45*/;
    padding:10px;
}

.card-header-pdd {
    display: flex;
    align-items: center; /* Vertically align image and title */
    padding:0.5rem 1rem;
}




/* Limit to 3 cards per page */
.page-pdd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; /* Spacing between rows of cards */
    height: 100vh;
    justify-content: center; /* Center content vertically on the page */
}
/* Rounded-pill styling */
.rounded-pill-input-pdd {
    
    border-radius: 0px !important; /* Ensures the rounded pill effect */
    border: 1px solid #2D6A45; /* Default border color */
    padding: 0.6rem 1.5rem; /* Adjust padding for rounded look */
    transition: box-shadow 0.3s ease, border-color 0.3s ease; /* Smooth transition */
    font-size: 1rem; /* Optional: Adjust font size */
}
 /* Focus effect: Green glow */
    .rounded-pill-input-pdd:focus {
        outline: none !important; /* Ensures no default outline */
        border-color: #2D6A45 !important; /* Change border to the glow color */
        box-shadow: 0 0 10px rgba(45, 106, 69, 0.8) !important; /* Greenish glow effect */
    }

.header {
    position: fixed;
    width: 100%;
    
    top: 0;
    z-index: 100;
    transition: all 0.2s ease;
}
.header-sub {
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    /*height: 65px;*/ /* Adjust based on your design */
    top: 0;
    z-index: 100;
    background-color: #B0F1C2 !important;
}
   
/* Full-width background image */
.header-img {
    width: 100%;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
    /*filter: brightness(70%);*/ /* Darken image */
    /*position:sticky;*/
}

/* Overlay image positioned at the top-right */
.overlay-img-right {
    position: absolute;
    top: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    width: 100px; /* Set size of overlay image */
    height: auto;
    
}



.logo {
    height: auto;
    width: 60px;
}
.footer-link {
    color: #ffffff;
    cursor: pointer;
    font-size: 11.5px;
    margin-right: 16px;
    text-decoration: none;
    
}

    a:focus, .footer-link:focus {
        border: none;
        outline: none;
    }
.overlay-img-left {
   /* position: absolute;*/
   /* top: 10px;*/
    width: 60px; /* Adjust size as needed */
    height: auto;
    opacity: 3.5; /* Adjust transparency */
    padding:6px 0;
}
footer {
    background-color: #2d6a45;
}

@media (max-width: 768px) {
   
    
    
}

.footer-main {
    background: #2D6A45;
    /*margin-top: 100px;*/
    position: relative;
    width: 100%;
    /*bottom: 0;*/
    overflow-x: hidden;
    font-family: Barlow;
    
}

.footer-others {
    display:flex;
    background: #2D6A45;
    color: white;
    padding: 10px;
    text-align: center;
    position: relative ; /* Ensures it stays below content */
    width: 100%;
    bottom: 0; /* Sticks the footer to the bottom */
     
}

.container-main {
    display: flex;
    flex-direction: column;
    min-height:100vh ; /* Ensure full page height */
}


.details {
    /*padding-left:100px;*/
    display: grid;
    grid-template-columns: auto 1fr; /* Label takes auto width, value fills remaining */
    gap: 5px 10px; /* Adds spacing between items */
    width: 750px; /* Fixed width for structure */
    justify-items: flex-start; /* Aligns content to the left horizontally */
    /*align-items: start;*/
    align-items: center; /* Aligns the label and input field in a row */
    /*justify-content: flex-start;*/
   /* padding-left:250px*/
}

.row-others {
    font-family: 'Barlow';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.label-others {
   /* display:flex;*/
    flex-wrap:wrap;
    font-weight: 700;
    text-align:start;
}

/* Align values to the left */
.value-others {
    display: flex;
    text-align:left;
}
.text-input-main {
    text-transform: uppercase;
    font-family: 'Barlow';
    height: 1px;
    

}
    .text-input-main::placeholder {
        text-transform: none;
        color: gray;
        font-family: 'Barlow';
    }
#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Transparent dark background */
    display: flex; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it stays on top */
}
#table{
    font-family:Barlow;
}


    .info-table td th {
        padding: 4px 10px;
        font-family: Barlow;
    }
.modal-header, .modal-footer {
    border: none !important; /* Removes header & footer lines */
    box-shadow: none !important; /* Ensures no shadow effect */
}
.clear-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #888;
}

    .clear-btn:hover,
    .clear-btn:focus {
        color: #555;
    }
.float-container {
    position: relative;
    margin: 20px 0;
    display: flex; /*Enableflexbox layout*/
    flex-direction: column;
    
}
.pdpa-chkbox {
   padding-block-start: .10rem;
    
    
}
/*#vehicleContainer {
    width: 100%;
   
}
*/
#seasoncontrol {
    width: 100%;
    /* clear: both; */
    margin-top: 5%;
    /*max-width: 500px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#season {
    width: 100%; /* Ensures it takes full width of the form */
    max-width: 400px; /* Adjust this as needed */
    padding: 10px;
    font-size: 16px;
}
#inputform {
    width: 100%;
    max-width: 600px; /* Adjust as needed */
}
.inputform {
    width: 100%;
    max-width: 40px; /* Adjust as needed */
}
.label-col {
    min-width: 120px;
}

.colon-col {
    width: 50px;
}

.float-container input,
.float-container select {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    border: 2px solid #aeb2ae;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: Barlow;
}

        .float-container input:focus,
        .float-container select:focus {
            border-color: #2D6A45;
        }

    .float-container input::placeholder,
    .float-container select::placeholder {
        color: transparent;
    }

    .float-container label {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
        background-color: #fff;
        padding: 0 4px;
        pointer-events: none;
        transition: 0.2s ease all;
        font-family:Barlow;
    }

    .float-container input:focus + label,
    .float-container input:not(:placeholder-shown) + label,
    .float-container select:focus + label,
    .float-container select:not(:placeholder-shown) + label {
        top: 0;
        /*transform: scale(0.85) translateY(-0.5rem);*/
        opacity: 1;
        transform: translateY(-50%);
        font-size: 12px;
        color: #000;
        background-color: #FFFFFF;
    }

    .float-container .text-danger {
        margin-top: -2px;
        display: block;
    }

.record-container, .headerRow {
    display: flex;
    flex-direction: row;
 
    /*border: 1px solid #ccc;*/
}

    .record-container div, .headerRow div {
        padding: 5px 0px !important;
        flex: 1;
        text-align: justify;
        margin: 0 !important;
        min-height: 25px;
        line-height: 5px;
        align-items: center;
        font-size: 16px;
        box-sizing: border-box;
        text-indent: 5px;
        width: 100%;
       
    }

        .record-container div:last-child, .headerRow div:last-child {
            border-bottom: none;
        }
        .headerRow div .row {
            border-bottom: 1px solid #ccc;
            
        }


.custom-lot-btn {
    border: 2px solid #28a745;
    color: #28a745;
    background-color: transparent;
    transition: all 0.2s ease;
    border-radius: 5px;
    padding: 0px 2px;
    font-size: 0.8rem;
    min-width: 50px;
    text-align: center;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: none;
}

    .custom-lot-btn:hover {
        background-color: #28a745;
        color: white;
        border-color: #28a745;
        outline: none;
        box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
    }



    .custom-lot-btn.selected {
        background-color: #28a745 !important;
        color: white !important;
        border-color: #28a745 !important;
    }