/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

footer,
header,
main,
nav,
section {
    display: block
}

video {
    display: inline-block
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

b,
strong {
    font-weight: 700
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

code {
    font-family: monospace, serif;
    font-size: 1em
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

legend {
    padding: 0;
    border: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button,
input {
    line-height: normal
}

button {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    box-sizing: border-box
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 2cm .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .label {
        border: 1px solid #000
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    background-image: none
}

a {
    color: #428bca;
    text-decoration: none
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

p {
    margin: 0 0 10px
}

.text-primary {
    color: #428bca
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dd {
    line-height: 1.428571429
}

dd {
    margin-left: 0
}

q:after,
q:before {
    content: ""
}

code {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:after,
.container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-12 {
        width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

th {
    text-align: left
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control[disabled],
.form-control[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

.form-group {
    margin-bottom: 15px
}

input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #999;
    text-decoration: none
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/fonts/glyphicons-halflings-regular.eot);
    src: url(/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #999
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group .form-control,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group .form-control:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .form-control:last-child,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:after,
.nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:after,
.nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #428bca
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:focus,
.label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

body.modal-open {
    margin-right: 15px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (min-width:768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner>.active {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-xs {
    display: none !important
}

th.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }
    th.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }
    th.visible-xs.visible-md {
        display: table-cell !important
    }
}

.visible-sm {
    display: none !important
}

th.visible-sm {
    display: none !important
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }
    th.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }
    th.visible-sm.visible-md {
        display: table-cell !important
    }
}

.visible-md {
    display: none !important
}

th.visible-md {
    display: none !important
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }
    th.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }
    th.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    th.visible-md {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

th.hidden-xs {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
    th.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important
    }
    th.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none !important
    }
    th.hidden-xs.hidden-md {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

th.hidden-sm {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none !important
    }
    th.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
    th.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important
    }
    th.hidden-sm.hidden-md {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

th.hidden-md {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-md.hidden-xs {
        display: none !important
    }
    th.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none !important
    }
    th.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
    th.hidden-md {
        display: none !important
    }
}

.scrtabs-tab-container * {
    box-sizing: border-box
}

.scrtabs-tab-container {
    height: 55px;
    background-color: #5078d8
}

.scrtabs-tab-container .tab-content {
    clear: left
}

.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container>.navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.scrtabs-tabs-fixed-container {
    float: left;
    height: 55px;
    overflow: hidden;
    width: 100%
}

.scrtabs-tabs-movable-container {
    position: relative
}

.scrtabs-tabs-movable-container .tab-content {
    display: none
}

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container>ul.nav-tabs {
    padding-right: 0
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
    padding-left: 5px
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
    padding-right: 3px
}

.scrtabs-tab-scroll-arrow {
    border: 1px solid #ddd;
    border-top: 0;
    color: #428bca;
    display: none;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 20px;
    width: 20px
}

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
    cursor: pointer
}

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
    cursor: default
}

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
    color: #ddd;
    cursor: default
}

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
    background-color: initial
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: nowrap
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-button {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-button:active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon {
    background-image: var(--jquery-ui-444444-src)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon {
    background-image: var(--jquery-ui-555555-src)
}

.ui-button:active .ui-icon {
    background-image: var(--jquery-ui-ffffff-src)
}

.ui-button .ui-icon {
    background-image: var(--jquery-ui-777777-src)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

@keyframes introjspulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    outline: 0;
    transition: all .3s ease
}

a,
a:active,
a:hover {
    text-decoration: none
}

button,
input {
    outline: 0
}

@font-face {
    font-family: digital_sans_ef_medium;
    src: url(/fonts/digital_sans_ef_medium.woff2) format('woff2'), url(/fonts/digital_sans_ef_medium.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: BebasNeueRegular;
    src: url(/fonts/BebasNeueRegular.woff2) format('woff2'), url(/fonts/BebasNeueRegular.woff) format('woff')
}

@font-face {
    font-family: 'Digital Numbers';
    src: url(/fonts/DigitalNumbers-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: digital_sans_ef_medium;
    font-size: 14px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit
}

[data-container-background] {
    background: no-repeat center top;
    background-image: var(--image-src);
    background-size: 100%
}

[data-container-background=general] {
    background-size: cover
}

[data-container-background=sports] {
    background-image: var(--image-src);
    background-color: #000312
}

[data-container-background=casino] {
    background-image: var(--image-src);
    background-color: #010516
}

[data-container-background=race] {
    background-image: var(--image-src);
    background-color: #010516
}

[data-container-background=slots] {
    background-image: var(--image-src);
    background-color: #03071b
}

[data-container-background=arcade] {
    background-image: var(--image-src);
    background-size: cover
}

[data-container-background=crash-game] {
    background-image: var(--image-src);
    background-size: cover
}

[data-container-background=poker] {
    background-image: var(--image-src);
    background-color: #020516
}

[data-container-background=others] {
    background-image: var(--image-src);
    background-color: #010717
}

[data-container-background=promotions] {
    background-image: var(--image-src);
    background-color: #000412
}

[data-container-background=hot-games] {
    background-image: var(--image-src);
    background-size: cover
}

[data-dispatcher-background] {
    background: no-repeat center;
    background-size: cover;
    background-image: var(--image-src)
}

.modal-content {
    width: 100%
}

.topbar-container {
    background: #02071c;
    padding: 8px 0
}

.topbar-container .row {
    display: flex;
    align-items: center
}

.topbar-left-container {
    width: 46%
}

.topbar-right-container {
    width: 54%
}

.topbar-left-section {
    display: flex;
    flex-wrap: nowrap
}

.topbar-left-section [data-icon] {
    display: inline-block;
    height: 14px;
    width: 14px;
    background: center no-repeat;
    background-size: contain
}

.topbar-left-section [data-icon=telegram] {
    margin-right: 3px
}

.topbar-left-section .topbar-item {
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.topbar-left-section .topbar-item+.topbar-item {
    margin-left: 5px;
    border-left: 1px dotted #ccc;
    padding-left: 5px
}

.topbar-left-section .topbar-item a {
    color: inherit;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
    display: flex;
    align-items: center
}

.topbar-left-section .topbar-item a.telegram-btn {
    padding: 5px 10px
}

.topbar-left-section .live-chat {
    background-color: #415784;
    color: inherit;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer
}

.topbar-left-section .live-chat:hover {
    background-color: #fba501
}

.topbar-left-section .topbar-item a.download-apk-btn {
    color: #fff;
    background-color: #72a200;
    padding: 5px
}

.topbar-left-section .topbar-item a.download-apk-btn:hover {
    color: #fff;
    background-color: #567b00
}

.topbar-left-section .topbar-item a.telegram-btn,
.topbar-left-section .topbar-item a.telegram-btn:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #0bb4ff, #036ca0)
}

.topbar-left-section .language-selector-container {
    position: relative
}

.topbar-left-section .language-selector-trigger {
    cursor: pointer;
    display: flex;
    align-items: center
}

.topbar-left-section .language-selector-trigger:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 0;
    margin-left: 5px
}

.topbar-left-section .language-selector-trigger[data-active=true]:after {
    border-top: 0;
    border-bottom: 5px solid #fff
}

.topbar-left-section .language-selector {
    background-color: #000629;
    cursor: pointer;
    padding: 0;
    min-width: max-content
}

.topbar-left-section .language-selector li {
    padding: 7px 10px;
    border-bottom: 1px solid #4f8acf;
    display: flex;
    gap: 10px;
    align-items: center
}

.topbar-left-section .language-selector .language-name>div:last-child {
    font-size: 10px
}

.topbar-left-section i[data-language] {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: var(--image-src)
}

.topbar-left-section i[data-language=en] {
    background-position-y: 0
}

.topbar-left-section i[data-language=id] {
    background-position-y: -16px
}

.topbar-left-section i[data-language=kr] {
    background-position-y: -32px
}

.topbar-left-section i[data-language=cn] {
    background-position-y: -48px
}

.topbar-left-section i[data-language=jp] {
    background-position-y: -64px
}

.topbar-left-section i[data-language=th] {
    background-position-y: -80px
}

.topbar-left-section i[data-language=my] {
    background-position-y: -96px
}

.topbar-left-section i[data-language=kh] {
    background-position-y: -112px
}

.topbar-left-section i[data-language=hi] {
    background-position-y: -128px
}

.topbar-left-section i[data-language=ta] {
    background-position-y: -128px
}

.topbar-left-section i[data-language=te] {
    background-position-y: -128px
}

.topbar-left-section i[data-language=vi] {
    background-position-y: -144px
}

.topbar-left-section i[data-language=bn] {
    background-position-y: -176px
}

.topbar-left-section i[data-language=pt] {
    background-position-y: -160px
}

.site-header {
    background: #0a1849;
    border-bottom: 4px solid #1130a5
}

.site-header .logo {
    display: block;
    background: center top no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: calc((100%*68/300) + 15px*2);
    position: relative
}

.site-header .logo>img,
.site-header .logo>picture {
    position: absolute;
    top: 0;
    left: 50%;
    height: calc(100% - 15px*2);
    transform: translateX(-50%);
    margin: 15px auto;
    width: auto
}

.site-header .logo>picture img {
    height: 100%;
    width: auto
}

.site-header .container {
    position: relative
}

.site-header .container .row>div {
    position: initial
}

.menu-slide {
    display: flex;
    align-items: center;
    overflow: hidden
}

.menu-slide>i {
    cursor: pointer
}

.menu-slide>i.glyphicon-chevron-left {
    margin-right: 10px
}

.menu-slide>i.glyphicon-chevron-right {
    margin-left: 10px
}

.top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    overflow: hidden;
    scroll-behavior: smooth
}

.top-menu>li {
    flex: 1;
    color: #adbed2;
    width: 100%;
    flex-basis: calc(100%/11);
    flex-shrink: 0
}

.top-menu>li>a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
    position: relative
}

.top-menu>li:hover,
.top-menu>li[data-active=true] {
    color: #fff;
    background-image: radial-gradient(circle at top center, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, 0) 100%)
}

.top-menu>li>a>img {
    display: block;
    margin: 0 auto 5px;
    height: 30px;
    width: 30px
}

.top-menu>li:hover>a>img,
.top-menu>li[data-active=true]>a>img {
    content: var(--image-src)
}

.top-menu>li:not(:hover) .game-list {
    display: none
}

.top-menu .game-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 16;
    border-top: 4px solid #1130a5;
    background-color: rgba(3, 8, 40, .9);
    border-bottom: 10px solid #1130a5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0 20px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.top-menu .game-list>li {
    flex-basis: 25%;
    display: inline-block;
    padding: 0 10px;
    margin: 3px 0
}

.top-menu .game-list>li>a {
    display: block;
    width: 100%;
    padding-top: calc(123/271*100%);
    position: relative;
    aspect-ratio: 271/123
}

.top-menu .game-list>li:hover>a {
    transform: scale(105%);
    transition: transform .25s ease
}

.top-menu .game-list>li>a .background {
    background: linear-gradient(to left, rgba(45 68 150/70%) 0, rgba(0 0 0/2%) 100%);
    border-radius: 70px;
    border: 1px solid #1f4dfe;
    position: absolute;
    top: 18%;
    bottom: 0;
    left: 0;
    right: 0
}

.top-menu .game-list>li>a .foreground {
    background-size: 100% auto;
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
    background-position: top
}

.top-menu .game-list>li>a[data-maintenance-status=true] {
    transform: none;
    transition: none;
    pointer-events: none
}

.top-menu .game-list>li>a[data-maintenance-status=true]::after {
    content: var(--maintenance-text, '') " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    background: grey;
    filter: grayscale(0) brightness(100%);
    padding: 0 10px;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.top-menu .game-list>li>a[data-maintenance-status=true] .background {
    position: absolute;
    top: 18%;
    bottom: 0;
    left: 0;
    right: 0
}

.top-menu .game-list>li>a[data-maintenance-status=true] .background {
    filter: grayscale(1) brightness(50%);
    border-color: grey
}

.top-menu .game-list>li>a[data-maintenance-status=true] .foreground {
    filter: grayscale(1) brightness(.5)
}

.site-content-container {
    padding: 30px 0
}

.footer-separator {
    padding: 15px 0 0;
    margin: 15px 0 0;
    border-top: 1px dotted #4f8acf
}

.site-footer {
    border-top: 2px solid #263f95;
    padding: 20px 0;
    background: no-repeat center;
    background-size: cover;
    background-image: var(--image-src)
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-links>li {
    display: inline-block
}

.footer-links>li>a {
    cursor: pointer;
    display: block;
    color: #fff;
    padding-right: 10px;
    line-height: 20px;
    text-decoration: none
}

.footer-links>li+li>a {
    padding-left: 10px;
    border-left: 1px solid #ccc
}

.footer-links>li>a:hover {
    color: #ffa200
}

.copyright,
.footer-links {
    margin-bottom: 15px
}

.copyright {
    color: #fff;
    text-align: right
}

.site-description {
    color: #3b4b71;
    overflow: hidden
}

.site-description h3 {
    font-size: 24px;
    color: #b8c5d5
}

.site-description a,
.site-description div,
.site-description h1,
.site-description h2,
.site-description h3,
.site-description p {
    color: #3b4b71
}

.site-description p {
    font-size: 12px;
    color: #3b4b71;
    margin-top: 15px
}

.site-info-container:not(:last-child) {
    padding-right: 40px
}

.site-info-container:not(:last-child):after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 90px;
    right: 10px;
    width: 1px;
    bottom: 20px;
    background-color: #0a2c52;
    border-radius: 2px
}

.site-info [data-icon] {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: no-repeat left
}

.site-info [data-icon=service] {
    background-position-y: 0
}

.site-info [data-icon=product] {
    background-position-y: -48px
}

.site-info [data-icon=help-and-service] {
    background-position-y: -97px
}

.site-info .site-info-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dotted #315581
}

.site-info .site-info-title [data-icon] {
    margin-right: 20px
}

.site-info .site-info-title h3 {
    font-size: 21px;
    color: #b9c6d6
}

.site-info .site-info-title p {
    font-size: 12px;
    color: #3b4b71
}

.site-info .site-info-title h3,
.site-info .site-info-title p {
    margin: 0;
    padding: 0
}

.site-info .site-info-description {
    margin: 20px 0
}

.site-info .site-info-description.with-seperator+.with-seperator {
    border-top: 1px dotted #3c4b72;
    padding-top: 10px
}

.site-info .site-info-description h4,
.site-info .site-info-description p {
    color: #596b95
}

.site-info .site-info-description h4 {
    font-size: 17px;
    margin-bottom: 0
}

.site-info .site-info-description p {
    font-size: 12px;
    line-height: 20px
}

.support-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.qr-codes img {
    display: block;
    width: calc(100% - 10px*2);
    margin: 10px auto
}

.contact-list,
.qr-codes {
    flex: 1
}

.contact-list>li {
    margin-bottom: 15px;
    font-size: 13px
}

.contact-list>li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #040a2a;
    border-radius: 30px;
    color: #fff
}

.contact-list>li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    background: #51c332
}

.contact-list>li a i img {
    height: 50%;
    width: 50%
}

.social-media-list {
    margin-top: 5px
}

.social-media-list>li {
    display: inline-block
}

.social-media-list>li+li {
    margin-left: 10px
}

.social-media-list>li img {
    width: 32px;
    height: 32px
}

.social-media-list>li:hover img {
    animation: bounce 1s
}

@keyframes bounce {
    0%,
    100%,
    20%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.footer-section-title {
    color: #fff
}

.supported-browser-container {
    display: flex;
    justify-content: flex-end
}

.hover-list {
    display: flex;
    flex-wrap: wrap
}

.hover-list>li+li {
    margin-left: 10px
}

.hover-list>li {
    position: relative
}

.hover-list>li a>img:first-child,
.hover-list>li a>picture:first-child,
.hover-list>li>img:first-child,
.hover-list>li>picture:first-child {
    opacity: 1
}

.hover-list>li a>img:last-child,
.hover-list>li a>picture:last-child,
.hover-list>li>img:last-child,
.hover-list>li>picture:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.hover-list>li a>img:first-child,
.hover-list>li a>img:last-child,
.hover-list>li a>picture:first-child,
.hover-list>li a>picture:last-child,
.hover-list>li>img:first-child,
.hover-list>li>img:last-child,
.hover-list>li>picture:first-child,
.hover-list>li>picture:last-child {
    transition: opacity .5s
}

.hover-list>li:hover a>img:first-child,
.hover-list>li:hover a>picture:first-child,
.hover-list>li:hover>img:first-child,
.hover-list>li:hover>picture:first-child {
    opacity: 0
}

.hover-list>li:hover a>img:last-child,
.hover-list>li:hover a>picture:last-child,
.hover-list>li:hover>img:last-child,
.hover-list>li:hover>picture:last-child {
    opacity: 1
}

.provider-section .hover-list>li+li {
    margin-left: 4px
}

i[data-icon=plus]:after,
i[data-icon=plus]:before {
    content: "";
    position: absolute;
    background: #fff
}

i[data-icon=plus]:before {
    left: 50%;
    top: 5px;
    bottom: 5px;
    width: 2px;
    transform: translateX(-50%)
}

i[data-icon=plus]:after {
    top: 50%;
    left: 5px;
    right: 5px;
    height: 2px;
    transform: translateY(-50%)
}

.modal-content ul,
.site-description ul {
    list-style: disc
}

.modal-content ol,
.site-description ol {
    list-style: decimal
}

.modal-content .download-32-bit-cntr,
.modal-content ol,
.modal-content ul,
.site-description ol,
.site-description ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}

.free-spin-container {
    position: relative
}

.free-spin-container .free-spin-name {
    font-size: 18px
}

.free-spin-container .free-spin-description {
    font-size: 14px;
    padding-bottom: 10px
}

@keyframes claimCoupon {
    0% {
        bottom: 50px
    }
    25% {
        bottom: 50px
    }
    100% {
        bottom: 260px
    }
}

@keyframes dailyRewardClaim {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-200%)
    }
}

