.btn-link-out {
    background-color: #333333!important;
    color: white!important;
    font-size: 1em!important;
}

.btn-link-out:hover {
    color: white;
}

.btn-link-out-inverse {
    background-color: white!important;
    color: #333333!important;
    border-color: #333333!important;
    border-width: 0.125rem;
    border-style: solid;
    box-shadow: none;
    font-size: 1em!important;
}

.clickable {
    cursor: pointer;
}

body {
    background-color: #f8f9fa;
}

#main-content {
    min-height: 69.6vh;
}

.color-city {
    color: #ed8600;
}

.btn-primary-inverse-custom {
    color: #285192!important;
    background-color: #e3ebf7!important;
}

.btn-primary-inverse-disabled-custom.active {
    color: #285192!important;
    background-color: #e3ebf7!important;
}

.btn-primary-custom {
    color: #fff!important;
    background-color: #3b71ca!important;
}

.bg-primary-custom {
    background-color: #3b71ca!important;
}