html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

.custom-container {
    max-width: 580px;
}

.content-login, .content-register {
    max-width: 580px;
    margin: 0 auto
}

.note {
    border: 1px solid #969da5;
    padding: 4px;
    border-radius: 6px;
}

button {
    outline: none;
}

.hidden {
    display: none;
}

#qrCode {
    display: block;
    margin: 0 auto;
    width: 200px;
    max-width: 100%;
    height: auto;
}

.table-container-small {
    max-height: 350px;
    overflow-y: auto;
}

.table-container-full {
    max-height: 680px;
    overflow-y: auto;
}

    .table-container table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-container th,
    .table-container td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .table-container th {
        background-color: #f2f2f2;
    }

    .table-container thead th {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 1;
        text-align: center;
    }

.box-transfer {
    max-width: 580px;
    margin: 0 auto
}

.text-ads {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: center;
    text-align: center;
    height: 55px;
    white-space: normal !important;
}

@media (max-width: 990px) {
    .text-ads {
        line-height: 25px !important;
    }
}