.login-modal .modal-dialog,
.telegram-login-modal .modal-dialog {
    width: 483px
}

.forgot-password-modal .modal-header,
.register-modal .modal-header,
.simple-modal .modal-header {
    background-image: none;
    color: #fff;
    text-align: center;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom: 0;
    min-height: 50px;
    text-transform: uppercase
}

.forgot-password-modal .modal-body,
.register-modal .modal-body,
.simple-modal .modal-body {
    padding-top: 1px
}

.forgot-password-modal .modal-header>*,
.register-modal .modal-header>*,
.simple-modal .modal-header>* {
    color: #fff
}

.forgot-password-modal .modal-header hr,
.register-modal .modal-header hr,
.simple-modal hr {
    margin: 10px 0 0 0;
    height: 1px;
    border: 0;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #fff))
}

.form-group .standard-password-field>i {
    top: 50%;
    transform: translateY(-50%)
}

.forgot-password-modal label,
.login-modal .forgot-password-link,
.register-modal label,
.simple-modal label {
    color: #fff;
    font-weight: 400
}

.forgot-password-modal .btn,
.register-modal .btn,
.simple-modal .btn {
    width: 80%;
    padding: 12px;
    border-radius: 4px
}

.forgot-password-modal .btn-secondary,
.register-modal .btn-secondary,
.simple-modal .btn-secondary {
    border: 1px solid #2a6496;
    color: #2a6496
}

