html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
}

body {
    margin-bottom: 10px;
    width: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.worldcup-title {
    color: #464C4F !important;
    font-size: 26px !important;
    font-weight: 700;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: Calibri !important;
}

    .worldcup-title:hover {
        color: #f8f9fa;
    }

.navbar {
    padding-top: 20px;
    padding-bottom: 0.25rem;
}

api-sports-widget {
    --primary-font-size: 0.82rem;
    --secondary-font-size: .8rem;
    --button-font-size: .8rem;
    --title-font-size: .9rem;
    height: 84vh;
}

body .modal-widget {
    width: 90% !important;
    max-width: 700px;
}

body .modal-widget-content {
    padding: 0;
    height: 80vh;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 1500px !important;
    --bs-modal-title-line-height: 800px;
    z-index: 1055;
    width: 1500px !important;
    height: 800px;
}

.modal-dialog {
    max-width: 1500px !important;
    width: 1500px !important;
}

.modal-content {
    height: 800px;
}

#standings-content .navtab-header {
    display: none !important;
}

/*.card-body {
    width: 1500px;
}*/
/*
#leagues-list .season-selector {
    display: none !important;
}*/

#league-standings {
    display: none !important;
}
/*
.navtab-header {
    display: none !important;
}*/

button[data-action="standings"] {
    display: none !important;
}

date-picker[mode="year"] {
    display: none !important;
}

.search-filter-button {
    display: none !important;
}

.modal-body {
    width: 100% !important;
}