/*@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&display=swap');

:root {
    --default: rgba(0, 120, 5, 0.5);
    --default-lighter: rgba(0, 120, 5, 1);
    --default-semi-dark: rgba(0, 120, 5, 0.35);
    --default-disabled: rgba(0, 120, 0, 0.25);
    --footer-default: rgba(0, 120, 5, 1);
    --border-default: rgb(0, 120, 5);
}

@font-face {
    font-family: Custom;
    src: url('fonts/Custom.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-size: 8px !important;
}

/*@font-face {*/
/*    font-display: fallback;*/
/*    font-family: FS_Numbers;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url(/res/font/FS_Numbers.woff2) format("woff2")*/
/*}*/

* {
    box-sizing: border-box;
    /*font-size: 15px;*/
}

body {
    /*font-family: "Source Code Pro", monospace;*/
    /*font-family: "Play", sans-serif;*/
    /*font-family: Play, sans-serif;*/
    font-family: Custom, Play, serif;
    /*font-weight: bold;*/
    /*font-family: Custom, Play, sans-serif;*/
    /*font-family: "Didact Gothic", sans-serif;*/
    /*font-family: "Ubuntu Sans", sans-serif;*/
    /*padding-top: 80px;*/
    transition: all 1.5s ease;
    background-color: #000;
    position: relative;
    font-size: 14px;
    /*min-height: calc(100vh - 100px);*/
}

[data-bs-theme=dark] {
    --bs-body-bg: #000000;
}

.preloader {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 99999999;
    background-color: rgba(0, 0, 0.5);
}

.preloader img {
    width: 150px;
}


table {
    margin: 0 !important;
    table-layout: fixed;
    --bs-table-striped-bg: var(--default-disabled) !important;
    --bs-table-hover-bg: var(--default) !important;
}

.club-emblem {
    width: 30px;
}

/*TEST*/
.theme-container {
    width: 80px;
}

.theme-toggle {
    position: absolute;
    top: 50%;
    /*left: 25px;*/
    width: 80px;
    height: 35px;
    transform: translateY(-50%);
}

.toggle-base {
    width: 100%;
    height: 100%;
    border: 1px solid white;

    background-color: #1a202c;
    border-radius: 10px;
}

.theme-toggle-btn {
    width: 40px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2d3748;
    border-radius: 10px;
    border: 1px solid white;
    z-index: 999;
    transition: all .5s ease;
    cursor: pointer;
}

.light {
    background-color: #fff;
    border: 1px solid #000;

}

.theme-toggle .light .theme-toggle-btn {
    right: 39.5px;
    transition: all .5s ease;
}

.day-icon {
    right: 5px;
    top: 0;
    font-size: 24px;
    color: #c0a400;
}

.night-icon {
    left: 10px;
    top: 0;
    font-size: 24px;
    color: #c87100;
}

body.light .text-light {
    color: black !important;
}

/*TEST*/

.table > :not(caption) > * > * {
    padding: .1rem 0.3rem;
}

.btn {
    /*border-radius: 5px !important;*/
    border-radius: 5px 25px !important;
    padding: 5px 20px !important;
}

.btn-primary {
    padding: 5px 10px !important;
    background-color: var(--default);
    border: 1px solid var(--border-default);
}

.btn-primary:hover {
    background-color: var(--default-lighter);
    /*color: black;*/
}

body.light .btn-primary {
    color: #1b1b1b;
}

body.light .btn-primary:hover {
    color: #fff;
}


.default-bg {
    background-color: var(--default) !important;
}

/*.navbar {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    z-index: 9999;*/
/*}*/

.nav-link {
    font-size: 18px !important;
}

.nav-link:hover {
    color: rgba(255, 255, 255, .65);
}

.accordion-button:not(.collapsed) {
    background-color: var(--default-lighter) !important;

}

td.actions {
    text-align: right !important;
}

.page-link.active {
    color: white;
    background-color: var(--default-lighter) !important;;
}

.page-link.disabled {
    background-color: var(--default-disabled);
}

.banner-container {
    flex: 0 0 auto;
    width: 230px;
}

#main-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #000;
}