.forgot-password-modal input[type=password],
.forgot-password-modal input[type=text],
.register-modal input[type=password],
.register-modal input[type=text],
.simple-modal input[type=password],
.simple-modal input[type=text] {
    background-color: #080808;
    border-color: #393939;
    color: #fff
}

.simple-modal .modal-header {
    padding: 32px 16px 12px
}

.simple-modal .modal-header .close {
    margin: 0 0 12px
}

.simple-modal .modal-body {
    padding: 1px 32px 12px
}

[data-require-login] {
    cursor: pointer
}

::placeholder {
    text-transform: capitalize
}

.carousel-inner {
    text-align: center
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>a>picture>img,
.carousel-inner>.item>img,
.carousel-inner>.item>picture>img {
    width: auto;
    margin: auto
}

.carousel-inner>.item>a>picture>img,
.carousel-inner>.item>picture>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    pointer-events: none
}

.modal-content {
    flex-basis: 100%;
    pointer-events: initial;
    border: 0;
    border-radius: 10px;
    border: 5px solid
}

.modal-header {
    text-align: center;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom: 0;
    min-height: 50px;
    text-transform: uppercase
}

.modal-header .close {
    opacity: 1;
    margin: 0
}

.modal-body {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.modal-body img {
    max-width: 100%
}

.modal-footer {
    text-align: center;
    margin-top: 0;
    display: flex;
    justify-content: space-around
}

.modal-footer button {
    min-width: 100px;
    text-transform: uppercase
}

.modal-footer .btn-primary {
    border: 0
}

.popup-modal[data-title] .modal-title:before {
    content: '';
    display: block;
    margin: 15px auto;
    height: 70px;
    width: 70px;
    background: center no-repeat;
    background-size: contain;
    background-image: var(--desktop-popup-notification-src)
}

.popup-modal[data-title=""] .modal-title:before {
    background-image: var(--desktop-popup-alert-src)
}

.popup-modal[data-title=""] .modal-body {
    text-align: center
}

.popup-modal [data-popup=maintenance] {
    padding: 0 30px
}

.popup-modal [data-popup=maintenance] p {
    margin: 0;
    text-align: center
}

.popup-modal [data-popup=maintenance] p:not(:last-child) {
    text-align: left;
    font-size: 16px;
    width: 50%;
    margin: 3px auto
}

.popup-modal [data-popup=maintenance] p span {
    display: inline-block;
    color: #ddd;
    background-color: rgba(255, 255, 255, .15);
    padding: 2px 5px;
    margin-right: 3px
}

.giveaway-modal {
    background-color: rgba(0, 0, 0, .5);
    text-align: center
}

.free-spin-modal {
    background-color: rgba(0, 0, 0, .5);
    text-align: center
}

.standard-form-container {
    background-color: #f2f2f3;
    padding: 15px;
    min-height: 600px
}

.standard-form-title {
    font-size: 18px;
    line-height: 16px;
    padding: 15px 20px;
    background-color: #263366;
    color: #fff
}

.standard-form-content {
    padding: 20px;
    background-color: #fff;
    flex-grow: 1;
    overflow: auto
}

.standard-form-content+.standard-form-title {
    margin-top: 10px
}

.standard-section-title {
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff
}

.standard-section-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #ebd170;
    border-radius: 4px
}

