﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    background-color: #ffffff;
}

a, .btn-link {
    color: white;
}

.loading_screen {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.2rem;
    margin: 0;
    height: 100%;
    width: 100%;
    background: url(../log_in_background.jpg) no-repeat;
    background-size: cover;
    position: absolute;
}
.split-on-2-cols-equal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.split-on-3-cols-flex {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.bet-filter-instant {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 12px;
    align-content: center;
    align-items: center;
}
    .loading_screen::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #37474f;
        opacity: 0.9;
        animation-duration: 2s;
        animation-name: slidein;
        animation-iteration-count: 1;
        transition: background 0.5s ease;
    }




@keyframes slidein {
    from {
        background-color: white;
        opacity: 0.8;
    }

    to {
        background-color: #37474f;
        opacity: 0.9;
    }
}

    .btn-primary {
        color: #fff;
        background-color: #4caf50;
        border-color: #009688;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #000000DE;
        border: none;
        background-color: #E0E0E0;
    }

h3 {
    margin: 0;
}

.h3, h3 {
    font-size: 1.5rem;
}

.content {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.page {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.main {
    height: 100%;
    width: 100%;
}

.loader-anim {
    position: absolute;
    height: 700px;
    width: 700px;
    margin: auto;
    inset: 0;
    /*
    position: absolute;
    height: 700px;
    width: 700px;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("https://media3.giphy.com/media/3oEjI6SIIHBdRxXI40/giphy.gif?cid=ecf05e478b564w3f09xanykd3wlzz5rdoqhls96qoafcvsi3&rid=giphy.gif&ct=g");
    */
}
    .loader-anim em {
        visibility: hidden;
    }

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: auto;
    inset: 0;
    transform: scale(0.8);
    background: rgb(255 255 255 / 70%);
    box-shadow: 0 0 0 200vh rgb(255 255 255 / 70%);
    z-index: 2;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #EE3524 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tab-content {
    border: 1px solid #bdc3c7;
    border-top: 0;
    border-bottom: 0;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.menu:not(.profile-menu) {
    background-color: transparent;
}

.nav-tabs .nav-link {
    align-items: center;
    display: flex;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    border: none;
    height: 54px;
    color: #0000008A;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    box-shadow: inset 0px -1px 0px 0px #bdc3c7, 0px 2px 2px 0px rgb(0 0 0 / 14%);
}

    .nav-tabs .nav-link:hover {
        opacity: unset;
        color: #607d8b;
        box-shadow: inset 0px -1px 0px 0px #bdc3c7, 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%);
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #607d8b;
        font-weight: bold;
        box-shadow: inset 0px -2px 0px 0px #607D8B, 0px 2px 2px 0px rgb(0 0 0 / 14%);
    }

.nav-tabs .active {
    border-radius: 0;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs-body {
    border: 1px solid #dee2e6;
    border-top-width: 0;
}

thead {
    background-color: #CAE2DD;
}

.form-horizontal {
    background-color: white;
    gap: 8px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 32px 48px 48px 48px;
    border-radius: 4px;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
}

.grid-wrap {
    padding: 15px 40px 20px 40px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 5px 10px 15px 0px rgb(195 220 213 / 35%);
    box-shadow: 5px 10px 15px 0px rgb(195 220 213 / 35%);
}
.table-wrap {
    border: 1px solid #bdc3c7;
    border-left: none;
    border-bottom: none;
    border-right: none;
    height: auto;
    overflow-x: auto;
}
    .table-wrap::-webkit-scrollbar {
        height: 8px;
        background: #E4E7E8;
    }

    .table-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0px 0px 5px 0px #BDC3C7;
        box-shadow: inset 0px 0px 5px 0px #BDC3C7;
    }

    .table-wrap::-webkit-scrollbar-thumb {
        background-color: #7A7A7A;
        border-radius: 10px;
    }
.grid-table-wrap {
    overflow: unset;
    box-shadow: 0 1px 1px #bdc3c7, 0 -1px 1px #bdc3c7, 0 2px 2px #bdc3c7;
}
table.grid-table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    background-color: #ffffff;
    border-bottom: 1px solid #bdc3c7;
}

thead {
    background-color: #D2E0DD;
}

table.grid-table .grid-header {
    position: relative;
    vertical-align: top;
    border-bottom: none;
    border-left: 1px solid #BDC3C7;
    border-top: none;
    background: #F5F7F7;
    padding: 7px 8px;
    color: #000000de;
    font-size: 12px;
}

    table.grid-table .grid-header a {
        color: #000000de;
    }

    table.grid-table .grid-header:first-of-type {
        border-left: none;
    }

    table.grid-table .grid-header:last-child {
        border-right: none;
    }

    table.grid-table .grid-header > .grid-header-group > .grid-header-title > button {
        font-weight: bold;
        color: #333333;
        background-color: transparent;
        border: none;
        padding: 0;
    }

.table td, .table th {
    padding: 7px 8px;
    vertical-align: top;
    border-top: 1px solid #bdc3c7;
    border-left: 1px solid #bdc3c7;
    font-size: 12px;
    color: rgba(0,0,0,.54);
}

    .table td:first-of-type, .table th:first-of-type {
        border-left: none;
    }

    .table td:last-child {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

.table_2col > tr {
    display: flex;
    gap: 2px;
    padding: 48px;
    align-items: flex-start;
}

.tableRevision-pad {
    margin-top: 182px;
}

.tableView .grid-table td:first-child {
    width: 50%;
}

.grid-row.grid-row-added .btn-accept {
    margin: 0;
    padding: 0;
}

.grid-row.grid-row-added .grid-table-button-delete {
    padding: 0 8px;
    font-size: 12px;
}



.content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.h3, h3 {
    font-size: 16px;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #607d8b;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    padding: 6px 16px;
    min-width: 46px;
    box-sizing: border-box;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: none;
}

.btn-secondary {
    color: #fff;
    background-color: #607d8b;
    border-color: #607d8b;
    margin-left: 16px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #7C8B92;
}

table.grid-table tr.grid-row-selected td {
    background: #607d8b !important;
    color: #fff;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 24px;
    font-size: 1rem;
}

table.grid-table .grid-filter-btn {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 12px;
    margin-left: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADKSURBVHgBnY7LCcJgEIR3/2jOlqAd2IHagXZgBxIkQkDxjx4Ek/joIB1oB0kHYgWmBE8eIuyYBMQHEYJz29lvZ4eoonjuB6gC1gr6nra04yRlgF6tmqibF8UQF6YZ6fW6/Q1NPa+b7U4Esbi4yiAYxgGkwsXYcnPP9TcjYWgWGWjbjvn1YtuEKZEI7fNZKRpxqnrasZKi3vurWRAMFagDgAGJl5NJ+NwpqqhaiddgVo0s8cMsS+yD5Gzc6sefiQZwzfpZC9ve0b96ANd5ThzLkyyAAAAAAElFTkSuQmCC) no-repeat;
}

    table.grid-table .grid-filter-btn.filtered {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgBpY8xEgFBEEX798jcQLQlEEsUqUCRGUeZI7gBJ7FESGyIEwgEGzjAiFVN6wm2ajKDn3T//19VVxNlCsPpXHJApkwxgOVnDA5xDCa2zywbXYu0FiHPjMV5X1ZowtHMFiJySuBar40VqqMxDfi433yn23tqaaMPIbjrcVd9/8yfoKzbL1OmSSs1gPE63OWwXdGvegPShSfYCBDgwQAAAABJRU5ErkJggg==') no-repeat;
    }

table.grid-table .grid-dropdown-inner ul.menu-list li a.grid-filter-clear {
    white-space: nowrap;
    padding-left: 23px;
    color: #000;
    background: url('data:image/png;base64,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') no-repeat;
    background-size: 16px;
    background-position: 3px center;
    background-repeat: no-repeat;
}

.sub-heading {
}

    .sub-heading h4 {
        font-size: 16px;
        margin: 16px;
    }

.grid-header-buttons {
    display: inline-flex;
    width: 100%;
    padding: 0;
}

.select-game-notif {
    border: 2px dashed #202020;
    margin: 16px;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

    .select-game-notif p {
        margin: 0;
        font-weight: bold;
    }
/*.navbar {
    background-color: #162f2b !important;
    z-index: 999;
}*/
.body-container {
    margin-top: 8rem;
    border-radius: 4px;
    padding: 16px;
    background-color: #f5f7f7;
    border: 1px solid #bdc3c7;
}

    .body-container h1 {
        font-size: 24px;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #bdc3c7;
}

.body-container a {
    color: #607d8b;
    text-decoration: underline;
}

.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.grid-row {
    cursor: pointer;
}
.grid-row-added {
}

.grid-row-modified {
}

.grid-row-deleted {
    display: none
}
    .grid-row:hover {
        background-color: #CCCCCC !important;
    }

.grid-row-total {
    cursor: pointer;
    font-weight: bold;
}

    .grid-row-total:hover {
        background-color: #f5f7f7 !important;
    }

    .grid-row-total .white-space-pre {
        text-decoration: none;
        font-style: normal;
        color: #000000de;
    }

.col-sm-6 {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
}

    .card .form-check-label {
        font-weight: normal;
    }

    .card .btn-secondary {
        margin-left: 10px;
    }

.card-header {
    padding: .75rem 1rem;
    margin-bottom: 0;
    border-bottom: none;
    background-color: #f0f5f3;
}

    .card-header h2 {
        font-size: 1.1rem;
        margin: 0;
        color: #212529;
        font-weight: bold;
    }

.card-body {
    padding: 0;
}

.heading h3 {
    margin: 40px 16px 16px 16px;
}

.btn-accept {
    display: inline-flex;
    justify-content: flex-start;
    margin: 10px 5px 5px 5px;
}

.form-check-label {
    font-size: 14px;
    color: #000000de;
}

.form-control {
    width: 50%;
    min-width: 200px;
    height: fit-content;
    margin: 0;
    display: block;
    padding: 4px 0;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #95A5A6;
    border-radius: 0;
    background: #ffffff;
    font-size: 12px;
    box-sizing: border-box;
}
  
    .form-control:focus {
        border-color: #5f7d8b;
        background-color: #f5f7f7;
    }

.form-group {
    margin: 0;
}

.grid-change-page-size-input {
    display: inline;
    width: 80px;
    text-align: center;
    min-width:0px;
}

h3 {
    margin: 16px 16px 8px 16px;
}

.btn-primary:hover {
    background-color: #5A6268;
    border-color: #5A6268;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.grid-wrap {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.grid-header-buttons {
    padding: 12px;
    background-color: #f5f7f7;
    display: flex;
    border: 1px solid #bdc3c7;
    gap: 8px;
    border-bottom: 0;
    align-items: center;
    border-left: none;
    border-right: none;
}

.scrollable-content {
    height: 400px;
    overflow-y: scroll;
}

.scrollable-content-flexheight {
    max-height: 400px;
    overflow-y: auto;
}

.report-grid {
    margin: auto 10px auto 10px;
}

.grid-footer {
    padding: 4px 12px;
    background-color: #ffffff;
    display: flex;
    border: 1px solid #bdc3c7;
    gap: 8px;
    align-items: center;
    border-left: none;
    border-right: none;
    border-top: 0;
    margin: 0;
    justify-content: flex-end;
    min-height: 32px;
}

    .grid-footer .grid-goto-page-input {
        text-align: center;
        min-width: 0;
    }

.grid-goto-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
}

.col {
    padding: 0;
    position: static;
}

.grid-dropdown-inner {
    padding: 40px 8px 8px 8px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    border-radius: 2px;
}

.grid-filter-body .menu-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
}

