.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    background-color: #aca388;
}


.idev-pagination .paginate_button {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000 !important;
    padding: 0.3em 0.8em;
}

.idev-pagination .paginate_button:hover {
    background: #787879;
    border: 1px solid #787879;
    color: #ffffff !important;
}

.idev-pagination .current {
    background: #9d9d9e;
    border: 1px solid #a1aab2;
    color: #ffffff !important;
    padding: 0.3em 0.8em;
    border-radius: 6px;
}

.section-footer {
    background-color: #435ebe;
    color: #ffffff;
    font-size: 20px;
    padding-top: 6px;
}

.title-header{
    font-size: large;
    margin-top: 26px;
    font-weight: bold;
}

.radius-6{
    border-radius: 6px;
}

.field-bulktable{
    border: 1px solid #ced4da;
    /* background: #fefefe; */
    padding: 6px;
    border-radius: 6px;
}

.pc-header .m-header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    padding: 16px 10px 16px 24px;
    font-weight: bold;
    font-size: 18px;
}


.auth-main .auth-wrapper .auth-form img {
    padding: 5px 15px 25px 15px;
    width: 180px;
    opacity: 0.8;
}

.auth-main .auth-wrapper .auth-form .card {
    width: 100%;
    max-width: 400px;
}

.btn-primary-idev{
    background-color: #998d69;
    border-color: #998d69;
}

.btn-primary-idev:hover{
    background-color: #aca388;
    border-color: #aca388;
    color: #ffffff;
    opacity: 0.8;
}

.inside-card{
    background: #f7f2ff;
    padding: 6px 10px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.inside-card label{
    font-size: large;
    font-weight: bold;
}

.bg-silver-invoice{
    background: #f0f0f0;
    margin-left: -24px;
    margin-right: -24px;
    margin: 20px -24px;
    padding: 10px 24px;
}

.body-invoice thead{
    background: #f0f0f0;
}

.footer-invoices li{
    font-size: 12px;
}


@media (max-width: 600px) {
    .pc-header .m-header {
        display: none;
    }

    .title-header{
        width: 20ch;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}