.bg-dark {
    background-color: #092c5e !important;
}

.navbar {
    padding: 15px;
}

.navbar-text {
    color: #ffffff !important;
}

.company-code {
    font-size: 2rem;
    font-weight: 600;
    bottom: -5px !important;
}

#header {
        background-color: #f0f0f0;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
}

    #header .logo img {
            max-height: 60px;
    }

    #header nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
    }

        #header nav ul li {
                display: inline;
                margin-left: 20px;
        }

            #header nav ul li a {
                    text-decoration: none;
                    color: #333;
            }

#content {
        padding: 20px;
        min-height: 600px; /* Adjust as needed */
}

#footer {
        background-color: #f0f0f0;
        padding: 20px;
        text-align: center;
}

#countylogo {
    margin-right: 0.3em;
    justify-content: space-between;
}
/* Add more styles as needed */


#HyperLink2 {
    color: #fff !important;
}

.btn-primary:hover,
.go-btn:hover {
    color: #fff !important;
    background-color: #781d7e !important;
}

.container-cc {
    width: 100px;
    height: 6.5em;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}

    .container-cc img {
        width: 100px;
        margin-right: 1em;
        margin-left: 1em;
        object-position: center;
        border: solid 1px #8B8B8B;
        border-radius: 5px;
        vertical-align: middle;
        overflow-clip-margin: content-box;
        overflow: clip;
    }

.results-info {
    background-color: #e3f2fd;
    border-left: 4px solid #2196f3;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.alert-custom {
    border-left: 4px solid #10b981;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-radius: 8px;
}

.action-toolbar {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.alert-header {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #007bff;
}

.fs-01 {
    font-size: 1rem !important;
}

.subheader a {
    color: #0054AD;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    border-radius: 8px;
}

    .subheader a:hover {
        background-color: #e3f2fd;
        transform: translateY(-2px);
    }

.fs-09 {
    font-size: 0.9rem !important;
}

.bi {
    top: -1px !important;
}

.gradient-header {
    background: linear-gradient(135deg, #092c5e 100%);
}

.property-badge {
    background: linear-gradient(45deg, #186329, #186329);
    border: none;
    border-radius: 20px;
}

.divider-custom {
    height: 2px;
    background: linear-gradient(90deg, transparent, #007bff, transparent);
}

.custom-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}