.navbar {
    background: rgba(201, 150, 20, 0.3);

}
.navbar a {
    color: #049534;
}

.title {
    color:#6cad95;
    margin-bottom: 15px;
}

.bg-header, .bg-primary {
    background: #6cad95;
}

.text-fm {
    color:#6cad95;
}

.message {
    font-size: 14px;
}


table tr:nth-child(2n) {
    background: rgba(108, 173, 149, 0.1);
}

.table th {
    background: rgba(108, 173, 149, 0.5);
}

.page-link {
    color: #6cad95;
}

.page-item.active .page-link {
    background-color : #6cad95;
    border-color : #6cad95;
}

.align-right {
    float: right;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #885d31;
}

.loading {
    margin: 0 auto 10px auto;
}

.list-user {
    max-height: 550px;
    overflow-y: scroll;
}

.btn-type {
    display: contents;
}

.icon {
    display: block;
    width: 16px;
    height: 16px;
}
.ico-edit {
    background: url(../images/icon/edit.svg);
}
.ico-delete {
    background: url(../images/icon/delete.svg);
}
.ico-info {
    background: url(../images/icon/info.svg);
}
.actions {
    display: flex;
    gap: 5px;
}
.ico-sync {
    background: url(../images/icon/sync.svg);
}
.ico-profil {
    background: url(../images/icon/profil.svg);
}
.ico-logout {
    background: url(../images/icon/power.svg);
}
.icon-text {
    display:flex;
    gap:5px;
    align-items:center;
}
