@charset "UTF-8";
/*https: //seesparkbox.com/foundry/relative_color_palettes_with_sass*/
/*https: //codepen.io/sltan/pen/YzzbbqO*/
/*https: //sassme.jim-nielsen.com/*/
/*https: //codepen.io/icebob/pen/OPrXJq*/
/*https: //blog.yipl.com.np/defining-color-palette-in-sass-with-variables-6464c3c3b5e5*/
/*$colors: ($primary $accent $secondary $tertiery $foreground $background );*/
/*E.g.
  .banner {
  background-color: app-color(blue,base);


  Accents are colors that look nice with the base-color but are only used sparingly so that it really draws attention.
  Secondary color is contrast to primary color
}*/
/*// https://scotch.io/tutorials/aesthetic-sass-2-colors*/
/*.panel {
  background-color: mix-color-level('primary', 2);
}*/
/*The Web Content Accessibility Guidelines state that the contrast ratio between foreground images/text and a background should be at least 4.5:1 (3:1 for larger text) for level AA, and 7:1 (4.5:1 for larger text) for level AAA.*/
/*https: //contrast-ratio.com/#hsla%2881%2C72%25%2C60%25%2C20.7%29-on-grey*/
/*$google-font-family: "PT+Sans&display=swap";
@import url('https://fonts.googleapis.com/css?family=' + $google-font-family);*/
/*@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/PTSans-Regular.ttf') format('truetype');
}*/
/*$overlay-rgb: 31, 45, 61;*/
/*$theme-colors: ( "tertiery" : app-color(tertiery,base) );*/
/*$border-radius-lg:            0 ;
$border-radius-sm:            5px ;*/
/*$component-active-bg:         theme-color("primary") !default;*/
/*null !default;*/
/* You can add global styles to this file, and also import other style files */
/*------------------------------------------------
  Add variables used in Bootstrap
-------------------------------------------------*/
/**Defaulted in Bootstrap : This means that if the variable has already been assigned to, it won’t be re-assigned, but if it doesn’t have a value yet, it will be given one.*/
/*END Customize variables used in Bootstrap*/
/*----------------------------------
  Import Font from google
 -----------------------------------*/
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.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-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: sourcesans, roboto, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #010417;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2975ff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #004edc;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #010417;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: sourcesans, roboto, arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #2975ff;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #4d4d4d;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #4d4d4d;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #4d4d4d;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #010417;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 35px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #2975ff;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #004edc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.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;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.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-top-left-radius: 0;
  border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  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-left-radius: 4px;
  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-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  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:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2975ff;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.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.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #010417;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #010417;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14.5px 15px;
  font-size: 18px;
  line-height: 21px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.5;
  color: #2975ff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #004edc;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0049cc;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #2975ff;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #010417;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2975ff;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 21px;
  margin-bottom: 21px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #40FE41;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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 > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: sourcesans, roboto, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: sourcesans, roboto, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  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, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.nifty-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(30, 30, 30, 0.5);
  transition: all 0.3s;
}

.md-show + .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Effect 3: Slide from the bottom */
.slide-in-bottom .md-content {
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.slide-in-bottom .md-content {
  transform: translateY(0);
  opacity: 1;
}

/* Effect 1: Fade in and scale up */
.fade-in-scale .md-content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.fade-in-scale .md-content {
  transform: scale(1);
  opacity: 1;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

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

@media screen and (max-width: 992px) {
  .d-lg-none {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    display: none;
  }
}

.d-inline-block {
  display: inline-block;
}

/*Bootstrap 3 issues*/
html {
  font-size: inherit;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.img-fluid {
  max-width: 100%;
  height: 115px;
}

.justify-content-center {
  justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

dl,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*END Bootstrap 3 issues*/
html,
body {
  height: 100%;
}

.content,
.main-content {
  height: auto;
  min-height: 600px;
  margin-bottom: 100px;
}

.mobile .content,
.mobile .main-content {
  margin-bottom: 200px;
}

.mobile .acc .content,
.mobile .acc .main-content {
  margin-bottom: 400px;
}

.loader-wrapper {
  position: relative;
}

.content-loader {
  position: relative;
  height: 400px;
}

body {
  min-height: 1001px;
  background-image: none;
  background-color: #010417;
  color: white;
}

/*Reset css*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; */
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

i {
  line-height: inherit;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.title {
  color: #2975ff;
  font-family: sourcesans, roboto, arial, sans-serif;
}

.btn {
  outline: none;
  /*Bootstrap 3*/
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
  /*Bootstrap 3*/
}
@media screen and (max-width: 992px) {
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    color: white;
  }
}
@media screen and (min-width: 992px) {
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    color: white;
  }
}
.btn.btn-clear {
  color: inherit;
  font-weight: inherit;
  padding: 0;
  font-size: inherit;
  background: none;
  outline: none;
  /*Bootstrap 3*/
}

.btn-primary {
  background-color: #061348;
  color: white;
  border-color: #061348;
  border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary[disabled] {
  background-color: #304fd0;
  color: black;
  border-color: #304fd0;
}

.btn-primary--dark {
  background-color: #040e38;
  color: white;
  border-color: #040e38;
  border-radius: 0;
}
.btn-primary--dark:hover, .btn-primary--dark:focus, .btn-primary--dark:active, .btn-primary--dark.active, .btn-primary--dark[disabled] {
  background-color: #0f1d86;
  color: #e0e0e0;
  border-color: #0f1d86;
}

.btn-secondary {
  background-color: #0049cc;
  color: white;
  border-color: #0049cc;
  border-radius: 0;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary[disabled] {
  background-color: #2975ff;
  color: black;
  border-color: #2975ff;
}

.btn-tertiery {
  background-color: white;
  color: black;
  border-color: white;
  border-radius: 0;
}
.btn-tertiery:hover, .btn-tertiery:focus, .btn-tertiery:active, .btn-tertiery.active, .btn-tertiery[disabled] {
  background-color: #e0e0e0;
  color: black;
  border-color: #e0e0e0;
}

.btn-accent {
  background-color: #e4e404;
  color: white;
  border-color: #e4e404;
  border-radius: 0;
}
.btn-accent:hover, .btn-accent:focus, .btn-accent:active, .btn-accent.active, .btn-accent[disabled] {
  background-color: #ffff27;
  color: white;
  border-color: #ffff27;
}

.btn-round {
  border-radius: 60px;
  padding: 7px 14px;
  margin-bottom: 5px;
  text-align: center;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.1s ease-out;
}

.modal-header button.close {
  outline: none;
}

.header.danger {
  background-color: #C70022;
}
.header.info {
  background-color: #17a2b8;
}
.header.warning {
  background-color: #ffc107;
}
.header.success {
  background-color: #28a745;
}

.ico-alert.danger {
  color: #C70022;
}
.ico-alert.info {
  color: #17a2b8;
}
.ico-alert.warning {
  color: #ffc107;
}
.ico-alert.success {
  color: #28a745;
}

.btn-link {
  color: #2975ff;
  display: inline;
  padding: 0;
  font-weight: inherit;
  vertical-align: inherit;
}
.btn-link[disabled], .btn-link:disabled, .btn-link:hover, .btn-link:focus {
  color: #2975ff;
  opacity: 0.5;
}

a:link,
a:visited {
  /*color: inherit;*/
  text-decoration: none !important;
}

b,
strong {
  font-weight: bolder;
  font-weight: 700;
}

.txt_accent {
  color: #ffff27;
  font-weight: bolder;
  font-weight: 700;
}

.material-icons {
  font-size: inherit;
}

.text-t500 {
  color: #4d4d4d;
}

a.text-t500:hover,
a.text-t500:focus {
  color: #333333;
}

.text-t600 {
  color: black;
}

a.text-t600:hover,
a.text-t600:focus {
  color: black;
}

.text-primary-2 {
  color: #e2e8f9;
}

a.text-primary-2:hover,
a.text-primary-2:focus {
  color: #b8c7f0;
}

.font-size-sm {
  font-size: 11.2px !important;
}

.font-size-lg {
  font-size: 17.5px !important;
}

.fs-md {
  font-size: 16px !important;
}

.fs-sm {
  font-size: 11.2px !important;
}

.fs-lg {
  font-size: 17.5px !important;
}

.fs-xl {
  font-size: 22.4px !important;
}

.fs-xxl {
  font-size: 28px !important;
}

.fs-xs {
  font-size: 8.96px !important;
}

.fs-xxs {
  font-size: 7.168px !important;
}

/*=======Helpers=========*/
.noSidePadding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/*elements*/
.pointer {
  cursor: pointer;
}

i {
  color: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.dotted_line {
  border-bottom: 1px dotted white;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.center {
  margin: 0 auto;
  /*TODO**/
}

/*positioning*/
.flex-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  -ms-flex-pack: justify;
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

/*.flex-wrap {   bootstrap has this class
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }*/
.flex-grow {
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.flex-align-top {
  align-items: flex-start;
}

.auto-box {
  /*min-width: 120px;*/
  /*max-width: 140px;*/
  flex-basis: 0;
  /* default value */
  flex-grow: 1;
  /* default value */
}
.mobile .auto-box {
  min-width: 100px;
  max-width: 100px;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

.flex-grow-3 {
  flex-grow: 3 !important;
}

.border-box {
  border: 1px solid #0e3b8c;
  padding: 1em;
}

.fixed-bottom-left {
  position: fixed;
  bottom: 20%;
  left: 0;
  z-index: 888;
}

/*====================Helpers End==============================*/
/*====================UI Elements==============================*/
/*UI styles*/
/*Gradient borders(right and bottom)*/
.gradient-border {
  position: relative;
  /*bottom border*/
  /*right border*/
}
.gradient-border:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 90%;
  height: 0;
  border-bottom: 2px solid #D8D8D8;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #D8D8D8, rgba(0, 0, 0, 0.5)) 1 100%;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #D8D8D8, rgba(0, 0, 0, 0.5)) 1 100%;
  border-image-slice: 1 1 1 1;
}
.gradient-border:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 90%;
  border-right: 2px solid #D8D8D8;
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #D8D8D8, rgba(0, 0, 0, 0.5)) 1 100%;
     border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #D8D8D8, rgba(0, 0, 0, 0.5)) 1 100%;
  border-image-slice: 1 1 1 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gradient-border:nth-of-type(2n):after {
    content: none;
  }
  .gradient-border:nth-last-of-type(1):before {
    content: none;
  }
  .gradient-border:nth-last-of-type(2):before {
    content: none;
  }
}
@media (min-width: 992px) {
  .gradient-border:nth-of-type(3n):after {
    content: none;
  }
  .gradient-border:nth-last-of-type(1):before {
    content: none;
  }
  .gradient-border:nth-last-of-type(2):before {
    content: none;
  }
  .gradient-border:nth-last-of-type(3):before {
    content: none;
  }
}

@keyframes flash-border {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(25px);
            filter: blur(25px);
    opacity: 1;
  }
}
.gradient-box {
  display: flex;
  align-items: center;
  width: calc(100% - (10px*2));
  /*height:80px;*/
  position: relative;
  /*padding: 2em;*/
  box-sizing: border-box;
  z-index: 5;
  /*color: #FFF;*/
  background-color: #010417;
  background-clip: padding-box;
  /* !importanté */
  border: solid 10px transparent;
  /* !importanté */
  border-radius: 1em;
}
.gradient-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -10px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
  animation: flash-border 0.5s infinite alternate;
}
.gradient-box:before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  width: calc(100% + 10px*2);
  height: calc(100% + 10px*2);
  top: -10px;
  left: -10px;
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: 1em;
}

app-content-pagination pagination {
  transform: translateX(-25%);
}

.pagination-page > .page-link {
  color: red !important;
  font-size: 0;
  border-radius: 50%;
  width: 0;
  margin: 5px;
  background-color: #C2C2C2;
}
@media screen and (max-width: 992px) {
  .pagination-page > .page-link {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding: 3px;
  }
}
@media screen and (min-width: 992px) {
  .pagination-page > .page-link {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding: 5px;
  }
}

.page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.pager-btn a {
  font-size: 1rem;
  font-weight: 900;
}

.divider {
  border-right: 1px solid currentColor;
  width: 1px;
  /* height: 100%; */
  min-height: 1.2em;
  height: 90%;
  display: inline-block;
  margin: auto 0;
}

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

.svg-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*====================UI Elements END==============================*/
/*Custom colours*/
.site-footer {
  background-color: #272a3a;
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  margin-top: 2rem;
  color: white;
}

.social-icons {
  color: white;
  font-size: 1.2rem;
}

/*.fc-right .button {
    background-color: #2A627C !important;
  }*/
.social-icons .button.icon:hover > i {
  color: #fff !important;
}

.button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-size: inherit;
  letter-spacing: 0.03em;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
.button.facebook:hover {
  color: #3a589d !important;
}
.button.twitter:hover {
  color: #38C0FF !important;
}
.button.instagram:hover {
  color: #3b6994 !important;
}
.button.youtube:hover {
  color: #F90018 !important;
}
.button.is-outline {
  line-height: 2.19em;
  border: 2px solid currentColor;
  background-color: transparent;
}
.button.icon {
  margin-left: 0.12em;
  margin-right: 0.12em;
  min-width: 2.5em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: inline-block;
}
.button.icon.circle {
  padding-left: 0;
  padding-right: 0;
}
.button i {
  vertical-align: middle;
  top: -1px;
  position: relative;
}

.circle {
  border-radius: 50% !important;
}

.min-circle {
  max-height: 2em !important;
  min-width: 1.8em !important;
  line-height: 1.6em !important;
  min-height: 1.8em;
}
.min-circle i {
  vertical-align: middle;
  bottom: 1.5px;
  position: relative;
}

.social-icons i {
  min-width: 1em;
}

.social-icons .button.icon:hover {
  background-color: currentColor !important;
  border-color: currentColor !important;
}

.toptobottom {
  text-orientation: sideways-right;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: 700;
  font-family: pt-sans, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  /*to fix IE/edge full height*/
}

.bottom-to-top {
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: inline-block;
  /*to fix IE/edge full height*/
}

.pin-in-grp > div {
  padding: 0 5px;
}
.pin-in-grp input {
  text-align: center;
  float: left;
}

@media (min-width: 600px) {
  .modal-sm {
    max-width: 350px;
  }
}
.modal-backdrop.show {
  opacity: 0.8;
  background-color: rgba(1, 4, 23, 0.8);
  z-index: 1049;
}

/*Home components*/
.mobile ._hide {
  display: none;
}

.member-service {
  white-space: nowrap;
  overflow: hidden;
}
.member-service i {
  font-size: 28.728px;
}
.mobile .member-service .content-item {
  display: inline-block;
}

app-home-info a {
  color: white;
}

input[type=password] {
  letter-spacing: 0.3em;
}

.input-group.uline {
  border-bottom: 1px solid #4d80db;
}

.form-control {
  border-color: white;
  border-color: #4d80db;
  background-color: transparent;
  height: 30px;
  color: white;
  -webkit-text-fill-color: white;
  border-radius: 0;
}
.form-control.underline {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none;
  border: none;
}
.form-control.underline + .input-group-btn {
  box-shadow: none;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: none;
}
.form-control.underline + .input-group-btn + .input-group-btn:disabled {
  opacity: 0.6;
}
.form-control.underline + .input-group-btn .btn-link {
  text-decoration: none;
}
.form-control.underline:focus {
  box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.075), -1px 8px 8px -8px rgba(102, 175, 233, 0.6);
}
.form-control.underline:focus + .input-group-btn {
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.075), -1px 8px 8px -8px rgba(102, 175, 233, 0.6);
}
.form-control.underline:disabled {
  background-color: transparent !important;
  opacity: 0.6;
  border-bottom: 1px solid #4d80db;
}
.form-control.underline:disabled + .input-group-btn {
  border-bottom: 1px solid rgba(77, 128, 219, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgba(131, 137, 164, 0.3);
  color: white;
  opacity: 0.6;
  border: 1px solid rgba(131, 137, 164, 0.3);
}

select {
  color: #948080;
}
select > option {
  background-color: #010417;
  color: white;
}
select.form-control {
  padding-top: 2px;
}

.form-control.focus {
  color: black;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.was-validated .form-control.ng-invalid ~ .invalid-feedback,
.form-control.ng-invalid.ng-dirty ~ .invalid-feedback {
  display: block;
}

.was-validated .form-check-input.ng-invalid ~ .invalid-feedback,
.was-validated .form-check-input.ng-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input.ng-invalid ~ .form-check-label,
.form-check-input.ng-invalid.ng-dirty ~ .form-check-label {
  color: #C70022 !important;
}

app-slots-main .content-wrapper {
  height: 80% !important;
}
app-slots-main ul.pagination {
  margin-left: -4em;
}

.dialog {
  border: 1px solid #061348;
  width: 100%;
  padding: 20px;
  position: relative;
  background-color: #010417;
}
.dialog.arrow-top {
  margin-top: 15px;
}
.dialog.arrow-top:after {
  content: " ";
  position: absolute;
  left: 30px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #061348;
  z-index: 2;
}
.dialog.arrow-top:before {
  content: " ";
  position: absolute;
  left: 30px;
  top: -14px;
  border-top: none;
  border-right: 14px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #010417;
  z-index: 4;
}

.input-l {
  padding: 16px 18px 17px;
}

.icon-input input {
  padding-left: 46px;
  height: auto;
}

.icon-input {
  position: relative;
}

.icon-input i.left {
  color: white;
  position: absolute;
  top: 15px;
  left: 18px;
  transition: all 0.2s ease;
  font-size: 18px;
}

i.form-control-feedback {
  right: 25px;
  height: 30px;
  line-height: 30px;
}
#loginForm i.form-control-feedback {
  top: 15px;
}

.has-error ~ .form-control-feedback {
  color: #C70022;
}
.has-success ~ .form-control-feedback {
  color: #28a745;
}

.help-block {
  color: #C70022;
  margin-bottom: 0;
}

.banner-content {
  min-height: 560px;
  margin-left: 25%;
  margin-right: 25%;
  padding: 1em;
}

.banner-title {
  font-size: 50px;
  font-family: dinpro;
  font-weight: bold;
}

.page-background {
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -50%;
  margin-right: -50%;
  background-size: cover;
}

.sideNav nav {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sideNav nav {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .sideNav nav {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: 17.5px;
  }
}

.navbar {
  border-radius: 0;
  min-height: auto;
  margin: 20px 0px;
}

.navbar-default {
  background: none;
  border: none;
  position: relative;
}
.navbar-default .navbar-nav li {
  /*float: none;
  display: inline-block;*/
  /* line-height: 35px; */
  border-right: 1px var(--t300) solid;
  padding: 0px 12px 0px 7px;
  margin: 5px 0px;
}
.navbar-default .navbar-nav li:last-of-type {
  border-right: none;
}
.navbar-default .navbar-nav li .nav-link {
  padding: 0;
  margin: 0;
  color: var(--t500);
  display: block;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #0049cc !important;
  background: none;
}
.navbar-default .navbar-nav a.nav-link:focus, .navbar-default .navbar-nav a.nav-link:hover {
  color: #0049cc !important;
  background: none;
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .navbar-default.navbar-collapse {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }

  .navbar-default {
    background-color: #0e3b8c;
    border-color: #010417;
    border: 1px solid rgba(1, 4, 23, 0.7);
  }

  .navbar-default .navbar-nav li {
    display: block;
    background: none;
    border-right: none;
    padding: 0;
    margin: 0;
  }

  .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: #010417;
  }

  .navbar {
    padding: 0;
  }

  .navbar-header {
    background-color: #040e38;
    padding: 5px 8px;
    width: 100%;
  }
  .navbar-header .navbar-toggler {
    float: right;
    z-index: 3;
    position: relative;
  }
  .navbar-header .menu-select {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: -1.5em;
    z-index: 1;
  }

  div.menu-select {
    display: block;
  }

  .navbar-nav {
    margin: 0;
    width: 100%;
  }

  .navbar-default .navbar-toggler {
    background-color: #010417;
    transition: all 0.4s ease;
  }
  .navbar-default .navbar-toggler-icon {
    color: white !important;
  }
  .navbar-default .navbar-nav > li > a.nav-link {
    border-bottom: 1px rgba(1, 4, 23, 0.7) solid;
    /*font-size: 15px;*/
    padding: 10px 0px;
  }
  .navbar-default .navbar-nav > li > a.nav-link:hover, .navbar-default .navbar-nav > li > a.nav-link:focus {
    background: #010417;
  }

  .collapse {
    transition: all 0.3s ease-out;
    overflow: hidden !important;
    max-height: 0;
  }

  .collapse.in {
    transition: all 0.8s ease-in;
    max-height: 3000px;
    /*any number which is lager than a height of any of your elements*/
  }
}
.mat-slider-horizontal {
  min-width: 200px !important;
}

.mat-slider-track-fill {
  background-color: #61acef !important;
}

.mat-slider-thumb {
  background-color: #fff !important;
}

.cms table thead th,
.table.table-default thead th {
  background-color: #0049cc;
  vertical-align: middle;
}
.cms table td, .cms table th,
.table.table-default td,
.table.table-default th {
  border: 1px solid white;
  text-align: center;
}
.cms table .thead, .cms table tr.first-child td:first-child,
.table.table-default .thead,
.table.table-default tr.first-child td:first-child {
  color: #0039c0;
  font-weight: bold;
  background-color: transparent;
}
.cms table tr > td,
.table.table-default tr > td {
  background-color: transparent;
  vertical-align: middle;
}

.divWalletBalance {
  padding: 0.5em;
  font-size: 11.2px !important;
  /*& th {
    @include font-size($font-size-md !important);
  }*/
}
.divWalletBalance .td-last-child {
  min-width: 100px;
  height: 1rem;
  text-align: right;
}
.divWalletBalance .td-first-child {
  width: auto;
  height: 1rem;
  vertical-align: middle;
  min-width: 100px;
}
.divWalletBalance ~ hr {
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

.popover {
  border-radius: 0;
  border: 1px solid #808080;
  background: #fafafa;
}

/*Logos*/
.logo_provider {
  background-image: url("https://files.sitestatic.net/sprites/providers.png?v=12.8");
  width: 100px;
  height: 90px;
  background-repeat: no-repeat;
}

.logo_provider_hb_fishing {
  background-position: -600px -980px;
}
.logo_provider_hb_fishing:hover, .active .logo_provider_hb_fishing {
  background-position: -600px -980px;
}

.funky-keno .logo_provider_funky-games, .funky-keno .logo_provider_funky-games:hover, .funky-keno.active .logo_provider_funky-games {
  background-position: -100px -990px;
}
.rng-war .logo_provider_funky-games, .rng-war .logo_provider_funky-games:hover, .rng-war.active .logo_provider_funky-games {
  background-position: -200px -990px;
}
.atom .logo_provider_funky-games, .atom .logo_provider_funky-games:hover, .atom.active .logo_provider_funky-games {
  background-position: -300px -990px;
}
.live-bingo .logo_provider_funky-games, .live-bingo .logo_provider_funky-games:hover, .live-bingo.active .logo_provider_funky-games {
  background-position: -400px -990px;
}

.logo_provider_pgsoftslot {
  background-position: 0 -1000px;
}
.logo_provider_pgsoftslot:hover, .active .logo_provider_pgsoftslot {
  background-position: 0 -1000px;
}

.logo_provider_sv388_cf {
  background-position: -500px -980px;
}
.logo_provider_sv388_cf:hover, .active .logo_provider_sv388_cf {
  background-position: -500px -980px;
}

.logo_provider_ygg {
  background-position: -600px -900px;
}
.logo_provider_ygg:hover, .active .logo_provider_ygg {
  background-position: -600px -900px;
}

.logo_provider_booming {
  background-position: -500px -900px;
}
.logo_provider_booming:hover, .active .logo_provider_booming {
  background-position: -500px -900px;
}

.logo_provider_pussy888 {
  background-position: -400px -900px;
}
.logo_provider_pussy888:hover, .active .logo_provider_pussy888 {
  background-position: -400px -900px;
}

.logo_provider_918kiss {
  background-position: -300px -900px;
}
.logo_provider_918kiss:hover, .active .logo_provider_918kiss {
  background-position: -300px -900px;
}

.logo_provider_sky {
  background-position: -100px -900px;
}
.logo_provider_sky:hover, .active .logo_provider_sky {
  background-position: -100px -900px;
}

.logo_provider_n2 {
  background-position: 0px -900px;
}
.logo_provider_n2:hover, .active .logo_provider_n2 {
  background-position: 0px -900px;
}

.logo_provider_1g {
  background-position: 0px 0px;
}
.logo_provider_1g:hover, .active .logo_provider_1g {
  background-position: -100px 0px;
}

.logo_provider_ab {
  background-position: -200px 0px;
}
.logo_provider_ab:hover, .active .logo_provider_ab, .btn-box:hover .logo_provider_ab {
  background-position: -300px 0px;
}

.logo_provider_ag {
  background-position: -400px 0px;
}
.logo_provider_ag:hover, .active .logo_provider_ag, .btn-box:hover .logo_provider_ag {
  background-position: -500px 0px;
}

.logo_provider_bg {
  background-position: -600px 0px;
}
.logo_provider_bg:hover, .active .logo_provider_bg, .btn-box:hover .logo_provider_bg {
  background-position: 0px -90px;
}

.logo_provider_bti {
  background-position: -200px -90px;
}
.logo_provider_bti:hover, .active .logo_provider_bti, .btn-box:hover .logo_provider_bti {
  background-position: -100px -90px;
}

.logo_provider_cf {
  background-position: -300px -90px;
}
.logo_provider_cf:hover, .active .logo_provider_cf, .btn-box:hover .logo_provider_cf {
  background-position: -400px -90px;
}

.logo_provider_cmd {
  background-position: -600px -90px;
}
.logo_provider_cmd:hover, .active .logo_provider_cmd, .btn-box:hover .logo_provider_cmd {
  background-position: -500px -90px;
}

.logo_provider_cq9 {
  background-position: 0px -180px;
}
.logo_provider_cq9:hover, .active .logo_provider_cq9, .btn-box:hover .logo_provider_cq9 {
  background-position: -100px -180px;
}

.logo_provider_dmc {
  background-position: -200px -180px;
}
.logo_provider_dmc:hover, .active .logo_provider_dmc, .btn-box:hover .logo_provider_dmc {
  background-position: -300px -180px;
}

.logo_provider_ebet {
  background-position: -400px -180px;
}
.logo_provider_ebet:hover, .active .logo_provider_ebet, .btn-box:hover .logo_provider_ebet {
  background-position: -500px -180px;
}

.logo_provider_gp {
  background-position: -600px -180px;
}
.logo_provider_gp:hover, .active .logo_provider_gp, .btn-box:hover .logo_provider_gp {
  background-position: 0px -270px;
}

.logo_provider_hb {
  background-position: -100px -270px;
}
.logo_provider_hb:hover, .active .logo_provider_hb, .btn-box:hover .logo_provider_hb {
  background-position: -200px -270px;
}

.logo_provider_ibc {
  background-position: -100px -540px;
}
.logo_provider_ibc:hover, .active .logo_provider_ibc, .btn-box:hover .logo_provider_ibc {
  background-position: 0px -540px;
}

.logo_provider_idn {
  background-position: -500px -270px;
}
.logo_provider_idn:hover, .active .logo_provider_idn, .btn-box:hover .logo_provider_idn {
  background-position: -600px -270px;
}

.logo_provider_isb {
  background-position: 0px -360px;
}
.logo_provider_isb:hover, .active .logo_provider_isb, .btn-box:hover .logo_provider_isb {
  background-position: -100px -360px;
}

.logo_provider_jk {
  background-position: -200px -360px;
}
.logo_provider_jk:hover, .active .logo_provider_jk, .btn-box:hover .logo_provider_jk {
  background-position: -300px -360px;
}

.logo_provider_mg {
  background-position: -400px -360px;
}
.logo_provider_mg:hover, .active .logo_provider_mg, .btn-box:hover .logo_provider_mg {
  background-position: -500px -360px;
}

.logo_provider_pp {
  background-position: -600px -360px;
}
.logo_provider_pp:hover, .active .logo_provider_pp, .btn-box:hover .logo_provider_pp {
  background-position: 0px -450px;
}

.logo_provider_ppvs {
  background-position: 0px -1090px;
}
.logo_provider_ppvs:hover, .active .logo_provider_ppvs, .btn-box:hover .logo_provider_ppvs {
  background-position: 0px -1090px;
}

.logo_provider_pt {
  background-position: -100px -450px;
}
.logo_provider_pt:hover, .active .logo_provider_pt, .btn-box:hover .logo_provider_pt {
  background-position: -200px -450px;
}

.logo_provider_rtg {
  background-position: -300px -450px;
}
.logo_provider_rtg:hover, .active .logo_provider_rtg, .btn-box:hover .logo_provider_rtg {
  background-position: -400px -450px;
}

.logo_provider_sa {
  background-position: -500px -450px;
}
.logo_provider_sa:hover, .active .logo_provider_sa, .btn-box:hover .logo_provider_sa {
  background-position: -600px -450px;
}

.logo_provider_saba {
  background-position: 0px -540px;
}
.logo_provider_saba:hover, .active .logo_provider_saba, .btn-box:hover .logo_provider_saba {
  background-position: -100px -540px;
}

.logo_provider_sb {
  background-position: -200px -540px;
}
.logo_provider_sb:hover, .active .logo_provider_sb, .btn-box:hover .logo_provider_sb {
  background-position: -300px -540px;
}

.logo_provider_sbo {
  background-position: 0px -540px;
}
.logo_provider_sbo:hover, .active .logo_provider_sbo, .btn-box:hover .logo_provider_sbo {
  background-position: -100px -540px;
}

.logo_provider_sbo {
  background-position: -400px -540px;
}
.logo_provider_sbo:hover, .active .logo_provider_sbo, .btn-box:hover .logo_provider_sbo {
  background-position: -500px -540px;
}

.logo_provider_seni {
  background-position: -600px -540px;
}
.logo_provider_seni:hover, .active .logo_provider_seni, .btn-box:hover .logo_provider_seni {
  background-position: 0px -630px;
}

.logo_provider_sg {
  background-position: -400px -630px;
}
.logo_provider_sg:hover, .active .logo_provider_sg, .btn-box:hover .logo_provider_sg {
  background-position: -100px -630px;
}

.logo_provider_sp {
  background-position: -500px -630px;
}
.logo_provider_sp:hover, .active .logo_provider_sp, .btn-box:hover .logo_provider_sp {
  background-position: -600px -630px;
}

.logo_provider_ttg {
  background-position: -200px -631px;
}
.logo_provider_ttg:hover, .active .logo_provider_ttg, .btn-box:hover .logo_provider_ttg {
  background-position: -300px -631px;
}

.logo_provider_ug {
  background-position: 0px -720px;
}
.logo_provider_ug:hover, .active .logo_provider_ug, .btn-box:hover .logo_provider_ug {
  background-position: -400px -720px;
}

.logo_provider_unitedg {
  background-position: -100px -720px;
}
.logo_provider_unitedg:hover, .active .logo_provider_unitedg, .btn-box:hover .logo_provider_unitedg {
  background-position: -500px -720px;
}

.logo_provider_wm {
  background-position: -600px -720px;
}
.logo_provider_wm:hover, .active .logo_provider_wm, .btn-box:hover .logo_provider_wm {
  background-position: -200px -721px;
}

.logo_provider_PlayNgo {
  background-position: -300px -810px;
}
.logo_provider_PlayNgo:hover, .active .logo_provider_PlayNgo, .btn-box:hover .logo_provider_PlayNgo {
  background-position: -200px -810px;
}

.logo_provider_playson {
  background-position: -500px -810px;
}
.logo_provider_playson:hover, .active .logo_provider_playson, .btn-box:hover .logo_provider_playson {
  background-position: -400px -810px;
}

.logo_provider_beauty {
  background-position: -300px -720px;
}
.logo_provider_beauty:hover, .active .logo_provider_beauty, .btn-box:hover .logo_provider_beauty {
  background-position: -300px -720px;
}

.logo_provider_evo {
  background-position: -300px -270px;
}
.logo_provider_evo:hover, .active .logo_provider_evo, .btn-box:hover .logo_provider_evo {
  background-position: -400px -270px;
}

/*---Logos Powered on the footer By START*/
.logo_ag {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -139px -175px;
  width: 53px;
}
.logo_ag:hover, .active .logo_ag {
  background-position: -26px -175px;
}

.logo_cmd {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -124px -1px;
  width: 82px;
}
.logo_cmd:hover, .active .logo_cmd {
  background-position: -11px -1px;
}

.logo_gp {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -147px -50px;
  width: 37px;
}
.logo_gp:hover, .active .logo_gp {
  background-position: -34px -50px;
}

.logo_pp {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -152px -559px;
  width: 28px;
  height: 39px;
}
.logo_pp:hover, .active .logo_pp {
  background-position: -39px -559px;
}

.logo_sbo {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -142px -694px;
  width: 44px;
  height: 39px;
}
.logo_sbo:hover, .active .logo_sbo {
  background-position: -27px -694px;
}

.logo_sg {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -149px -422px;
  width: 32px;
  height: 37px;
}
.logo_sg:hover, .active .logo_sg {
  background-position: -36px -422px;
}

.logo_hb {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -153px -627px;
  width: 26px;
  height: 39px;
}
.logo_hb:hover, .active .logo_hb {
  background-position: -40px -627px;
}

.logo_joker {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -127px -1210px;
  width: 71px;
  height: 37px;
}
.logo_joker:hover, .active .logo_joker {
  background-position: -19px -1210px;
}

.logo_mg {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -148px -358px;
  width: 35px;
  height: 35px;
}
.logo_mg:hover, .active .logo_mg {
  background-position: -35px -358px;
}

.logo_ttg {
  background: url("/assets/images/powered_by/pw_by.png") no-repeat -150px -488px;
  width: 35px;
  height: 36px;
}
.logo_ttg:hover, .active .logo_ttg {
  background-position: -36px -488px;
}

.logo_provider_k4_live {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -140px -1200px;
  width: 140px;
  height: 120px;
}

.logo_provider_k4_togel {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -280px -1200px;
  width: 140px;
  height: 120px;
}

.logo_provider.HKGP {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  width: 140px;
  height: 120px;
}
.hkgp_togel .logo_provider.HKGP, .live-virtual-4d .logo_provider.HKGP {
  background-position: 0px -1320px;
}
.hkgp-bingo .logo_provider.HKGP, .hkgp-bingo .logo_provider.HKGP {
  background-position: -140px -1320px;
}
.hkgp_racing .logo_provider.HKGP, .racing-car .logo_provider.HKGP {
  background-position: -280px -1320px;
}

.burning-pearl-bingo .logo_provider_jk {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -140px -360px;
  width: 140px;
  height: 120px;
}

.crypto-mania-bingo .logo_provider_jk {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -280px -360px;
  width: 140px;
  height: 120px;
}

.neptune-treasure-bingo .logo_provider_jk {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: 0px -480px;
  width: 140px;
  height: 120px;
}

.baccarat .logo_provider_pp {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=6") no-repeat;
  background-position: -140px -960px;
  width: 140px;
  height: 120px;
}

.multihand-blackjack .logo_provider_pp {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: 0px -1080px;
  width: 140px;
  height: 120px;
}

.american-blackjack .logo_provider_pp {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: 0px -960px;
  width: 140px;
  height: 120px;
}

.dragon-tiger .logo_provider_pp {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -280px -960px;
  width: 140px;
  height: 120px;
}

.dragon-bonus-baccarat .logo_provider_pp {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -140px -1080px;
  width: 140px;
  height: 120px;
}

.roulette .logo_provider_pp {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: 0px -1200px;
  width: 140px;
  height: 120px;
}

.jacks-or-better .logo_provider_pp {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -280px -1080px;
  width: 140px;
  height: 120px;
}

/*.tai_xiu .logo_provider_km {
    background: url('https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0') no-repeat;
    background-position: -560px 0;
    width: 140px;
    height: 120px;
}*/
.tai_xiu .menu-item-title {
  display: none;
}

.tai_xiu .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/km_dropdown.png?v=1.0") no-repeat;
  background-position: 0 0;
  width: 440px;
  height: 160px;
}

.xoc-dia .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 120px;
}

.VFPC .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: -140px 0;
  width: 140px;
  height: 120px;
}

.Sic-Bo .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: 0 -120px;
  width: 140px;
  height: 120px;
}