.grid-filter-body {
    font-size: 12px;
}

.grid-dropdown-inner::before {
    content: '';
    border-bottom: 1px solid #bdc3c7;
    background: #f5f7f7;
    min-width: 220px;
    width: 100%;
    display: flex;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

.grid-filter .form-group {
    max-width: unset;
    flex-direction: column;
}

.grid-filter .my-2 {
    max-width: unset;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

table.grid-table .grid-header > .grid-header-group > .grid-header-title > button {
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: rgba(0,0,0,1);
    font-size: 12px;
}

    table.grid-table .grid-header > .grid-header-group > .grid-header-title > button:hover {
        text-decoration: none;
        color: rgba(0,0,0,.54);
    }

.card-header:first-child {
    border-radius: 2px;
    font-weight: bold;
    background-color: #D2E0DD;
    border-top: 2px solid #559888;
    font-weight: bold;
    color: #212529;
    box-shadow: 1px 6px 7px 0px rgb(202 226 221 / 20%);
    -webkit-box-shadow: 1px 6px 7px 0px rgb(202 226 221 / 20%);
    -moz-box-shadow: 1px 6px 7px 0px rgba(202,226,221,0.20);
}

b, strong {
    font-weight: bold;
}

.form-horizontal h3 {
    margin-bottom: 2rem;
}

.form-horizontal .form-control {
    height: 32px;
    font-size: 14px;
    text-indent: 6px;
}
.casino_currencies {
    margin: 60px auto 32px auto;
    width: 100%;
    max-width: 960px;
    min-width: 320px;
}
    .casino_currencies .form-group {
            display: flex;
            gap: 10px;
            align-items: center;
    }
    .casino_currencies .form-control {
        max-width: 32ch;
    }
    .casino_currencies .form-check-label {
        font-weight: bold;
        font-size: 12px;
    }
.tool-panel {
    margin: 60px auto 32px auto;
    border: none;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    padding: 0;
    max-width: 1280px;
    gap: 0;
    border-radius: 4px;
    overflow: hidden;
    background: white;
    width: 100%;
}

.tool-pannel__spacing {
}

.tool-panel form {
    padding: 32px 48px 48px 48px;
}

.tool-panel .form-group {
    position: relative;
    margin-bottom: 16px;
}

.tool-panel .form-check-inline .form-check-label, .tool-panel .form-check .form-check-label {
    color: #495057;
}

.tool-panel .heading {
    border: none;
    position: relative;
    min-height: 64px;
    background-color: #607d8b;
    display: flex;
    margin: 0;
    align-items: center;
    padding: 0 1.6rem;
}

    .tool-panel .heading h3 {
        font-weight: bold;
        text-align: center;
        margin: 0;
        font-size: 20px;
        color: #ffffff;
    }

.tool-panel .sub-heading h4 {
    text-align: left;
    margin: 0;
    font-size: 16px;
    color: #000000;
}

.tool-pannel__checkbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
}

    .tool-pannel__checkbox .sub-heading {
        margin: 0;
    }

.tool-panel > .sub-heading {
    border: none;
    position: relative;
    min-height: 64px;
    background-color: #607d8b;
    display: flex;
    margin: 0;
    align-items: center;
    padding: 0 1.6rem;
}

    .tool-panel > .sub-heading h4 {
        color: #ffffff;
        font-weight: bold;
    }

.tool-panel .form-control {
    background-color: transparent;
    font-size: 14px;
    border: none;
    color: #757575;
    text-indent: 0;
    position: relative;
    cursor: text;
    -webkit-box-shadow: inset 0px -1px 0px 0px #949494;
    box-shadow: inset 0px -1px 0px 0px #949494;
    word-wrap: break-word;
    height: auto;
    min-height: 32px;
}

    .tool-panel .form-control:hover {
        -webkit-box-shadow: inset 0px -2px 0px 0px #202020;
        box-shadow: inset 0px -2px 0px 0px #202020;
    }

.roleManagement.tool-panel {
    padding: 48px;
    margin-top: 0;
}

.sub-heading-sec .sub-heading h4 {
    color: #607d8b;
    text-transform: uppercase;
    text-align: center;
}
.clientDetails {
    width: 100%;
    margin: 5px auto 10px auto;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.clientDetails .sub-heading {
    padding: 0 8px 0 16px;
    width: 100%;
    background-color: #607D8B;
    margin-bottom: 16px;
    overflow: auto;
}
.clientDetails .sub-heading h4 {
    font-size: 16px;
    margin: 16px 0;
    color: white;
}
.clientDetails .tab-pane {
    
}
.clientDetails .tab-content {
    border: none;
}
.clientDetails .form-group {
    display: flex;
    align-items: center;
    border: 1px solid #E0E0E0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 8px 24px;
}
.grid-row .form-group {
    padding: 0;
}
    .clientDetails .form-group label {
    min-width: 40%;
    width: auto;
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    height: auto;
    color: #000000DE;
}
.clientDetails .form-group:last-child {
}
.clientDetails .form-group:first-child {
    border: none;
}
.clientDetails .form-check.form-check-inline {
    margin-left: 16px;
}
.masteryJackpot {
    margin-top: 60px;
}

    .masteryJackpot .clientDetails {
        margin: 0 auto 0 auto;
    }

        .masteryJackpot .clientDetails:first-child {
        }
/*
.tool-panel .form-control::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    z-index: 99;
    left: 0;
    background-color: #202020;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}
.tool-panel .form-control:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    z-index: 99;
    left: 0;
    background-color: #202020;
    opacity: 1;
}
    */
.tool-panel .form-control:focus {
    background-color: #F2F2F2;
    -webkit-box-shadow: inset 0px -2px 0px 0px #607D8B;
    box-shadow: inset 0px -2px 0px 0px #607D8B;
}

.tool-panel .form-check-label {
    display: block;
    font-size: 12px;
    color: #607d8b;
    line-height: 18px;
}

.tool-panel .btn-accept {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 60px 0 0 0;
}

.status-flex {
    display: flex;
    margin: 16px 0;
    align-items: center;
}

    .status-flex .form-check-label {
        margin-right: 16px;
        margin-left: 8px;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
/* The navigation menu 
.navbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 250px;
    height: 100%;
    padding: 0;
    background-color: rgb(55, 71, 79) !important;
    align-items: flex-start;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
    transition: width 200ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,min-width 200ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}*/
a:hover, .btn-link:hover {
    opacity: 0.7;
    color: #ffffff;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #F5F5F5;
}

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    width: 48px;
    height: 48px;
    background-color: #e3e3e3;
    border-radius: 50%;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    height: 48px;
    width: 48px;
    color: #212529;
    background-color: transparent;
    border: none;
    font-size: 14px;
    border-radius: 50% !important;
}

.changeStatus {
    margin: 32px auto;
    border: none;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    max-width: 640px;
    gap: 0;
    border-radius: 4px;
    overflow: hidden;
    background: white;
    width: 100%;
    margin-top: 20x;
    margin-bottom: 20px;
    padding: 32px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
}

    .changeStatus .form-check-label {
        font-size: 16px;
    }

    .changeStatus .btn-accept {
        margin: 32px 0 0 0;
    }

    .changeStatus .form-control {
        margin-top: 8px;
    }

.grid-pager ul {
    padding: 0;
    margin: 0;
}

.form-check-input {
    position: relative;
    color: #212529;
    font-weight: bold;
    text-indent: 0.5rem;
    border-bottom: 2px solid #c1c1c1;
    outline: none;
    height: 16px;
    margin: 0;
    display: block;
    width: 122px;
    padding: 0;
    box-sizing: content-box;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #95a5a6;
    border-radius: 0;
    background: white;
}

    .form-check-input:focus {
        border-color: #568278 !important;
        background-color: #ffffc0;
        box-shadow: 0px 5px 15px 0px rgba(114,167,154,0.25);
        -webkit-box-shadow: 0px 5px 15px 0px rgba(114,167,154,0.25);
        -moz-box-shadow: 0px 5px 15px 0px rgba(114,167,154,0.25);
    }

.p-4 {
    padding: 1px 0 0 0 !important;
}

.nav-tabs {
    margin-top: 16px;
    margin-bottom: 8px;
    border: none;
}

    .nav-tabs li {
        flex-grow: 1;
    }

.form-check {
    padding: 0;
}

table.striped > tbody > tr.grid-row:nth-of-type(even) {
    background-color: #E5E5E5;
}

.form-horizontal .form-check-input {
}

    .form-horizontal .form-check-input[type="radio"] {
        display: inline;
        height: 14px;
        width: 14px;
        box-shadow: none;
        cursor: pointer;
        margin: 5px;
    }

.pagination {
    box-shadow: none;
}

.navbar-brand {
    color: #ffffff;
}

.form-check-inline .form-check-input {
    position: relative;
}

.form-check-inline .form-check-input {
    height: 16px;
    width: 16px;
    box-shadow: none;
    cursor: pointer;
}

.grid-dropdown input.grid-filter-input {
    padding: 0;
}

.grid-buttons {
    margin-top: 8px;
}

.grid-dropdown input.grid-filter-list {
    margin: 0;
}

.avoid-split .form-check-input {
    height: 16px;
    width: 16px;
    box-shadow: none;
    cursor: pointer;
}

input [type='radio']::before {
    border: 1px solid #707171;
    content: '';
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    left: 0;
}

input[type='radio']:checked:after {
    content: '';
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
    border: 1px solid #607d8b;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #607d8b;
    border-radius: 50%;
    clip-path: circle(50%);
    -webkit-box-shadow: inset 0px 0px 0px 3px #ffffff;
    box-shadow: inset 0px 0px 0px 3px #ffffff;
}

/* Hide the browser's default checkbox */
input[type=checkbox] {
    accent-color: #607d8b;
}
/* EGT backoffice style */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,700;1,400&display=swap');

html, body {
    font-family: 'Mulish', sans-serif;
}

header {
    height: 64px;
    width: 100%;
    display: flex;
    min-height: 64px;
    align-items: center;
    flex-direction: row;
    padding: 0 8px 0 8px;
    background-color: #607d8b;
}

    header > svg {
        width: 62px;
        height: auto;
        padding: 5px;
    }

.grid-excel, .grid-all-filters-clear, .grid-change-page-size, .grid-change-page-size label {
    margin: 0;
}

.grid-button-all-filters-clear {
    margin: 0 !important;
}

.grid-change-page-size {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

button.grid-button-excel {
    margin: 0;
    background-image: url('data:image/png;base64,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'),linear-gradient(#ffffff,#f5f7f7);
    background-position: center center;
    background-size: 16px, 100%;
}

button.grid-button-all-filters-clear {
    background-repeat: no-repeat,no-repeat;
    background-image: url('data:image/png;base64,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'),linear-gradient(#ffffff,#f5f7f7);
    background-position: center center;
    background-size: 16px, 100%;
}

button.grid-button {
    height: 34px;
    color: #333;
    background-position: center center;
    border-radius: 4px;
    border: none;
}

table.grid-table .grid-header .sorted-asc .grid-sort-arrow::after {
    content: '\2191';
}

table.grid-table .grid-header .sorted-desc .grid-sort-arrow::after {
    content: '\2193';
}

button.grid-button:hover {
    opacity: 0.7;
}

table.grid-table .grid-filter {
    position: relative;
    margin: 0;
    float: none;
    width: auto;
    padding-top: 2px;
    height: auto;
}

table.grid-table .grid-header > .grid-header-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

    table.grid-table .grid-header > .grid-header-group > .grid-header-title {
        margin-right: 0;
    }

.control-label {
    font-size: 12px;
    margin-bottom: 4px;
    color: rgba(0,0,0,.54);display: flex;
    align-items: flex-start;
    gap: 8px;
}

.grid-dropdown {
    min-width: 222px;
    padding: 0;
    margin: 0;
    position: relative;
    left: unset;
}

.grid-dropdown-arrow {
    right: 2px;
    left: unset;
}

.input.grid-filter-input {
    padding: 0;
}
.filterSelector {
    margin: 16px;
    max-width: 620px;
    width: 30ch;
}
/* SECONDARY USER NAVIGATION*/
.cat-heading {
    height: 64px;
    background-color: #37474f;
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 0;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 99;
}
    .cat-heading h3 {
        font-weight: 400;
        font-size: 16px;
        color: white;
        flex-grow: 1;
        margin: 0;
    }
    .cat-heading .user {
        color: #ffeb3b;
    }
    .cat-heading .heading_time .date {
        margin: 0px;
        font-size: 15px;
        color: #fff;
        user-select: none;
    }
.subnav-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
}

.navbar-user a {
    cursor: pointer;
}

.subnav-btn svg {
    width: 16px;
    height: 16px;
}

#error {
    display: none;
}

.heading_time {
    display: flex;
    gap: 24px;
    align-items: center;
    color: #ffffff;
}

.cat-heading .nav-link {
    padding: 0;
}

.cat-heading select {
    margin-left: 6px;
    background-color: #697276;
    color: white;
    border-radius: 2px;
    border: 1px solid #697276;
    cursor: pointer;
}

    .cat-heading select:focus {
        outline: none;
    }

.cat-heading .langBtn {
    font-size: 12px;
    user-select: none;
    cursor: pointer;
}

html, body, #app {
    height: 100%;
}
/* LOGIN & CHANGE PASS STYLES*/
.loginContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.2rem;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: unset;
    border: none;
    background: url(log_in_background.jpg) no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    border-radius: 0;
}

    .loginContainer .card-body .btn-primary {
        width: 75%;
        margin: 0 auto;
        display: block;
    }

.login-page .card, .changePass {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 32px 32px 24px 32px;
    justify-content: center;
    align-items: center;
    max-width: 384px;
}

.login-page .card-header {
    border-radius: 0;
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: #212529;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
}

.login-page .btn-primary {
    margin: 0;
}

.changePass .btn-primary {
    margin: 32px auto 0 auto;
    display: flex;
}

.login-page .card-header h2 {
    margin-bottom: 32px;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
}

.login-page .card-body label, .changePass label {
    display: inline-block;
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    padding: 0;
    line-height: 1;
    font-size: 11px;
}

.login-page .card-body .form-control, .changePass .form-control {
    border: 0;
    height: 32px;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 0;
    min-width: 0;
    -webkit-tap-highlight-color: transparent;
    color: #000000;
    background-color: transparent;
    font-size: 14px;
    box-shadow: none;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    transition: 0.15s;
}

.loginInput {
    position: relative;
    display: flex;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #878B93;
    cursor: text;
}

.login-page .card-body {
    padding: 0;
}

.login-page btn-primary {
    width: 240px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.login-page .card-body .loginInput::after, .changePass .loginInput::after {
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.87);
    z-index: 9;
}

.login-page .card-body .loginInput:hover.loginInput::after, .changePass .loginInput:hover.loginInput::after {
    display: block;
}

.login-page .card-body .form-control:focus, .changePass .form-control:focus {
    background-color: #E8F0FE;
}

.login-page .card-body .form-control:valid, .changePass .form-control:valid {
    background: #E8F0FE;
}

.login-page .card-body .form-check {
    display: flex;
    gap: 6px;
    padding: 0;
    align-items: center;
    margin-bottom: 15px;
}

    .login-page .card-body .form-check input {
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
    }

.login-page .card-body p {
    font-size: 14px;
    margin-bottom: 32px;
}

.login-page .card-body .loginInputIcon, .changePass .loginInputIcon {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .login-page .card-body .loginInputIcon svg, .changePass .loginInputIcon svg {
        width: 20px;
        height: 20px;
    }

.changePass a:first-child {
    margin-bottom: 8px;
    color: #212529;
}

.changePass h4 {
    margin-bottom: 32px;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
}

.changePass form {
    width: 100%;
}
/* NAVIGATION STYLE*/
#mainApp {
    display: grid;
    grid-template-columns: auto 1fr;
    height: 100%;
    position: relative;
}

.navbarHeight {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #37474F;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
}

.navbarHeight {
    overflow: overlay;
    overflow-x: hidden;
}

    .navbarHeight::-webkit-scrollbar {
        width: 6px;
    }

    .navbarHeight::-webkit-scrollbar-track {
        background-color: #334149;
    }

    .navbarHeight::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 0 6px #7A8083;
    }

.navbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 250px;
    height: auto;
    padding: 0;
    position: sticky;
    overflow: unset;
    align-items: flex-start;
    transition: width 200ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,min-width 200ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    outline: none;
    border: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    height: 64px;
    width: 100%;
    display: flex;
    min-height: 64px;
    align-items: center;
    flex-direction: row;
    padding: 0 8px 0 8px;
    background-color: #607d8b;
    box-sizing: border-box;
    justify-content: space-between;
}

    header > svg {
        width: 62px;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
    }

.collapsNav {
    width: 64px;
    height: 64px;
    background: transparent;
    border: none;
    outline: none;
    margin-right: -8px;
    cursor: pointer;
    transition: 0.15s;
    outline: none !important;
}

    .collapsNav:hover {
        background: #6C8794;
    }

    .collapsNav:active {
        background: #869CA7;
    }

    .collapsNav svg {
        width: 14px;
        height: 14px;
    }

.collapsNavClicked .collapsNav svg {
    transform: scalex(-1);
}

.navbar.collapsNavClicked {
    width: 64px;
}

    .navbar.collapsNavClicked:hover {
        width: 250px;
    }

.collapsNavClicked .collapsClicked {
    display: none;
}

    .collapsNavClicked .collapsClicked:hover {
        display: none;
    }

