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;
    }
}

button:focus {
    outline: 0px dotted !important;
}

.dataTables_length {
    display: none;
}

.dataTable {
    font-size: 14px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
    vertical-align: middle !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0px !important;
    font-size: 14px !important;
    text-align: left;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 5px 0px !important;
    border-bottom: 1px dot-dash #0e023e !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    display: inline-block;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    font-size: 12px;
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 1px !important;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    /* cursor: hand; */
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 12px !important;

}

.sweet-alert .sa-confirm-button-container>button {
    font-size: 12px !important;
    margin-bottom: 20px !important;
    border: 1px solid #fff !important;
    background: green !important;
}

.sweet-alert .sa-button-container>button {
    font-size: 12px !important;
    margin-bottom: 18px !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.sweet-alert h2 {
    margin-top: -10px !important;
    font-size: 16px !important;
}

.sweet-alert p {
    font-size: 14px !important;
}

.sweet-alert {
    background-color: #09003b !important;
    width: 300px !important;
    padding: 0px 10px !important;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #444 transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 4px;
    height: 0;
    left: 50%;
    margin-left: -15px !important;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: .0px solid #d5d5d5 !important;
    border-radius: 7px !important;
    box-shadow: 3px 3px 8px 1px #d3d3d3 !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border: 1px solid #bbb7b7 !important;
}

.form-control:focus {
    color: #0B0B0B !important;
    background-color: #fff;
    border-color: #09003b !important;
    outline: 0;
    box-shadow: 0 0 0 .1px rgb(42, 31, 101) !important;
}

.form-control {
    border-radius: 6px !important;
    font-weight: 300 !important;
}

.popup-bell {
    position: fixed;
    width: 250px;
    background: #242424e3;
    border-radius: 5px;
    bottom: 30px;
    color: white;
    padding: 15px 0px 5px 20px;
    right: 30px;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
    z-index: 99000;
}

.popup-bell .icon-bell {
    padding: 13px 0px 0px 0px;
    background: #f70045;
    border-radius: 0px 5px 5px 0px;
    top: -15px;
    height: 45px;
}

.intro {
    border-radius: 0.75rem;
    border-color: transparent;
    background-image: url("../assets/intro-first-time/bg-intro.jpg");
    background-position: center top;
}

.intro-info {
    background-color: #09003b;
    color: white;
    padding-top: 15px;
    padding-bottom: 25px;
}

.intro-desc {
    text-align: center;
    margin-bottom: 1.25rem;
    min-height: 120px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.intro-title {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.intro-dots {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
}

.intro-dots li {
    list-style: none;
    display: inline-block;
}

.intro-dots li .dots {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    opacity: 0.5;
}

.intro-dots li.active .dots {
    opacity: 1;
}

/* button */

.button {
    color: white;
    background-color: #21C7DB;
    border-color: #21C7DB;
    border-radius: 50rem;
}

.button:hover,
.button:focus {
    color: white;
}

.button-outline {
    color: #21C7DB;
    background-color: transparent;
    border-color: #21C7DB;
    border-radius: 50rem;
}

.button-outline:hover,
.button-outline:focus {
    color: #21C7DB;
}


.float-button {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 110;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 1px rgba(161, 161, 161, 0.5);

}

.float-button a {
    text-decoration: none !important;
    display: flex;
}

.float-button a img{
    width: 100px;
    height: 100px;
}
