html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #000;
	background-size: 100% 100%;
	color: #FFF;
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 30px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body:before {
	content: ' ';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg_5.webp) no-repeat center center;
	background-color: #000;
	background-size: cover;
	will-change: transform;
	z-index: -1;
	filter: blur(5px);
	filter: blur(5px);
}

a {
	color: #4b98da;
}

.login {
	color: white;
	background: #004bb1;
	background: -moz-linear-gradient(top, #004bb1 1%, #001735 100%);
	background: -webkit-linear-gradient(top, #004bb1 1%, #001735 100%);
	background: linear-gradient(to bottom, #004bb1 1%, #001735 100%);
	border: 1px solid #3B88FB;
	text-align: center;
	padding: 0 !important;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
}

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

.loginnnn:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.input-group {
	margin-bottom: 15px;
}

.btn-login, .btn-danger {
	color: #fff;
	background: #26b128;
	background-image: -webkit-linear-gradient(top, #30c733, #082e08);
	background-image: -moz-linear-gradient(top, #30c733, #082e08);
	background-image: -ms-linear-gradient(top, #30c733, #082e08);
	background-image: -o-linear-gradient(top, #30c733, #082e08);
	background-image: linear-gradient(to bottom, #30c733, #082e08);
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	border-color: #247426;
	border-radius: 0;
	font-size: 25px;
	padding: 6px 12px;
}

.help-block {
	color: #fff;
	margin-bottom: 20px;
	margin-top: 35px;
}

.btn-funds-add, .btn-funds-add2 {
	color: #fff;
	background: #392ed6;
	background-image: linear-gradient(to bottom, #4b30e4, #270979);
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	border-color: #6847e0;
	border-radius: 0;
	font-size: 20px;
	padding: 6px 12px;
}
.btn-funds-sub, .btn-funds-sub2 {
	color: #fff;
	background: #9c14a8;
	background-image: linear-gradient(to bottom, #a71ab4, #4d0653);
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	border-color: #a82fb3;
	border-radius: 0;
	font-size: 20px;
	padding: 6px 12px;
}
.btn-funds-dollar {
    background-color: transparent;
    background-image: url(../images/dollar_img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: yellow;
    -webkit-text-stroke: 1px black;
    font-weight: bold;
    font-size: 22px;
    width:31%;
    border:0;
}

.btn-funds-dollar:first-child {
    float:left;
}
.btn-funds-dollar:last-child {
    float: right;
}

.btn-funds-spec {
    color: yellow;
    -webkit-text-stroke: 1px black;
    font-weight: bold;
    font-size: 22px;
    width:31%;
    margin-top: 5px;
}

.btn-funds-spec:first-child {
    float:left;
}
.btn-funds-spec:last-child {
    float: right;
}

#payout_form .row, #voucher_form .row {
	margin:0;
}
#payout_form .nopad-col, #voucher_form .nopad-col {
	padding:0;
}

#totalFunds, #payoutFunds, #payoutReservedFunds {
	text-align: right;
	color:black;
	font-weight: bold;
}

.funds-tooltip {
	font-weight: bold;
}

.funds-span {
    font-size: 22px;
}

.alert-form-info {
    display: none;
    padding: 2px;
}

#country_cc_span {
    background-image: url("../images/flags/49_flag.jpg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.game-container {
    cursor: pointer;
	position: relative;
	border: 0px solid #004bb1;
    background: -moz-linear-gradient(top, #351700 1%, #551700 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #351700 1%, #551700 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #351700 1%, #551700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 5%;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.game-box {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-top: 80%;
	overflow: hidden;
}
.img-box {
	position: absolute;
	top:0px; left:0px;
	padding: 3px;
	width: 100%;
	height: 100%;
	border-radius: 5%;
	object-fit: fit;
}

.game-name-box {
	max-width: 100%;
	margin-bottom: 0px;
	width: 100%;
	padding: 3px 10px;
}

.mobile-show {
	display:none;
}

.desktop-show {
	display:none;
}

html {
    scroll-behavior: smooth;
  }

  .scroll-top-container, .scroll-bottom-container{
    display: none;
  }

  #bannercontainer {
    margin-bottom:20px;
    display: none;
  }

  @media only screen and (min-width: 1200px) {



    .scroll-top-container {
        position: fixed;
        display: block;
        top:50px;
        right: 30px;
        width: 100px;
        min-height: 100px;
    }

    .scroll-bottom-container {
        position: fixed;
        display: block;
        bottom: 0px;
        right: 30px;
        width: 100px;
        min-height: 100px;
    }

    .scroll-image-container{
        width: 100%;
        object-fit: contain;
        margin: 10px;
        opacity: 0.6;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }

    #bannercontainer {
        display:block;
      }
}

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

.filter-buttons-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .filter-buttons-wrapper {
    position:relative;
    display:flex;
    align-items:center;
    padding-right:8px;
    flex-wrap:nowrap;
    grid-column-gap:8px;
    column-gap:8px;
    overflow:auto;
    margin: 10px auto 0;

  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .filter-row {
    justify-content:center; 
    position:sticky; 
    z-index:40; 
    top:50px;
    background-color: #330000;
  }
  .filter-buttons-section {
    display:flex;
    padding:8px 0;
  }
  
  .filter-buttons-wrapper h4{
    /*maknuti kada imamju gumbi za igre*/
    /* display: none; */

    font-weight: 300;
  }
  .filter-buttons-wrapper span{
    cursor: pointer;
    border:1px solid #01295e;
    background-color: #01295e;
    color:#fff;
    border-radius: 4px;
    padding: 5px 20px;
    font-weight: 500;
}

.filter-row .input-group-addon {
    border-radius: 25px;
}

.filter-row .form-control {
    border-radius: 25px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.filter-buttons-wrapper span.selected {
    color: #fff;
    font-weight: 500;
    background-color:#010710 ;
    border:1px solid #fff;
}

#searchInput {
    font-size: 20px;
    padding: 19px 18px;
}