html,
body {
    font-family: GothamPro;
    height: 100%;
}

body {
    display: inherit !important;
    text-align: center !important;
    /* display: -ms-flexbox;
  display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
    background-color: #09003b;
}

a:hover {
    color: #0056b3;
    text-decoration: none !important;
}

.menu-active {
    border-bottom: 5px solid #fff;
    padding-bottom: 12px;
}

.menu-hidden {
    display: none;
}
.navbar-logo {
    width: 100px;
}
.navbar-profile {
    width: 30pt;
    height: 30pt;
    object-fit: cover;
    object-position: center;
}

#app {
    height: 100%;
}

.center-cropped {
    object-position: center; /* Center the image within the element */
    height: 150px;
    width: 100%;
}

.navbar-toggler {
    font-size: 1.8rem !important;
    line-height: 1;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 3em !important;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.img-dashboard {
    width: 150px;
}

.form-shadow {
    box-shadow: 0px 3px 6px 1px #ddd;
}

.flex-top .container {
    margin-bottom: 0px;
}
.flex-bottom {
    background: #ededed;
    bottom: 0px;
    width: 100%;
    display: flex;
}

/* FORM SIGN -------------------------------------------------------------------------------------------------------------------------- */
.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin: auto;
    z-index: 1030;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 3px 1px 0px #cecece;
}

/* BUTTON ------------------------------------------------------------------------------------------------------------------------------ */
.btn-info {
    color: #fff;
    background-color: #3ec7db !important;
    border-color: #3ec7db !important;
    box-shadow: 0px 3px 6px 1px #ddd;
}
.btn-play {
    cursor: pointer;
    font-family: GothamPro;
    font-weight: 300;
    color: #fff;
    background: linear-gradient(90deg, #c0e169 0%, #2bb14a 51%, #2bb14a 100%);
    border: 0.3px solid #09003b;
}
.btn-outline {
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border: 1px solid #888598;
}

.btn-white {
    border: none !important;
    box-shadow: 0px 3px 6px 1px #ddd;
}
/* BG BACKGROUND------------------------------------------------------------------------------------------------------------------------- */
.bg-dark {
    background-color: #09003b !important;
}

/* NAVBAR ------------------------------------------------------------------------------------------------------------------------------ */
.nav-link {
    display: block;
    padding: 10px 5px 10px 5px !important;
}

#nav-tab a {
    color: #242323;
    font-weight: 600 !important;
    text-decoration: none;
    background-color: #9d9d9d;
    margin: 0px 4px 1px 4px;
    font-size: 14px;
}

#nav-tab > .nav-link > a .active {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #dee2e6 !important;
    border-color: #dee2e6 #dee2e6 #fff;
} */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #ededed !important;
    border-color: #ededed #ededed #ededed;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border: 0px !important;
}

/* CARD ---------------------------------------------------------------------------------------------------------------------------------- */
.card-play {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

/* SIDEBAR ------------------------------------------------------------------------------------------------------------------------------ */

/*SPINNER _------------------------------------------------------------------------------------*/
.spinner {
    width: 200px;
    height: 40px;
    color: #fff;
    position: relative;
    margin: 250px auto;
    font-weight: 600;
}

.spinner-dark {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.select2-selection__rendered {
    line-height: 33px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-selection__arrow {
    height: 36px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d9d5ce !important;
    border-radius: 4px !important;
    box-shadow: 2px 2px 5px 0px #ddd !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #09003b !important;
    color: white;
}

.player-captain {
    font-size: 8px;
    position: absolute;
    top: 0;
    text-align: center;
    background: #ffc107;
    color: #111;
    padding: 1px 3px;
    border-radius: 50%;
    margin-left: 40px;
    margin-top: 6px;
    border: 1px solid #ba8827;
    font-weight: 300;
    z-index: 1;
    width: 15px;
    height: 15px;
}

.player-vice-captain {
    font-size: 8px;
    position: absolute;
    top: 0;
    text-align: center;
    background: #007bff;
    color: #111;
    padding: 1px 3px;
    border-radius: 50%;
    margin-left: 40px;
    margin-top: 6px;
    border: 1px solid #0860be;
    font-weight: 300;
    z-index: 1;
    width: 15px;
    height: 15px;
}

/*-----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 800px) {
    .logo-web {
        display: none;
    }
    .navbar-profile {
        width: 40pt;
        height: 40pt;
        object-fit: cover;
        object-position: center;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .navbar {
        padding: 0px !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='45' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 9)' stroke-linecap='strong' stroke-miterlimit='40' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .navbar-logo {
        width: 104pt;
    }

    .navbar-profile {
        width: 30pt;
        height: 30pt;
        object-fit: cover;
        object-position: center;
    }

    .img-dashboard {
        width: 37%;
        margin-bottom: 0px !important;
    }
    .img-login {
        width: 80.39pt;
    }

    #navbarCollapse {
        display: none;
    }

    #headerScoring {
        position: relative;
        top: 0 !important;
        margin-top: -40%;
        background: #2a1f65;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .logo-web {
        display: none;
    }

    .flex-bottom {
        bottom: 0px;
        position: inherit;
        display: block;
    }

    #statistic-table-club_previous.disabled {
        color: #eee !important;
        display: none !important;
    }
    #statistic-table-club_next.disabled {
        color: #eee !important;
        display: none !important;
    }
}