.keno .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: -280px -120px;
  width: 140px;
  height: 120px;
}

.thai-hi-lo .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: -280px 0;
  width: 140px;
  height: 120px;
}

.fpc2 .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: -420px -120px;
  width: 140px;
  height: 120px;
}

.fan-tan2 .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: -560px -120px;
  width: 140px;
  height: 120px;
}

.dragon_tiger2 .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: 0 -240px;
  width: 140px;
  height: 120px;
}

.belangkai-2 .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: -280px -240px;
  width: 140px;
  height: 120px;
}

.classicFT .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: -140px -240px;
  width: 140px;
  height: 120px;
}

.number_matka .logo_provider_km {
  background: url("https://files.sitestatic.net/sprites/logo_rng_new.png?v=1.0") no-repeat;
  background-position: -140px -120px;
  width: 140px;
  height: 120px;
}

.logo_rng {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
}

.ug-baccarat .logo_rng {
  background-position: 10px 0px;
  width: 140px;
  height: 120px;
}

.bola-tangkas .logo_rng {
  background-position: -140px 0px;
  width: 140px;
  height: 120px;
}

.stud-poker .logo_rng {
  background-position: -280px 0px;
  width: 140px;
  height: 120px;
}

.classic-bola-tangkas .logo_rng {
  background-position: 0px -120px;
  width: 140px;
  height: 120px;
}

.classic-15-keno .logo_rng {
  background-position: -280px -120px;
  width: 140px;
  height: 120px;
}

.classic-8-keno .logo_rng {
  background-position: 0px -240px;
  width: 140px;
  height: 120px;
}

.ultimate-keno .logo_rng {
  background-position: 0px -360px;
  width: 140px;
  height: 120px;
}

.texas-poker .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -280px -840px;
  width: 140px;
  height: 120px;
}

.cards-13 .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -140px -480px;
  width: 140px;
  height: 120px;
}

.cards-dealer-13 .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -280px -480px;
  width: 140px;
  height: 120px;
}

.baccarat-dealer .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: 0px -600px;
  width: 140px;
  height: 120px;
}

.ceme-dealer .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -120px -600px;
  width: 140px;
  height: 120px;
}

.ceme-take-turn .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -280px -600px;
  width: 140px;
  height: 120px;
}

.domino-qq .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: 0px -720px;
  width: 140px;
  height: 120px;
}

.poker-dealer .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -120x -720px;
  width: 140px;
  height: 120px;
}

.private-poker .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -120px -720px;
  width: 140px;
  height: 120px;
}

.sokong .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: 0px -840px;
  width: 140px;
  height: 120px;
}

.super-ten .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=7") no-repeat;
  background-position: -140px -840px;
  width: 140px;
  height: 120px;
}

.ceme-adu .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=1.0") no-repeat;
  background-position: 0 -1440px;
  width: 140px;
  height: 120px;
}

.cards-3 .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=1.5") no-repeat;
  background-position: -142px -1440px;
  width: 140px;
  height: 120px;
}

.cards-dealer-3 .logo_provider_1g {
  background: url("https://files.sitestatic.net/sprites/logo_rng.png?v=1.5") no-repeat;
  background-position: -284px -1440px;
  width: 140px;
  height: 120px;
}

.logo_rng_joker {
  background-position: -140px -120px;
  width: 140px;
  height: 120px;
}

.logo_rng_sbo {
  background-position: -140px -240px;
  width: 140px;
  height: 120px;
}

.logo_rng_sbo-cg {
  background-position: -280px -240px;
  width: 140px;
  height: 120px;
}

/*---Logos Powered By END*/
/*--------------------------
    Logo with names
  -----------------------------*/
.bg-um:before,
.bg-co:before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  transform: translateX(-50%);
  left: 50%;
  background: url("https://files.sitestatic.net/sprites/flags.png?v=2") no-repeat;
}