.collapsNavClicked .subnav-content a {
    display: none;
}

.collapsNavClicked:hover .subnav-content a {
    display: flex;
}

.collapsNavClicked header {
    width: 250px;
}

.collapsNavClicked:hover header {
    width: 100%;
}

.collapsNavClicked header > svg {
    width: 50px;
}

.collapsNavClicked:hover header > svg {
    width: 62px;
}

.navbar.collapsNavClicked .subnavbtn, .navbar.collapsNavClicked .arrow-icon, .navbar.collapsNavClicked .subnavFlex div, .navbar.collapsNavClicked label.subnavSelect {
    display: none;
}

.navbar.collapsNavClicked:hover .subnavbtn, .navbar.collapsNavClicked:hover .arrow-icon, .navbar.collapsNavClicked:hover .subnavFlex div, .navbar.collapsNavClicked:hover label.subnavSelect {
    display: block;
}

.subnav {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

    .subnav .collapsible.active {
        background: #334149;
    }

.subnavFlex {
    display: flex;
    width: 100%;
    background: transparent;
    border: none;
    gap: 12px;
    padding: 8px 8px 8px 16px;
    height: 35px;
    color: white;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    transition: max-height 0.15s ease-out;
    text-transform: uppercase;
}

    .subnavFlex:focus {
        outline: none;
    }

    .subnavFlex:hover {
        background-color: rgba(255, 255, 255, 0.08);
        opacity: 1;
        text-decoration: none;
    }

.subnav .subnavbtn {
    display: flex;
    flex-grow: 1;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    background: none;
    text-align: left;
}

.subnav .arrow-icon {
    width: 10px;
    height: auto;
    transition: 0.15s;
}

.subnavFlex.active .arrow-icon {
    transform: scaley(-1);
}

.subnav .arrow-icon {
    width: 10px;
    height: auto;
}

.subnav-content {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    transition: 0.5s;
    padding: 0;
    visibility: hidden;
    max-height: 0px;
    height: auto;
}

    .subnav-content a {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 8px 12px 8px 56px;
        cursor: pointer;
        color: #ffffff;
        height: 50px;
        text-decoration: none !important;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        background: #334149;
        transition: 0.15s;
    }

        .subnav-content a:hover {
            background-color: rgba(255, 255, 255, 0.08);
        }

        .subnav-content a:active {
            background: #869CA7;
        }

.subnavBorder {
    height: 100%;
    left: 15%;
    position: absolute;
    border-left: 3px solid #708090;
}

.subnavIcon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.subnav-content .navLink .subnavIcon {
    width: 8px;
    height: 8px;
}

select.subnavSelect {
    min-width: auto;
    max-width: 60px;
    height: 16px;
    margin: 0;
    display: block;
    padding: 0;
    box-sizing: content-box;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #95A5A6;
    border-radius: 0;
    background: white;
}

label.subnavSelect {
    color: white;
    font-weight: 400;
    font-size: 12px;
}

.game_session_filter {
    display: flex;
    margin: 10px;
}

.game_session_filter_column {
    padding: 16px;
    background: #f5f7f7;
    
    box-shadow: 0 0 0 1px #bdc3c7;
}

.game_session_filter .btn-accept {
    margin: 16px;
    align-items: center;
}
.game_session_filter_input {
    display: block;
    font-size: small;
    line-height: 1.4;
}
/* GroupSelector */
.valid.modified:not([type=checkbox]) {
    outline: none;
}

.reportBetStatistics {
    border-top: 1px solid #bdc3c7;
}

    .reportBetStatistics .labelHeading {
        margin: 24px 16px 8px 16px;
    }

    .reportBetStatistics .labelHeadingMarginUp {
        margin: 8px 0px;
        font-size: 14px;
        font-weight: bold
    }

        .reportBetStatistics .labelHeading label {
            font-size: 14px;
            font-weight: bold
        }

.periodPicker {
    margin: 0 16px;
}

.groupSelector {
    display: flex;
    gap: 8px;
    border: 1px solid #bdc3c7;
    border-bottom: 0;
    background-color: #f5f7f7;
    height: 32px;
    padding-left: 12px;
    align-items: center;
    font-size: 13px;
}

    .groupSelector span {
        color: #495057;
    }

    .groupSelector .white-space-pre {
        display: flex;
        align-items: center;
        padding: 2px 12px;
        font-size: 14px;
        color: #000000;
        background-color: #dde4e6;
        border-radius: 25px;
        position: relative;
        cursor: pointer;
        user-select: none;
    }

.groupSelector__selected .white-space-pre::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAVCAYAAABVAo5cAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgBtZVdUsIwEMcTUt984AgcAQ9gMTMC45vcAE4gnkA4gXoC8ATlzQ90QssB7BE4Ag/6JGncfynYqYj94j/TaSZN9tfd7G4YK6i3+fxmSk/a9ZwV0KvnjQxj3bUlPmieng7/25ML6ChVPRbCoeEZM2ZJsGpaaGbgo1I1y7IcAtWNMQsWBJ3QkBCKXlUyOD637d5f+yssoywhRoBhbDi/bknp4zFaS5paIsQIdWnAldb4+1m02XnyvD7GGyi8BnTqeYpUTe7PnTRT1x3Qma2zM3Z2CLmoVBTnvEaR8K0gkKTlFkh/Ylg5mljkPYwnoSs65wspF1iUOaR7dKmFeAcMxjV5FiYV5/UjSijMY9HWw6ZtF6rJXYp7SsYXX3TGZXr4S/CUB0FYIuRVDRlusQMKHlJ9ohsxhJfC3CszaWDU11GCAIazg2cRTGK+tJCS0YfPyGgC5tP8ySZL89eh593SKyz6wJhhu9EYYLwDJjvxOmQZlWzcYXuz7TG+vShVr6xh6DCzD607cRiUOWm2MHhGSdCWcpKEIbytRqO7a3+u2yJZW4IgaWC5gBCa8urHU4QsbNIEuydYf9/eYje+697RGV5hHE+cgwq3xjNujpT6Bs6fIt/8VZabAAAAAElFTkSuQmCC') no-repeat;
    position: absolute;
    right: -20px;
    background-size: 13px 10px;
    background-position: center center;
}

