.btn-primary {
    color: #fff;
    background-color: #1B3281;
    border-color: #1B3281;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1B3281;
    border-color: #1B3281;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #389954;
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #389954;
    border-color: #389954;
    box-shadow: none;
}

.btn-success:hover {
    color: #fff;
    background-color: #389954;
    border-color: #389954;
}

a.brand-link {
    background: #e8eeae;
    text-align: center;
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e8eeae;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

#result{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0;
}

.thumbnail {
    width: 150px;
}

.small-box .icon {
    color: white;
    z-index: 0;
}

.bg-primary {
    background-color: #1B3281 !important;
}

.bg-success {
    background-color: #389954 !important;
}

.checked {
    color: orange;
}