.bg-co:before {
  background-position: 0px 0px;
  width: 150px;
  height: 40px;
}

.bg-um:before {
  background-position: 0px -40px;
  width: 150px;
  height: 40px;
}

.bg-co-sm:before,
.bg-um-sm:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  text-align: center;
  left: 20%;
  z-index: 2;
  background: url("https://files.sitestatic.net/sprites/flags-sm.png?v=8") no-repeat;
}

.bg-co-sm:before {
  background-position: -10px -58px;
  width: 60px;
  height: 16px;
}

.bg-um-sm:before {
  background-position: -10px -74px;
  width: 60px;
  height: 16px;
}

.bg_berlian {
  background: url("https://files.sitestatic.net/sprites/flags-sm.png?v=8") no-repeat -131px -74px;
  width: 25px;
  height: 23px;
  z-index: 2;
}

.bg_gold {
  background: url("https://files.sitestatic.net/sprites/flags-sm.png?v=8") no-repeat -103px -74px;
  width: 25px;
  height: 23px;
  z-index: 2;
}

.bg_silver {
  background: url("https://files.sitestatic.net/sprites/flags-sm.png?v=8") no-repeat -74px -74px;
  width: 25px;
  height: 23px;
  z-index: 2;
}

.bg_bronze {
  background: url("https://files.sitestatic.net/sprites/bronze_diamond.png");
  width: 25px;
  height: 25px;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}

.circle-en,
.circle-id,
.circle-th,
.circle-cn,
.circle-vn,
.circle-my,
.circle-in {
  background: url("https://files.sitestatic.net/sprites/flags-sm.png?v=8.1") no-repeat;
  width: 26px;
  height: 26px;
}

.circle-id {
  background-position: -115px -10px;
}

.circle-th {
  background-position: -11px -11px;
}

.circle-cn {
  background-position: -39px -11px;
}

.circle-vn {
  background-position: -116px -45px;
}

.circle-my {
  background-position: -67px -11px;
}

.circle-in {
  background-position: -78px -45px;
}

.circle-en {
  background-position: -11px -98px;
}

.bg-1gpoker,
.bg-asiagaming,
.bg-biggaming,
.bg-bti,
.bg-cq9gaming,
.bg-ebet,
.bg-gameplay,
.bg-habanero,
.bg-idnplay,
.bg-isoftbet,
.bg-jokergaming,
.bg-microgaming,
.bg-pragmatic,
.bg-realtime,
.bg-sa-gaming,
.bg-sbobet,
.bg-sexy-bacarat,
.bg-simpleplay,
.bg-spadegaming,
.bg-sv388,
.bg-toptrend,
.bg-unitedgaming,
.bg-wm-casino,
.bg-pt,
.bg-PlayNgo,
.bg-playson,
.bg-idn,
.bg-beauty,
.bg-evo,
.bg-ab,
.bg-k4,
.bg-cmd,
.bg-ibc,
.bg-n2live,
.bg-skywind,
.bg-918kiss,
.bg-booming,
.bg-ygg,
.bg-pussy888,
.bg-pgsoftslot,
.bg-hkgp,
.bg-sv388cf,
.bg-funky-games,
.bg-ultimate-gaming,
.bg-ppvs {
  /*display: inline-block;*/
  background: url("https://files.sitestatic.net/sprites/providers_full.png?v=12.9") no-repeat;
  /*overflow: hidden;
  text-indent: -9999px;*/
  /*text-align: left;*/
}

.bg-ppvs {
  background-position: 0 -726px;
  width: 200px;
  height: 60px;
}

.bg-ultimate-gaming {
  background-position: -200px -660px;
  width: 200px;
  height: 60px;
}

.bg-sv388cf {
  background-position: -600px -240px;
  width: 200px;
  height: 60px;
}

.bg-funky-games {
  background-position: -600px -660px;
  width: 200px;
  height: 60px;
}

.bg-hkgp {
  background-position: 0px -660px;
  width: 200px;
  height: 60px;
}

.bg-pgsoftslot {
  background-position: -600px -600px;
  width: 200px;
  height: 60px;
}

.bg-pussy888 {
  background-position: -400px -600px;
  width: 200px;
  height: 60px;
}

.bg-ygg {
  background-position: -200px -600px;
  width: 200px;
  height: 60px;
}

.bg-booming {
  background-position: 0 -600px;
  width: 200px;
  height: 60px;
}

.bg-918kiss {
  background-position: -600px -540px;
  width: 200px;
  height: 60px;
}

.bg-n2live {
  background-position: -200px -540px;
  width: 200px;
  height: 60px;
}

.bg-skywind {
  background-position: -400px -540px;
  width: 200px;
  height: 60px;
}

.bg-ibc {
  background-position: 0px -540px;
  width: 200px;
  height: 60px;
}

.bg-cmd {
  background-position: -600px -480px;
  width: 200px;
  height: 60px;
}

.bg-beauty {
  background-position: 0px -480px;
  width: 200px;
  height: 60px;
}

.bg-ab {
  background-position: -200px -480px;
  width: 200px;
  height: 60px;
}

.bg-k4 {
  background-position: -400px -480px;
  width: 200px;
  height: 60px;
}

.bg-evo {
  background-position: 0px -420px;
  width: 200px;
  height: 60px;
}

.bg-1gpoker {
  background-position: 0px 0px;
  width: 200px;
  height: 60px;
}

.bg-asiagaming {
  background-position: -200px 0px;
  width: 200px;
  height: 60px;
}

.bg-biggaming {
  background-position: -400px 0px;
  width: 200px;
  height: 60px;
}

.bg-bti {
  background-position: -600px 0px;
  width: 200px;
  height: 60px;
}

.bg-cq9gaming {
  background-position: 0px -60px;
  width: 200px;
  height: 60px;
}

.bg-ebet {
  background-position: -200px -60px;
  width: 200px;
  height: 60px;
}

.bg-gameplay {
  background-position: -400px -60px;
  width: 200px;
  height: 60px;
}

.bg-habanero {
  background-position: -600px -60px;
  width: 200px;
  height: 60px;
}

.bg-idnplay {
  background-position: 0px -120px;
  width: 200px;
  height: 60px;
}

.bg-isoftbet {
  background-position: -200px -120px;
  width: 200px;
  height: 60px;
}

.bg-jokergaming {
  background-position: -400px -120px;
  width: 200px;
  height: 60px;
}

.bg-microgaming {
  background-position: -600px -120px;
  width: 200px;
  height: 60px;
}

.bg-pragmatic {
  background-position: 0px -180px;
  width: 200px;
  height: 60px;
}

.bg-realtime {
  background-position: -200px -180px;
  width: 200px;
  height: 60px;
}

.bg-sa-gaming {
  background-position: -400px -180px;
  width: 200px;
  height: 60px;
}

.bg-sbobet {
  background-position: -600px -180px;
  width: 200px;
  height: 60px;
}

.bg-sexy-bacarat {
  background-position: 0px -240px;
  width: 200px;
  height: 60px;
}

.bg-simpleplay {
  background-position: -200px -240px;
  width: 200px;
  height: 60px;
}

.bg-spadegaming {
  background-position: -400px -240px;
  width: 200px;
  height: 60px;
}

.bg-sv388 {
  background-position: -600px -420px;
  width: 200px;
  height: 60px;
}

.bg-toptrend {
  background-position: 0px -300px;
  width: 200px;
  height: 60px;
}

.bg-unitedgaming {
  background-position: -200px -300px;
  width: 200px;
  height: 60px;
}

.bg-wm-casino {
  background-position: -400px -300px;
  width: 200px;
  height: 60px;
}

.bg-pt {
  background-position: -600px -300px;
  width: 200px;
  height: 60px;
}

.bg-PlayNgo {
  background-position: -400px -360px;
  width: 200px;
  height: 60px;
}

.bg-playson {
  background-position: -600px -360px;
  width: 200px;
  height: 60px;
}

.bg-idn {
  background-position: -400px -420px;
  width: 200px;
  height: 60px;
}

/*==================other theme elements=========================*/
/*==============================================================*/
.mat-group {
  position: relative;
  margin: 15px 0;
}

textarea.mat-control {
  resize: none;
}

input.mat-control,
textarea.mat-control {
  background: none;
  color: #b3b4b9;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #b3b4b9;
}
input.mat-control:focus,
textarea.mat-control:focus {
  outline: none;
}
input.mat-control:focus ~ label, input.mat-control:valid ~ label, input.mat-control:disabled ~ label,
textarea.mat-control:focus ~ label,
textarea.mat-control:valid ~ label,
textarea.mat-control:disabled ~ label {
  top: -14px;
  font-size: 12px;
  color: white;
}
input.mat-control:focus ~ .bar:before,
textarea.mat-control:focus ~ .bar:before {
  width: 100%;
}

.mat-group label {
  color: #b3b4b9;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 300ms ease all;
}
.mat-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.mat-group .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: white;
  transition: 300ms ease all;
  left: 0%;
}

/*------------------------------*/
/*-------announcement popover--------*/
.popover-header,
.popover-title {
  background-color: #030b30;
  font-size: 11.2px;
  border-bottom: none;
  text-decoration: underline;
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #030b30;
}

.popover-body,
.popover-content {
  background-color: #030b30;
  color: white;
}

/*----ngx-Bootstrap-----*/
.modal-content {
  background-color: #0e3b8c;
  border-radius: 0;
}