.standard-expand-button {
    border: 0;
    background: center no-repeat;
    background-size: contain;
    background-image: var(--expand-icon-src);
    height: 12px;
    width: 12px;
    padding: 0
}

.standard-expand-button[data-active=true] {
    background-image: var(--collapse-icon-src)
}

.standard-iframe {
    width: 100%;
    min-height: 660px;
    max-height: 900px;
    border: 0
}

.alert-danger,
.alert-success {
    padding: 10px
}

.standard-inline-form-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px
}

.standard-inline-form-group label {
    flex-grow: 1;
    margin: 0;
    color: #838383;
    font-weight: 100
}

.standard-inline-form-group [data-section=asterisk] {
    color: red;
    padding: 0 10px
}

.standard-inline-form-group [data-section=button],
.standard-inline-form-group [data-section=display],
.standard-inline-form-group [data-section=input] {
    width: 60%;
    flex-shrink: 0
}

.standard-inline-form-group [data-section=input]:first-child {
    margin-left: auto
}

.standard-inline-form-group [data-section=input] label+label {
    margin-left: 10px
}

.standard-button-group {
    text-align: center;
    margin-bottom: 15px
}

.standard-button-group .btn {
    padding: 10px 35px;
    border: 0;
    text-transform: uppercase
}

.standard-button-group .btn+.btn {
    margin: 0 5px
}

