/* Write your custom CSS here */
#clock {
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
}
ol#Games, ol#partner-games {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    padding: 10px 0;
}
ol#Games li {
    margin-left: 25px;
}
ol#partner-games li {
  margin: 0 0 3px 15px;
}
ol#partner-games li div{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 5px;
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
ol#partner-games li input {
  margin: 0 5px 0 0;
}
ol#partner-games li span.game-name {
  text-transform: capitalize;
}

.sortable-ghost {
  opacity: 0;
}
.sortable-drag {
  background: #dfe7ff;
}
.panel .panel-heading {
    height: auto;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-t-0 {
    margin-top: 0;
}

.m-r-3 {
    margin-right: 3px !important;
}

.vue-loading {
    text-align: center;
    display: none;
}
.vue-loading svg{

}
.vue-loading[v-cloak] {
    display: block;
}

[v-cloak] {
  display: none;
}


.right {
    float: right;
}

.place-cover {
    background-position: center !important;
    background-size: cover !important;
    padding: 50px 0;
}

.place-cover .panel {
    margin-bottom: 0;
}

.table {
    margin-bottom: 0;
}

.table-responsive.border {
    border: 1px solid #ddd;
}

.table-responsive {
    overflow-y: auto;
    max-height: 1100px;
}

.table-mini > .table-responsive {
    overflow-y: auto;
    max-height: 550px;
}

td .btn.btn-xs {
    width: 25px;
}

.border-right {
    border-right: 1px solid #ddd;
}

.border-left {
    border-left: 1px solid #ddd;
}

.user-profile {
    margin-top: -75px;
}

.profile-image-container img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e9e9e9;
}

.alert .modal-content {
    background: #f1d9d9;
    color: #a94442;
}

.alert .alert-link {
    color: #843534;
    font-weight: 700;
}

.success .modal-content {
    background: #dff0d8;
    color: #3c763d;
}

.success .alert-link {
    color: #2b542c;
    font-weight: 700;
}

a.dropdown-toggle > i.active, .session-button i.active {
    color: #22BAA0;
}


#create-message-form textarea {
    height: 200px;
}

p.form-control {
    border: 0;
    font-weight: 700;
}

.p-h-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}
@media (min-width: 992px) {
  .p-t-md-5 {
    padding-top: 5px;
  }
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-left {
    text-align: left !important;
}

textarea {
    width: 100%;
    resize: vertical;
}

#terminals-table table td:nth-child(5),
#terminals-table table td:nth-child(6) {
    min-width: 85px;
}

table tr.selected {
    background-color: #ffeb3b !important;
}



.table.no-border>tbody>tr>td {
    border: 0;
}

.table>tbody>tr>td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.p5x-table>tbody>tr>td {
    padding: 5px !important;
}

.p5x-table>thead>tr>th {
    padding: 5px !important;
}
.p5x-table>tfoot>tr>td {
    padding: 5px !important;
}

.table>tbody>tr:last-child>td {
    border: 0;
}

.table-compact > tbody > tr > td, .table-compact td {
    padding: 1px 15px !important;
}

.label-default {
    color: inherit;
}

.top-menu .navbar-nav > li > span {
    display: block;
    padding: 20px 18px;
    color: #5f5f5f;
    border: none;
    position: relative;
    line-height: 20px;
}

.panel .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.color-inherit {
    color: inherit !important;
}

.info-box-stats i {
    font-size: 20px;
    margin-left: 5px;
}

#bet-stats-bet, #bet-stats-win, #bet-stats-profit, #bet-stats-count, #drop-stats-count, #drop-stats-in, #drop-stats-profit, #drop-stats-out {
    font-weight: 300;
}

/* Кастомные цвета для всплывающий окошек */

.toast-error {
    background: #f25656;
}

.toast-success {
    background: #22baa0;
}

.toastr-warning {
    background: #f2ca4c;
}
/* ---- ------ */

.text-bold {font-weight: 600;}

.no-border-top .table-responsive.border {
    border-top: 0;
}

.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu li span {
    padding: 7px 10px 7px 10px;
    color: #5f5f5f;
    font-size: 13px;
}

.dropdown-menu li span.disabled {
    color: #c3c3c3;
}

.table-no-padding > tbody > tr > td, .table-no-padding td {
    padding: 0!important;
    padding-bottom: 10px!important;
}

.title-link:hover {
    color: #0a6aa1;
    cursor: pointer;
}

#report-table .table > tbody > tr > td:nth-child(n + 2) {
    min-width: 120px;
}


#check-print, #session-print {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99999;
}
#check-print p {
    font-size: 12px;
    margin: 0;
}
#session-print {
    width: 100%;
}
#session-print p {
    font-size: 20px;
}
@media print {
    body {

    }
    body * {
        visibility: hidden;
    }

    .no-print {
        visibility: hidden;
    }

    #check-print, #check-print *, #session-print, #session-print * {
        visibility: visible;
    }

    #check-print, #session-print {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }
    #check-print p {
        margin: 0;
    }
}