/*=====================MOBILE styles START==========================*/
@media screen and (max-width: 992px) {
  /*@import "mobile-variables"*/
  html,
body,
.content,
.full-container,
.main-content,
.container-wrapper {
    height: 100%;
  }

  body.mobile {
    background-color: #010417;
    background-image: none;
    color: white;
    /*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      color: text-color(primary,base);
    }*/
  }
  body.mobile h2 {
    font-size: 19px;
  }
  body.mobile h3 {
    font-size: 16px;
  }
  body.mobile h4 {
    font-size: 16px;
  }
  body.mobile h5 {
    font-size: 12px;
  }
  body.mobile .mobile-border {
    display: block;
    border-top: 3px solid rgba(15, 29, 134, 0.8);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  body.mobile .gradient-box {
    background-color: #010417;
  }
  body.mobile .gradient-border:after, body.mobile .gradient-border:before {
    content: none;
  }
  body.mobile .mobile-border {
    display: block;
    border-top: 3px solid rgba(15, 29, 134, 0.8);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  body.mobile .overlay-wrapper {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
  }
  body.mobile .btn-fancy {
    background-color: #061348;
  }
}
/*=====================MOBILE styles END ==========================*/
.loader-b {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loader-b:before {
  content: "";
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  border: 2px solid #0049cc;
  border-radius: 50%;
  border-top: 2px solid #304fd0;
  animation: spin 2s linear infinite;
}
.loader-b.large:before {
  width: 72px;
  height: 72px;
  border-width: 5px;
}
.loader-b.large:after {
  display: block;
  position: relative;
  transform: translateY(-207.5%);
  margin: auto;
  text-align: center;
  content: "Loading";
}

#loader:before,
.loader:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-top: 2px;
  border: 2px solid #0049cc;
  border-radius: 50%;
  border-top: 2px solid #304fd0;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**info view start*/
.info-view .nav {
  font-size: 14px;
}
.info-view mat-panel-title {
  padding: 5px;
}
.info-view mat-panel-title {
  padding: 5px;
}

/**info view end*/
mat-form-field.mat-form-field.mat-form-field-appearance-outline > div.mat-form-field-wrapper > div.mat-form-field-flex > div.mat-form-field-infix {
  padding: 0.4em 0px;
}

mat-form-field.mat-form-field.mat-form-field-appearance-outline > div.mat-form-field-wrapper > div.mat-form-field-flex > div.mat-form-field-infix > span.mat-form-field-label-wrapper {
  top: -1.5em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.1em) scale(0.75);
  width: 133.33333%;
}

ngx-daterangepicker-material {
  color: black;
}

/**special cases*/
.sports_pc iframe, .sports_pc .iframe-box {
  height: 1600px !important;
}

.cursor-draggable {
  cursor: grab;
  cursor: -webkit-grab;
}

/***/
.btns-log .btn.btn-block {
  border-radius: 0;
}

.ann-wrapper {
  padding: 0.2em;
  background-color: inherit;
  color: inherit;
  vertical-align: middle;
}
.ann-wrapper .ann-content {
  overflow: hidden;
  padding-top: 5px;
}
.ann-wrapper i {
  font-size: 21.882px;
  color: #0049cc;
}

div.daterangepicker {
  color: black;
}
div.daterangepicker .ranges,
div.daterangepicker table {
  color: black;
}

.fancybox-slide > * {
  max-width: 100% !important;
  padding: 10px;
  background-color: transparent !important;
}

@media screen and (max-width: 992px) {
  .nifty-modal {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    top: 30%;
  }
}
@media screen and (min-width: 992px) {
  .nifty-modal {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    top: 50%;
  }
}

.g-slider-wrapper .title {
  text-transform: uppercase;
}

.setup-pin .ce-modal__content-container {
  max-width: 400px;
  min-width: 300px;
  width: 90%;
  padding: 20px;
}

.ft_payment_logo {
  display: inline-block;
  margin: 5px 10px 5px 0;
  vertical-align: middle;
}

.logo-myr {
  background: url("https://files.sitestatic.net/sprites/ico_bank_my.png?v=1.1") no-repeat;
}
.logo-myr.maybank, .logo-myr.MB2U {
  background-position: -1px -154px;
  width: 112px;
  height: 23px;
}
.logo-myr.maybank.w, .logo-myr.MB2U.w {
  background-position: -1px -112px;
}
.logo-myr.publicbank, .logo-myr.PUBB {
  background-position: -2px -240px;
  width: 109px;
  height: 25px;
}
.logo-myr.publicbank.w, .logo-myr.PUBB.w {
  background-position: -2px -201px;
}
.logo-myr.cimbbank, .logo-myr.CIMB {
  background-position: 0 -329px;
  width: 112px;
  height: 18px;
}
.logo-myr.cimbbank.w, .logo-myr.CIMB.w {
  background-position: 0 -289px;
}
.logo-myr.affinbank, .logo-myr.AFFIN {
  background-position: 0 -402px;
  width: 118px;
  height: 29px;
}
.logo-myr.affinbank.w, .logo-myr.AFFIN.w {
  background-position: 0 -360px;
}
.logo-myr.alliancebank, .logo-myr.ALIANCE {
  background-position: 0 -481px;
  width: 110px;
  height: 29px;
}
.logo-myr.alliancebank.w, .logo-myr.ALIANCE.w {
  background-position: 0 -439px;
}
.logo-myr.ambank, .logo-myr.AM {
  background-position: 0 -573px;
  width: 116px;
  height: 18px;
}
.logo-myr.ambank.w, .logo-myr.AM.w {
  background-position: 0 -531px;
}
.logo-myr.bankrakyat, .logo-myr.BSNB {
  background-position: -1px -654px;
  width: 121px;
  height: 25px;
}
.logo-myr.bankrakyat.w, .logo-myr.BSNB.w {
  background-position: -1px -613px;
}
.logo-myr.citibank, .logo-myr.CITI {
  background-position: 0 -734px;
  width: 110px;
  height: 29px;
}
.logo-myr.citibank.w, .logo-myr.CITI.w {
  background-position: 0 -692px;
}
.logo-myr.hongleong, .logo-myr.HLBB {
  background-position: 0 -822px;
  width: 118px;
  height: 23px;
}
.logo-myr.hongleong.w, .logo-myr.HLBB.w {
  background-position: 0 -780px;
}
.logo-myr.hsbc, .logo-myr.HSBC {
  background-position: 0 -907px;
  width: 113px;
  height: 20px;
}
.logo-myr.hsbc.w, .logo-myr.HSBC.w {
  background-position: 0 -866px;
}
.logo-myr.ocbc, .logo-myr.OCBC {
  background-position: 0 -989px;
  width: 114px;
  height: 24px;
}
.logo-myr.ocbc.w, .logo-myr.OCBC.w {
  background-position: 0 -948px;
}
.logo-myr.rhb, .logo-myr.RHBB {
  background-position: -1px -1073px;
  width: 81px;
  height: 26px;
}
.logo-myr.rhb.w, .logo-myr.RHBB.w {
  background-position: -1px -1031px;
}
.logo-myr.uob, .logo-myr.UOB {
  background-position: 0 -1157px;
  width: 88px;
  height: 26px;
}
.logo-myr.uob.w, .logo-myr.UOB.w {
  background-position: 0 -1116px;
}
.logo-myr.bankislam, .logo-myr.BI {
  background-position: -1px -1238px;
  width: 125px;
  height: 40px;
}
.logo-myr.bankislam.w, .logo-myr.BI.w {
  background-position: -1px -112px;
}

.logo-thb {
  background: url("https://files.sitestatic.net/sprites/ico_bank_thb.png?v=7") no-repeat;
}

.logo-thb.bangkokbank {
  background-position: 0 -48px;
  width: 101px;
  height: 24px;
}
.logo-thb.bangkokbank.w {
  background-position: 0 -9px;
}

.logo-thb.uau {
  background-position: 0 -122px;
  width: 82px;
  height: 28px;
}
.logo-thb.uau.w {
  background-position: 0 -82px;
}

.logo-thb.leaf {
  background-position: -1px -198px;
  width: 120px;
  height: 30px;
}
.logo-thb.leaf.w {
  background-position: -1px -159px;
}

.logo-thb.krungsri {
  background-position: 0 -276px;
  width: 75px;
  height: 26px;
}
.logo-thb.krungsri.w {
  background-position: 0 -236px;
}

.logo-thb.krungtai {
  background-position: 0 -355px;
  width: 110px;
  height: 20px;
}
.logo-thb.krungtai.w {
  background-position: 0 -317px;
}

.logo-thb.scb {
  background-position: 0 -431px;
  width: 73px;
  height: 26px;
}
.logo-thb.scb.w {
  background-position: 0 -391px;
}

.logo-vnd {
  background: url("https://files.sitestatic.net/sprites/ico_bank_vn.png?v=8") no-repeat;
}
.logo-vnd.vib, .logo-vnd.VTB {
  background-position: 0 -1345px;
  width: 118px;
  height: 48px;
}
.logo-vnd.tp {
  background-position: 0 -1519px;
  width: 151px;
  height: 34px;
}
.logo-vnd.vpbank {
  background-position: 0 -1470px;
  width: 142px;
  height: 32px;
}
.logo-vnd.viet {
  background-position: 0 -1410px;
  width: 153px;
  height: 39px;
}
.logo-vnd.shb {
  background-position: 0px -1223px;
  width: 149px;
  height: 53px;
}
.logo-vnd.shin {
  background-position: 0 -1290px;
  width: 147px;
  height: 39px;
}
.logo-vnd.scb2 {
  background-position: 0px -1143px;
  width: 140px;
  height: 53px;
}
.logo-vnd.ocb2 {
  background-position: 0 -1062px;
  width: 140px;
  height: 61px;
}
.logo-vnd.pvcom {
  background-position: 0 -992px;
  width: 116px;
  height: 56px;
}
.logo-vnd.vieta {
  background-position: -8px -937px;
  width: 132px;
  height: 34px;
}
.logo-vnd.mb {
  background-position: 0 -881px;
  width: 97px;
  height: 42px;
}
.logo-vnd.lienvietpost {
  background-position: 0 -838px;
  width: 141px;
  height: 26px;
}
.logo-vnd.kienlong {
  background-position: 0 -773px;
  width: 102px;
  height: 54px;
}
.logo-vnd.hd {
  background-position: 0 -716px;
  width: 128px;
  height: 48px;
}
.logo-vnd.EXIM {
  background-position: 0 -676px;
  width: 144px;
  height: 31px;
}
.logo-vnd.AGRI {
  background-position: 0 -640px;
  width: 137px;
  height: 20px;
}
.logo-vnd.ab {
  background-position: -2px -609px;
  width: 120px;
  height: 16px;
}
.logo-vnd.acb, .logo-vnd.ACB {
  background-position: 0 -58px;
  width: 61px;
  height: 25px;
}
.logo-vnd.bidv, .logo-vnd.BIDV {
  background-position: 0 -138px;
  width: 102px;
  height: 33px;
}
.logo-vnd.donga, .logo-vnd.DAB {
  background-position: 0 -226px;
  width: 119px;
  height: 24px;
}
.logo-vnd.sacombank, .logo-vnd.SACOM {
  background-position: 0 -314px;
  width: 121px;
  height: 18px;
}
.logo-vnd.techcombank, .logo-vnd.TCB {
  background-position: 0 -395px;
  width: 124px;
  height: 23px;
}
.logo-vnd.vietbank {
  background-position: 0 -475px;
  width: 118px;
  height: 30px;
}
.logo-vnd.vietcom, .logo-vnd.VCB {
  background-position: 0 -556px;
  width: 107px;
  height: 36px;
}

.logo_e {
  background: url("https://files.sitestatic.net/sprites/ico_e_wallet.png?v=3") no-repeat;
}
.logo_e.axis {
  background-position: 0 -5px;
  width: 68px;
  height: 47px;
}
.logo_e.telkomsel {
  background-position: 0 -56px;
  width: 101px;
  height: 33px;
}
.logo_e.gopays {
  background-position: -129px -5px;
  width: 47px;
  height: 47px;
}
.logo_e.ovo {
  background-position: -130px -108px;
  width: 47px;
  height: 47px;
}
.logo_e.xl {
  background-position: 0 -127px;
  width: 59px;
  height: 47px;
}
.logo_e.dana {
  background-position: -76px -5px;
  width: 47px;
  height: 46px;
}
.logo_e.grab {
  background-position: -129px -56px;
  width: 47px;
  height: 47px;
}
.logo_e.linkaja {
  background-position: -130px -157px;
  width: 47px;
  height: 47px;
}
.logo_e.gojek {
  background-position: 0 -94px;
  width: 124px;
  height: 29px;
}
.logo_e.indosat {
  background-position: -62px -127px;
  width: 64px;
  height: 47px;
}
.logo_e.maxis {
  background-position: 0 -180px;
  width: 94px;
  height: 40px;
}

.logo_hkd {
  background: url("https://files.sitestatic.net/sprites/ico_bank_hkd.png") no-repeat;
  display: inline-block;
  margin: 5px 10px 5px 0;
  vertical-align: middle;
}
.logo_hkd.anz {
  background-position: 0px 0px;
  width: 85px;
  height: 32px;
}
.logo_hkd.anz.w {
  background-position: 0px -30px;
  width: 85px;
  height: 32px;
}
.logo_hkd.bankeastasia {
  background-position: 0px -190px;
  width: 135px;
  height: 30px;
}
.logo_hkd.bankeastasia.w {
  background-position: 0px -215px;
  width: 135px;
  height: 30px;
}
.logo_hkd.barclays {
  background-position: 0 -59px;
  width: 100px;
  height: 23px;
}
.logo_hkd.barclays.w {
  background-position: 0 -81px;
  width: 100px;
  height: 23px;
}
.logo_hkd.commonwealth {
  background-position: 0 -102px;
  width: 110px;
  height: 24px;
}
.logo_hkd.commonwealth.w {
  background-position: 0 -122px;
  width: 110px;
  height: 24px;
}
.logo_hkd.dbs {
  background-position: 0 -144px;
  width: 124px;
  height: 25px;
}
.logo_hkd.dbs.w {
  background-position: 0 -167px;
  width: 124px;
  height: 25px;
}
.logo_hkd.icbc {
  background-position: 0 -243px;
  width: 75px;
  height: 32px;
}
.logo_hkd.icbc.w {
  background-position: 0 -272px;
  width: 75px;
  height: 32px;
}
.logo_hkd.nab {
  background-position: 0 -300px;
  width: 65px;
  height: 30px;
}
.logo_hkd.nab.w {
  background-position: 0 -330px;
  width: 65px;
  height: 30px;
}
.logo_hkd.rbc {
  background-position: 0px -357px;
  width: 90px;
  height: 35px;
}
.logo_hkd.rbc.w {
  background-position: 0px -392px;
  width: 90px;
  height: 35px;
}
.logo_hkd.rbs {
  background-position: 0 -425px;
  width: 80px;
  height: 30px;
}
.logo_hkd.rbs.w {
  background-position: 0 -452px;
  width: 80px;
  height: 30px;
}
.logo_hkd.standardchartered {
  background-position: 0 -480px;
  width: 85px;
  height: 40px;
}
.logo_hkd.standardchartered.w {
  background-position: 0 -516px;
  width: 85px;
  height: 40px;
}
.logo_hkd.ubs {
  background-position: 0 -552px;
  width: 65px;
  height: 28px;
}
.logo_hkd.ubs.w {
  background-position: 0 -576px;
  width: 65px;
  height: 28px;
}
.logo_hkd.westpac {
  background-position: 0 -600px;
  width: 110px;
  height: 30px;
}
.logo_hkd.westpac.w {
  background-position: 0 -628px;
  width: 110px;
  height: 30px;
}

.logo-id,
.logo-idr {
  background: url("https://files.sitestatic.net/sprites/ico_bank_id.png?v=11.3") no-repeat;
  display: inline-block;
  margin: 5px 10px 5px 0;
  vertical-align: middle;
}
.logo-id.bsn,
.logo-idr.bsn {
  background-position: -2px -1602px;
  width: 107px;
  height: 44px;
}
.logo-id.mandiri_sya,
.logo-idr.mandiri_sya {
  background-position: 0 -1513px;
  width: 100px;
  height: 51px;
}
.logo-id.danamon_sya,
.logo-idr.danamon_sya {
  background-position: 0 -1453px;
  width: 124px;
  height: 54px;
}
.logo-id.bri_sya,
.logo-idr.bri_sya {
  background-position: 0 -1406px;
  width: 140px;
  height: 33px;
}
.logo-id.bni_sya,
.logo-idr.bni_sya {
  background-position: 0 -1345px;
  width: 105px;
  height: 51px;
}
.logo-id.bca_sya,
.logo-idr.bca_sya {
  background-position: 0 -1313px;
  width: 140px;
  height: 24px;
}
.logo-id.danamon, .logo-id.Danamon,
.logo-idr.danamon,
.logo-idr.Danamon {
  background-position: 0 -94px;
  width: 128px;
  height: 32px;
}
.logo-id.danamon.w, .logo-id.Danamon.w,
.logo-idr.danamon.w,
.logo-idr.Danamon.w {
  background-position: 0 -23px;
}
.logo-id.bni, .logo-id.BNI,
.logo-idr.bni,
.logo-idr.BNI {
  background-position: 0 -218px;
  width: 79px;
  height: 23px;
}
.logo-id.bni.w, .logo-id.BNI.w,
.logo-idr.bni.w,
.logo-idr.BNI.w {
  background-position: 0 -168px;
}
.logo-id.bca, .logo-id.BCA,
.logo-idr.bca,
.logo-idr.BCA {
  background-position: 0 -338px;
  width: 79px;
  height: 24px;
}
.logo-id.bca.w, .logo-id.BCA.w,
.logo-idr.bca.w,
.logo-idr.BCA.w {
  background-position: 0 -282px;
}
.logo-id.bri, .logo-id.BRI,
.logo-idr.bri,
.logo-idr.BRI {
  background-position: 0 -436px;
  width: 106px;
  height: 25px;
}
.logo-id.bri.w, .logo-id.BRI.w,
.logo-idr.bri.w,
.logo-idr.BRI.w {
  background-position: 0 -392px;
}
.logo-id.mandiri, .logo-id.MDR, .logo-id.Mandiri,
.logo-idr.mandiri,
.logo-idr.MDR,
.logo-idr.Mandiri {
  background-position: 0 -522px;
  width: 93px;
  height: 28px;
}
.logo-id.mandiri.w, .logo-id.MDR.w, .logo-id.Mandiri.w,
.logo-idr.mandiri.w,
.logo-idr.MDR.w,
.logo-idr.Mandiri.w {
  background-position: 0 -475px;
}
.logo-id.maybank, .logo-id.Maybank,
.logo-idr.maybank,
.logo-idr.Maybank {
  background-position: -1px -623px;
  width: 112px;
  height: 23px;
}
.logo-id.maybank.w, .logo-id.Maybank.w,
.logo-idr.maybank.w,
.logo-idr.Maybank.w {
  background-position: -1px -581px;
}
.logo-id.cimb, .logo-id.CIMB,
.logo-idr.cimb,
.logo-idr.CIMB {
  background-position: 0 -710px;
  width: 112px;
  height: 18px;
}
.logo-id.cimb.w, .logo-id.CIMB.w,
.logo-idr.cimb.w,
.logo-idr.CIMB.w {
  background-position: 0 -670px;
}
.logo-id.citibank, .logo-id.Citibank,
.logo-idr.citibank,
.logo-idr.Citibank {
  background-position: 0 -793px;
  width: 110px;
  height: 29px;
}
.logo-id.citibank.w, .logo-id.Citibank.w,
.logo-idr.citibank.w,
.logo-idr.Citibank.w {
  background-position: 0 -751px;
}
.logo-id.ocbc, .logo-id.OCBC,
.logo-idr.ocbc,
.logo-idr.OCBC {
  background-position: 0 -963px;
  width: 114px;
  height: 24px;
}
.logo-id.ocbc.w, .logo-id.OCBC.w,
.logo-idr.ocbc.w,
.logo-idr.OCBC.w {
  background-position: 0 -922px;
}
.logo-id.uob, .logo-id.UOB,
.logo-idr.uob,
.logo-idr.UOB {
  background-position: 0 -1045px;
  width: 88px;
  height: 26px;
}
.logo-id.uob.w, .logo-id.UOB.w,
.logo-idr.uob.w,
.logo-idr.UOB.w {
  background-position: 0 -1004px;
}
.logo-id.panin,
.logo-idr.panin {
  background-position: 0 -1084px;
  width: 128px;
  height: 17px;
}
.logo-id.KALTIM,
.logo-idr.KALTIM {
  background-position: -1px -1109px;
  width: 58px;
  height: 30px;
}
.logo-id.BUKOPIN,
.logo-idr.BUKOPIN {
  background-position: 0 -1154px;
  width: 129px;
  height: 21px;
}
.logo-id.SULTRA,
.logo-idr.SULTRA {
  background-position: 0 -1193px;
  width: 125px;
  height: 29px;
}
.logo-id.PERMATA,
.logo-idr.PERMATA {
  background-position: 0 -1226px;
  width: 118px;
  height: 30px;
}
.logo-id.SINARMAS,
.logo-idr.SINARMAS {
  background-position: -2px -1274px;
  width: 109px;
  height: 26px;
}
.logo-id.jenius,
.logo-idr.jenius {
  background-position: 0 -1566px;
  width: 110px;
  height: 26px;
}
.logo-id.jenius.w,
.logo-idr.jenius.w {
  background-position: 0 -1566px;
}
.logo-id.shopeepay,
.logo-idr.shopeepay {
  background-position: 0 -1592px;
  width: 100px;
  height: 45px;
}
.logo-id.shopeepay.w,
.logo-idr.shopeepay.w {
  background-position: 0 -1592px;
}

.logo-crypto {
  background: url("https://files.sitestatic.net/sprites/crypto-logo.png?v=2") no-repeat;
  background-size: 100px;
  width: 100px;
  height: 100px;
  margin: auto;
}
.logo-crypto.idrt, .logo-crypto.rupiah_token {
  background-position: 0 0;
}
.logo-crypto.usdt, .logo-crypto.tether {
  background-position: 0 -116px;
}
.logo-crypto.bch {
  background-position: 0 -233px;
}
.logo-crypto.btc {
  background-position: 0 -349px;
}

.payment-methods.payment-methods-items .logo-crypto ~ div {
  font-size: 12px;
}
.payment-methods.payment-methods-items .logo-crypto {
  background-size: 50px;
  width: 52px;
  height: 52px;
}

.corner-logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}
.corner-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #061348 transparent transparent transparent;
  z-index: -1;
}
.corner-logo .logo-crypto {
  transform: scale(0.6);
  position: absolute;
  left: -12%;
  top: -12%;
}

.stv-radio-buttons-wrapper {
  clear: both;
  display: inline-block;
  padding: 0 10px;
}

.stv-radio-button {
  visibility: hidden;
}
.stv-radio-button + label {
  float: left;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid #0049cc;
  margin-right: -1px;
  color: white;
  background-color: #0049cc;
}
.stv-radio-button + label:first-of-type {
  border-radius: 0 0 0 0;
}
.stv-radio-button + label:last-of-type {
  border-radius: 0 0 0 0;
}
.stv-radio-button:checked + label {
  background-color: #4d80db;
  border-color: #010417;
  color: black;
}

.carousel-indicators li {
  border-color: #0049cc;
}
.carousel-indicators li.active {
  background-color: #0049cc;
}

img.lazy {
  opacity: 0;
}

span.verti {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

div.verti {
  vertical-align: middle;
  display: inline-block;
}

.lazy,
.lazyloading {
  opacity: 0;
  transition: opacity 400ms;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

.radio_2 {
  padding-right: 0;
  padding-left: 0;
}
.radio_2[class^=col]:first-child {
  padding-right: 0;
  padding-left: 15px;
}
.radio_2[class^=col]:last-child:not(:first-child) {
  padding-left: 0;
  padding-right: 15px;
}
.radio_2 label {
  text-align: center;
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #0049cc;
  color: #0049cc;
  height: 32px;
  line-height: 32px;
  transition: 0.7s;
}
.radio_2 label .marked {
  display: inline-block;
  opacity: 0;
  border-radius: 50%;
  line-height: 16px;
  height: 16px;
  width: 16px;
  margin-left: 2px;
  background-color: white;
  color: #0049cc;
  font-weight: 900s;
  vertical-align: middle;
  vertical-align: text-bottom;
  transition: 0.2s;
}
.radio_2 input[type=radio] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.radio_2 input[type=radio]:checked ~ label {
  background-color: #0049cc;
  color: white;
  transition: 0.7s;
}
.radio_2 input[type=radio]:checked ~ label .marked {
  opacity: 1;
  transition: 0.2s;
}

.wrapword {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /* Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

.text-danger {
  color: #C70022;
}

.hot-game-tag {
  position: absolute;
  z-index: 1;
  top: -4px;
  left: -4px;
  width: 60px;
  height: 51px;
  background-size: 60px;
  background-image: url(/assets/images/sprites/game-tag-icon-hot.webp);
}

.daily-wins {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 61px;
  background-size: 60px;
  background-image: url(https://files.sitestatic.net/assets/imgs/daily%20win_1000x1000.png);
}

@keyframes blinking {
  50% {
    opacity: 0;
  }
}
.pg_force_reset .title {
  margin-bottom: 1.5em;
}

.pg_force_reset .box {
  max-width: 600px;
  padding: 20px 10px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .pg_force_reset .box {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
@media screen and (min-width: 992px) {
  .pg_force_reset .box {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #0e3b8c;
  }
}

.toggle-password {
  font-size: 1.4em;
  /* margin-right: -20px; */
  position: absolute;
  top: 0;
  right: 30px;
}
i.form-control-feedback ~ .toggle-password {
  right: 60px;
}
#loginForm .toggle-password {
  top: 15px !important;
  right: 15px !important;
}

.footer_btm_logo_img img {
  max-height: 70px;
  height: auto;
}

#loginForm .btn-refresh {
  vertical-align: middle;
  padding-top: 0;
  margin-top: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  text-align: left;
}
#loginForm .captcha_img {
  padding: 0rem;
  padding-left: 0;
  vertical-align: top;
  top: 0;
  /* position: absolute; */
}
#loginForm .icon-refresh {
  padding-left: 7.5px;
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
}
.mobile #loginForm .icon-refresh {
  padding-left: 15px;
}
#loginForm #LoginCaptcha ~ i.form-control-feedback {
  top: 4px;
  right: 0;
}

/*radio  toggle switch*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 25px;
  margin: 0px 6px;
  margin-bottom: 0;
  vertical-align: middle;
  /* The slider */
  /* Hide default HTML checkbox */
  /* Rounded sliders */
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #585858;
  transition: 0.4s;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #061348;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #061348;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

#btn-reset2ndpin {
  margin-left: 20px;
  border-radius: 20px;
  padding: 3px 20px;
}

.switch_lable {
  font-size: 14px;
}

#collapsible-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
#collapsible-footer .i-collapse {
  border-radius: 50%;
  padding: 0 5px;
  background-color: #0049cc;
  color: white;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: transform 0.5s linear;
}
#collapsible-footer .i-collapse.rotate {
  transform: rotate(180deg);
}

.layout.full-container {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.layout .side-nav {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.3s;
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
}
.layout .side-nav.open {
  transform: none;
  visibility: visible;
  z-index: 999999999999;
}
.layout .side-nav.navContentOpen {
  width: 200px;
}
.layout .main-content {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform, margin-left, margin-right, right, left;
  z-index: 1;
  position: relative;
}
.layout .main-content.sideNavOpen {
  margin-left: 100px;
  margin-right: -100px;
}
.layout .main-content.sideNavOpen .top-bar {
  left: 100px;
  right: -100px;
}
.layout .main-content.navContentOpen {
  margin-left: 200px;
  margin-right: -200px;
}
.layout .main-content.navContentOpen .top-bar {
  left: 200px;
  right: -200px;
}
.layout .main-content.rightSideBarOpen {
  margin-right: 20rem;
  margin-left: -20rem;
  z-index: 99999999999;
}
@media (min-width: 768px) {
  .layout .main-content.rightSideBarOpen {
    margin-right: 40rem;
    margin-left: -40rem;
  }
}
.layout .main-content.rightSideBarOpen .top-bar {
  right: 20rem;
  left: -20rem;
}
@media (min-width: 768px) {
  .layout .main-content.rightSideBarOpen .top-bar {
    margin-right: 40rem;
    margin-left: -40rem;
  }
}
.layout .content.my01 {
  margin-top: 47px;
  height: auto;
  display: inline-block;
  width: 100%;
}

.sideNavOpen .backdrop:before, .navContentOpen .backdrop:before, .rightSideBarOpen .backdrop:before {
  content: "";
  position: absolute;
  top: -47px;
  left: 0;
  height: auto;
  bottom: -150%;
  right: 0;
  width: 100%;
  /*% change to vw unit as mobile side nav creates overflow body content out of screen*/
  z-index: 1000;
  padding: 15px;
  background: rgba(1, 4, 23, 0.8);
}

.footer-desc {
  margin-top: 1em;
}

.apk-down-bar {
  padding: 5px 5px 5px 15px;
}
.apk-down-bar #btn-close--apk {
  font-size: 1.5em;
}
.apk-down-bar .android-wrap {
  float: right;
  padding-right: 5px;
  display: block;
  padding-top: 3px;
}
.apk-down-bar .android-wrap i {
  font-size: 1.5em;
}
.apk-down-bar a {
  height: 100%;
  display: block;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.top-bar .inner-header {
  background-color: #061348;
  background-image: none;
  color: #5b80e7;
  opacity: 0.95;
  justify-content: space-between;
}
.top-bar a, .top-bar button {
  display: block;
  height: 47px;
  font-size: 1.6rem;
  color: #0049cc;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 900;
}
.top-bar a {
  position: relative;
  text-decoration: none;
}
.top-bar .btn:hover {
  color: currentColor;
  text-decoration: none;
}
.top-bar .btn:focus, .top-bar .btn.focus {
  outline: 0;
  box-shadow: none;
}
.top-bar a > i, .top-bar a > div {
  line-height: 47px;
  height: 47px;
  vertical-align: middle;
}
.top-bar a > div {
  padding: 3px;
}
.top-bar .logo img {
  height: 44px;
  vertical-align: top;
}

#other-game-bals table tr:first-child {
  border-top: 0px solid #ddd;
}
#other-game-bals table tr:last-child td {
  border-bottom: 0px solid #ddd;
}
#other-game-bals table tr td {
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.side-nav-items {
  width: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav-items .pos.enlarge .circle {
  padding: 0.15em 0.25em;
}
.side-nav-items .pos.enlarge i {
  font-size: 35px;
}
.side-nav-items .hot.sub {
  position: absolute;
  right: 0;
  top: 5px;
  display: inline-block;
  padding: 3px;
  line-height: 1;
  background: red;
  color: white;
  font-size: 0.5em;
  border-radius: 5px;
}
.side-nav-items .hot.sub.new {
  background: linear-gradient(1deg, #FBD629, yellow);
  color: black;
}
.side-nav-items > .nav-item {
  border-bottom: 1px solid rgba(1, 4, 23, 0.3);
  display: block;
}
.side-nav-items > .nav-item > a {
  text-transform: uppercase;
  text-align: center;
  padding: 15px 2px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: white;
}
.side-nav-items > .nav-item > a .nav-title {
  font-size: 12px;
}
.side-nav-items > .nav-item > a i {
  color: white;
  font-size: 22.4px;
}
.side-nav-items > .nav-item > a.active {
  background-color: #0f1d86;
}
.side-nav-items > .nav-item > a.active.notShowActive {
  background-color: transparent;
}

.nav-item-content {
  width: 100px;
  padding: 2px;
  display: none;
  left: 100px;
  bottom: 0;
  top: 0;
  position: absolute;
  background-color: #0f1d86;
  overflow-y: scroll;
}
.nav-item-content.open {
  display: block;
}

.nav-content {
  height: 100%;
  top: 0;
  left: 0;
  background: #061348;
  overflow-y: scroll;
}
.nav-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-content .submenu li {
  display: block;
  border-bottom: 1px solid rgba(1, 4, 23, 0.4);
}
.nav-content .submenu li a {
  text-align: center;
  color: white;
  font-size: 22.4px;
  padding: 15px;
  background-color: transparent;
  text-transform: uppercase;
  display: block;
}
.nav-content h4, .nav-content h5 {
  margin-bottom: 0;
}
.nav-content span.circle {
  display: inline-block;
  border-radius: 50%;
  padding: 0.25em 0.5em;
  background: #061348;
}
.nav-content span.circle .icon-km_gaming_dark {
  color: #ffe024;
}

#r-side-bar {
  height: 100%;
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  overflow-x: hidden;
  width: 0;
  background-color: #0f1d86;
  transition: 0.3s;
  /*transition: 0.3s;
  transform: translate3d(-100%,0,0);
  visibility: hidden;*/
}
#r-side-bar.open {
  width: 20rem;
}
@media (min-width: 768px) {
  #r-side-bar.open {
    width: 40rem;
  }
}
#r-side-bar .side-bar-content {
  height: 100%;
  width: 100%;
  /*position: fixed;*/
  z-index: 4;
  /*top: 0;
  right: 0;*/
  overflow-x: hidden;
  /*background-color: app-color(background,light);*/
  /*transition: 0.3s;
  transform: translate3d(-100%,0,0);
  visibility: hidden;*/
}
#r-side-bar .modal-title {
  font-weight: 600;
}
#r-side-bar .modal-footer {
  border-top: 1px solid rgba(1, 4, 23, 0.3);
}
#r-side-bar .modal-header {
  border-bottom: 1px solid rgba(1, 4, 23, 0.3);
}
@media (min-width: 768px) {
  #r-side-bar .profile-head .container {
    width: 100%;
  }
}
#r-side-bar .footer-content {
  text-align: left;
  width: 100%;
}
#r-side-bar a {
  font-weight: 900;
  position: relative;
}

