/* Add here all your CSS customizations */

.color-white
{
    color:#FFF !Important;
}

.color-black
{
    color:#000 !Important;
}

hr {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.row.align-items-center.justify-content-between.py-4 .col-auto:nth-child(1),
.row.align-items-center.justify-content-between.py-4 .col-auto:nth-child(3) {
    visibility: hidden;
}


i.lnr.lnr-link {
    color: #333333 !important;
}

@media (max-width: 500px)
{
    .header-column.justify-content-start {
        justify-content: flex-end!important;
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 15px;
        margin-left: 15px;
    }
    
}

@media (min-width: 501px)
{
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 15px;
        margin-left: 15px;
    }
}