
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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%;
}

h1 {
    font-size: 2.8em;
    font-weight:300;
    
}
h2 {
    font-size: 2.0em;
    font-weight: 300;
}
h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: #333333 !important;
}

p { line-height: 1.9em}

body {
    margin-bottom: 60px;
    background-color: #f0f0f0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 0;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.card-header {
    background-color: #222429 !important;
    color: white !important;
}

.form-control {
    padding: 10px !important;
    margin-bottom: 15px;
    color: #575757 !important;
    border-color: #cecece !important;
}


/*Customer Specific CSS*/

.HeaderVideo {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
}

.HeaderVideoWrapper {
    width: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeaderVideoContent {
    position: relative;
    color: white;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.6);

}

.HeaderVideoContent h1 {
    font-family: 'Syncopate', sans-serif;
    color: white;
 
    letter-spacing: .3vw;
    line-height: 1.2;
    font-size: 3vw;
    text-align: center;
     
}

    .HeaderVideoContent small {
        font-family: 'Syncopate', sans-serif;
        color: white;
 
        line-height: 1.2;
        font-size: 1.3vw;
        text-align: center;
    }

.btn-primary {
    color: #fff;
    background-color: #035AAB !important;
    border-color: #fff !important;
}

.units-brand-color {
    color: #333333 !important;
}

.units-brand-color h5 {
    color: #035AAB !important;
}

.units-brand-bg-color {
    background-color: #035AAB !important;
}

.unit-brand-photo-bg {
    background-color: #035AAB !important;
}
.btn-dark {color:white !important}

.units-discount {color: #FF0000 !important; }
@media(max-width: 568px) {
    .full-width {
        width: 100% !important;
    }
}
 

.btn-reserve-only {
    background-color: #37474F !important;
    color: white !important;
}
/* Rental Area CSS*/
.RentalStyle body {
    background-color: #f0f0f0 !important;
    font-family: Tahoma !important;
}

.RentalStyle .btn-primary {
    background-color: #035AAB !important;
    border-color: #035AAB !important;
}

.RentalStyle .h1, .RentalStyle .h2, .RentalStyle .h3,  .RentalStyle .h5, .RentalStyle .h6, .RentalStyle h1, .RentalStyle h2, .RentalStyle h3, .RentalStyle h5, .RentalStyle h6 {
    color: #035AAB !important;
    font-family: Tahoma !important;
}


 .RentalStyle .h4,  .RentalStyle h4  {
    color: #333333 !important;
    font-family: Tahoma !important;
}


.RentalStyle .UnitSummary li {
    background-color: #035AAB !important;
    color: white !important;
    border-color: whitesmoke !important;
    font-size: 1.0em;
}

.RentalStyle .Rental li {
    background-color: #ffffff !important;
    border-bottom: 1px solid black !important;
    font-size: 1.0em;
}

.RentalStyle .form-control {
    padding: 10px !important;
    color: #575757 !important;
    border-color: #cecece !important;
    border-radius: 5px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.RentalStyle .form-label {
    color: #6c757d !important
}

.RentalStyle .form-check-label {
    color: #6c757d !important
}

.RentalStyle fieldset {
    padding: 0 10px 10px;
    border: 1px solid #6c757d;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding-top: 10px;
}

.RentalStyle legend {
    padding: 2px 4px;
    background: #6c757d;
    color: white;
    border-radius: 5px;
    font-size: .9em !important;
    width: auto !important;
    /* For better legibility against the box-shadow */
}

.RentalStyle fieldset > legend {
    float: left;
    margin-top: -20px;
}

#rental fieldset > legend + * {
    clear: both;
}

.RentalStyle .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 1051; /* Above Bootstrap's modal overlay */
}

.RentalStyle .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.RentalStyle .valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.RentalStyle .invalid {
    outline: 1px solid red;
}

.RentalStyle .validation-message {
    color: rgb(220, 53, 69);
    font-size: 14px;
    font-weight: 400;
    margin-top: -12px !important;
}

.RentalStyle .validation-prevent-shifting {
    display: inline-block;
}

.RentalStyle .helpButton {
    display: block;
    height: 105px;
    width: 100%;
    background-image: url('../images/CallOutDefault.png');
    background-size: cover;
    text-decoration: none;
}

    .RentalStyle .helpButton:hover {
        background-image: url('images/CallOutHover.png');
    }

.RentalStyle .summaryBackground {
    background-color: #ffffff !important;
}


/**
    Custom Container Settings


*/
.siteContainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .siteContainer {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .siteContainer {
        max-width: 720px !important;
    }

    .siteContainerContent {
        padding: 3rem !important;
    }

    .siteContainer .siteContainerContent {
        padding: .4rem !important;
    }
}

@media (min-width: 992px) {
    .siteContainer {
        max-width: 960px !important;
    }

    .siteContainerContent {
        padding: 5rem !important;
    }

    .siteContainer .siteContainerContent {
        padding: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .siteContainer {
        max-width: 1140px !important;
    }

    .siteContainerContent {
        padding: 7rem !important;
    }

    .siteContainer .siteContainerContent {
        padding: 1rem !important;
    }
}


.navbar-toggler-icon {
    background-color: black !important;
    max-height: 20px !important;
    max-width: 20px !important;
}


/***********  Avaialble Storage Unit CSS */
.btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
    color: #fff;
    background-color: #035AAB !important;
}

.brand-filter-badge {
    color: #035AAB !important;
    border: 1px solid #035AAB !important;
}

.form-check-input:checked {
    background-color: #035AAB !important;
    border-color: #035AAB !important;
}

/* Disabled filter styling */
.form-check.opacity-50 {


    opacity: 0.5;
}

.form-check .text-muted {
    color: #6c757d !important;
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

    .form-check-input:disabled + .form-check-label {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Optional: Add a visual indicator for disabled filters */
.form-check.opacity-50:after {
    content: " (unavailable)";
    font-size: 0.8em;
    color: #6c757d;
    font-style: italic;
}


/* Value Based Pricing */
.availableUnit {
    background-color: #001d4b !important;
    color: #ffffff !important;
    border: 5px solid #3b7df6;
    border-radius: 5px;
    height: 100% !important
}

    .availableUnit h1, h2, h3, h4, h5 {
        
        color: #035AAB !important;
       
    }

  

.availableUnit .attributes {
}

    .availableUnit:hover {
        background-color: #3b7df6 !important;
        color: #fff !important;
        border: 5px solid #001d4b !important;
        border-radius: 5px

        
    }

        .availableUnit:hover h1, .availableUnit:hover h2, .availableUnit:hover h3, .availableUnit:hover h4, .availableUnit:hover h5 {
            color: #fff !important;
        }

        .availableUnit:hover .attributes {
           
        }

.selectedeUnit {
    background-color: #3b7df6 !important;
    color: #ffffff !important;
    border: 5px solid #fff;
    border-radius: 5px;
    height: 100% !important
}

    .selectedeUnit .attributes {
        
    }
