.modal.banner-modal, .modal.modal-fixed-footer.banner-modal {
    max-height: 95%;
    height: 95%;
    top: 2% !important;
}

.banner-container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:15px;
}

.material-button,
.material-button.waves-effect {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border-radius: 2px;
}

.material-button:hover, .material-button:active {
    color: rgba(0,0,0,0.87) !important;
    background: rgba(0,0,0,0.05);
    border: 0;
    box-shadow: none;
}

.material-button.mbi {
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
}

.group-container {
    position: relative;
    width: 100%;
    display: block;
    height: 48px;
    padding-right: 48px;
    border: 1px solid #eee;
}

.browser-default.group-text {
    height: 46px;
    line-height: 46px;
    /* font-family: roboto; */
    background: #f6f6f6;
    width: 100%;
    padding: 0 10px;
    border: none;
}

.group-btn {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 48px;
    height: 48px;
    background: #007394;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.group-btn i {
    line-height: 48px;
    color: #fff;
}


.paginado {
    margin-bottom: 20px;
    min-height: 44px;
    background: #e3e4e7;
    line-height: 44px;
    padding: 0 22px 0 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.paginado a {
    height: 44px;
    line-height: 44px;
    width: 32px;
    text-align: center;
    display: inline-block;
}

.paginado a.active {
    color: #000;
    font-weight: bold;
}

.paginado a > i {
    line-height: 44px;
    color: #2196f3
}

.paginado > span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 12px 0;
    width: 100%;
}