.footer {
    display: flex;
    justify-content: space-between;
    padding: 6px 16px;
    height: 30px;
    margin: 0;
    background-color: #FBFBFF;
}

.footer-left {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #6C757D;
    margin: 0;
}

.footer-right {
    margin: 0;
    display: flex;
    align-items: center;
}

.btn-footer {
    color: #6C757D;
    padding: 0 !important;
}

.btn-footer:hover {
    color: #8B77EF;
}

.btn-footer:focus, .btn-footer:active {
    box-shadow: none;
    color: #8B77EF !important;
    background-color: initial !important;
    border-color: #FBFBFF !important;
}