body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    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: 280px;
}

/* Custom styles for the footer */
.footer {
    background-color: rgba(120, 194, 173, 1) !important;
    color: #f9f9f9;
}

    .footer h5 {
        color: #fff;
        margin-bottom: 15px;
    }

    .footer a {
        color: #f9f9f9;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .footer i {
        font-size: 1.5rem;
        color: #fff;
        transition: color 0.3s ease;
    }

        .footer i:hover {
            color: #e0e0e0;
        }



/* Custom styles for Autocomplete */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    z-index: 1050;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ui-menu-item {
    padding: 8px;
    cursor: pointer;
}

    .ui-menu-item:hover {
        background-color: #f0f0f0;
    }

/* Custom styles for Search Bar */
.search-bar {
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .search-bar:focus {
        outline: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.input-group button {
    border-radius: 0 25px 25px 0;
}

/* Custom styles for Dropdown Buttons */
.dropdown-toggle {
    padding: 8px 16px;
    font-size: 14px;
}

.dropdown-menu {
    font-size: 14px;
}