.groupSelector__selected .white-space-pre::before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQGSURBVHgBrZjdcdtGEMf/e8DIyRs7CDswC4hN8lHOQ6QKJFVApQJJFUSqQGQFsiZjM2+gTHvyGKYDpgO9ZGLLxK13QR5w4IeAg7kzGugA7t4Pe4f9OEKg3CV/tV/g6xFFeAnmHoFaDLT0GQGPFjw3RHOb4oGQvj3s9+ch9qnuD8fJh1NEOAGjhwBh8Iwt3fzSfz2s8/tKoD+SaS82fCv/tvF9MrcWV1VgO4HukqT1YxRdMOO8rMCPzDST+/cx0sl/MtFxv//odH4AOoyoYwhdJhxtTEi4/j9Nr5xOLaBxkrTZxHcyeacEYnHzGfZ6l7FtdgBzCiNLDWp7j+awaX/b/qKtRkyUwFsitnzzBfayLsg2mwxzSYZOqqBKQJnLTfR3GQa/vem/vsYe5H3y4ZwMfs9ty4b/Ym3ff1HjK+ie8WFgcbYvGJXMlk3P3FhCRmc1J4p7K8k+a4NbN/Y9M55OM6XDV6+u0EDW9dc9tVq6if5beMigIGUMSzCWL/XPGQ6GWdNX27ovi7mj2wIDK+/kS8VzcFp4YmGLfRYIlcNssaUfiUb21bD9bsmwBGJDg2JSjPydf9jv6ttdhUJtwIiNzNZKdCOnnpeMZgG96ifpxxvRHK4bD4WqgnHyJDEt95KkpHefPv1kJKoeeYr3u5JhXai6MCrqJYnmMzemp/TYSMLsuhsMmuAZqYIKgcnnTHGfAxFexmBqK0p2A+kMFaITjJMHWWy68KBywBCYDEjyIYlXVgA9Y8Bt9/AzUAnkoNY91QRG5UlTCBwPWsYVVyohuWoDqgHM+pzKYvA9EhuudS9AjBecsuRaV3FjAzsJDJ7+nMqir5MDHdSsCrd9TU2Cp0qM2IuBUo9LTnkoCKNelYFdn3bTiB55QVkS+r+yh6gITBF+RQMYN2wEtRYHjbYqORCjs2sf1Q16IVBZ2uKi7lYWk6UKwmRJiNYBzHlTmGCoOD4pYHimLMvPPsXIPYgk8/teapIO6kBltbvlUzdOpXfTq1kqa68kdRCWXiqVleV6KCjobUD5tkrlMs9dv1YERmvzWld7MS0zS0YDYTagPP0/p9OBvPlpMTXl0KWu433ycE1+sSY91WH35xH2KOOPH09kfYZurKXsm34337el1KFlpbYmxR07dJ7ah2SeSf0CkOc6p/+bHY2iSUqdJmEIaX9DTzKcbG/LZc9KT/Zso/gslJYJhoZYLEZ1wbLGM44HZPncryp0Fcja41qttG/sxbL9HWwoEd7q+U8qUX6Bxcw/bDjAgdToaU+jvgZaHySDqWjLK49jlg0kX6x5q4FkS3TmGsJdEnRgxcQDIuogRBgTyxjt7cBqE0xPMqIjPf+R47u2XGVMqyM9PTvScoYmcv2nyZHeN97L41AO05pOAAAAAElFTkSuQmCC);
    right: -20px;
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    order: 2;
    margin-left: 4px;
}

