:root
{
    --primary-color:#6200ee;
    --accent-color:#ff00cc;

    --text-primary-color:rbga(0, 0, 0, 0.87);
    --text-primary-size:16px;
    --text-primary-line:28px;

    --text-secondary-color:rbga(0, 0, 0, 0.87);
    --text-secondary-size:14px;
    --text-secondary-line:20px;
}

img.lazy
{
    background-color: #c0c0c0;
}

.bg-gitlab
{
    border-left: 5px solid #e24329;
}
    

.tag.dropdown-item {display: flex;}
.tag.dropdown-item  i
{
    border:1px solid grey;
    margin-right: 8px;
    border-radius: .25rem!important;
    width: 20px;
    display: block;
}


@media (max-width: 576px)
{
    

    .card-cols
    {
        column-count: 2;
        column-gap: 0;
    }

    .card-cols > div
    {
        display: inline-block;
            flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

}






/* project item ***************************************************************************************************************************************
******************************************************************************************************************************************************/

a.row
{
    color: black;
    text-decoration: none;
}

.role
{
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 0 7px;
}


/* COLLABSE_MORE ***************************************************************************************************************************************
*******************************************************************************************************************************************************/


.collapse-more.show
{
    display: flex !important;
    flex-wrap: wrap;    
}

.collapse-more:not(.show) .card
{
    width: max-content;
}



.complete{
    display:none;
}

.more-text{
    cursor:pointer;
}



/* IMG **************************************************************************************************************************************************
********************************************************************************************************************************************************/












/* MODAL *************************************************************************************************************************************************
*********************************************************************************************************************************************************/

.fullscreen~.modal-backdrop
{
    display: none !important;
}


.modal{padding: 0!important}
    .modal > .modal-dialog.fullscreen
    {
        margin: 0;
        height: calc( 100% - 52px);
        max-width: 100%;
        padding-top: 52px;
    }
     .modal > .modal-dialog.fullscreen > .modal-content
    {
        height: calc( 100vh - 52px);
        border-radius: 0;
        border:none;
    }
    
    .modal > .modal-dialog.fullscreen > .modal-content > .modal-body
    {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    
    #bill_items
    {
        overflow-x: auto;
    }
    
@media (max-width: 576px) {
}






/* OTHER *****/
#pref_dashboard > li
{
    list-style: none;

}

