select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 180px !important;
    padding: 0.2rem 0.75rem 0.2rem 0.75rem !important;
    font-size: 0.9rem !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='gray' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.5rem center !important;
    background-size: 0.8rem !important;
    cursor: pointer !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

    select:focus {
        outline: none !important;
        border-color: #6c63ff !important;
        box-shadow: 0 0 0 2px rgba(108, 99, 255, 0.15) !important;
    }

.col-sm-12.col-md-4.col-lg-4 {
    font-size: 0.95rem !important;
    font-family: 'Segoe UI', sans-serif !important;
    margin-bottom: 0.75rem;
}

    .col-sm-12.col-md-4.col-lg-4 select {
        margin-top: 0.25rem !important;
    }




/* Footer and footer text*/
.page-footer {
    position: relative !important;
    height: 120px !important;
    background-color: rgb(0, 60, 129) !important;
    color: white;
    .col-6

{
    font-size: 17px;
    text-decoration: none !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 400 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    /*left: 0 !important;*/
}

.col-6 > div {
    text-align: left !important;
}

    .col-6 > div.text-right {
        text-align: right !important;
    }

}

.mod-skin-dark:not(.mod-skin-light) .page-footer {
    background-color: #37393e !important;
}

.mod-skin-light:not(.mod-skin-dark) .page-footer {
    color: black !important;
    background-color: white !important;
}

@media screen and (max-width: 1100px) {

    .page-footer {
        position: relative !important;
        height: 250px !important;
        .col-6

{
    white-space: normal !important;
}

.row > div {
    flex: 1 1 100%;
    margin-bottom: 10px;
}

body > div.page-wrapper > div > div > footer > div > div > div:nth-child(1) {
    transform: translate(0px);
}

}

.mod-skin-dark:not(.mod-skin-light) .page-footer {
    color: white;
}
}