.groupSelector .white-space-pre:last-of-type::after {
    display: none;
}

.groupSelector__selected {
    border-bottom: 1px solid #bdc3c7;
    height: 48px;
}

    .groupSelector__selected .white-space-pre {
        background-color: #607d8b;
        color: #ffffff;
        padding: 2px 12px;
        margin-right: 18px;
        box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    }

.betStatistics__input {
    display: flex;
    padding: 24px;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 620px;
    background: #ffffff;
    border: 1px solid #bdc3c7;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

    .betStatistics__input > div {
        flex-grow: 1;
    }

    .betStatistics__input input {
        background-color: transparent;
        height: 32px;
        border-bottom: 1px solid #8E8F8F;
        border-left: none;
        border-right: none;
        border-top: none;
        text-indent: 0;
        position: relative;
        cursor: text;
    }

    .betStatistics__input label {
        display: block;
        font-size: 12px;
        color: #607d8b;
        line-height: 18px;
    }
/* ReportBetStatistics END  */
#activeTab .navLink.activeTab {
}

    #activeTab .navLink.activeTab .subnavBorder {
        border-left: 3px solid #ffffff;
    }

.white-space-pre {
    white-space: pre;
}

.subnav-content .activeTab {
    background-color: #607D8B !important;
    opacity: 1;
}
/* MODAL */
.modal {
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    overflow: hidden;
    outline: 0;
    display: block;
    position: absolute;
    height: 100%;
}
.modal-dialog {
    margin: auto;
    inset: 0;
    position: absolute;
    height: 440px;
    max-width: 680px;
    border-radius: 4px;
    box-shadow: 0px 0px 0 100vh rgb(0 0 0 / 60%), 0px 2px 8px 0 rgb(0 0 0 / 35%);
}
.modal-content {
    width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
}