#langModal-mobile {
  top: 50%;
}

.language {
  padding: 10px;
  background-color: #010417;
}
.language .title {
  background-color: #0e3b8c;
  padding: 3px;
  text-align: center;
}
.language table {
  margin: 15px auto;
}
.language .circle-id {
  margin: 0 auto;
}
.language .i {
  padding: 5px;
  padding: 0 15px 15px 15px;
}
.language tr {
  margin-bottom: 0.2em;
}
.language .b-line {
  border-left: 1px solid white;
}
.language .country {
  font-size: 0.8em;
  text-align: center;
}
.language .flag-wrap {
  padding: 0 15px 15px 15px;
}

.footer-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 20px;
}

.footer-body {
  padding: 0.4rem 2rem;
}

.games-category {
  min-height: 130vh;
}

#btn-wrap--goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 50%;
  transform: translateX(100%);
  z-index: 99;
}

.menu-bottom .navbar-inverse {
  background-color: #061348;
  transition: all 0.35s ease;
}
.menu-bottom .footericon-single {
  padding: 0;
  width: 20%;
}
.menu-bottom .footericon-single a {
  font-size: 10px;
  padding: 3px 0px;
  display: block;
  color: white;
}
.menu-bottom .footericon-single a i {
  font-size: 20px;
  display: block;
}
.menu-bottom .footericon-single a.footer-funds i {
  width: 46px;
  height: 46px;
  background-color: #0049cc;
  position: absolute;
  top: -20px;
  border-radius: 50%;
  left: calc(50% - 23px);
  line-height: 46px;
}
.menu-bottom .footericon-single a.footer-funds div {
  margin-top: 30px;
}
.menu-bottom .footericon-single:last-child a {
  border: 0;
}
.menu-bottom .flex-row {
  justify-content: space-between;
}
.menu-bottom .horizontal-hover {
  position: fixed;
  bottom: 60px;
  left: calc(50% - 150px);
  width: 300px;
  z-index: 999;
  background-color: #304fd0;
  transition: all 0.35s ease;
  visibility: hidden;
  opacity: 0;
}
.menu-bottom .horizontal-hover.show {
  bottom: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.menu-bottom .horizontal-hover.show:after {
  transition: all 0.5s ease 0.2s;
  bottom: -8px;
}
.menu-bottom .horizontal-hover:after {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #304fd0;
  bottom: 0;
  opacity: 0.95;
}
.menu-bottom .horizontal-hover li {
  width: 32%;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-bottom .horizontal-hover li a {
  display: block;
  padding: 8px 5px;
}
.menu-bottom .horizontal-hover li:last-child {
  border-right: 0;
}
.menu-bottom .vertical-hover {
  position: absolute;
  bottom: 85%;
  left: calc(50% - 20px);
  width: 300px;
  z-index: 999;
  transition: all 0.35s ease;
  visibility: hidden;
  opacity: 0;
}
.menu-bottom .vertical-hover li {
  display: block;
  background-color: #304fd0;
  width: 48px;
  height: 48px;
  margin: 4px 0;
  border-radius: 50%;
  line-height: 45px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.8);
  margin-top: -15px;
  transition: all 0.35s ease;
}
.menu-bottom .vertical-hover.show {
  bottom: 85%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.menu-bottom .vertical-hover.show li {
  margin-top: 0;
  transition: all 0.5s ease;
}

.mobile.input-focused .navbar-fixed-bottom {
  bottom: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}

.my-tab-link {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 2px;
  flex-grow: 1;
  overflow: hidden;
}
.my-tab-link hr {
  transition: all 375ms ease-out;
  will-change: transform, background;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  border: 0;
  border-radius: 2px;
  height: 4px;
  background: #b4b4b4;
}
.my-tab-link a {
  display: block;
  height: 48px;
  padding: 10px 24px;
  text-align: center;
  text-transform: capitalize;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .my-tab-link a {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    min-width: 72px;
  }
}
@media screen and (min-width: 992px) {
  .my-tab-link a {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    min-width: 160px;
  }
}
.my-tab-link a:hover {
  color: #0049cc;
}
.my-tab-link a:hover ~ hr {
  background: #8799ba;
  transition: transform 250ms cubic-bezier(0, 0.5, 0.5, 1.1), background 250ms ease-out;
}
.my-tab-link a:active {
  color: #0049cc;
}
.my-tab-link a:active ~ hr {
  background: #0049cc;
  transition: all 250ms ease-out;
}

.file-drop-area {
  border: 1px dashed white;
  border-radius: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  /*margin: 0 auto;*/
  padding: 15px 20px 15px;
  transition: 0.2s;
  /*TODO variables*/
}
.file-drop-area .is-active, .file-drop-area .is-dragover {
  background-color: #304fd0;
}
.file-drop-area .file-msg {
  font-size: small;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 130px);
  vertical-align: middle;
  padding-left: 5px;
}
.file-drop-area .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-drop-area .file-input:focus {
  outline: none;
}

.ce-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  padding: 15px;
  background: rgba(1, 4, 23, 0.8);
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ce-modal__backdrop {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .ce-modal__backdrop {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    text-align: center;
  }
}
.ce-modal__backdrop.isExpandFully {
  padding: 0;
}

.ce-modal__content-container {
  /*max-width: $ce-modal__width;*/
  /*@include mobile_desktop_style(max-width, $ce-modal__width, 100%);*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
  background: transparent;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
  /*TODO variables*/
  border-radius: 0;
  text-align: center;
  display: inline-block;
  background-color: #010417;
}
.isExpandFully .ce-modal__content-container {
  max-width: 100%;
}

.jackpot {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.jackpot .txt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jackpot .text-content {
  text-align: center;
  height: 100%;
  font-weight: 900;
  color: white;
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .jackpot .text-content {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .jackpot .text-content {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: 2rem;
  }
}
.jackpot .text-content:before {
  /*make text content vertical align*/
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.g-slider-wrapper {
  padding-top: 4px;
}
.g-slider-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  /*overflow-y: hidden;*/
  /*height: $game-box-height;*/
  white-space: nowrap;
}
.g-slider-wrapper li {
  display: inline-block;
  margin-right: 5px;
}
.g-slider-wrapper img {
  /* max-width: 100%; */
  /* height: auto; */
  /* width: 100%; */
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.g-slider-wrapper a.game-box, .g-slider-wrapper div.game-box {
  position: relative;
  display: block;
  width: 100px;
  height: 90px;
  color: inherit;
}
.g-slider-wrapper .game-title {
  text-transform: uppercase;
  font-size: 11.2px;
  overflow: hidden;
}

.mdc-tab-bar {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mdc-tab-scroller {
  overflow-y: hidden;
}

.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: hidden;
}

.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
}

.mdc-tab-scroller__scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 0px;
}

.mdc-tab-scroller__scroll-content {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  transform: none;
  will-change: transform;
}

.mdc-tab {
  padding: 15px 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
  padding: 15px 24px;
}
@media screen and (max-width: 992px) {
  .mdc-tab {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    min-width: 20px;
  }
}
@media screen and (min-width: 992px) {
  .mdc-tab {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    min-width: 160px;
  }
}

@media screen and (max-width: 992px) {
  .profile-head .mdc-tab {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding: 5px;
  }
}
@media screen and (min-width: 992px) {
  .profile-head .mdc-tab {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding: 15px 24px;
  }
}

.mdc-tab__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  pointer-events: none;
}

.mdc-tab__text-label {
  transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}

.mdc-tab .mdc-tab__text-label {
  color: white;
}

.mdc-tab--active .mdc-tab__text-label, .mdc-tab.active .mdc-tab__text-label {
  color: #0049cc;
}

.mdc-tab-indicator {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.mdc-tab-indicator__content {
  transform-origin: left;
  opacity: 0;
}

.mdc-tab-indicator--active .mdc-tab-indicator__content, .mdc-tab-indicator.active .mdc-tab-indicator__content {
  opacity: 1;
}

.mdc-tab-indicator__content--underline {
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #0049cc;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
}

label.radio {
  font-size: 14px;
  color: white;
  position: relative;
}
label.radio [type=radio]:not(:checked), label.radio [type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
label.radio [type=radio]:not(:checked) + span, label.radio [type=radio]:checked + span, label.radio [type=radio]:not(:checked).has-success ~ .form-control-feedback ~ .error + span, label.radio [type=radio]:checked.has-success ~ .form-control-feedback ~ .error + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.radio .has-success ~ .form-control-feedback {
  display: none;
}
label.radio [type=radio] + span:before,
label.radio [type=radio] + span:after, label.radio .has-success ~ .form-control-feedback ~ .error + span:after, label.radio .has-success ~ .form-control-feedback ~ .error + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
  border-radius: 50%;
}
label.radio [type=radio]:not(:checked) + span:before, label.radio [type=radio]:not(:checked) + span:after, label.radio [type=radio]:not(:checked).has-success ~ .form-control-feedback ~ .error + span:after, label.radio [type=radio]:not(:checked).has-success ~ .form-control-feedback ~ .error + span:before {
  border: 2px solid white;
}
label.radio [type=radio]:not(:checked) + span:after, label.radio [type=radio].with-gap.has-success:not(:checked) ~ .form-control-feedback ~ .error + span:after {
  transform: scale(0);
}
label.radio [type=radio].with-gap:checked + span:after, label.radio [type=radio].with-gap.has-success:checked ~ .form-control-feedback ~ .error + span:after {
  transform: scale(0.5);
}
label.radio [type=radio]:checked + span:after, label.radio [type=radio].with-gap:checked + span:before, label.radio [type=radio].with-gap:checked + span:after, label.radio [type=radio]:checked.has-success ~ .form-control-feedback ~ .error + span:after, label.radio [type=radio]:checked.has-success ~ .form-control-feedback ~ .error + span:before {
  border: 2px solid #0049cc;
}
label.radio [type=radio]:checked + span:after, label.radio [type=radio].with-gap:checked + span:after, label.radio [type=radio]:checked.has-success ~ .form-control-feedback ~ .error + span:after, label.radio [type=radio].with-gap.has-success:checked ~ .form-control-feedback ~ .error + span:after {
  background-color: #0049cc;
}

.sub-games {
  /*.g_category-nav {
  & .nav-item {
      padding: 5px;
      display: inline-block;
      border: 2px solid app-color(primary,dark);
      margin-right: 3px;
      border-radius: $border-radius-sm;

      &.active, &.active a {
      background-color: app-color(primary,dark);
      color: text-color(primary,base);
      }
  }
  }*/
}
.sub-games div.games {
  /*padding: 0px 6px;*/
  margin-left: -5px;
  margin-right: -5px;
}
.sub-games div.games.flex-row {
  justify-content: flex-start !important;
}
.sub-games .game-box {
  position: relative;
  display: block;
  /*width: 28.8vmin;;
  height: 28.8vmin;
  margin: 0 2.13333vmin 2.66667vmin 2.13333vmin;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-games .game-box:after {
  display: block;
  padding-bottom: 100%;
}
.sub-games .game-box .content-wrapper {
  padding: 5px;
  overflow: auto;
}
.sub-games .game-box img {
  border-radius: 5px;
  border-radius: 1.33333vmin;
  width: 100%;
  height: auto;
  min-height: 90px;
  background-size: 100% 100%;
}
.sub-games .game-box h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-games .amount_box {
  background-color: #061348;
  border: 1px solid #101010;
  color: #ffe9bb;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  width: 91.5%;
  padding: 2px 0px;
  z-index: 1;
  display: block !important;
}
.sub-games .daily-wins-tag {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 61px;
  background-size: 60px;
  background-image: url(https://files.sitestatic.net/assets/imgs/daily%20win_1000x1000.png);
}
.sub-games .title {
  text-transform: uppercase;
}
.sub-games .filter {
  padding-bottom: 5px;
}
.sub-games .filter .btn {
  padding: 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1.5px solid transparent;
  font-size: 16px;
  margin-top: 5px;
}
.sub-games .filter .btn.active {
  color: #0049cc;
  border-bottom-color: #0049cc;
}
.sub-games .scroll-wrapper {
  display: flex;
}
.sub-games .scroll-wrapper .poweredBy-logo {
  margin: 0 auto;
  width: 70px;
  /*height: 63px;*/
  height: 50px;
  padding: 0;
  position: relative;
}
.sub-games .scroll-wrapper .poweredBy-logo .logo_provider {
  transform: scale(0.7);
  transform-origin: 0 0;
}
.sub-games .scroll-wrapper .row.slider-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap !important;
  overflow: auto;
  white-space: nowrap;
  background-color: #304fd0;
}
.sub-games .scroll-wrapper .row.slider-content .game-title {
  text-transform: uppercase;
  color: white;
}
.sub-games .scroll-wrapper .row.slider-content i {
  color: white;
  font-size: 28px;
  height: 1.5em;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
.sub-games .scroll-wrapper .row.slider-content i ~ h4 {
  margin-bottom: 0;
}
.sub-games .scroll-wrapper .prev-btn {
  width: 100%;
  height: 100%;
  background-color: #0f1d86;
  padding: 0;
  color: white;
  border-radius: 0;
}
.sub-games .scroll-wrapper .next-btn {
  width: 100%;
  height: 100%;
  background-color: #0f1d86;
  padding: 0;
  color: white;
  border-radius: 0;
}
.sub-games .scroll-wrapper .left {
  flex-basis: 15px;
}
.sub-games .scroll-wrapper .slider {
  overflow: hidden;
  flex-basis: 100%;
}
.sub-games .scroll-wrapper .right {
  flex-basis: 15px;
}
.sub-games .scroll-wrapper .btn-box {
  overflow: auto;
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
  min-width: 80px;
  width: 105px;
  padding: 0 0 0 0;
  border-left: 0 solid transparent;
  border-right: 5px solid #0f1d86;
  /*box-shadow: $box-shadow-sm;  2px 2px 16px 3px $box-shadow;*/
}
.col:last-of-type .sub-games .scroll-wrapper .btn-box {
  border-right: 5px solid transparent;
}
.sub-games .scroll-wrapper .btn-box:active, .sub-games .scroll-wrapper .btn-box.active {
  background-color: #040e38;
}
.sub-games .scroll-wrapper .btn-box:active .game-title, .sub-games .scroll-wrapper .btn-box.active .game-title {
  text-transform: uppercase;
  color: white;
}
.sub-games .apkdownload-box {
  background: #0f1d86;
  color: white;
  margin-top: 20px;
  padding: 15px;
}
.sub-games .apkdownload-box h3 {
  color: #2975ff;
}
.sub-games .apkdownload-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-games .apkdownload-box li {
  padding: 8px;
  background-color: #040e38;
  margin: 5px;
}
.sub-games .apkdownload-box li span {
  font-size: 16px;
  padding: 0 10px 0 0;
}
.sub-games .apkdownload-box .download-btn {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #0039c0;
  color: white;
  display: block;
  margin: 5px auto;
  border: 0;
}
.sub-games .apkdownload-box .apk-user-info {
  background: #333;
  display: block;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  text-indent: 0;
}
.sub-games .apkdownload-box ul.password-criteria {
  list-style: disc;
  margin: 0 0 0 25px;
}
.sub-games .apkdownload-box .howtolist > li {
  padding-left: 25px;
  text-indent: -20px;
  padding-right: 15px;
}
.sub-games .apkdownload-box .apk-pop-form {
  text-indent: 0;
}
.sub-games .apkdownload-box ul.password-criteria li {
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .d-flex {
    display: flex;
    align-items: center;
  }
}
#gamelinksModal-1 .md-body {
  padding: 15px;
  background: #040e38;
}
#gamelinksModal-1 .g-title {
  font-size: 21.882px;
  color: white;
}

#filterModal-2 .md-body {
  padding: 15px;
  background: #040e38;
  width: 300px;
}

#searchModal .md-body {
  padding: 15px;
  background: #040e38;
  width: 300px;
}
#searchModal .srch_icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  padding: 0 2px;
  background-color: rgba(255, 255, 255, 0.15);
}
#searchModal .search_filter {
  position: relative;
}
#searchModal .search_filter .srch_button {
  position: absolute;
  right: 0;
  background: no-repeat;
  padding: 9px;
  color: #fff;
}
#searchModal .search_filter .search {
  width: 100%;
  height: auto;
  line-height: 17px;
  color: #fff;
  padding: 12px 12px 12px 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  text-align: left;
}
#searchModal .search_filter .search:focus, #searchModal .search_filter .search:hover {
  outline: none;
}

