.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}
.card-header{
    cursor: pointer;
    border-bottom: none;
    padding: 0;
}
.card{
    border: 1px solid #ddd;
}
.card-body{
    border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

#my-class-main{
    padding: 20px 34px 20px 34px;

}

.nav-item {
    padding: 0 34px 0 0;
    font-weight: 700;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #2a49c2;
    background: #fff;
}

.navbar-nav .active .nav-link{
    color: #007bff;
}

.status-color{
    width: 20px;
    height: 20px;
}

.category-label{
    font-weight: normal !important;
    margin-bottom: 0 !important;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


.button-login {
    padding: 100px;
    border: none;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}


.filter-year{
    width: 80px;
}

@media (min-width: 992px) {
    .button-login{
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        padding: 5px 25px;
        font-size: 16px;
        font-weight: 700;
        color: #007bff;
        background-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        border-color: #007bff;
        border-radius: 0.5rem;
        -webkit-box-shadow: 0px 10px 30px -10px rgba(34, 60, 80, 0.5);
        -moz-box-shadow: 0px 10px 30px -10px rgba(34, 60, 80, 0.5);
        box-shadow: 0px 10px 30px -10px rgba(34, 60, 80, 0.5);
    }

    .button-lid-create{
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        background-color: #dc3545;
        border-width: 1px;
        border-style: solid;
        border-color: #dc3545;
        border-radius: 0.5rem;
        -webkit-box-shadow: 0px 10px 30px -10px rgba(34, 60, 80, 0.5);
        -moz-box-shadow: 0px 10px 30px -10px rgba(34, 60, 80, 0.5);
        box-shadow: 0px 10px 30px -10px rgba(34, 60, 80, 0.5);
    }

    .button-lid-create:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

}

.button-lid-create:hover {
    text-decoration: none;
}

.button-login:hover{
    color: #0062cc;
    border-color: #0062cc;
    text-decoration: none;
}