.modal-body {
    overflow-wrap: break-word;
}
.modal-body h4 {
    font-size: 16px;
    margin: 0;
    
}
.modal-footer {
    padding: 0;
}
.modal-footer .btn-accept {
    justify-content: center;
    margin: 16px;
}
.table td {
    position: relative;
}
.reload{
    color:red;
}
.dismiss{
    color: red;
}

/* LOGIN & CHANGE PASS STYLES*/
.loginContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.2rem;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: unset;
    border: none;
    background: url(../log_in_background.jpg) no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    border-radius: 0;
}

.login-page .card, .changePass {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 32px 32px 24px 32px;
    justify-content: center;
    align-items: center;
    max-width: 384px;
}

.login-page .card-header {
    border-radius: 0;
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: #212529;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
}

.login-page .btn-primary {
    margin: 0;
}

.changePass .btn-primary {
    margin: 32px auto 0 auto;
    display: flex;
}

.login-page .card-header h2 {
    margin-bottom: 32px;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
}

.login-page .card-body label, .changePass label {
    display: inline-block;
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    padding: 0;
    line-height: 1;
    font-size: 11px;
}

.login-page .card-body .form-control, .changePass .form-control {
    width:max-content;
    border: 0;
    height: 32px;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 0;
    -webkit-tap-highlight-color: transparent;
    color: #000000;
    background-color: transparent;
    font-size: 14px;
    box-shadow: none;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    transition: 0.15s;
}

