.border-none{
    border:none !important;
}
.box-shadow-none, #sw-invoice
{
    box-shadow: none !important;
}

#sw-invoice > ul.step-anchor > li
{
    
    counter-increment: s;
}
#sw-invoice > ul.step-anchor > li > a::before
{ 
    content: counter(s);
    bottom: 0;
    left: 0;
    top: -5px;
    transform: translateX(-40%);
    background: #d9d9d9;
    color: white;
    padding: 2px 0px;
    height: 17px;
    width: 17px;
    font-size: 8px !important;
}

.btn-black{
    background: #000000 !important;
    color:white !important;
}

#sw-invoice > ul.step-anchor > li > a
{
    color: #858585 !important;
    font-size: 0.7rem !important;
} 
#sw-invoice > ul.step-anchor > li.active > a, #sw-invoice > ul.step-anchor > li.done > a
{ 
    color: black !important;
}

#sw-invoice > ul.step-anchor > li.active > a::before, #sw-invoice > ul.step-anchor > li.done > a::before
{ 
    content: counter(s);
    bottom: 0;
    left: 0;
    top: -5px;
    transform: translateX(-40%);
    background: #375CB4;
    color: white;
    padding: 2px 0px;
}

#sw-invoice > ul.step-anchor::before
{
    height: 0px !important;
}
#sw-invoice > ul.step-anchor > li > a::after{
    content: none;
}

#sw-invoice > .nav-tabs .nav-link {
    margin: 0 1rem;
}

.btn-grey{
    background: #d9d9dd;
    color: white;
}

.c-bottom-sheet{
    z-index: 99;
}

.sw-invoice-ul .nav-link:hover {
    background-color: white !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    color: unset !important;
}
.sw-invoice-ul .nav-link.active,.sw-invoice-ul .nav-link.done, .sw-invoice-ul .nav-link:hover {
    background-color: white !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 0px;
    font-weight: bold !important;
}

.custom-toolbar{
    position: fixed !important;
    /* display: flex !important;
    justify-content: center !important; */
    left: 50%;
    transform: translateX(-50%);
    bottom: 0 !important;
    /* width: 100%; */
    z-index: 3;
}
.custom-toolbar .btn-black{
    border-radius: 20px !important;
}