.game-frame .iframe-wrapper {
  position: relative;
}
@media screen and (max-width: 992px) {
  .game-frame .iframe-wrapper {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    z-index: 999;
  }
}
@media screen and (min-width: 992px) {
  .game-frame .iframe-wrapper {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .game-frame .iframe-wrapper {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .game-frame .iframe-wrapper {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding: 0 15px;
  }
}
.game-frame .btn-wrap {
  top: 5px;
  left: 40px;
  position: absolute !important;
}
@media screen and (max-width: 992px) {
  .game-frame .btn-wrap {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    z-index: 1100;
  }
}
@media screen and (min-width: 992px) {
  .game-frame .btn-wrap {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    z-index: 100000;
  }
}
.game-frame .btn {
  font-size: 1.2rem;
  background-color: rgba(0, 73, 204, 0.7);
  border-radius: 50%;
  padding: 0.25em 0.5em;
}
.game-frame iframe, .game-frame .iframe-box {
  width: 100%;
  background-color: #0e3b8c;
}
@media screen and (max-width: 992px) {
  .game-frame iframe, .game-frame .iframe-box {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    height: 100vh;
  }
}
@media screen and (min-width: 992px) {
  .game-frame iframe, .game-frame .iframe-box {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    height: 880px;
  }
}
.game-frame .scaleSm {
  transform-origin: 0px 0px;
  transform: scale(0.5);
  /* max-width: 341px; */
  height: 200vh;
  width: 200%;
  position: absolute !important;
  top: 0;
  left: 0;
}
.game-frame iframe.bg-spinner {
  position: relative;
  background-image: url("/assets/gifs/spinner.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center 30% !important;
  z-index: 100;
}
.game-frame iframe.bg-spinner.stop {
  background-image: none;
}
.game-frame .iframe-box {
  background-color: rgba(0, 0, 0, 0.6);
}

.acc.container-wrapper {
  background-color: color(primary, dark);
  height: 100% !important;
}
.acc.container-wrapper .title {
  padding: 0 15px;
}
.acc.container-wrapper .deposit .content-form {
  margin: 0 !important;
}
.acc.container-wrapper .content > .row, .acc.container-wrapper .content .deposit > .row {
  margin: 0;
  margin-top: 0.5rem !important;
}
.acc.container-wrapper .container-box .game-bals {
  padding-right: 15px;
  padding-bottom: 15px;
}
.acc.container-wrapper .container-box .title {
  color: white;
}
@media screen and (max-width: 992px) {
  .acc.container-wrapper .container-box .title {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: #040e38;
  }
}
@media screen and (min-width: 992px) {
  .acc.container-wrapper .container-box .title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #040e38;
  }
}
.acc.container-wrapper .container-box form > .box-wrapper {
  border: none;
  padding: 0;
}
.acc.container-wrapper .container-box .box-wrapper {
  border: 1px solid;
  margin-bottom: 5px;
}
.acc.container-wrapper .container-box .box-wrapper .form-check {
  display: block !important;
}
.acc.container-wrapper .container-box .box-wrapper .box-wrapper-title {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  width: 150px;
}
.acc.container-wrapper .container-box .box-wrapper a.tick::before {
  content: "\2713";
  color: black;
  position: absolute;
  bottom: -4px;
  right: 0;
  z-index: 1;
}
.acc.container-wrapper .container-box .box-wrapper a.tick::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid;
  border-left: 20px solid transparent;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items {
  margin: 5px 3px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .txt_accName {
  font-size: 8.96px;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti {
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #061348;
  border-width: 1px;
  position: relative;
  background-color: white;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti.active, .acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti:hover {
  border-color: #0049cc;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti img {
  height: auto;
  width: 78px;
  margin-left: 6px;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background-color: white;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti.online:before {
  top: 0px;
  left: 4px;
  background: url(https://files.sitestatic.net/sprites/on.png) no-repeat;
  background-position: 0;
  background-size: 13px 13px;
  width: 100%;
  height: 100%;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti.offline:before {
  top: 0px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: url(https://files.sitestatic.net/sprites/off.png) no-repeat;
  background-position: 0;
  background-size: 12px 12px;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti.txt_only {
  height: 2.5em;
  padding: 0.5em 5px 0.5em 21px;
  color: black;
}
.acc.container-wrapper .container-box .box-wrapper .file-drop-area {
  margin: 0;
}
.acc.container-wrapper .container-box .box-wrapper .file-drop-area .file-msg {
  text-overflow: unset;
  padding-left: 0;
  max-width: initial;
}
.acc.container-wrapper .container-box .pay-title {
  padding-top: 5px;
}
.acc.container-wrapper .container-box .plr-15 {
  padding: 0px 15px 5px;
}
.acc.container-wrapper .container-box .mdc-wrapper {
  margin: 15px 0;
}
.acc.container-wrapper .container-box .mdc-wrapper .mdc-items {
  display: inline-block;
  padding: 0 25px;
  border-right: 1px solid;
  font-size: 1rem;
}
.acc.container-wrapper .container-box .mdc-wrapper .mdc-items.active {
  color: #0049cc;
}
.acc.container-wrapper .container-box .mdc-wrapper .mdc-items:last-child {
  border: none;
}

.d-flex {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}

.align-items-center {
  align-items: center;
}

.outlet {
  padding: 15px;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.m-15 {
  margin: 0 0 15px 0;
}

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.flex-column {
  flex-direction: column !important;
}

#other-game-bals .table {
  margin-bottom: 0;
  font-size: 1em;
  color: white;
}
#other-game-bals .table > tbody > tr > td:first-child {
  padding-left: 15px;
}
#other-game-bals .table > tbody > tr > td:last-child {
  padding-right: 15px;
}

#f_grp_promo_code {
  width: 90%;
}
#f_grp_promo_code input, #f_grp_promo_code .btn {
  font-size: 13px;
}

.bankInfo-box .acc_status {
  font-weight: bold;
  font-weight: 900;
  font-size: 1.1em;
  padding-right: 6px;
}
.bankInfo-box .acc_status .text-success {
  color: #22b14c;
}

.deposit .nav {
  margin-bottom: 1em;
}
.mobile .deposit .has-error ~ .help-block {
  margin-top: -15px;
}
.mobile .deposit .has-error ~ .help-block#promo_code-error {
  position: relative;
  margin: 0px;
}
.deposit #promo_code ~ i.form-control-feedback {
  display: none;
}
.deposit .nav-btn-item {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  background-color: white;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.deposit .nav-btn-item .overlay {
  background-color: rgba(1, 4, 23, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.deposit .nav-btn-item.active {
  background-color: white;
}
.deposit .nav-btn-item.active .overlay {
  display: none;
}
.deposit .bg-co-sm::before,
.deposit .bg-um-sm::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.deposit .channels-logo {
  position: relative;
  background: url("/assets/images/deposit-channels/deposit-channels.png?v=1.2") no-repeat;
  height: 35px;
  margin: 0 auto;
  z-index: 1;
  width: 100px;
}
.deposit .logo-bank-transfer {
  background-position: 0px 0px;
}
.deposit .logo-help2pay {
  background-position: 0px -124px;
}
.deposit .logo-pay24u {
  background-position: 0px -44px;
}
.deposit .logo-vaderpay {
  background-position: 0px -84px;
}
.deposit .payments {
  padding: 16px;
}
.deposit .payments::after {
  content: "";
  background-image: radial-gradient(black 20%, white 100%);
  opacity: 0.25;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.deposit .pay-title {
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .deposit .tab-content .container {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .deposit .tab-content .container {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .deposit .content-form {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .deposit .content-form {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    order: 1;
  }
}
.mobile .deposit .content-form {
  margin: 0px -15px;
}
@media screen and (max-width: 992px) {
  .deposit .content-txt {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .deposit .content-txt {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    order: 2;
  }
}

.methods_form #lbl-pls-select {
  text-transform: uppercase;
  font-size: 0.7rem;
}
.methods_form .pg_sec {
  margin-bottom: 10px;
}
.methods_form .pg_sec .pg_method {
  border: 1px solid #1b1a28;
  margin-top: 10px;
  width: 48%;
  margin: 10px 5px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: black;
  min-height: 100%;
  overflow: hidden;
}
.methods_form .pg_sec .pg_method.bg-um-sm {
  opacity: 0.9;
}
.methods_form .pg_sec .pg_method.bg-um-sm:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://files.sitestatic.net/sprites/pc_um.png");
  background-repeat: no-repeat;
  transform: none;
  background-position: 0 0;
}
.methods_form .pg_sec .pg_bank_logs_sec {
  background-color: #fff;
  min-height: auto;
  flex-grow: 1;
}
.methods_form .pg_sec .provider_logo {
  width: auto;
  padding: 0px 15px;
  height: 30px;
  margin: 4px 0;
}
.methods_form .pg_sec .pg_title {
  background: #1b1a28;
  text-align: center;
}
.methods_form .pg_sec .pg_bank_logo {
  width: auto;
  height: 15px;
  margin: 5px;
}

.desktop .methods_form .pg_sec .pg_bank_logo {
  height: 20px;
}

#depositForm .info-lst {
  margin-top: -15px;
}
#depositForm .form-check {
  padding-left: 0;
}
#depositForm .radio_2 label {
  padding: 0 10px;
}
#depositForm .bankInfo-box {
  padding: 5px 8px;
  background: white;
  color: black;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(255,255,255,0.19), 0 3px 6px rgba(255,255,255,0.23);
  border: none;
  position: relative;
}
@media screen and (max-width: 992px) {
  #depositForm .bankInfo-box {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    margin: 15px 0px 10px 0px;
  }
}
@media screen and (min-width: 992px) {
  #depositForm .bankInfo-box {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    margin: 25px 20px 10px 20px;
  }
}
#depositForm .bankInfo-box .copy-input {
  height: 0;
  /* width: 0%; */
  color: TRANSPARENT;
  /* COLOR: WHITE; */
  position: absolute;
  left: 0;
  z-index: -10;
}
#depositForm .bankInfo-box .btn-copy {
  float: right;
}
#depositForm .bankInfo-box .i-invoice {
  color: inherit;
}
#depositForm .bankInfo-box .box-title {
  margin-bottom: 3px;
}

.bank-link {
  position: relative;
  display: block;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
}
.bank-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  opacity: 0.5;
}
.bank-link:hover::before {
  opacity: 0;
}

.banks {
  margin: auto;
  transform: scale(0.8);
}

table.info-box--001 {
  border-radius: 0;
  -moz-border-radius: 0;
  border-collapse: separate;
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 5px 10px 5px;
}
table.info-box--001 small {
  font-size: 11px;
  font-weight: 700;
}
table.info-box--001 .lbl {
  padding: 3px 5px;
  background-color: #0049cc;
  color: white;
  border-radius: 3px;
}
table.info-box--001 a.lbl {
  padding: 0px 5px;
}
table.info-box--001 i {
  color: #e4e404;
}
table.info-box--001 tr.first td {
  padding-top: 3px;
}
table.info-box--001 tr.tr_type2 td {
  padding-top: 7px;
  padding-bottom: 7px;
}
table.info-box--001 input,
table.info-box--001 textarea {
  text-align: right;
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  resize: none;
}
table.info-box--001 b {
  font-style: italic;
}
table.info-box--001 td:first-child,
table.info-box--001 th:first-child {
  border-left: none;
}
table.info-box--001 tbody > tr > td,
table.info-box--001 tbody > tr > th {
  color: black;
  padding: 0;
  line-height: 1;
}

.mobile .user_bank .mob_add_btn {
  margin-top: 0px !important;
  padding: 0px;
}
.mobile .user_bank #bank_user_id-error {
  width: 160px;
}
.mobile .user_bank .col-xs-8 {
  padding: 0px;
}
.mobile .user_bank #btn_add_ubank__depo {
  height: 30px;
  padding: 0 15px;
}
.mobile .methods_form .pg_sec .pg_method {
  width: 100%;
}
.mobile .steps {
  width: auto;
}
.mobile .steps .step__bar {
  width: 100%;
}

.user_bank .bank_add_btn_sec {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
}