.loginInput {
    position: relative;
    display: flex;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #878B93;
    cursor: text;
}

.login-page .card-body .loginInput::after, .changePass .loginInput::after {
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.87);
    z-index: 9;
}

.login-page .card-body .loginInput:hover.loginInput::after, .changePass .loginInput:hover.loginInput::after {
    display: block;
}

.login-page .card-body .form-control:focus, .changePass .form-control:focus {
    background-color: #E8F0FE;
}

.login-page .card-body .form-control:valid, .changePass .form-control:valid {
    background: #E8F0FE;
}

.login-page .card-body .form-check {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 15px;
}

    .login-page .card-body .form-check input {
        width: auto;
    }

.login-page .card-body p {
    font-size: 14px;
    margin-bottom: 32px;
}

.login-page .card-body .loginInputIcon, .changePass .loginInputIcon {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .login-page .card-body .loginInputIcon svg, .changePass .loginInputIcon svg {
        width: 20px;
        height: 20px;
    }

.changePass a:first-child {
    margin-bottom: 8px;
    color: #212529;
}

.changePass h4 {
    margin-bottom: 32px;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
}

.changePass form {
    width: 100%;
}

.grid-dropdown ul.menu-list li a {
   color: #212529;
}
.grid-goto-page {
    width: 200px;
}
.defmargin{
    margin: 5px;
}
.gameEngineSelector {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 600px) {
    .gameEngineSelector {
         grid-template-columns: repeat(1, 1fr);
    }
    
}