.form-control {
    font-size: 16px;
}

@media (min-width: 768px) {
    .form-control {
        font-size: 13px;
    }
}

p.device-toggler {
  text-align: center;
  cursor: pointer;
  color: #337ab7;
}
p.device-toggler i {
  transition: all ease 0.6s;
}

p.device-toggler i.rotateACW180 {
    transform: rotate(-180deg);
}

.btn-full-width {
    display: block;
    width: 100%
}


@media (min-width: 768px) {
    #bank-limit {
        display: none;
    }
}

@media (max-width: 767px) {
    .session-button {
        margin-right: 27px;
    }
    .session-button button {
        padding: 0;
    }
    .navbar .logo-box a {
       padding: 1px;
    }
}

.td-dispencer p:first-child{
  border-top: none!important;
}


.m-l-5 {
  margin-left: 5px !important;
}
.disabled {
  cursor: no-drop!important;
}

.quickButtons button, .quickButtons a {
  min-width: 208px;
}

.modal-header .close {

}
button.info {
  float: right;
  color: #000;
  -webkit-appearance: none;
  padding: 1px;
  position: relative;
  top: -5px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 12.5%;
  }
}

/*Скрытие по брейкпоинтам. Какого хуя у нас нет встроенных в бутстрап - непонятно*/

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}


.nav-tabs > li > a {
  white-space: nowrap;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1000px;
    }
}

.panel-default {
    border: 1px solid #dadbde!important;
}


.panel-default .panel-heading {
    border-bottom: 1px solid #dadbde!important;
}

.panel-default .panel-body {
    margin-top: 10px;
}

.line-on-side span {
    background: #34425a;
    padding: 0 10px;
}

.line-on-side {
    border-bottom: 1px solid #fff;
    /* border-bottom: 1px solid #dadada; */
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.font-large-2 {
    font-size: 4rem !important;
}

.border-right-blue-grey.border-right-lighten-5 {
    border-right: 1px solid #ECEFF1 !important;
}

.font-large-1 {
    font-size: 3rem !important;
}

.btn i {
    user-select: none;
    pointer-events: none;
}

.issue-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    max-width: 250px;
}

.v-select .dropdown-toggle {
    border-radius: 0px;
}


/*КСС ДЛЯ УЮТНОГО ЧАТИКА*/
.chat {
    position: relative;
    padding: 0;
    border-radius: 5px;
    background: #e5ddd5;
}
.chat-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;

    background-image: url(https://web.whatsapp.com/img/8a055527b27b887521a9f084497d8879.png);
}
.chat-content {
    z-index: 2;
    position: relative;
}
.chat-content .messages {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
    overflow-y: auto;
    padding: 10px 0 0;
}

.chat-content .messages::-webkit-scrollbar {
    width: 6px;
}

.chat-content .messages::-webkit-scrollbar-track {
    border-radius: 0;
}

.chat-content .messages::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.20);
}

.message-container {
    padding: 0 25px;
    margin-bottom: 10px;
    display: flex;
}
.message {
    display: inline-block;
    position: relative;
    background: white;
    padding: 6px 7px 8px 9px;
    border-radius: 5px;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    min-width: 110px;
    max-width: 65%;
}
.message p {
    margin: 0;
    line-height: initial;
}
.message p.user {
    font-weight: bold;
}
.message .tail {
    content: '';
    position: absolute;
    top: 0px;
    width: 12px;
    height: 19px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.message .body .text {
    white-space: pre-wrap;
    word-break: break-all;
}
.message .body .date {
    float: right;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.45);
}
.message-container.tailed {
    margin-bottom: 3px;
}

.message-container.no-tail .tail{
    display: none;
}

