/*
table.produkty {
    width: 2000px;
}

a,
.nav-link {
    color: #ece81a;
}

table a {
    color: #bfbc2d;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.btn-primary {
    background-color: #ece81a;
    border-color: #ece81a;
}

.form-check-input:checked,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background-color: rgba(236, 232, 26, 0.7);
    border-color: rgba(236, 232, 26, 0.7);
}
*/

a {
    color: #ece81a;
}

#page-topbar,
.bg-overlay {
    background-color: #ece81a;
}

.btn-login {
    background-color: #ece81a;
    color: #fff;
}

.btn-login:hover {
    background-color: #ece81ab3;
    color: #fff;
}

[data-layout=horizontal] #page-topbar {
    border-bottom: 1px solid #ffffb8;
}
.topbar-user {
    background-color: #ffffb8;
}

.navbar-header .user-name-text {
    color: #61a3ba;
}

.icon-user-profile {
    width: 32px;
    height: 32px;
    background-color: #808080;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
}

div#drukomat_order_search,
div#drukomat_order_api_search {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    grid-column-gap: 20px;
}

button#drukomat_order_search_search {
    margin-top: 27px;
}


.badge.status-A {
    background-color: #bababa;
}

.badge.status-P {
    background-color: #71e33c;
}

.badge.status-C {
    background-color: #6c6c6c;
}

.badge.status-E {
    background-color: #fd6363;
}

.badge.status-N {
    background-color: #ece81a;
}

h4.card-title .wtyczka {
    font-size: 0.8rem;
}

.table.card-list >:not(caption)>*>* {
    padding: .4rem .6rem;
}


.home .btn {
    background-color: #61a3ba;
    color: #fff;
}

/*.home .btn i {*/
/*    color: #ece81a;*/
/*}*/