.btn-title {
    border-radius: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #E4E817;
}

@media screen and (max-width:480px) {

    .content-wrapper>.content,
    .content-header {
        padding: 10px 0px;
    }

    .content-header h1 {
        font-size: 0.9rem;
        font-weight: 700;
        margin: 0;
    }

    .row {
        margin-bottom: 0 !important;
    }

    .bars-header {
        display: none;
    }

    .card-header>.card-title {
        font-size: small;
    }

    .card-header>.card-tools>h5 {
        font-size: 12px;
        border-radius: 10px;
    }

}

@media screen and(max-width: 768px) {
    .bars-header {
        display: none;
    }
}

@media screen and (min-width: 780px) {
    .card-size {
        min-height: 486px;
    }

}