.navbar-app {
    background-color: #3c8dbc !important;
}

.bg-menu-app {
    background-color: #222d32!important;
}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.btn-primary {
    background-color: #222d32!important;
    border-color: #222d32!important;
}

.image-profile {
    border-radius: 50%;
    width: 50px;
    margin: 10px;
}

.image-avatar {
    border-radius: 50%;
    margin: 10px;
}

.profile-name {
    margin-top: 10px;
    margin-left: 10px;
    color: white;
}

.profile-status {
    margin-bottom: 10px;
    margin-left: 10px;
    color: white;
}

.loading {
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,.3);
    z-index: 9999 !important;
    height: 100%;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: calc(100% - 35px);
}