.standard-button-group .btn-primary {
    background: #fba501
}

.standard-button-group .btn-primary:hover {
    background: #b86a0e
}

.standard-button-group .btn-primary[disabled] {
    background-color: #736f60;
    background-image: none;
    color: #fefefe;
    pointer-events: none;
    cursor: not-allowed
}

.standard-password-field {
    position: relative
}

.standard-password-field>i {
    position: absolute;
    top: 12px;
    right: 10px;
    bottom: initial;
    color: #fff;
    cursor: pointer
}

.standard-password-field input[type=text]~i:before {
    content: ""
}

[data-copied] {
    position: relative
}

[data-copied]:after {
    content: attr(data-copied);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    bottom: 0;
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.standard-main-container {
    display: flex;
    margin-bottom: 10px
}

.standard-main-content {
    margin: 0 15px
}

.standard-main-content {
    flex-basis: 75%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 600px;
    overflow-x: hidden
}

.standard-main-content ::-webkit-scrollbar {
    height: 7px;
    width: 7px
}

.standard-main-content ::-webkit-scrollbar-track {
    background: 0 0
}

.standard-main-content ::-webkit-scrollbar-thumb {
    background: #58585a;
    border-radius: 5px
}

.tab-menu-container {
    display: flex;
    margin-bottom: 20px;
    background-color: grey;
    border-radius: 10px;
    font-size: 12px;
    margin: 10px auto 20px
}

.tab-menu-container a {
    flex: 1;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    overflow: hidden
}

.tab-menu-container a[data-active=true] {
    background-color: #7f673a
}

.tab-menu-container a:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.tab-menu-container a:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.tab-menu-container a:not(:last-child) {
    border-right: 1px solid #fff
}

.tab-menu-container a [data-icon] {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.top-tab-container {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #1b2757
}

.top-tab-container a {
    padding: 10px 20px;
    background-color: #030a2e;
    color: #fff;
    text-transform: uppercase;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-tab-container a:hover,
.top-tab-container a[data-active=true] {
    background-color: #1b2757;
    color: #fff
}

.top-tab-container a [data-icon] {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    background-image: var(--image-src);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.top-tab-container a[data-active=true]>[data-icon] {
    background-image: var(--active-image-src)
}

.tab-content-container {
    background-color: #030a2e;
    padding: 15px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.standard-form-link-header {
    display: flex;
    padding: 0 0 10px 0
}

.standard-form-link-header a {
    align-self: center;
    color: #fff;
    background-color: #222;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.standard-form-link-header a[data-active=false]:hover {
    background-color: #2d2d2d;
    color: #fff
}

.standard-form-link-header a[data-active=true] {
    background-color: #7d6428
}

.standard-form-link-header a span {
    padding: 0 10px
}

.otp-hr {
    border-color: #263f95;
    border-width: 2px
}

.contact-verification-link {
    border: 2px solid #263f95;
    color: #263f95;
    background-color: transparent
}

.otp-input {
    border-color: #263f95;
    box-shadow: none
}

.otp-dropdown-section [data-section=input] {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.otp-dropdown-section [data-section=input] .contact-verification-link {
    flex-basis: 100%
}

.otp-dropdown-section [data-section=input] .contact-verification-link {
    white-space: initial;
    text-align: center
}

[data-payment-gateway] {
    background-color: #333;
    color: #fff;
    margin-top: 15px;
    padding: 20px;
    border-radius: 10px
}

[data-payment-gateway=qris] .qris-qr-code-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

[data-payment-gateway=qris] .qris-qr-code-container>img {
    background-color: #fff;
    width: 250px;
    height: auto
}

[data-payment-gateway=qris] .qris-qr-code-container p {
    margin: 0 auto;
    max-width: 75%
}

[data-payment-gateway] .download-qr-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #ffaf00;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    width: max-content;
    margin: 10px auto
}

[data-payment-gateway] .download-qr-button>img {
    margin: -2px 2px 0 0
}

[data-payment-gateway] br {
    display: none
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

[data-section=asterisk] {
    color: red
}

.no-data-container {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.no-data-container p {
    color: #333
}

.no-data-container img {
    width: 150px;
    height: 150px;
    filter: invert(11%) sepia(7%) saturate(9%) hue-rotate(18deg) brightness(98%) contrast(91%)
}

.otp-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1041;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

.otp-popup.open {
    display: flex;
    justify-content: center;
    align-items: center
}

.otp-popup .otp-popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 500px;
    padding: 40px 16px;
    border-radius: 8px;
    background-color: #1d1d1d;
    color: #fff
}

.otp-popup .otp-popup-content .otp-popup-header {
    position: relative;
    width: 100%
}

.otp-popup .otp-popup-content .otp-popup-header .close {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 1
}

.otp-popup .otp-popup-content .otp-popup-header .close span {
    font-size: 24px;
    color: #fff
}

.otp-popup .otp-popup-content h4 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.otp-popup .otp-popup-content p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.otp-popup .otp-popup-content span {
    font-size: 14px;
    font-weight: 700
}

.otp-popup .otp-popup-content .standard-button-group {
    width: 100%;
    margin: 12px 0 0 0
}

.otp-popup .otp-popup-content .standard-button-group .standard-secondary-button {
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700
}

.otp-popup .otp-popup-content .standard-button-group .standard-secondary-button:hover {
    width: 100%
}

.otp-input-outer-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.otp-code-id-container {
    font-size: 16px;
    padding: 10px 0;
    letter-spacing: 4px
}

.otp-input-container {
    position: relative;
    width: 100%
}

.otp-input-container .otp-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10
}

.contact-verification-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.contact-verification-section .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-verification-section label {
    font-size: 14px
}

.contact-verification-section ul {
    margin-bottom: 8px;
    margin-left: 16px;
    list-style: disc
}

.contact-verification-section span,
.contact-verification-section ul li {
    font-size: 14px
}

.contact-verification-section span {
    color: #dbdbdb;
    font-weight: 300
}

.contact-verification-section span.error {
    color: red
}

.form-group.form-group label.error {
    font-size: 14px;
    font-weight: 400;
    text-transform: unset;
    color: red
}

.modal-standard-header {
    text-align: center;
    padding-bottom: 16px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: -20px;
    color: #fff
}

.modal-standard-header:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 46.29%, rgba(255, 255, 255, 0) 100%)
}

.alert-danger,
.alert-success {
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 16px
}

.forgot-password-modal .modal-header hr {
    margin: 10px 0 0 0;
    height: 1px;
    border: 0;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #fff))
}

.search-popup-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    overflow-y: auto
}

.search-popup-container.open {
    display: flex;
    justify-content: center
}

.search-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 800px;
    height: 80vh;
    margin-top: 50px;
    overflow-y: auto;
    border-radius: 5px;
    background: #0a0a0a
}

.search-header {
    position: relative
}

.search-header .search-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.search-header .search-title img {
    width: 16px;
    height: 16px
}

.search-header .close-button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer
}