.steps {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px;
}
.steps .step__bar {
  counter-reset: step;
  align-items: center;
  display: flex;
  width: 50%;
  margin: 0;
}
.steps .step__bar li {
  list-style-type: none;
  position: relative;
  text-align: center;
  font-weight: 600;
  z-index: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.steps .step__bar li.line__wrapper {
  flex-grow: 1;
  position: relative;
  min-height: 100%;
  align-self: stretch;
}
.steps .step__bar li.line__wrapper .line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  height: 2px;
  background-color: #0049cc;
}
.steps .step__bar li .step {
  z-index: 2;
  display: inline-block;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #0049cc;
}
.steps .step__bar li .step__inner {
  border-radius: 50%;
  margin: 3px auto;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  height: 52px;
  width: 52px;
  border: 1px solid #0049cc;
  background: transparent;
  color: white;
  transition: all 0.3s;
}
.steps .step__bar li .step.active .step__inner {
  color: white;
  background: linear-gradient(270deg, #061348 0%, #0049cc 93.58%);
}
.steps .step__bar li:last-child:after {
  content: none;
}

.history-table .debit-amt {
  color: #C70022 !important;
}
.history-table .failed-amt {
  text-decoration: line-through;
}
.history-table .label-danger {
  background-color: #C70022;
  color: white;
  padding: 0 3px;
  border-radius: 0;
}
.history-table .label-info {
  background-color: #ffc107;
  color: white;
  padding: 0 3px;
  border-radius: 0;
}
.history-table .label-success {
  background-color: #28a745;
  color: white;
  padding: 0 3px;
  border-radius: 0;
}
.history-table .h-result.row {
  padding: 15px 5px;
}
.history-table .h-result.row:nth-of-type(2n+1) {
  background-color: #0049cc;
}
.history-table .row-head {
  font-weight: bold;
}
.history-table .total-data {
  background-color: #0049cc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.games-category .title {
  text-transform: uppercase;
}
.games-category .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.games-category .box {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.games-category .box.col-xs-4 {
  padding-right: 2px;
  padding-left: 2px;
}
.games-category .game-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.games-category .game {
  border-radius: 8px;
  display: block;
  cursor: pointer;
  margin-bottom: 0.625rem;
  width: 100%;
  overflow: hidden;
}
.games-category .game img {
  border-radius: 8px;
  width: 100%;
}
.games-category .g-title {
  display: none;
  white-space: nowrap;
  /* overflow-wrap: break-word; */
  font-size: 12px;
}
.games-category .rng img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.games-category .rng .g-title {
  display: block;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-transform: uppercase;
}

.downloadapk-modal.nifty-modal {
  background-color: #0f1d86;
  border: 2px solid #061348;
  border-radius: 10px;
  overflow: hidden;
  top: 50%;
}
.downloadapk-modal .modal-header {
  padding: 10px;
  background-color: #0f1d86;
  background: linear-gradient(#0f1d86, #061348);
}
.downloadapk-modal .modal-header .md-close {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 50%;
  margin-top: 5px;
  outline: 0;
}
.downloadapk-modal .modal-header .md-close:focus, .downloadapk-modal .modal-header .md-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 50%;
  outline: 0;
}
.downloadapk-modal .md-body {
  background-color: #010417;
  padding: 15px;
}
.downloadapk-modal .download-caption {
  font-size: 13px;
  color: #cbcbcc;
  line-height: 1.2;
  margin: 8px 0;
}
.downloadapk-modal .modal-header h3 {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 0 #000;
}
.downloadapk-modal .url-link {
  display: inline-block;
  padding: 5px;
  max-width: 120px;
}

.tw_transfer_form {
  padding: 10px 15px;
  background-color: rgba(105, 105, 105, 0.35);
  border-radius: 5px;
  margin-bottom: 15px;
}
.tw_transfer_form .vertical {
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 8px;
  border-radius: 50%;
}
.tw_transfer_form .vertical i {
  display: inline-block;
  transform: rotate(90deg) translateY(2px);
  transform-origin: center;
}
.tw_transfer_form .form-group {
  position: relative;
}
.tw_transfer_form .form-group .form-control-feedback {
  right: 0;
}
.tw_transfer_form .form-control[readonly] {
  font-weight: 600;
  font-size: 15px;
}
.tw_transfer_form .customrange-slider {
  margin: 15px auto;
  max-width: 70%;
}
.tw_transfer_form .customrange-slider .ui-widget-content {
  background: #b8b8b8;
  box-shadow: inset 1px 1px 4px 0px #747474;
  border: none;
}
.tw_transfer_form .customrange-slider .ui-slider .ui-slider-handle {
  width: 0.8em;
  height: 2em;
}
.tw_transfer_form .customrange-slider .ui-slider-horizontal .ui-slider-handle {
  top: -0.6em;
  margin-left: -0.6em;
  border: 1px solid #061348;
  background: #061348;
}
.tw_transfer_form .customrange-slider .ui-slider-horizontal .ui-slider-range-min {
  background: #0f1d86;
}
.tw_transfer_form .customrange-slider .decrease-btn, .tw_transfer_form .customrange-slider .increase-btn {
  position: absolute;
  top: -10px;
  width: 20%;
  line-height: 1.2;
  font-size: 10px;
  text-align: center;
}
.tw_transfer_form .customrange-slider .decrease-btn {
  left: -15px;
}
.tw_transfer_form .customrange-slider .increase-btn {
  right: -8px;
}
.tw_transfer_form .customrange-slider .custom-icon {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ebe3f6;
  font-size: 16px;
  line-height: 31px;
  font-weight: 600;
  color: #000000;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.35);
  margin-bottom: 5px;
  text-align: center;
}
.tw_transfer_form .customrange-slider .minmax-label {
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
.tw_transfer_form .customrange-slider .minmax-value {
  color: #0f1d86;
  font-weight: 600;
}

.gListSection {
  padding: 0 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 405px;
}
.gListSection .mobile-border {
  border-width: 1px !important;
}

.enlarge i {
  color: red;
  position: relative;
  top: 5px;
  line-height: 38px;
  display: inline !important;
}

.scroll-wrapper[_home] {
  flex-wrap: nowrap;
  display: flex;
}
.scroll-wrapper[_home] .btn-box {
  width: 100%;
  display: block;
  text-align: center;
  min-width: 80px;
  padding: 10px 10px;
  color: inherit;
  font-weight: 100;
  height: 80px;
  /*box-shadow: $box-shadow-sm;  2px 2px 16px 3px $box-shadow;*/
  position: relative;
}
.scroll-wrapper[_home] .btn-box .hot {
  position: absolute;
  right: 0;
  top: 5px;
  display: inline-block;
  padding: 3px;
  line-height: 1;
  background-color: red;
  color: white;
  border-radius: 5px;
}
.scroll-wrapper[_home] .btn-box .hot.new {
  background: linear-gradient(1deg, #FBD629, yellow);
  color: black;
}
.scroll-wrapper[_home] .btn-box.enlarge i {
  font-size: 40px;
}
.scroll-wrapper[_home] .btn-box div {
  text-transform: uppercase;
}
.scroll-wrapper[_home] .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.scroll-wrapper[_home] .slider-content {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  flex-wrap: nowrap !important;
  overflow: auto;
  white-space: nowrap;
  background-color: #304fd0;
  color: white;
}
.scroll-wrapper[_home] .slider-content i {
  font-size: 28px;
  height: 1.2em;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
.scroll-wrapper[_home] .slider-content i ~ h4 {
  margin-bottom: 0;
}
.scroll-wrapper[_home] .slider-content i.icon-km_gaming_dark {
  color: #ffe024;
}
.scroll-wrapper[_home] .prev-btn {
  width: 100%;
  background-color: #0f1d86;
  padding: 0;
  color: white;
  height: 80px;
  border-radius: 0;
}
.scroll-wrapper[_home] .next-btn {
  width: 100%;
  background-color: #0f1d86;
  padding: 0;
  color: white;
  height: 80px;
  border-radius: 0;
}
.scroll-wrapper[_home] .left {
  flex-basis: 15px;
}
.scroll-wrapper[_home] .scroller {
  overflow: hidden;
  flex-basis: 100%;
}
.scroll-wrapper[_home] .right {
  flex-basis: 15px;
}

.profile-head .container-box .title {
  padding: 0.7em 1.2em;
  /*background-color: var(--bg-3);*/
}
@media screen and (max-width: 992px) {
  .profile-head .container-box .title {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
@media screen and (min-width: 992px) {
  .profile-head .container-box .title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #040e38;
  }
}
@media screen and (max-width: 992px) {
  .profile-head .container-box .title {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    color: #2975ff;
  }
}
@media screen and (min-width: 992px) {
  .profile-head .container-box .title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    color: white;
  }
}
.profile-head .outlet {
  padding: 15px;
}
.profile-head .circle {
  border: 1px solid currentColor;
  padding: 0.15em 0.5em;
}
@media screen and (max-width: 992px) {
  .profile-head .circle {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .profile-head .circle {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    display: none;
  }
}
.profile-head .container-wrapper {
  /*background-color: var(--bg-1);*/
}
@media screen and (max-width: 992px) {
  .profile-head .container-wrapper {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
@media screen and (min-width: 992px) {
  .profile-head .container-wrapper {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: transparent;
  }
}
.profile-head .container {
  /*background-color: var(--bg-0);*/
  top: 2em;
  position: relative;
}
@media screen and (max-width: 992px) {
  .profile-head .container {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
@media screen and (min-width: 992px) {
  .profile-head .container {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #0e3b8c;
  }
}
.profile-head .container .head-content {
  padding: 10px;
  margin-top: 0.7em;
  /*background-color: #040e38;*/
}
.profile-head .icon-shield {
  font-size: 4rem;
  color: #4d80db;
}
.profile-head .acc_safety_info {
  /*padding-top: 0.4em;*/
}
.profile-head .acc_safety_info .info-2 {
  padding-top: 0.3em;
  font-size: 1.8rem;
}
.profile-head .acc_safety_info i {
  padding-right: 0.4em;
  color: #4d80db;
}
.profile-head ul.nav {
  margin-right: 20px;
  margin-left: 20px;
}
.profile-head .bal-box {
  margin: 0 25px;
  font-size: 1rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
  /*border: 2px solid;*/
}
.profile-head .bal-box .row {
  align-items: center;
  justify-content: center;
}
.profile-head .bal-box .icon-wallet {
  font-size: 21.882px;
  font-weight: 1000;
}
.profile-head .bal-box .bal-txt {
  vertical-align: top;
}
.profile-head .bal-box .i-refresh {
  font-size: 21.882px;
  vertical-align: top;
}
.profile-head .bal-box .btn {
  /*padding: 0;
  padding-left: 3px;*/
  cursor: pointer;
  /*background-color: app-color(primary,lighter);*/
  /*color: #2a8fbd;*/
  padding: 0;
  /*font-size: $h5-font-size;*/
  font-weight: 1000;
  outline: none;
  box-shadow: none;
}
.mobile .profile-head .container {
  top: 0;
}
.mobile .profile-head .container .ref_down {
  display: none;
}
.profile-head .btn-logout {
  float: right;
  font-size: 25.2px;
}
.profile-head form:not(#chgPwdForm) .form-group {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .profile-head .msg {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 11.9994px;
  }
}
@media screen and (min-width: 992px) {
  .profile-head .msg {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: 14px;
  }
}
.profile-head .nav-tabs {
  padding-bottom: 5px;
  border-bottom: none;
}
.profile-head .nav-tabs a.nav-btn {
  color: white;
}
.profile-head .nav-tabs .nav-btn {
  padding: 0.5rem 1rem;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1.5px solid transparent;
}
@media screen and (max-width: 992px) {
  .profile-head .nav-tabs .nav-btn {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 11.9994px;
  }
}
@media screen and (min-width: 992px) {
  .profile-head .nav-tabs .nav-btn {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: 14px;
  }
}
.profile-head .nav-tabs .nav-btn.active {
  color: #4d80db;
  border-bottom-color: #0049cc;
}

@media screen and (max-width: 992px) {
  .profile-edit p {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 11.9994px;
  }
}
@media screen and (min-width: 992px) {
  .profile-edit p {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: 14px;
  }
}
.profile-edit .i-star {
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}
.profile-edit .memer_leavel {
  display: flex;
}

@media screen and (max-width: 992px) {
  .my-promo p {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 11.9994px;
  }
}
@media screen and (min-width: 992px) {
  .my-promo p {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: 14px;
  }
}
.my-promo p.lbl {
  color: #4d80db;
  margin-bottom: 0.2em;
}

.mobile .switch input:checked + .slider {
  background-color: #304fd0;
}
.mobile #btn-reset2ndpin {
  margin-left: 0px;
  margin-top: 10px;
}

.app-info > div {
  padding: 15px;
}
@media screen and (max-width: 992px) {
  .app-info > div {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .app-info > div {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    height: 320px;
  }
}
.app-info a {
  color: #4d80db;
}
.app-info .promo-title {
  font-size: 6rem;
  color: #5b80e7;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0px;
  /*background: linear-gradient(to right,#3794BF 10%,#fff 50%,#3794BF 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;*/
  display: inline-block;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transform: scale(1.5, 1);
  /* W3C */
}
.app-info .promo-title span {
  position: relative;
}
.app-info .promo-title span:after {
  position: absolute;
  top: 1.55em;
  right: 0.45em;
  font-size: 0.3em;
  content: "%";
  color: #5b80e7;
  z-index: 50;
  /*font-family:""*/
  /*TODO*/
  display: inline-block;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transform: scale(0.6, 1.4);
  /* W3C */
}
.app-info .fs-md {
  font-weight: 700;
  text-transform: uppercase;
}
.app-info .progressNumber {
  font-weight: 700;
  font-size: 42.728px;
}
.app-info .row.center {
  align-items: center;
}
.app-info .pointer i {
  color: #0049cc;
}
@media screen and (max-width: 992px) {
  .app-info .i-stop {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 8.96px;
  }
}
@media screen and (min-width: 992px) {
  .app-info .i-stop {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: inherit;
  }
}
.app-info .sub-title {
  color: white;
}
.app-info .carousel-fixed-height > div {
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .app-info .carousel-fixed-height > div {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .app-info .carousel-fixed-height > div {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    height: 100%;
  }
}
.app-info .carousel-fixed-height > div .carousel-indicators {
  bottom: 0px;
}
.app-info .carousel-fixed-height > div .carousel-inner {
  min-height: 300px;
}
.app-info .carousel-fixed-height > div#pagination-info .carousel-indicators {
  bottom: 0px;
}
.app-info .mobile-border .title {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .app-info .carousel-fixed-height > div .carousel-inner {
    min-height: auto;
  }
}
.float-menu {
  position: fixed;
  top: 62%;
  right: -140px;
  width: 180px;
  height: 60px;
  border-radius: 80px;
  background: #2d3033;
  /* background: linear-gradient(140deg, rgba(71, 74, 79, 0.95) 35%, #000000 100%); */
  border: 1px solid rgba(133, 147, 165, 0.1);
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 255, 0.4);
  box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.4);
}
.float-menu.visible {
  right: -20px;
}
.float-menu .logo-wrap {
  display: inline-block;
  height: 3rem;
  width: 2rem;
  position: relative;
  top: 12px;
  right: -10px;
}
.float-menu .logo-wrap > div {
  position: absolute;
}
.float-menu a {
  color: white;
  padding-left: 10px;
}

.contact-us .bg-1 {
  background-color: #0e3b8c;
}
.contact-us .icon-txt {
  line-height: 100%;
  vertical-align: middle;
  color: white;
}
.contact-us .icon-txt ~ span {
  font-weight: 900;
}
.contact-us a {
  font-size: inherit !important;
}
.contact-us a:hover > * {
  color: #3f62c6;
}
.contact-us .bg-1 {
  padding: 15px 6px 15px 6px;
  background: #040e38;
}
.contact-us .bg-1 .btn {
  margin-bottom: 10px;
  border-radius: 5px !important;
  width: 100%;
  text-align: left;
  color: #fff;
  background: #0f1d86;
}
.contact-us .bg-1 .btn i {
  color: #fff;
}
.contact-us .bg-1 .btn.rm_padding {
  padding: 0px !important;
}
.contact-us .bg-1 .dis_flex {
  display: flex;
}
.contact-us .bg-1 .dis_flex.add_padding {
  padding: 5px 15px;
}
.contact-us .bg-1 .dis_flex .icon-txt {
  font-size: 1.5rem;
  min-width: 40px;
}
.contact-us .bg-1 .qr_img_sec {
  width: 100%;
  background: #040e38;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 0;
}
.contact-us .bg-1 .qr_image {
  width: 50%;
  max-width: 120px;
}

.promo-view .panel {
  border: none;
  border-radius: 0 !important;
  overflow: hidden;
  background-color: #015cff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin: 16px 0 !important;
}
.promo-view .panel-body {
  padding: 15px !important;
  background-color: #030b30 !important;
  color: white !important;
  overflow-x: auto;
}
.promo-view .panel-heading {
  padding: 0 !important;
  transition: all 0.4s ease;
}
.promo-view .panel-heading > a {
  display: block;
}

.promo-list {
  margin-top: 1rem;
}
.promo-list .title {
  font-weight: 700;
}
.promo-list .img-wrapper {
  /*width: 100%;*/
}
.promo-list .img-wrapper .img-fluid {
  width: 100%;
}
.promo-list .side-toggle {
  color: #0049cc;
  text-align: center;
  width: 100%;
  /*padding-right: 8px;*/
  background-color: #020621;
}

.promotion-group {
  padding: 30px 0;
}

.m-t-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.promotion-single {
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.3);
}

.promotion-modal.nifty-modal.modal-lg {
  min-width: 1170px;
  max-width: 90%;
}

.promotion-modal .md-body {
  padding: 30px;
}
.promotion-modal .md-body table {
  max-width: 100%;
  width: 100% !important;
}
.promotion-modal .md-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: 600;
  opacity: 0.65;
  cursor: pointer;
}

.promotionmodal_content {
  overflow-y: scroll;
  max-height: 75vh;
  min-height: 75vh;
  background-color: #040e38;
}

.promotion-single .img-fluid {
  height: 160px;
  width: 100%;
}

.promobanner_img .img-fluid {
  width: 100%;
}

.promotion-page .g_category-nav.nav.fixed {
  flex-wrap: nowrap;
}

.promotion-page .g_category-nav {
  background-color: #040e38;
  text-align: center;
}

.promotion-page .g_category-nav .nav-item {
  background-color: #040e38;
  color: white;
  flex-basis: 16.66%;
  max-width: 16.66%;
  float: left;
  min-width: 16.66%;
}

.promotion-page .g_category-nav .nav-item.active, .sub-games .g_category-nav .nav-item:hover {
  background-color: #015cff;
  color: black;
}

.promotion-page .g_category-nav .nav-item .navlink {
  display: block;
  padding: 0.7em;
  width: 100%;
  color: white;
  text-transform: uppercase;
}

.mobile .promotion-single .btn {
  width: 49%;
}
.mobile .promotion-single .row.d-flex {
  display: block;
}
.mobile .promotion-page .g_category-nav .nav-item .navlink {
  padding: 15px 3px;
  font-size: 11px;
}
.mobile .promotion-modal .panel-body {
  padding: 0 !important;
}
.mobile .promotion-modal .md-body {
  padding: 15px;
}
.mobile .promotion-modal .md-close {
  top: -2px;
  right: 10px;
}
.mobile .nifty-modal.modal-lg.promotion-modal {
  min-width: 95%;
  max-width: 95%;
  top: 50%;
}
.mobile .time-remaining-wraper {
  display: none;
}

.my_promo_view .profile-head .container-box .title {
  padding: 0.7em 1.2em;
  background-color: #040e38;
  color: white;
}
.my_promo_view .profile-head .container-wrapper {
  /*background-color: var(--bg-1);*/
}
@media screen and (max-width: 992px) {
  .my_promo_view .profile-head .container-wrapper {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
@media screen and (min-width: 992px) {
  .my_promo_view .profile-head .container-wrapper {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: transparent;
  }
}
.my_promo_view .profile-head .container {
  background-color: #0e3b8c;
}
.my_promo_view .profile-head .container .head-content {
  padding-top: 0px;
  margin-top: 0px;
}

.mobile .my_promo_view .profile-head {
  margin-top: 10px;
}
.mobile .my_promo_view .mdc-tab {
  padding: 15px 10px;
}
.mobile .my_promo_view .check_bonus_history_btn {
  float: right;
}

.referral {
  /*& li:before {
    padding-right: 8px;
    content: "✱";
  }*/
}
.referral ul {
  color: white;
}
.referral ul li {
  margin-bottom: 5px;
}

.register .p-title {
  background-color: white;
  padding: 0;
  border-radius: 0;
  font-size: 21.882px;
  margin-bottom: 20px;
  overflow: hidden;
}
.register span.skew {
  display: inline-block;
  padding: 0.1em 40px 0.1em 15px;
  color: white;
  position: relative;
}
.register span.skew::before {
  content: "";
  position: absolute;
  background-color: #2975ff;
  width: 100%;
  height: 100%;
  left: -20px;
  top: 0;
  transform: skewX(-30deg);
}
.register span.skew > span {
  position: relative;
  z-index: 2;
}
.register .form-group {
  padding-left: 15px;
  padding-right: 15px;
}
.register small {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .register small {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .register small {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    margin-right: -50px;
  }
}
.register .promo-box {
  padding: 1.5em 1em;
  border: 1px solid #040e38;
  max-width: 271px;
  background-color: rgba(131, 137, 164, 0.9);
  color: black;
}
.register .promo-box h4 {
  font-weight: 900;
}
.register sup {
  background-color: #040e38;
  padding: 3px 4px;
  color: white;
  border-radius: 0;
  cursor: pointer;
}
.register.container {
  background-color: inherit;
  top: 2em;
  position: relative;
}

.register-form .txt-refCode {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #0021ad;
  color: white;
}
.register-form .sub-title {
  font-weight: 800;
  font-size: 16px;
  color: #2975ff;
}
@media screen and (max-width: 992px) {
  .register-form .sub-title {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .register-form .sub-title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding-left: 15px;
  }
}
.register-form .sub-title::before {
  content: "";
  padding-left: 10px;
  border-left: 4px solid #2975ff;
}
.register-form .form-group label {
  padding-top: 5px;
}
.register-form .form-group .radio_2 label {
  padding-top: 0;
}
.register-form button[type=submit] {
  padding-left: 30px;
  padding-right: 30px;
}
.register-form .submit-box {
  padding-bottom: 15px;
  background-color: rgba(131, 137, 164, 0.9);
  color: black;
}
@media screen and (max-width: 992px) {
  .register-form .submit-box {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .register-form .submit-box {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    margin: 0 15px;
  }
}
.register-form .submit-box .checkbox label {
  font-weight: 700;
}
.register-form .btn-refresh {
  vertical-align: middle;
  padding-top: 0;
  margin-top: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  text-align: left;
}
.register-form .btn-refresh i {
  position: relative;
  /* left: 40px; */
  top: 2px;
  font-size: 1.5em;
  padding-left: 10px;
}
.register-form .captcha_img {
  padding: 0rem;
  vertical-align: top;
  top: 0;
}

.register_form_two, .register-form .prev_btn, .register_form_three {
  display: none;
}

@media screen and (max-width: 992px) {
  .reg-success.container-wrapper {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
@media screen and (min-width: 992px) {
  .reg-success.container-wrapper {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
.reg-success .container-box .title {
  padding: 0.7em 28px;
}
@media screen and (max-width: 992px) {
  .reg-success .container-box .title {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: #040e38;
  }
}
@media screen and (min-width: 992px) {
  .reg-success .container-box .title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #040e38;
  }
}
.reg-success .content {
  padding: 15px 28px;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
}
.reg-success .container {
  position: relative;
}
@media screen and (max-width: 992px) {
  .reg-success .container {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
@media screen and (min-width: 992px) {
  .reg-success .container {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #0e3b8c;
  }
}
@media screen and (max-width: 992px) {
  .reg-success .container {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .reg-success .container {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    top: 2em;
  }
}

.mobile #registerBAForm .d-flex {
  flex-direction: column;
}
#registerBAForm .sub-title {
  margin-left: 10px;
  margin-top: 5px;
  font-weight: 800;
  font-size: 16px;
  display: inline-block;
  border-bottom: 3px solid;
  padding: 0 5px 5px 0px;
}
#registerBAForm .sub-title i {
  font-weight: 100;
}
#registerBAForm .sub-title sub {
  font-size: 11px;
  background-color: white;
  padding: 2px 4px;
  color: #010417;
  border-radius: 0;
}

.wallet-bal {
  color: #ffff27;
  /****************notification*************/
}
.wallet-bal .row {
  font-weight: 900;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  background-color: #040e38;
  padding: 0.4em 0;
}
.wallet-bal i, .wallet-bal span {
  vertical-align: middle;
}
.wallet-bal .i-refresh {
  text-align: right;
  font-weight: 900;
  color: white;
  /*& .btn {
  color:inherit;
  font-weight:inherit;
  padding:0;
  font-size:inherit;
  }*/
}
.wallet-bal .i-refresh i {
  font-size: 1.4rem;
}
.wallet-bal .btn.btn-clear {
  text-align: left;
}
.wallet-bal .btn-refresh-wallet.pull-right {
  border-radius: 50%;
  background-color: #0049cc;
  margin-right: 2px;
  line-height: 1.2;
}
.wallet-bal .btn-refresh-wallet.refresh_icon {
  border-radius: 50%;
  background-color: #0049cc;
  margin-right: 2px;
  line-height: 1.2;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.wallet-bal .btn-refresh-wallet.refresh_icon i {
  font-size: 20px;
  text-align: center;
}
.wallet-bal .btn-collapse-balances {
  border-radius: 8px;
  background-color: #0049cc;
  line-height: 1.2;
  padding: 0 3px;
}
.wallet-bal .notification_drop {
  float: right;
  font-size: 22px;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  text-align: center;
  color: #0049cc;
  line-height: 1;
  margin-left: 10px;
}
.wallet-bal .notification_drop .dropdownNoti_content {
  width: 250px;
  height: auto;
  background-color: #50b08b;
}
.wallet-bal .notification_drop .dropdownNoti_content:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: -10px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #50b08b;
}
.wallet-bal .notification_drop .dropdownNoti_content ul {
  list-style: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  max-height: 100px;
  overflow-y: auto;
}
.wallet-bal .notification_drop .dropdownNoti_content ul li {
  margin-top: 5px;
  padding: 2px 10px;
}
.wallet-bal .notification_drop .dropdownNoti_content ul li:hover {
  background-color: #33373a;
  color: #ffffff;
}
.wallet-bal .notification_drop .dropdownNoti_content ul li p {
  margin: 0px;
}
.wallet-bal .notification_drop .dropdownNoti_content .noti_footer {
  padding: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.wallet-bal .notification_drop .dropdownNoti_content .noti_footer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.wallet-bal .notification_drop .dropdownNoti_content .noti_footer .submit_btn {
  width: 100%;
  background-color: #383838;
  color: #fff;
}

.info.container-wrapper {
  height: 100% !important;
}
.info .container-box .title {
  padding: 0.7em 1.2em;
}
.info .info-nav.nav-icon {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.info .info-nav.nav-icon .flex-div {
  display: flex;
  place-content: space-between;
  place-items: center;
}
@media screen and (max-width: 992px) {
  .info .info-nav.nav-icon .flex-div {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .info .info-nav.nav-icon .flex-div {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .info .info-nav.nav-icon .flex-div {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    place-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .info .info-nav.nav-icon .flex-div {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    place-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  .info .info-nav.nav-icon .flex-div {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    place-items: center;
  }
}
@media screen and (min-width: 992px) {
  .info .info-nav.nav-icon .flex-div {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    place-items: center;
  }
}
@media screen and (max-width: 992px) {
  .info .info-nav.nav-icon .flex-div {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    flex-flow: wrap;
  }
}
@media screen and (min-width: 992px) {
  .info .info-nav.nav-icon .flex-div {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    flex-flow: wrap;
  }
}
.info .info-nav.nav-icon a {
  text-decoration: none;
  transition: all 0.4s ease;
  display: inline-block;
  color: white;
  background-color: #040e38;
  border-radius: 50%;
  padding: 7px;
  border-radius: 50%;
  width: 9em;
  height: 9em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .info .info-nav.nav-icon a {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 8.96px;
  }
}
@media screen and (min-width: 992px) {
  .info .info-nav.nav-icon a {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: 14px;
  }
}
.info .info-nav.nav-icon a i {
  font-size: 35px;
}
@media screen and (max-width: 992px) {
  .info .info-nav.nav-icon a i {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .info .info-nav.nav-icon a i {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    font-size: 35px;
  }
}
.info .info-nav.nav-icon a:hover, .info .info-nav.nav-icon a.active {
  color: #0049cc;
}
.info .info.panel {
  border: 0px;
}
.info .info.panel-default {
  border-color: #424242;
  border-radius: 5px;
}
.info .info.panel-heading {
  background: #424242 !important;
}
.info .info.panel-heading:hover {
  background: #333333 !important;
  cursor: pointer;
}
.info .panel-title.info {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fdc54c;
  position: relative;
  font-size: 1.09375rem;
}
.info .panel-title.info::after {
  content: "+";
  top: -2px;
  right: 0px;
  position: absolute;
  font-size: 30px;
  color: #fff !important;
}
.info .info.panel-heading[aria-expanded=true] .panel-title.info::after {
  content: "-";
}
.info .info.panel-body {
  background-color: #030b30 !important;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 0 24px 16px;
  border: 0px !important;
}
.info .li-padding li {
  padding: 5px 0px 5px 15px;
}
.info .upper-roman {
  list-style-type: upper-roman;
}
.info .disc-list {
  list-style-type: disc;
}

@media only screen and (max-width: 768px) {
  .mobile .info-nav.nav-icon a {
    width: 7.5em;
    height: 7.5em;
    line-height: 1.1;
  }
}
#referral-table_wrapper .dataTables_length, #referral-table_wrapper .dataTables_filter, #referral-table_wrapper .dataTables_info {
  color: white;
}
#referral-table_wrapper .dataTables_filter {
  float: right;
  background-color: transparent;
  position: relative;
}
#referral-table_wrapper .dataTables_filter input {
  background-color: transparent;
  border: 1px solid white;
}
#referral-table_wrapper .dataTables_filter .search_icon {
  position: absolute;
  right: 10px;
  top: 4px;
  color: white;
}
#referral-table_wrapper .dataTables_info {
  display: none;
}
#referral-table_wrapper .dataTables_paginate {
  float: right;
}
#referral-table_wrapper .dataTables_paginate .paginate_button {
  color: white !important;
  border: 1px solid white;
  padding: 5px;
  margin-right: 5px;
  background: transparent;
}
#referral-table_wrapper #referral-table tr {
  background-color: transparent;
}
#referral-table_wrapper #referral-table thead {
  background-color: #061348;
  color: white;
}
#referral-table_wrapper #referral-table_length {
  display: none;
}

.content_memo_width {
  width: 100%;
}

.memo_page {
  padding-top: 15px;
}
.memo_page iframe body {
  color: #fff !important;
}
.memo_page .nav-tabs {
  margin-left: 0px;
  border: none;
  display: flex;
  width: 100%;
  padding-bottom: 0 !important;
}
.memo_page .nav-tabs li {
  width: 100% !important;
  height: auto;
}
.memo_page .nav-tabs li a {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  color: white;
  padding: 15px 9px;
  margin-right: 0;
  letter-spacing: 0px;
  line-height: 19px;
}
.memo_page .nav-tabs li a:focus {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  color: white;
}
.memo_page .nav-tabs li a:hover {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  color: white;
}
.memo_page .nav-tabs li a span {
  line-height: 1;
  padding-right: 0px;
}
.memo_page .nav-tabs li.active a {
  text-transform: uppercase;
  background-color: #0e3b8c;
  text-align: center;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  color: #ffff27;
}
.memo_page .nav-tabs li.active a:focus {
  text-transform: uppercase;
  background-color: #0e3b8c;
  text-align: center;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  color: #ffff27;
}
.memo_page .nav-tabs li.active a:hover {
  text-transform: uppercase;
  background-color: #0e3b8c;
  text-align: center;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  color: #ffff27;
}
.memo_page .nav-tabs li.active a span:before {
  color: #e9dbb6;
}
.memo_page .memo_page_title {
  margin-bottom: 20px;
  font-size: 18px;
}
.memo_page .memo_tab {
  padding: 0;
}
.memo_page .memo_tab .btn_top_memo {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  width: auto;
  height: auto;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  float: right;
}
.memo_page .memo_tab .btn_memo {
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 19px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
  text-align: left;
  float: right;
}
.memo_page .memo_tab .btn_memo i {
  margin-right: 5px;
}
.memo_page .memo_tab .tab-content {
  padding: 0px;
  font-size: 12px;
  padding: 10px;
}
.memo_page .memo_tab .tab-content .date_input_wrap {
  padding-top: 7.5px;
}
.memo_page .memo_tab .tab-content .date_input_wrap label {
  padding-top: 7.5px;
}
.memo_page .memo_tab .tab-content .date_input_wrap.form-group {
  margin-bottom: 0px;
}
.memo_page .memo_tab .tab-content .date_input_wrap .form-control {
  padding: 4px 13px;
  height: inherit;
  border-radius: 4px;
}
.memo_page .memo_tab .tab-content .date_input_wrap .submit_btn {
  width: auto;
  padding: 0 5px;
}
.memo_page .memo_tab .tab-content .button_table {
  display: inline-block;
  text-align: center;
  margin: 0px;
  position: absolute;
  top: 63px;
  z-index: 9;
}
.memo_page .memo_tab .tab-content table.dataTable thead th, .memo_page .memo_tab .tab-content table.dataTable tbody td {
  padding: 5px 0 10px 0;
}
.memo_page .memo_tab .tab-content table {
  margin-bottom: 20px;
  border: none;
  margin: 0px;
  padding: 0px;
  border-collapse: separate;
  border-spacing: 0px 5px;
}
.memo_page .memo_tab .tab-content table .selectall-checkbox {
  vertical-align: top;
}
.memo_page .memo_tab .tab-content table .blurrey {
  opacity: 0.5;
}
.memo_page .memo_tab .tab-content table .blurrey:hover {
  opacity: 1;
}
.memo_page .memo_tab .tab-content table .ind_status {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #0175F6;
  background: #0175F6;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.memo_page .memo_tab .tab-content table .blurrey .ind_status {
  background: transparent;
  border-color: darkgrey;
}
.memo_page .memo_tab .tab-content table tr {
  background-color: transparent;
  font-size: 10px;
  border: none;
}
.memo_page .memo_tab .tab-content table tr td.selectall-checkbox .checkmarking {
  left: 0%;
}
.memo_page .memo_tab .tab-content table tr.odd, .memo_page .memo_tab .tab-content table tr.even {
  background-color: transparent;
}
.memo_page .memo_tab .tab-content table tr.odd.selected, .memo_page .memo_tab .tab-content table tr.even.selected {
  background-color: transparent;
}
.memo_page .memo_tab .tab-content table tr:hover.selected {
  background-color: #0e3b8c;
}
.memo_page .memo_tab .tab-content table th {
  border-bottom: 0px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
}
.memo_page .memo_tab .tab-content table th .memo_select {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  vertical-align: top;
  text-transform: uppercase;
}
.memo_page .memo_tab .tab-content table td.table_check {
  text-decoration: uppercase;
  box-shadow: none !important;
}
.memo_page .memo_tab .tab-content table td {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 10px;
  border: none;
  cursor: pointer;
}
.memo_page .memo_tab .tab-content table td:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.memo_page .memo_tab .tab-content table td h3 {
  display: inline-block;
  width: 100%;
}
.memo_page .memo_tab .tab-content table td.sorting_1 {
  background-color: #0e3b8c !important;
  font-size: 10px;
}
.memo_page .memo_tab .tab-content table td .box_row_1 {
  opacity: 0.8;
}
.memo_page .memo_tab .tab-content table td .box_row_1.clearfix:before, .memo_page .memo_tab .tab-content table td .box_row_1.clearfix:after {
  font-size: 0;
  display: block;
  height: 0;
}
.memo_page .memo_tab .tab-content table td span.memo_table_header {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-decoration: underline;
}
.memo_page .memo_tab .tab-content table td .memo_attachments {
  margin: 15px 0 5px;
  font-size: 12px;
  border: 1px solid #304fd0;
  padding: 5px;
  border-radius: 5px;
}
.memo_page .memo_tab .tab-content table td .memo_attachments .file_lnk {
  display: inline-block;
  color: white;
}
.memo_page .memo_tab .tab-content table td .memo_attachments .file_lnk + .file_lnk {
  margin-left: 20px;
}
.memo_page .memo_tab .tab-content table td span.memo_table_date {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: right;
  float: right;
}
.memo_page .memo_tab .tab-content table td .memo_table_title {
  font-size: 12px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  overflow: hidden;
  word-break: break-word;
}
.memo_page .memo_tab .tab-content table td .memo_top_paragraph {
  word-break: break-all;
  width: 100%;
  overflow-y: hidden;
  line-height: 1.4em;
  position: relative;
}
.memo_page .memo_tab .tab-content table td .memo_top_paragraph.add_hide {
  height: 2.8em;
}
.memo_page .memo_tab .tab-content table td .memo_top_paragraph.rm_hide {
  height: auto;
}
.memo_page .memo_tab .tab-content table td .memo_top_paragraph.rm_hide:after {
  content: none;
}
.memo_page .memo_tab .tab-content table td .memo_top_paragraph * {
  margin-bottom: 0.4em;
}
.memo_page .memo_tab .tab-content table td .memo_top_paragraph:after {
  content: ". . .";
  position: absolute;
  bottom: 0;
  right: 5%;
  font-weight: 900;
  font-size: 14px;
}
.memo_page .memo_tab .tab-content table td .memo_table_para {
  word-break: break-word;
  width: 90%;
  overflow: hidden;
}
.memo_page .memo_tab .tab-content table td .memo_table_para > * {
  width: auto !important;
}
.memo_page .memo_tab .tab-content table td .memo_table_para > * > * {
  width: auto !important;
}
.memo_page .memo_tab .tab-content table td p.memo_table_paravalue {
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.memo_page .memo_tab .tab-content table td .overlay {
  display: inline-block;
}
.memo_page .memo_tab .tab-content table td .overlay ul {
  margin: 0px;
  margin-left: 15px;
  margin-top: 20px;
  line-height: 23px;
  font-weight: 600;
}
.memo_page .memo_tab .tab-content table td .overlay ul li {
  font-size: 10px;
}
.memo_page .memo_tab .tab-content table td .overlay.hidden {
  display: none;
}
.memo_page .memo_tab .tab-content table td .button_table_inner {
  margin-top: 15px;
  margin-bottom: 20px;
}
.memo_page .memo_tab .tab-content table td .button_table_inner .btn_memo_inner {
  font-size: 10px;
  color: #ffffff;
  font-weight: 500;
  width: 96px;
  height: 24px;
  padding: 0 5px;
  margin-right: 10px;
  text-transform: uppercase;
}
.memo_page .memo_tab .tab-content table td .button_table_inner .btn_memo_inner i {
  margin-right: 5px;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_paginate {
  width: 100%;
  text-align: center !important;
  padding-bottom: 40px !important;
  padding-left: 10px;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_paginate .paginate_button {
  text-transform: uppercase !important;
  margin: 0px 3px !important;
  padding: 2px 6px !important;
  height: 20px !important;
  background-color: #ffff27 !important;
  border: 1px solid #ffff27 !important;
  border-radius: 0px !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #272a3a !important;
  font-weight: 700;
  box-shadow: none !important;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #272a3a;
  border: 1px solid #ffff27;
  background: #ffff27 !important;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_scroll {
  padding: 0px 15px 15px;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter {
  right: 35px;
  top: 18px;
  width: 100% !important;
  margin: 5px 0px 0px auto !important;
  float: right;
  display: inline-block;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter label {
  width: 100%;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter label input {
  width: 100%;
  border: none;
  margin-left: 0 !important;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter input {
  height: 31px;
  padding: 10px;
  background-color: transparent !important;
  border: 1px solid white !important;
  float: right;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter input::-moz-placeholder {
  color: white;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter input:-ms-input-placeholder {
  color: white;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter input::placeholder {
  color: white;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter i.icon-search {
  position: absolute;
  right: 12px;
  top: 12px;
  color: white;
}
.memo_page .memo_tab .tab-content #memo .memo_content_title {
  font-size: 12px;
  color: white;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  background-color: #0e3b8c;
}
.memo_page .memo_tab .tab-content #memo .memo_div {
  padding: 25px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.memo_page .memo_tab .tab-content #memo .memo_div h3 {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}
.memo_page .memo_tab .tab-content #memo .memo_div button {
  float: right;
  width: auto;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 30px;
}
.memo_page .memo_tab .tab-content #memo .card-wrapper {
  box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.31), 1px 1px 2px 0px rgba(0, 0, 0, 0.22), 1px 1px 12px -2px rgba(0, 0, 0, 0.05), inset 0px 0px 3px 2px #020621;
  background-color: white;
  overflow: hidden;
  margin-bottom: 15px;
}
.memo_page .memo_tab .tab-content #memo .card-wrapper:first-child {
  margin-top: 15px;
}
.memo_page .memo_tab .tab-content #memo .card {
  margin-bottom: 15px;
  border-left: 20px;
  background-color: white;
  color: black;
  position: relative;
  overflow: hidden;
  border-left: 8px solid #e4e404;
  overflow: hidden;
  margin: 3px;
  margin-left: 0;
  border-radius: 3px;
}
.memo_page .memo_tab .tab-content #memo .card.read {
  opacity: 0.6;
}
.memo_page .memo_tab .tab-content #memo .sysmail_type_icon {
  font-size: 18px;
  line-height: 1;
  width: 6%;
}
.memo_page .memo_tab .tab-content #memo .sysmail_type_icon + div {
  line-height: 1;
  width: 90%;
  font-size: 9px;
}
.memo_page .memo_tab .tab-content #memo .card-link {
  text-transform: uppercase;
  padding: 10px 5px 10px 2px;
  display: block;
  color: #020621;
}
.memo_page .memo_tab .tab-content #memo .card-link .fs-lg {
  font-weight: 900;
  font-size: 12px !important;
}
.memo_page .memo_tab .tab-content #memo .card-link .fs-lg.date {
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  line-height: 9px;
  max-width: 10em;
  font-size: 9px !important;
}
.memo_page .memo_tab .tab-content #memo .card-link .p_sysmail_subj {
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
}
.memo_page .memo_tab .tab-content #memo .card-link .p_sys_topic {
  padding-top: 3px;
}
.memo_page .memo_tab .tab-content #memo .card-body {
  margin-bottom: 15px;
  margin-left: 3px;
  background-color: #010417;
  padding: 10px;
  width: 97%;
  border-radius: 5px;
}
.memo_page .memo_tab .tab-content #memo .card-body p {
  margin-bottom: 5px;
}
.memo_page .memo_tab .tab-content #memo .card-body .memo_attachments {
  margin: 5px 0 5px;
  font-size: 12px;
  border: 1px solid #304fd0;
  padding: 5px;
  border-radius: 5px;
}
.memo_page .memo_tab .tab-content #memo .card-body .memo_attachments a {
  color: white;
}
.memo_page .memo_tab .mdc-tab-bar a .hot {
  color: #ed1c24;
}
.memo_page .tulis_memo {
  display: none;
}
.memo_page .tulis_memo.active {
  display: block;
}

.tulis_memo .tulis_memo_bg {
  background-color: #0e3b8c;
  width: 100%;
  float: left;
}
.tulis_memo .tulis_memo_bg .form_button {
  text-align: center;
}
.tulis_memo .tulis_memo_bg h3.memo_content_title {
  font-size: 14px;
  line-height: 19px;
  color: #ffff27;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 25px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #33393c !important;
  margin-bottom: 20px;
}
.tulis_memo .tulis_memo_bg label {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}
.tulis_memo .tulis_memo_bg .options {
  float: right;
  width: 100%;
  text-align: right;
}
.tulis_memo .tulis_memo_bg .options button {
  color: #a2a2a2;
  border: none;
  background: no-repeat;
}
.tulis_memo .tulis_memo_bg .options .editor_font {
  background-color: #272a3a;
  float: left;
}
.tulis_memo .tulis_memo_bg #editor {
  width: 100%;
  height: 190px;
  border: 2px solid white;
  margin-bottom: 20px;
  margin-top: 35px;
  background-color: #272a3a;
  overflow-y: auto;
  overflow-x: hidden;
}
.tulis_memo .tulis_memo_bg select {
  background-color: #272a3a;
  color: #ffffff !important;
  border: 2px solid white;
  text-transform: uppercase;
  font-weight: 600;
}
.tulis_memo .tulis_memo_bg input {
  background-color: #272a3a;
  color: #ffffff !important;
  border: 2px solid white;
  text-transform: uppercase;
  font-weight: 600;
}
.tulis_memo .tulis_memo_bg .fileUpload {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}
.tulis_memo .tulis_memo_bg .fileUpload label {
  padding: 0.5em;
  cursor: pointer;
  width: auto;
  height: 43px;
  background-color: #272a3a;
  padding: 11px;
  text-align: center;
  float: left;
  color: #ffffff;
}
.tulis_memo .tulis_memo_bg .fileUpload label input#file-upload {
  font-size: 0px;
  opacity: 0;
}
.tulis_memo .tulis_memo_bg .fileUpload #filename {
  padding: 10px;
  float: left;
  width: 200px !important;
  white-space: nowrap;
  overflow: hidden;
  width: 251px;
  height: 43px;
  background-color: #272a3a;
  border: 2px solid white;
}
.tulis_memo .tulis_memo_bg .wrapper {
  margin-top: 15px;
}
.tulis_memo .tulis_memo_bg .wrapper iframe#editor {
  width: 100%;
  height: 190px;
  border: 2px solid #f7e3a9;
  margin-bottom: 20px;
  margin-top: 10px;
  color: white !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.tulis_memo .tulis_memo_bg .wrapper iframe#editor body {
  color: white !important;
}

