.logo-dash
{
    margin: 10px 0px!important;
}

#sidebarMenu .nav-link
{
    color: #363636;
}

#sidebarMenu svg
{
    width: 16px;
    margin-top: -3px;
}

.form-check-input
{
    width: 18px;
    height: 18px;
}

.table-responsive svg
{
    width: 16px;
    height: 16px;
}

.table-edit svg
{
    width: 16px!important;
    height: 16px!important;
    color: #222222!important;
}

.table-results svg
{
    width: 20px!important;
    height: 20px!important;
}

.edit
{
    color: #212529;
    text-decoration: none;
    border: none;
    background: none;
}

.delete
{
    color: #dc3545;
    text-decoration: none;
    border: none;
    background: none;
}

.NewTask
{
    background: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.like-btn
{
    /*border: 1px solid #6c757d;*/
    padding: 4px 8px;
    border-radius: 4px;
    /*color: #6c757d;*/
    font-size: 14px;
        
    background: #9f9f9f;
    color: #ffffff;
}

.nav-item-welcome
{
    padding-top: 5px;
}

.accordion-button:not(.collapsed)
{
    color: #000000!important;
    background-color: #e9e9e9!important;
}

.accordion-button:not(.collapsed)::after
{
    background-image: var(--bs-accordion-btn-icon)!important;
}

.sub-nav-item
{
    list-style: none;
    font-size: 14px;
}

.sub-nav-item li
{
    margin: 10px 0px 10px 2px;

}

.sub-nav-item li a
{
    color: #363636;
    text-decoration: none;
}

/* Media Query */

/* XXL */
@media (min-width: 1401px)
{
    
}

/* XL */
@media (min-width: 1201px) and (max-width:1400px)
{
    
}

/* LG */
@media (min-width: 993px) and (max-width:1200px)
{
    
}

/* MD */
@media (min-width: 768px) and (max-width:992px)
{
    
}

/* MS */
@media (min-width: 577px) and (max-width: 767px)
{
    
}

/* XS */
@media (max-width: 576px)
{
    
}