.search-header .close-button img {
    width: 18px;
    height: 18px
}

.search-input-container {
    position: relative;
    padding: 15px
}

.search-input-container input {
    width: 100%;
    height: 40px;
    padding: 0 25px 0 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    background-color: #141414;
    border: 1px solid #2b2b2b;
    color: #fff
}

.search-input-container input:focus::placeholder {
    color: transparent
}

.search-input-container input::placeholder {
    color: #6c6c6c
}

.search-input-container img {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    filter: invert(35%) sepia(40%) saturate(0) hue-rotate(252deg) brightness(104%) contrast(72%)
}

.search-input-container .input-close-icon {
    display: none;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.search-popular-games-container {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.search-popular-games-container .search-popular-games-section-title {
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
    padding: 0 15px
}

.search-result-section {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.search-result-section+.search-result-section {
    margin-top: 15px
}

.search-result-section .search-result-section-title {
    padding: 4px 10px;
    font-size: 18px;
    font-weight: 500;
    background: #1d1d1d;
    color: #fff
}

.search-result-provider-list {
    display: flex;
    align-items: center;
    padding: 0 15px;
    overflow-x: auto
}

.search-result-provider-list .provider-item {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    padding: 8px 8px 8px 0
}

.search-result-provider-list .provider-item .img-wrapper {
    position: relative;
    text-align: center;
    width: 100%
}

.search-result-provider-list .provider-item[data-maintenance-status=true] {
    filter: grayscale(1);
    pointer-events: none
}

.search-result-provider-list .provider-item[data-maintenance-status=true] .img-wrapper:after {
    content: var(--maintenance-text, '') " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 10px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    background: grey;
    filter: grayscale(0) brightness(100%);
    padding: 0 10px;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-result-provider-list .provider-item+.provider-item {
    padding: 8px 8px 8px 20px;
    border-left: 1px solid #424242
}

.search-result-provider-list .provider-item img {
    width: 96px;
    height: auto;
    border-radius: 5px
}

.search-result-provider-list .provider-item .provider-item-info {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.search-result-provider-list .provider-item .provider-item-info .provider-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.search-result-provider-list[data-has-game-result=false] .provider-item-info {
    width: initial;
    flex-direction: row
}

.search-result-provider-list[data-has-game-result=false] .provider-item-info .provider-name {
    white-space: nowrap
}

.search-result-game-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 10px;
    padding: 0 15px
}

.search-result-game-list .game-item {
    flex-basis: calc((100% - 8px*2)/ 3);
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 0
}

.search-result-game-list .game-item img {
    width: 68px;
    height: 68px;
    border-radius: 5px
}

.search-result-game-list .game-item .game-item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.search-result-game-list .game-item .game-item-info .game-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff
}

.search-result-game-list .game-item .game-item-info .provider-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #6c6c6c
}

.search-container::-webkit-scrollbar {
    width: 5px
}

.search-result-provider-list::-webkit-scrollbar {
    height: 5px
}

.search-container::-webkit-scrollbar-track,
.search-result-provider-list::-webkit-scrollbar-track {
    background: 0 0
}

.search-container::-webkit-scrollbar-thumb,
.search-result-provider-list::-webkit-scrollbar-thumb {
    background: #58585a;
    border-radius: 5px
}

.no-search-result {
    text-align: center;
    color: #fff;
    font-size: 14px
}

.free-spin-status[data-free-spin-status=Cancelled],
.free-spin-status[data-free-spin-status=Expired] {
    color: #ee3e3e
}

.free-spin-status[data-free-spin-status=Completed] {
    color: #00e927
}

.free-spin-status[data-free-spin-status=Claimed] {
    color: #e68300
}

.play-free-spin-button.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px;
    text-transform: capitalize
}

.play-free-spin-button img {
    width: 16px;
    height: 16px
}

.play-free-spin-button.btn-primary.disabled {
    background-color: #4e4e4e;
    background-image: none;
    color: #a0a0a0
}

.play-free-spin-button.btn-primary.disabled img {
    filter: brightness(.7)
}

.standard-inline-button-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px
}