/*************checkbox***************/
.checkmarking {
  position: absolute;
  left: 18%;
  background-color: transparent;
  border: 1px solid white;
}
.checkmarking:after {
  top: -5px !important;
}

.check_container {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check_container input:checked ~ .checkmark:after {
  display: block;
}
.check_container .checkmark:after {
  left: 4px;
  top: -1px !important;
  width: 6px;
  height: 12px;
  border: solid #ff9933;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form_checkbox {
  margin-bottom: 0px;
}

.navbar-fixed-bottom .mail_icon,
.side-bar-content .mail_icon {
  position: absolute;
  top: 0.3em;
  color: white;
  font-size: 10px;
  right: 0.7em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1em;
  border-radius: 50%;
  animation: blinking 1.2s linear 0.5s infinite;
  background-color: #ed1c24;
  text-align: center;
  padding: 0.2em;
}

.navbar-fixed-bottom .mail_icon {
  right: 15px;
}

.text-center-sm {
  text-align: center;
}

#regbank_popup__depo {
  top: 50%;
}

.add_bank_modal {
  padding: 10px;
  background-color: #010417;
}
.add_bank_modal .md_title {
  background-color: #0e3b8c;
  padding: 3px;
  text-align: center;
  color: #2975ff;
  margin-bottom: 10px;
}
.add_bank_modal #bank_register_popup .form-group {
  position: relative;
}
.add_bank_modal #bank_register_popup .form-group .pass_lock {
  float: right;
  position: absolute;
  top: 26px;
  right: 0;
  width: 33px;
  height: 30px;
}
.add_bank_modal #bank_register_popup .form-group .form-control-feedback {
  top: 26px;
  width: 12px;
}
.add_bank_modal table {
  margin: 15px auto;
}
.add_bank_modal .circle-id {
  margin: 0 auto;
}
.add_bank_modal .i {
  padding: 5px;
  padding: 0 15px 15px 15px;
}
.add_bank_modal tr {
  margin-bottom: 0.2em;
}
.add_bank_modal .b-line {
  border-left: 1px solid white;
}
.add_bank_modal .country {
  font-size: 0.8em;
  text-align: center;
}
.add_bank_modal .flag-wrap {
  padding: 0 15px 15px 15px;
}

.mdc-tab--active .mdc-tab__text-label, .mdc-tab.active .mdc-tab__text-label {
  color: #a3c4ff !important;
}