/*reset*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

:active,
:focus {
    outline: none !important;
    /*-webkit-appearance: none;*/ /*removed: chrome issue */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #333;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #333; /* Firefox */
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: #333; /* Safari */
}

html {
    scrollbar-color: #333 #171B21;
}

button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
}

img {
    border: 0;
    vertical-align: top;
}

/*input[type="date"]:-webkit-autofill, input[type="time"]:-webkit-autofill {
    color: #ffffff !important;
}*/

textarea {
    resize: none;
}

textarea, input, button, *:focus {
    outline: none !important;
}

textarea {
    resize: vertical;
}

select {
    border: 2px solid #E5E7E9;
    height: 46px;
    padding: 12px;
    outline: none;
    line-height: 1 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

label {
    font-weight: 400;
}

iframe,
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

p {
    display: block;
    -webkit-margin-before: 0.1em;
    -webkit-margin-after: 0.1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a {
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    color: #336699;
}

    a, a:focus, a:hover, a:active {
        outline: 0;
        cursor: pointer;
    }

canvas {
    width: 100% !important;
    /* max-width: 800px; causes panorama gmap problems */
    height: auto !important;
}

:active,
:focus {
    outline: none !important;
}


select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    outline: 0 none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}


pre {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

img.img-responsive {
    display: inline-block;
}

/* IE & Mozilla fix */
div.row > div img.img-responsive {
    width: 100%;
}


section {
    display: block;
    position: relative;
    padding: 0;
    /*border-bottom:rgba(0,0,0,0.1) 1px solid;*/
    /*background-color: #fff;*/
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important;
}

    section:after,
    section:before {
        content: " ";
        display: table;
    }

    section:after {
        display: block;
        content: "";
        clear: both;
    }

    /* remove effect on parallax */
    section.parallax {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    section > .container {
        padding-top: 20px;
        /* padding-bottom: 20px;*/
        /* background: #fff;*/
    }
    /**
Static background image
add to HTML: background-image:url();
**/
    section.static-bg,
    div.static-bg {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }


    section header.section-header {
        margin-bottom: 80px;
    }

    section.parallax {
        border: 0;
    }


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.container {
    position: relative;
}

/* anchor */

a:active,
a:focus,
a:hover {
    color: #336699;
    text-decoration: none;
}

span a {
    color: #336699;
    text-decoration: none;
}
/* headings */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #444;
}

    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
        color: #888;
    }

section header > h1,
section header > h2,
section header > h3,
section header > h4,
section header > h5,
section header > h6 {
    margin: 0;
}

small {
    font-family: 'Lato', sans-serif;
}

label {
    display: block;
}

/* form control: inputs, textarea, etc */
.btn {
    position: relative;
}

.btn-default {
    border-width: 2px;
}

.btn > .label-absolute {
    position: absolute;
    right: -6px;
    top: -8px;
}

.input-group-addon {
    border: #ddd 2px solid;
    border-right: 0;
}

/*.form-control {
    border: #ddd 2px solid;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/
.form-control {
    display: block;
    width: 100%;
    padding: .275rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #E6EDF3;
    background-color: #0F1216;
    background-clip: padding-box;
    border: 1px solid #333;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #E6EDF3;
        background-color: #171B21;
        border-color: #555 !important;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        border-color: #c6c6c6;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #0F1216;
        color: #666;
    }

    .form-control.snum {
        width: 80px;
    }

section .input-group-btn .btn.btn-default,
section .input-group-btn button.btn-default {
    border-width: 2px;
    border-color: #ddd;
}



/*.nav-tabs > li > a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}*/

.label {
    padding: .4em .6em .4em;
}

.label-success {
    color: #00853D;
}

.label-danger {
    color: #a94442;
}

.nomargin {
    margin: 0;
}

.card {
    border-radius: 0;
    color: #E6EDF3;
    background-color: #171B21;
    font-size: 15px;
}

/*
GLOBAL RADIUS
Add here all needed bootstrap elements
*/
pre,
.alert,
.panel,
.navbar-toggle,
.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*
bootstrap rewrite
*/
img.img-responsive {
    display: inline-block;
}


/** 02. Headings
**************************************************************** **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter','Open Sans',Arial,Helvetica,sans-serif;
    /* color: #0F1216;*/
    position: relative;
    margin: 0 0 30px 0;
    line-height: 1.5;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 36px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 30px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 24px;
    letter-spacing: normal;
    margin: 0 0 32px 0;
}