.timer-base {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.timer-load {
    background-color: var(--default-lighter);
    transition: all .3s ease;
}

.close-main-ad-btn {
    position: absolute;
    top: 15px;
    right: 15px;

}

.main-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-banner-img {
    width: 100%;
    max-width: 205px;
    height: 360px;

    /*border: 1px solid rebeccapurple;*/
    /*border-radius: 45px 0px;*/
}

.side-banner-special-img {
    width: 100%;
    height: 100px;
}

/*.collapse:not(.show) {*/
/*    all: unset;*/
/*    position: absolute;*/
/*    right: -100%;*/
/*    width: 75% !important;*/
/*    opacity: 1 !important;*/
/*    transition: all .5s ease;*/
/*}*/

/*.navbar-collapse:not(.show) {*/
/*    position: absolute;*/
/*    width: 75%;*/
/*    height: 100vh;*/
/*    right: -100%;*/
/*}*/

.navbar-collapse.collapsing {
    position: absolute;
    /*width: 75%;*/
    /*height: 100vh;*/
    right: -100%;
    transition: all .1s ease;
}

.navbar-collapse {
    transition: all .5s ease;
}

.navbar-collapse.show {
    position: fixed !important;
    right: 0 !important;
    top: 70px !important;
    width: 75%;
    bottom: 0;
    min-height: calc(100vh + 70px);
    padding: 15px !important;
    background-color: var(--default-lighter) !important;
    text-align: end !important;
    z-index: 999 !important;
    transition: all .5s ease;
}

.page-link {
    color: var(--default-lighter);
}

.text-custom-color {
    color: var(--default-lighter) !important;
}

.border-custom-color {
    --bs-border-opacity: 1;
    border-color: var(--border-default) !important;
}

.swal2-popup .swal2-actions {
    width: 100%;
}

/*.swal2-popup .swal2-actions .swal2-cancel {*/
/*    width: 100%;*/
/*    margin: 0 15px;*/

/*}*/

.page-link:hover {
    background-color: var(--default-lighter) !important;;
    color: white;
}

.dropdown-item:hover {
    background-color: var(--default-lighter) !important;

}

img {
    max-width: 100%;
}

.validateFail {
    border: 2px solid red;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.max-height-550 {
    max-height: 550px;
}

.modal-content {
    border: 2px solid var(--default-lighter) !important;
}

a {
    text-decoration: none;
    color: inherit;
}


.dropdown-menu {
    padding: 0 !important;
    overflow: hidden;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--default-lighter);
}

.mark-active {
    --bs-table-bg: var(--default-lighter);
    background-color: var(--default-lighter) !important;
    color: black !important;
}

/*.accordion-button:not(.collapsed) {*/
/*    background-color: #0a58ca;*/
/*}*/

.fit-content {
    width: fit-content;
}

.btn-content {
    width: fit-content;
}


.hide {
    display: none !important;
}

.swal2-popup {
    background-color: black !important;
    border: 2px solid var(--default-lighter) !important;
    color: white;
}

#navbar {
    height: 102px;
    padding: 10px 450px 10px 30px;
    border-bottom: 2px solid var(--default-lighter);

    /*background-color: rgba(46, 186, 0, 0.48);*/
}

#main-header {
    padding-right: 10px;
    border-right: 2px solid var(--default-lighter);
}

/*.collapse:not(.show) {*/
/*    display: none;*/
/*}*/

#phone-nav {
    z-index: 9999;
    width: 300px;
    background-color: black;
    position: fixed !important;
    top: 0;
    right: -100%;
    bottom: 0;
    transition: all .5s ease-in;
    border-left: 2px solid #545454;
    overflow: auto;
}

.light #phone-nav {
    background-color: white;
}

#phone-nav.show-menu {
    right: 0;
    transition: all .5s ease-out;

}

.show-mobile-menu {
    display: none;
    transition: all .3s ease;
}

.menu-items ul {
    padding-left: 0;
    margin: 0;
    overflow: hidden;
}

.menu-items ul li {
    list-style: none;
    cursor: pointer;
    transition: all .5s ease;
    overflow: hidden;
}

.menu-link {
    padding: 30px;
    color: white;
    font-weight: bold;
}

/*.menu-items ul .menu-link:hover {*/
/*    color: white;*/
/*    transition: all .3s ease;*/

/*}*/

.sub-menu {
    height: 0;
    transition: height .3s ease;
    background: none;
    padding: 0 !important;
}

.sub-menu.expend-menu {

    transition: height .5s ease;
}

.sub-menu li a {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px dashed #afafaf;
}

.sub-menu.expend-menu li:hover {
    background-color: #2d3748;
    color: white;
}

.drop-btn {
    border: 1px solid transparent;

}

.drop-btn.selected {
    border: 1px solid var(--default-lighter);
    /*color: var(--default-lighter);*/
}

.my-profile {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/my-profile.jpg') no-repeat bottom right/cover;
}

.light .my-profile {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), url('../imgs/my-profile.jpg') no-repeat bottom right/cover;
}


.bg-home {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/home.jpg') no-repeat bottom right/cover;
}

.light .bg-home {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), url('../imgs/home.jpg') no-repeat bottom right/cover;
}


.bg-fudbal {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/fudbal.jpg') no-repeat center center/cover;
}

.bg-futsal {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/futsal.jpg') no-repeat center center/cover;
}

