.footer-payment {
    background-color: #ffffff;
    text-align: center;
}
.footer-payment .payment {
    padding: 5px 10px;
}
.footer-payment .payment-icon {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    overflow: auto;
    white-space: nowrap;
}
.footer-payment .payment-icon img {
    height: 36px;
}
.footer-payment .payment-icon-text {
    display: none;
}


.dark-mode .logo-light{
    width: 100%;
}

.customBtn1{
    border: none;
    font-size: 18px;
    background: #81C4BB;
    color: #003375;
}

.customBtn2{
    border: none;
    font-size: 18px;
    background: #8fc2e9;
    color: #003375;
}

.customBtn3{
    border: none;
    font-size: 18px;
    background: #a6d06a;
    color: #003375;
}
input[type=password]
{
    letter-spacing: 1px;
}
.btn{
    font-weight: normal;
}

.btn-lg{
    font-size: 18px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > th:first-child:before {
    padding: 0.3rem;
    color: #fff;
    background: #81c4bb;
}