h4 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 14px;
    letter-spacing: normal;
    margin: 0 0 20px 0;
}

h6 {
    font-size: 12px;
    letter-spacing: normal;
    margin: 0 0 20px 0;
}

    h1 > span,
    h2 > span,
    h3 > span,
    h4 > span,
    h5 > span,
    h6 > span {
        color: #336699;
    }


/**	03. Placeholder
*************************************************** **/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

hr {
    border: 0;
    height: 1px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

/* glavno 1START */
html, body {
    height: 100%;
    direction: ltr;
}

body {
    color: #E6EDF3; /*#fafafa;*/
    background-color: #0F1216; /*#171B21;*/
    font-family: 'Inter','Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

div[class*='col-'], div[class^='col-'], .col {
    padding-left: 5px;
    padding-right: 5px;
}

.slider-box div[class*='col-'], .slider-box div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.container, .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}

    .container.acc {
        padding-top: 66px;
    }

.input-validation-error {
    border-color: red;
}

.inline {
    display: inline;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #171B21;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid #ccc;*/
    border: 1px solid rgba(255,255,255,.15);
    /*border-radius: 4px;*/
    -webkit-box-shadow: 0 6px 12px rgba(255,255,255,.175);
    /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
}
/* .dropdown-menu a {
        color: #E6EDF3;
    }*/

.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;
}

.button-basic {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    border: none;
    background-color: #336699; /*#2DA44E;*/
    text-align: center;
    font-size: 0.95rem;
    color: #F2F5F7 !important;
    padding: 6px 10px;
    border-radius: 4px;
}

    .button-basic.alt {
        background-color: #388BFD;
    }

    .button-basic.del {
        background-color: #B22222;
    }

    .button-basic.warn {
        background-color: #A6820A;
    }

    .button-basic.save {
        background-color: #339977;
    }

    .button-basic.cancel {
        background-color: #6c757d;
    }

    .button-basic i {
        margin-right: 6px;
    }

    .button-basic:hover {
        color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-transition: all .100s;
        -moz-transition: all .100s;
        -o-transition: all .100s;
        transition: all .100s;
    }
    .button-basic:disabled {
        background-color: #222;
    }
.wrapper {
    background-color: #171B21;
}

#wait-screen-blocked {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('/img/loaders/5.gif') center no-repeat;
}

html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

#appContainer {
    display: flex;
    height: 100vh;
    flex-direction: column;
    overflow: hidden;
}
    #appContainer #headerRegion {
        display: flex;
        height: 46px;
        flex: 0 0 46px;
    }
    #appContainer #contentRegion {
        display: flex;
        padding: 10px 5px;
        flex-direction: column;
        /*overflow-y: auto;*/
        /*height: calc(100vh - 96px);*/
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
    }
   /* #appContainer #contentRegion.scorer-holder {
        height: 100vh;
    }*/
    #appContainer #footerRegion {
        display: flex;
        height: 50px;
        flex: 0 0 50px;
        background-color: #333;
    }

/*code058*/
.app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.75rem;
    border-bottom: 1px solid #333;
    position: relative;
    width: 100%;

}

.app-header__left,
.app-header__right {
    width: 60px;
    display: flex;
    align-items: center;
}

.app-header__middle {
    flex: 1;
    text-align: center;
    padding: 0 0.5rem;
}

.app-header__title {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.2;
}

.app-header__logo {
    text-decoration: none;
    font-weight: 700;
}