.bg-tekbol {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/tekbol.jpg') no-repeat center center/cover;
}


.bg-turniri {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/turniri.jpg') no-repeat center center/cover;
}

.bg-ping-pong {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/ping-pong.jpg') no-repeat center center/cover;
}

.light .bg-fudbal {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), url('../imgs/fudbal.jpg') no-repeat center center/cover;
}

.bg-kosharka {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/kosarka.jpg') no-repeat center right/cover;
}

.light .bg-kosharka {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), url('../imgs/kosarka.jpg') no-repeat center right/cover;
}

.bg-rakomet {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/rakomet.jpg') no-repeat center right/cover;
}

.light .bg-rakomet {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), url('../imgs/rakomet.jpg') no-repeat center right/cover;
}

.bg-odbojka {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/odbojka.jpg') no-repeat center right/cover;
}

.light .bg-odbojka {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), url('../imgs/odbojka.jpg') no-repeat center right/cover;
}

.bg-tenis {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../imgs/tenis.jpg') no-repeat center right/cover;
}

.light .bg-tenis {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), url('../imgs/tenis.jpg') no-repeat center right/cover;
}

/*.menu-close-btn {*/
/*}*/

/*#menu-close-btn, .show-mobile-menu i {*/
/*    font-size: 38px;*/
/*}*/

.menu-btn {
    /*margin-right: 30px;*/
    display: none;
}

#menu-close-btn {
    /*margin-top: 10px;*/
    color: inherit;
    padding: 10px 0;
    cursor: pointer;
    transition: all .3s ease;

}

#menu-close-btn:hover, .show-mobile-menu:hover {
    color: #0a58ca;
    transition: all .3s ease;
}

#main-content {
    margin-right: 250px;
    margin-left: 250px;
}

.central-top-banner-img {
    max-width: 450px;
    height: 100px;
    /*object-fit: cover;*/
}

.menu-btn i {
    font-size: 48px;
}

#central-top-banner {
    position: absolute;
    width: fit-content;
    height: 100px;
    top: 0;
    right: 0;
    overflow: hidden;
}

#navigation li .selected {
    border-bottom: 2px #0a58ca solid;
}

#navigation li {
    text-decoration: none;
    list-style: none;
    /*border-bottom: 1px dashed white;*/
    font-size: 20px;

}

#navigation li a {
    transition: all .5s ease;
    display: block;
    padding: 5px 0 5px 10px;
    margin-right: 5px;
    font-size: 18px !important;
}

#navigation li:hover a {
    /*color: rgba(46, 186, 0, 0.48);*/
    transition: all .5s ease;
}

@media only screen and (max-width: 1024px) {
    table:not(.match-table) {
        table-layout: auto;
    }


    #navigation {
        display: none !important;
    }

    #navbar {
        padding: 10px 30px;
    }

    .btn-content {
        width: 100%;
    }

    .banner-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .side-banner-img {
        width: 100%;
        max-width: 100%;
        height: 100px;
    }


    .menu-btn {
        display: block;
    }

    #main-content {
        margin-right: 0;
        margin-left: 0;
    }

    #navbar {
        height: unset;
    }

    #central-top-banner {
        position: static;
        width: 100%;
        height: unset;
    }

    .central-top-banner-img {
        max-width: 100%;
        width: 100%;
        height: 100px;
    }
}

.collapsible-inverse {
    display: none;
}

@media only screen and (max-width: 600px) {
    td {
        font-size: 12px !important;
    }

    .collapsible {
        display: none;
    }

    .collapsible-inverse {
        display: block;
        width: 100% !important;
    }

}

.page-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main-page-content {
    flex: 1;
}

footer {
    border-top: 2px solid var(--border-default);
}

.accordion-button {
    transition: all .5s ease;
}

.accordion-button.collapsed:hover {
    transition: all .5s ease;
    color: var(--default-lighter);
}

.accordion-button:hover {
    transition: all .5s ease;
    color: white;
}

.social-icon {
    transition: all .5s ease;

}

.social-icon:hover {
    transform: scale(1.5);
    color: var(--default-lighter);
    transition: all .5s ease;
}

.nach-dev-custom {
    background: linear-gradient(to right, transparent 0%, var(--default-disabled) 30%, var(--default-semi-dark) 50%, var(--default-disabled) 70%, transparent 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

@media only screen and (max-width: 800px) {
    .nach-dev-custom {
        background: linear-gradient(to right,
        var(--default-disabled) 10%,
        var(--default-semi-dark) 50%,
        var(--default-disabled) 90%);
        position: static;
        transform: translateX(0);

    }
}

.nav-link:hover {
    color: var(--default-lighter);
}

.dev {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

small {
    font-size: 12px;
}
