.sports-full-container{display:flex;flex-direction:column;max-width:100%;width:100vw;padding-bottom:10px}.sports-full-container .full-card-container{display:grid;grid-gap:.75rem;gap:.75rem;padding-bottom:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.sports-full-container .full-card-container.list-container{flex-wrap:nowrap;flex-direction:column;gap:0}.footer-port-sports-dashbaord{margin:0 auto}.footer-port-sports-dashbaord .label-end-result{font-size:var(--font-sizes-md);font-weight:var(--font-weights-medium);color:rgba(var(--color-light-gray),1);text-align:center;text-transform:none}.footer-port-sports-dashbaord .loading-dots{display:flex;align-items:center;gap:4px}.footer-port-sports-dashbaord .dot{width:8px;height:8px;background-color:var(--color-light-dark);border-radius:50%;animation:bounce 1s infinite}.footer-port-sports-dashbaord .dot:nth-child(2){animation-delay:.2s}.footer-port-sports-dashbaord .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.footer-port-sports-dashbaord .action-show-more{display:flex;min-width:120px;height:40px;background-color:var(--progress-bar-color);border-radius:7px;align-items:center;justify-content:center;margin:0 auto;border:none;transition:.2s;padding:.6rem 1.2rem;white-space:nowrap}.footer-port-sports-dashbaord .action-show-more.transparent{background-color:rgba(0,0,0,0)}.footer-port-sports-dashbaord .action-show-more span{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:var(--font-sizes-md);font-weight:var(--font-weights-semi);color:var(--bs-white);text-align:center;pointer-events:none;letter-spacing:.025em;width:max-content}.footer-port-sports-dashbaord .action-show-more:hover{opacity:.9}