.app-header__right {
    justify-content: flex-end;
    position: relative;
}

.app-header__menu-btn {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    color: #E6EDF3;
}
.app-header__back-btn {
    color: #E6EDF3;
    border: 1px solid #333;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.app-flyout-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background-color: #0F1216;
    border: 1px solid #222;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    z-index: 1050;
    padding: 0.25rem 0;
}

    .app-flyout-menu .dropdown-item {
        width: 100%;
        text-align: left;
        background: transparent;
        border: 0;
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }

/*code071*/
.app-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 10px;
    border-top: 1px solid #333;
    background: #0F1216;
    font-size: 0.8rem;
    width: 100%;
}

.app-footer__left button {
    margin-right: 10px;
    color: #999;
    text-decoration: none;
}

.app-footer__right {
    font-weight: 500;
    color: #f9f9f9;
    padding-right: 10px;
}

.button-block {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.button-block button {
    width: 100%;
    max-width: 100%;
}

.jsgrid-connect.jsgrid {
    display: block;
    overflow: hidden;
    overflow-x: auto;
    font-family: 'Archivo Narrow','Inter','Open Sans',Arial;
    font-size: 14px;
}

.jsgrid-connect .btn-play {
    color: #fff;
    background: #336699;
}

.jsgrid-connect .btn-setup {
    color: #fff;
    background: #336699;
    display: flex;
}

    .jsgrid-connect .btn-setup:hover {
        color: #fff;
        background: #388BFD;
        transition: all .300s;
    }

.jsgrid-row > .jsgrid-cell {
    background: #31363C !important;
}

.jsgrid-alt-row > .jsgrid-cell {
    background: #171B21 !important;
}

.jsgrid-connect .jsgrid-cell {
    padding: 0.3em 0.4em;
    border: 0 !important;
    border-bottom: #333 1px solid !important;
}

.jsgrid-connect .jsgrid-edit-row .jsgrid-cell {
    padding: 0.1em 0.4em;
}

.jsgrid-connect .jsgrid-cell span {
    max-height: 50px;
    display: block;
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
    min-width: 50px;
}

.jsgrid-grid-header, .jsgrid-grid-body, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-filter-row > .jsgrid-cell, .jsgrid-insert-row > .jsgrid-cell, .jsgrid-edit-row > .jsgrid-cell {
    border: 0 !important;
}

.jsgrid-grid-body, .jsgrid-grid-header {
    scrollbar-color: #333 #171B21;
}

.jsgrid-nodata-row > .jsgrid-cell {
    background-color: #171B21 !important;
}

.jsgrid-edit-row > .jsgrid-cell {
    background: #d9d9d9;
    color: #000;
}

/* normal row buttons */
.jsgrid .jsgrid-edit-button,
.jsgrid .jsgrid-delete-button,
.jsgrid .jsgrid-search-button,
.jsgrid .jsgrid-clear-filter-button,
.jsgrid .jsgrid-insert-button {
    width: 28px !important;
    height: 28px !important;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 4px;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s ease;
}

/* edit row buttons */
.jsgrid .jsgrid-update-button,
.jsgrid .jsgrid-cancel-edit-button {
    width: 28px !important;
    height: 28px !important;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 4px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s ease;
}

    /* optional hover */
    .jsgrid .jsgrid-edit-button:hover,
    .jsgrid .jsgrid-delete-button:hover,
    .jsgrid .jsgrid-update-button:hover,
    .jsgrid .jsgrid-cancel-edit-button:hover {
        transform: scale(1.08);
        opacity: .9;
    }

/* custom colors */
.jsgrid .jsgrid-edit-button {
    background-color: #e8f1ff;
}

.jsgrid .jsgrid-delete-button {
    background-color: #ffe9e9;
}

.jsgrid .jsgrid-update-button {
    background-color: #e8fff0;
}

.jsgrid .jsgrid-cancel-edit-button {
    background-color: #f3f3f3;
}

.jsgrid .jsgrid-edit-button {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' width='24' height='24' viewBox='0 0 640 640'><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d='M535.6 85.7C513.7 63.8 478.3 63.8 456.4 85.7L432 110.1L529.9 208L554.3 183.6C576.2 161.7 576.2 126.3 554.3 104.4L535.6 85.7zM236.4 305.7C230.3 311.8 225.6 319.3 222.9 327.6L193.3 416.4C190.4 425 192.7 434.5 199.1 441C205.5 447.5 215 449.7 223.7 446.8L312.5 417.2C320.7 414.5 328.2 409.8 334.4 403.7L496 241.9L398.1 144L236.4 305.7zM160 128C107 128 64 171 64 224L64 480C64 533 107 576 160 576L416 576C469 576 512 533 512 480L512 384C512 366.3 497.7 352 480 352C462.3 352 448 366.3 448 384L448 480C448 497.7 433.7 512 416 512L160 512C142.3 512 128 497.7 128 480L128 224C128 206.3 142.3 192 160 192L256 192C273.7 192 288 177.7 288 160C288 142.3 273.7 128 256 128L160 128z'/></svg>") !important;
}

.jsgrid .jsgrid-delete-button {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='red' width='24' height='24' viewBox='0 0 640 640'><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d='M262.2 48C248.9 48 236.9 56.3 232.2 68.8L216 112L120 112C106.7 112 96 122.7 96 136C96 149.3 106.7 160 120 160L520 160C533.3 160 544 149.3 544 136C544 122.7 533.3 112 520 112L424 112L407.8 68.8C403.1 56.3 391.2 48 377.8 48L262.2 48zM128 208L128 512C128 547.3 156.7 576 192 576L448 576C483.3 576 512 547.3 512 512L512 208L464 208L464 512C464 520.8 456.8 528 448 528L192 528C183.2 528 176 520.8 176 512L176 208L128 208zM288 280C288 266.7 277.3 256 264 256C250.7 256 240 266.7 240 280L240 456C240 469.3 250.7 480 264 480C277.3 480 288 469.3 288 456L288 280zM400 280C400 266.7 389.3 256 376 256C362.7 256 352 266.7 352 280L352 456C352 469.3 362.7 480 376 480C389.3 480 400 469.3 400 456L400 280z'/></svg>") !important;
}

.jsgrid .jsgrid-update-button {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='green' width='24' height='24' viewBox='0 0 640 640'><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/></svg>") !important;
}

.jsgrid .jsgrid-cancel-edit-button {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='gray' width='24' height='24' viewBox='0 0 640 640'><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d='M320 112C434.9 112 528 205.1 528 320C528 434.9 434.9 528 320 528C205.1 528 112 434.9 112 320C112 205.1 205.1 112 320 112zM320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM231 231C221.6 240.4 221.6 255.6 231 264.9L286 319.9L231 374.9C221.6 384.3 221.6 399.5 231 408.8C240.4 418.1 255.6 418.2 264.9 408.8L319.9 353.8L374.9 408.8C384.3 418.2 399.5 418.2 408.8 408.8C418.1 399.4 418.2 384.2 408.8 374.9L353.8 319.9L408.8 264.9C418.2 255.5 418.2 240.3 408.8 231C399.4 221.7 384.2 221.6 374.9 231L319.9 286L264.9 231C255.5 221.6 240.3 221.6 231 231z'/></svg>") !important;
}

.jsgrid-connect .jsgrid-header-row .jsgrid-header-cell {
    background-color: #060A11;
    color: #fff;
}

.jsgrid-players.jsgrid, .jsgrid-clubs.jsgrid, .jsgrid-crews.jsgrid {
    display: block;
    overflow: hidden;
    overflow-x: auto;
    font-family: 'Archivo Narrow','Inter','Open Sans',Arial;
    font-size: 15px;
}

.jsgrid-players .jsgrid-header-row .jsgrid-header-cell, .jsgrid-clubs .jsgrid-header-row .jsgrid-header-cell, .jsgrid-crews .jsgrid-header-row .jsgrid-header-cell {
    background-color: #171B21;
    color: #fff;
}

.jsgrid-pager {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

/* switch */
.switch-box {
    display: flex;
    align-items: center;
}

    .switch-box label {
        margin-bottom: 0;
        margin-right: 10px;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
    border: 1px solid #333;
    border-radius: 30px;
    margin: 1px 0;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0F1216;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 3px;
            bottom: 3px;
            background-color: #ddd;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .switch .slider.locked-field:before {
            background-color: #666;
        }

    .switch input:checked + .slider {
        background-color: #336699;
    }

    .switch input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .switch .slider.round {
        border-radius: 30px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }

.dropdown-item, .dropdown-item i {
    color: #E6EDF3;
    border-radius: 0;
}

    .dropdown-item:hover {
        color: #fff;
        background: #333;
    }
.dropdown-toggle, .dropdown-toggle i {
    color: #E6EDF3;
    border-radius: 0;
}

    .dropdown-toggle:hover {
        color: #fff;
    }
.matchup-box {
    margin-top: 1rem;
}
.matchup-box .vs {
    justify-content: center;
    margin-top: 5px;
}

.button-filter, .button-display {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #31363C;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    padding: 6px;
    border-radius: 0;
}

    .button-filter:before {
        content: "\ea5b";
        font-family: icomoon;
        font-size: 16px;
        opacity: .8;
        margin-right: .5rem;
    }

.with-help-label {
    cursor: pointer;
    min-width: 160px;
}

    .with-help-label label {
        cursor: pointer;
    }
.page {
    padding-bottom: 70px;
}
.page .with-help-label {
    display: flex;
    align-items: center;
    justify-content: start;
    width: auto;
    padding-right: 5px;
}

    .page .with-help-label .help-label-hover {
        display: table-cell;
        color: #336699;
        font-size: 1em;
        padding-left: 6px;
    }

    .page .with-help-label label {
        margin: 0;
        font-size: 0.8rem;
    }

    .page .with-help-label i.fa {
        width: 16px;
        font-size: 16px;
    }

        .page .with-help-label i.fa:before {
            content: "\ea08";
            font: 16px icomoon;
            color: #336699;
        }

.page .fa {
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page [class*="col-"] {
    flex-direction: column;
    display: flex;
    margin-bottom: 8px;
    /*align-items: center;*/
}
.buttons-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
    .buttons-block .actionblok-info {
        margin: 10px 0;
        border-top: 1px solid #333;
    }

        .buttons-block .actionblok-info .info-block {
            font-size: 13px;
        }
.bootstrap-datetimepicker-widget {
    color: #fff !important;
}

.bootstrap-datetimepicker-widget {
    background-color: #333;
    color: #fff;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        background-color: #333;
        color: #fff;
    }

        .bootstrap-datetimepicker-widget table td.active,
        .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #007bff;
        }

        .bootstrap-datetimepicker-widget table td.day:hover,
        .bootstrap-datetimepicker-widget table td.hour:hover,
        .bootstrap-datetimepicker-widget table td.minute:hover,
        .bootstrap-datetimepicker-widget table td.second:hover {
            background-color: #555;
        }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
        .bootstrap-datetimepicker-widget table td span:hover {
            background-color: #171B21;
        }
.search-block {
    display: flex;
    align-items: center;
}
.search-col {
    justify-content: center;
}
.search-container {
    padding-top: 8px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .button-block button {
        max-width: 300px;
    }

    .page [class*="col-"] {
        flex-direction: row;
    }

    .card-in .with-help-label {
        display: flex;
        align-items: center;
        justify-content: start;
        min-width: 200px;
        width: 200px;
        padding-right: 5px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 768px;
    }
    
}
@media (min-width: 1200px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 768px;
    }
}