.standard-inline-button-group button {
    flex-basis: calc((100% - 8px)/ 2);
    flex-grow: 1;
    margin: 0
}

.standard-inline-button-group .standard-link-button {
    background: 0 0;
    color: inherit;
    border: 0;
    text-transform: capitalize
}

.contact-verification-popup .contact-verification-popup-body {
    width: 100%
}

.contact-verification-popup .contact-verification-section .form-group {
    align-items: start;
    margin: 0
}

.contact-verification-popup .contact-verification-section ul {
    margin: 0
}

.contact-verification-popup .contact-verification-section ul li {
    text-align: left;
    list-style-type: none
}

.contact-verification-popup .contact-verification-section ul li:nth-child(2) {
    display: none
}

.contact-verification-popup .contact-verification-section span {
    font-weight: 400
}

.login-panel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 12px;
    color: #fff
}

.login-panel .login-panel-item+.login-panel-item {
    margin-left: 10px
}

.login-panel .login-button,
.login-panel .register-button {
    border-radius: 15px;
    display: block;
    padding: 3px 10px;
    text-transform: uppercase;
    color: inherit;
    line-height: 22px;
    border: 0;
    width: 90px;
    text-align: center;
    text-decoration: none;
    outline: 0
}

.login-panel .login-button {
    background: #0150f3;
    background: linear-gradient(to bottom, #0150f3 0, #002c8b 100%)
}

.login-panel .login-button:hover {
    background: #002c8b;
    background: linear-gradient(to bottom, #002c8b 0, #0150f3 100%)
}

.login-panel .register-button {
    background: #fda601;
    background: linear-gradient(to bottom, #fda601 0, #cc7100 100%)
}

.login-panel .register-button:hover {
    background: #cc7100;
    background: linear-gradient(to bottom, #cc7100 0, #fda601 100%)
}

.login-panel [data-icon] {
    position: absolute;
    top: 8px;
    left: 6px;
    height: 14px;
    width: 14px;
    background: center no-repeat;
    background-size: contain;
    z-index: 1
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.provider-container {
    display: inline-block;
    width: auto;
    padding: 15px;
    margin: 20px 10px 0 0;
    border: 1px solid #3b4b71;
    border-radius: 5px;
    position: relative;
    vertical-align: top
}

.provider-container>h5 {
    position: absolute;
    top: -20px;
    left: 10px;
    background: #000412;
    padding: 0 10px;
    font-size: 17px;
    color: #596b95
}

.free-play,
.play-now {
    border: 1px solid #6181b4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 18px;
    padding: 3px 15px;
    margin: 5px 0;
    text-decoration: none
}

.free-play:hover,
.play-now:hover {
    text-decoration: none
}

.free-play:before,
.play-now:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background: center no-repeat;
    background-image: var(--play-icon-src);
    background-size: contain
}

.free-play {
    background-color: #686868;
    background-image: linear-gradient(to bottom, #686868 0, #424242 55%, #3c3c3c 100%);
    color: #fff
}

.free-play:hover {
    background-color: #404040;
    background-image: linear-gradient(to bottom, #404040 0, #6b6b6b 100%);
    color: #fff
}

.play-now {
    background-color: #5472a7;
    background-image: linear-gradient(to bottom, #5472a7 0, #2e3e62 55%, #273454 100%);
    color: #00b089
}

.play-now:hover {
    background-color: #f39b05;
    background-image: linear-gradient(to bottom, #f39b05 0, #dc8201 55%, #d47a00 100%);
    color: #fff
}

.game-list-title {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(transparent calc(50% - 1px), #fff 2px, transparent calc(50% + 1px))
}

.game-list-title>div {
    background-color: inherit;
    font-size: 30px;
    color: #edeff6;
    padding: 5px 15px
}

.game-list,
.game-list-title {
    background-color: #02071c
}

.game-list {
    border: 1px solid #0c1740;
    padding: 10px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap
}

.game-list .game-item {
    width: calc((100% - (5px*5*2))/ 5);
    margin: 5px;
    background-color: #0c1740;
    position: relative
}

.game-list img {
    position: absolute;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px)
}

.game-list .game-name,
.game-list .provider-name {
    font-size: 16px;
    padding: 10px 0;
    background: #ee9601;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.game-list .game-name {
    color: #adbed2
}

.game-list .provider-name {
    color: #fff
}

.game-list .link-container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.game-list .wrapper-container {
    position: relative;
    padding-top: 100%
}

.game-list .wrapper-container:hover {
    background: #000
}

.game-list .wrapper-container:hover img,
.game-list .wrapper-container:hover:after {
    opacity: .1
}

.game-list .wrapper-container:hover .link-container {
    opacity: 1
}

.game-list .link-container a {
    margin: 10px;
    width: 70%;
    padding: 10px 15px
}

.game-info,
.link-container a.game-info {
    z-index: 2;
    font-style: italic;
    font-weight: 800;
    border: 3px solid #3e5384;
    color: #3e5384;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
    text-indent: -2px;
    padding-top: 0
}

.game-info:focus,
.game-info:hover,
.link-container a.game-info:focus,
.link-container a.game-info:hover {
    border-color: #ff9600;
    color: #ff9600;
    text-decoration: none
}

.link-container a.game-info {
    z-index: 2;
    top: 15px;
    right: 19px
}

.link-container a.game-info,
.provider-slide .game-info {
    width: 20px;
    height: 20px;
    font-size: 13px
}

.game-provider-img-arcade {
    position: relative;
    display: flex;
    align-items: center
}

.game-provider-img-arcade img {
    max-width: initial
}

.game-provider-img-crash-game {
    position: relative;
    display: flex;
    align-items: center
}

.game-provider-img-crash-game img {
    max-width: initial
}

.provider-info {
    padding: 15px 25px;
    background-color: #040e31
}

.provider-info h5 {
    color: #f5a001;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px
}

.provider-info p {
    color: #f5a001;
    text-align: justify;
    font-style: italic;
    line-height: 16px
}

@keyframes fav-icon-bounce {
    0%,
    100%,
    20%,
    60% {
        transform: translateY(0)
    }
    80% {
        transform: translateY(-3px)
    }
    40% {
        transform: translateY(-6px)
    }
}

@keyframes animate-rtp {
    0% {
        width: var(--from-value);
        background: var(--from-color)
    }
    25% {
        background: var(--transition-color)
    }
    100%,
    50% {
        width: var(--to-value);
        background: var(--to-color)
    }
}

@keyframes alter-rtp-value {
    0% {
        content: attr(data-rtp-from) '%'
    }
    100%,
    75% {
        content: attr(data-rtp-to) '%'
    }
}

.provider-slide>main>.slide-item[data-maintenance-status=true] {
    filter: grayscale(1);
    pointer-events: none
}

.provider-slide>main>.slide-item[data-maintenance-status=true] img {
    filter: grayscale(1) brightness(50%)
}

.provider-slide>main>.slide-item[data-maintenance-status=true]:after {
    content: var(--maintenance-text, '') " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    background: grey;
    filter: grayscale(0) brightness(100%);
    padding: 0 10px;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.provider-slide>main>.slide-item[data-maintenance-status=true]:after {
    font-size: 16px
}