

.sub-nav{
    list-style: none;
}

tfoot{
    font-weight: bold;
}

.action-icon {
    color: black;
    font-size: 1.6em;
    margin-right: 6px;
}

.refresh-sms-button {
    color: #fff
}

.widget-update-date{
    padding-left: 15px;
    padding-bottom: 5px;
    font-size: 13px;
}

#jackGames {
    display: flex;
    flex-direction: column;
}

.widget-base{
    height:100%;
    max-height: 403px;
}

.disabled_link {
    pointer-events: none; /* Desabilita interações de clique */
    opacity: 0.6;         /* Visualmente desativa o elemento */
    cursor: not-allowed;  /* Cursor indica que está desativado */
}

@media (max-width: 768px) {
    .widget-base {
        height: 95%;
    }
  }