.message-container.in .message{
    border-top-left-radius: 0;
}
.message-container.in .message .tail {
    left: -12px;
}
.message-container.out {
    justify-content: flex-end;
}
.message-container.out .message {
    background: #dcf8c7;
    border-top-right-radius: 0;
}
.message-container.out .message .tail {
    right: -12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADAUExURUxpcXmHa4maet/4yA0aDRMTE8fhsgAAAAAAAMDXrCsxJeX/z1xzXIiYetPsvGBsVUdPPuH8zOH8zNDrvMvmtrrOpwAAAAAAABUVFRoaGtnyxLTMozQ+MMfftFBeSR8nH5aoh6q/mW9+ZN/4yMjhtRwlHAAAAIOWd+r/06C1kkNLOwsLC9z4xur/0+n/0t76x9v4xeL9y+b/z+j/0d/7yeH8yuX/zeD8ytz5xt76yOP/zeH+y+b/zuD8yd35xuf/0MY9jkkAAAAsdFJOUwBvd/ATDZIBAsMp/At/11c9yPbizHoICQwT4bY1ykkgjahl6s8bBYT6nUAWOLbtFAAAAIhJREFUKM/tzbUWwlAURNFBE9zdg0NecLf//yvKUJyUdDnl7HXXletXqmXl9wPbQ9JCcC+VJsOj2mDwovzj3osjHGNFEVxNRAj7UR1hlx+I4FbuC8HkZBE8OwnRxamdFsEmUxCCGdoI51RLBK9xVwTvjyMEbzlDMJMp7lqseNc8YNc6CGyF/a0vcmwhZbCG+kEAAAAASUVORK5CYII=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.message-container.no-tail .message{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.typebox {
    background: #f5f2ee;
    padding: 15px 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.upload {
    margin: 0;
    padding: 5px 16px 5px 8px;
    cursor: pointer;
}
.typebox .type {
    background: white;
    max-height: 96px;
    padding: 5px 10px;
    outline: none;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 3px;
    flex: 1 1 auto;
}
.placeholder {
    position: absolute;
    display: inline;
    pointer-events: none;
    width: 200px;
    height: calc(100% - 40px);
    top: 18px;
    left: 58px;
    opacity: 0.5;
}
.typebox .send {
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 10px 0 15px;
}

.show-attachments {
    color: #337ab7;
    cursor: pointer;
    margin: 0 0 0 10px;
}
.attachments {
    display: flex;
    flex-flow: row wrap;
    padding: 0 10px 0 10px;
}
.attachments .attachment {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 10px 10px 0;
    border: 1px solid #e9e9e9;
    background: #00000012;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}
.attachments .attachment .attachment-container {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.attachments .attachment button{
    display: none;
}
.attachments .attachment.lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000e3;
    z-index: 1112323213123;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.attachments .attachment.lightbox button {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;
    color: white;
    background: none;
}
.attachments .attachment img {
    max-width: 100%;
    max-height: 100%;
}
.attachments .attachment.lightbox img {
    max-width: 90%;
    max-height: 90%;
}


.files-loader {
    background: #f5f2ee;
    text-align: center;
}
.files {
    display: flex;
    flex-flow: row wrap;
    padding: 0 20px;
}
.files .file {
    position: relative;
    width: 200px;
    height: 200px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 20px 0;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 10px;
}
.file img {
    max-width: 100%;
    max-height: 100%;
}
.file .size {
    display: none;
}
.file:hover .size {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
    border-radius: 8px;
}

.file .delete {
    height: 20px;
    width: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
}
.file:hover .delete {
    color: white;
}
.send-files {

}


.issue-row {
    cursor: pointer;
}
.issue-row .status{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 0;
    border-radius: 50%;
    background: #f6d433;
    color: white;
}
.issue-row .status.in-progress{
    background:  #3c763d;
}
.issue-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
    margin: 0 0 10px 0;
}
.issue-info .item{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    min-width: 100px;
    margin: 0 5px 10px;
}

.lightbox-mask {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.lightbox-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.lightbox-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
}

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


@media (min-width: 544px) {

}

@media (max-width: 767px) {

}
@media (min-width: 992px) {
    /*.issue-info .item{*/
        /*margin: 0 30px 10px 0;*/
    /*}*/
}
@media (min-width: 1200px) {

}
.issue-info .item:last-child {
    margin: 0;
}
div.close-panel {
    height: 25px;
    position: relative;
}
div.close-panel button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}


.red-reset-btn {
    outline: none;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 7px 7px 0 0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyODYuMDU0IDI4Ni4wNTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4Ni4wNTQgMjg2LjA1NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPHBhdGggc3R5bGU9ImZpbGw6I0UyNTc0QzsiIGQ9Ik0xNjguMzUyLDE0Mi45MjRsMjUuMjgtMjUuMjhjMy40OTUtMy41MDQsMy40OTUtOS4xNTQsMC0xMi42NGwtMTIuNjQtMTIuNjQ5ICAgYy0zLjQ5NS0zLjQ4Ni05LjE0NS0zLjQ5NS0xMi42NCwwbC0yNS4yODksMjUuMjg5bC0yNS4yNzEtMjUuMjcxYy0zLjUwNC0zLjUwNC05LjE2My0zLjUwNC0xMi42NTgtMC4wMThsLTEyLjY0LDEyLjY0OSAgIGMtMy40OTUsMy40ODYtMy40ODYsOS4xNTQsMC4wMTgsMTIuNjQ5bDI1LjI3MSwyNS4yNzFMOTIuNTU2LDE2OC4xNWMtMy40OTUsMy40OTUtMy40OTUsOS4xNDUsMCwxMi42NGwxMi42NCwxMi42NDkgICBjMy40OTUsMy40ODYsOS4xNDUsMy40OTUsMTIuNjQsMGwyNS4yMjYtMjUuMjI2bDI1LjQwNSwyNS40MTRjMy41MDQsMy41MDQsOS4xNjMsMy41MDQsMTIuNjU4LDAuMDA5bDEyLjY0LTEyLjY0ICAgYzMuNDk1LTMuNDk1LDMuNDg2LTkuMTU0LTAuMDA5LTEyLjY1OEwxNjguMzUyLDE0Mi45MjR6IE0xNDMuMDI3LDAuMDA0QzY0LjAzMSwwLjAwNCwwLDY0LjAzNiwwLDE0My4wMjIgICBjMCw3OC45OTYsNjQuMDMxLDE0My4wMjcsMTQzLjAyNywxNDMuMDI3czE0My4wMjctNjQuMDMxLDE0My4wMjctMTQzLjAyN0MyODYuMDU0LDY0LjA0NSwyMjIuMDIyLDAuMDA0LDE0My4wMjcsMC4wMDR6ICAgIE0xNDMuMDI3LDI1OS4yMzJjLTY0LjE4MywwLTExNi4yMDktNTIuMDI2LTExNi4yMDktMTE2LjIwOXM1Mi4wMjYtMTE2LjIxLDExNi4yMDktMTE2LjIxczExNi4yMDksNTIuMDI2LDExNi4yMDksMTE2LjIwOSAgIFMyMDcuMjEsMjU5LjIzMiwxNDMuMDI3LDI1OS4yMzJ6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-size: 100% 100%;
}

.echarts, .echarts-no-data {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
.echarts-no-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Адаптация таблички под мобилку */
@media (max-width: 825px) {
    #terminals-table {
        margin: 0 -15px;
        font-size: 10px;
    }
    #terminals-table table {

    }
    #terminals-table th, #terminals-table td {
        padding: 3px !important;
    }
    #terminals-table .terminal-name,
    #terminals-table .terminal-partner {
        max-width: 100px;
        /*min-width: 100px;*/
        white-space: normal;
        /*word-break: break-word;*/
    }
    #terminals-table .terminal-state-header {
        display: none;
    }
    #terminals-table .terminal-state span {
        height: 14px;
        width: 14px;
        display: block;
        border-radius: 50%;
        font-size: 0;
        margin: 0 auto;
    }
    #terminals-table .terminal-version-header,
    #terminals-table .terminal-version,
    #terminals-table .terminal-status-header,
    #terminals-table .terminal-status {
        display: none;
    }

    /*#terminals-table .terminal-balance-header,*/
    /*#terminals-table .terminal-balance {*/
    /*    max-width: 50px;*/
    /*    width: 50px;*/
    /*    min-width: 50px;*/
    /*}*/
    #terminals-table .terminal-balance {
        /*display: inline-block;*/
    }
    #terminals-table .terminal-profit-header,
    #terminals-table .terminal-profit {
        display: none;
    }

    #terminals-table .outdoor-header {
        display: none;
    }
    #terminals-table .td-dispencer {
        display: none;
    }
    #terminals-table .terminals-table-info-container {
        white-space: normal;
        display: flex;
        flex-flow: row wrap;
    }
    #terminals-table .terminals-table-info-container .terminal-table-info-block {
      width: 50%;
      text-align: center;
    }

    #terminals-table tfoot {
        display: none;
    }
}
@media (min-width: 825px) {
    #terminals-table .terminals-table-info-container {
        white-space: normal;
        display: flex;
        flex-flow: row wrap;
    }
    #terminals-table .terminals-table-info-container .terminal-table-info-block {
        margin-right: 20px;
    }
    #terminals-table .terminals-table-info-container .terminal-table-info-block:last-of-type {
        margin-right: 0;
    }
    #terminals-table .terminals-table-info-container .outdoor-stats {
        display: none;
    }
}
.toast-center {
    top: 20%;
    left: 40%;
}

.wrap {
    word-wrap: break-word;
}

@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

.game-row {
    display: flex;
    justify-content: flex-start;
    max-width: 275px;
}

.jackpot {
    border: 1px solid #d7d7d7;
}
.jackpot::before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.18);
    height: 200px;
    width: 80px;
    left: -130px;
    transform: skewX(-30deg);
    animation: slide 3s;
    animation-iteration-count: infinite;
}
@keyframes slide {
    0%,100% {
        left: -130px;
    }
    50% {
        left: 100%;
    }
}
.jackpot_first {
    background-color: #ffe245;
}
.jackpot_second {
    background-color: #c5c5c5;
}
.jackpot_third {
    background-color: #cf9963;
}
