@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600&display=swap);
@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*/
/*@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;*/
/*new theme variables*/
/*new theme variables end*/
/* 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
 -----------------------------------*/
/*======================== 
   new variables for customization 
   Note : all variables declared here pls assign "null !default" 
========================*/
/*!
 * 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;
  -webkit-text-decoration: underline dotted;
          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: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

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

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

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

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

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #111111;
}

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

a {
  color: #fff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #d9d9d9;
  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: #111111;
  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: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
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: "— ";
}

.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: " —";
}

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: #111111;
}

.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;
  -webkit-user-select: none;
  -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: #fff;
  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: #d9d9d9;
  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: #fff;
}
.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: #111111;
  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: #111111;
  }
}

.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: "/ ";
}
.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: #fff;
  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: #d9d9d9;
  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: #ffbc00;
  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: #fff;
  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: #111111;
  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: #fff;
}

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  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 {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  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: "Montserrat", 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: "Montserrat", 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: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  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(17, 17, 17, 0.8);
  transition: all 0.3s;
}

.md-show + .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Effect 3: Slide from the bottom */
.slide-in-bottom .md-content {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.slide-in-bottom .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 1: Fade in and scale up */
.fade-in-scale .md-content {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.fade-in-scale .md-content {
  -webkit-transform: scale(1);
  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-sm-none {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .d-sm-none {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    display: block !important;
  }
}

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

.u-underline {
  text-decoration: underline !important;
}

@media (min-width: 769px) {
  .d-md-pl-0 {
    padding-right: 0 !important;
  }
  .d-md-pl-5 {
    padding-right: 5px !important;
  }
}
/*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;
}

.colored-toast .swal2-title {
  color: #fff;
  margin: 0px 2px !important;
}
.colored-toast .swal2-html-container {
  color: #fff;
  margin: 7px 2px !important;
  font-size: 14px !important;
  line-height: 1.5;
}
.colored-toast.swal2-icon-success {
  background-color: #2e7803 !important;
}
.colored-toast.swal2-icon-error {
  background-color: #b42e2e !important;
}

.swal2-container {
  z-index: 106000000000 !important;
}

#collapsible-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 16px;
}
#collapsible-footer .i-collapse {
  border-radius: 50%;
  padding: 0 5px;
  background-color: #ffbc00;
  color: white;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
#collapsible-footer .i-collapse.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.desktop .footer-title {
  color: white;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

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: #111111;
  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: #FFBC00;
  font-family: "Montserrat", 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: #fff;
  font-weight: inherit;
  padding: 0;
  font-size: inherit;
  background: none;
  outline: none;
  /*Bootstrap 3*/
}

.btn-warning {
  background: inherit;
}

.btn-primary {
  background: linear-gradient(180deg, #FED569 0%, #B97D00 100%);
  color: #000 !important;
  border-color: #2f2e2e;
  border-radius: 0;
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary[disabled] {
  background-color: #366298;
  color: black;
  border-color: #366298;
}

.btn-primary--dark {
  background-color: black;
  color: white;
  border-color: black;
  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: black;
  color: #e0e0e0;
  border-color: black;
}

.btn-secondary {
  background: linear-gradient(180deg, #FED569 0%, #B97D00 100%);
  color: #fff;
  border-color: linear-gradient(180deg, #FED569 0%, #B97D00 100%);
  border-radius: 0;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary[disabled] {
  background-color: #d7d7d7;
  color: black;
  border-color: #d7d7d7;
}

.btn-tertiery {
  background: linear-gradient(360deg, #B7870C 0%, #F4E303 43.57%, #97640E 100%);
  color: black;
  border-color: #B7870C;
  border-radius: 0;
  font-weight: 600;
}
.btn-tertiery:hover, .btn-tertiery:focus, .btn-tertiery:active, .btn-tertiery.active, .btn-tertiery[disabled] {
  background-color: #a59b15;
  color: black;
  border-color: #a59b15;
}

.btn-accent {
  background: linear-gradient(360deg, #B7870C 0%, #F4E303 43.57%, #97640E 100%);
  color: #000;
  border-color: #B7870C;
  border-radius: 0;
  font-weight: 600;
}
.btn-accent:hover, .btn-accent:focus, .btn-accent:active, .btn-accent.active, .btn-accent[disabled] {
  background-color: #f8e295;
  color: white;
  border-color: #f8e295;
}

.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;
  -webkit-user-select: none;
  -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: #fff;
  display: inline;
  padding: 0;
  font-weight: inherit;
  vertical-align: inherit;
}
.btn-link[disabled], .btn-link:disabled, .btn-link:hover, .btn-link:focus {
  color: #fff;
  opacity: 0.5;
}

a:link,
a:visited {
  /*color: inherit;*/
  text-decoration: none !important;
}

b,
strong {
  font-weight: bolder;
  font-weight: 700;
}

.txt_accent {
  color: #f8e295;
  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 #fff;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.center {
  margin: 0 auto;
  /*TODO**/
}

/*positioning*/
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: justify;
  width: 100%;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*.flex-wrap {   bootstrap has this class
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }*/
.flex-grow {
  -webkit-flex: 1;
          flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.flex-align-top {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.auto-box {
  /*min-width: 120px;*/
  /*max-width: 140px;*/
  -webkit-flex-basis: 0;
          flex-basis: 0;
  /* default value */
  -webkit-flex-grow: 1;
          flex-grow: 1;
  /* default value */
}
.mobile .auto-box {
  min-width: 100px;
  max-width: 100px;
}

.flex-grow-2 {
  -webkit-flex-grow: 2 !important;
          flex-grow: 2 !important;
}

.flex-grow-3 {
  -webkit-flex-grow: 3 !important;
          flex-grow: 3 !important;
}

.border-box {
  border: 1px solid #131212;
  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;
  }
}

@-webkit-keyframes flash-border {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(25px);
            filter: blur(25px);
    opacity: 1;
  }
}

@keyframes flash-border {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(25px);
            filter: blur(25px);
    opacity: 1;
  }
}
.gradient-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          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: #111111;
  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;
  -webkit-animation: flash-border 0.5s infinite alternate;
          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 {
  -webkit-transform: translateX(-25%);
          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 #111111;
}

.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: black;
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  margin-top: 2rem;
  color: #fff;
}

.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: #F4E303;
  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: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 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 #1D1D1D;
  background-color: #1D1D1D;
}
.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 {
  -webkit-text-orientation: sideways-right;
          text-orientation: sideways-right;
  -webkit-writing-mode: vertical-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 {
  -webkit-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-writing-mode: vertical-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(17, 17, 17, 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;
  white-space: normal;
  width: 33%;
  vertical-align: top;
}

app-home-info a {
  color: white;
}

input[type=password] {
  letter-spacing: 0.3em;
}

.input-group.uline {
  border-bottom: 1px solid white;
}

.txt-refCode1 {
  border-color: #727377;
  border-color: #727377;
  border-color: #727377;
  background-color: #727377;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
}

.form-control {
  border-color: #727377;
  border-color: #727377;
  background-color: #727377;
  height: 30px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  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 white;
}
.form-control.underline:disabled + .input-group-btn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgba(185, 190, 195, 0.3);
  color: new_formControlReadOnly__base;
  -webkit-text-fill-color: new_formControlReadOnly__base;
  opacity: 0.6;
  border: 1px solid rgba(185, 190, 195, 0.3);
}

select {
  color: rgb(148, 128, 128);
}
select > option {
  background-color: #727377;
  color: #fff;
}
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 #2f2e2e;
  width: 100%;
  padding: 20px;
  position: relative;
  background-color: #111111;
}
.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 #2f2e2e;
  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 #111111;
  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;
}

.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: #ffbc00 !important;
  background: none;
}
.navbar-default .navbar-nav a.nav-link:focus, .navbar-default .navbar-nav a.nav-link:hover {
  color: #ffbc00 !important;
  background: none;
}

.navbar-expand-lg .navbar-collapse {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-basis: auto;
          flex-basis: auto;
  -webkit-justify-content: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .navbar-default.navbar-collapse {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
  .navbar-default {
    background-color: #131212;
    border-color: #111111;
    border: 1px solid rgba(17, 17, 17, 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: #111111;
  }
  .navbar {
    padding: 0;
  }
  .navbar-header {
    background-color: black;
    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: #111111;
    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(17, 17, 17, 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: #111111;
  }
  .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: #ffbc00;
  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: #ae8613;
  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;
}

.btn-box .nolimitcity {
  width: 90px !important;
}

/*--------------------------
    Logo with names
  -----------------------------*/
.bg-um:before,
.bg-co:before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  background: url("https://files.sitestatic.net/sprites/flags.png?v=4") no-repeat;
  z-index: 1;
}

.bg-co:before {
  background-position: 0px 0px;
  width: 150px;
  height: 40px;
}

.bg-um:before {
  background-position: 27px -25px;
  width: 150px;
  height: 62px;
  background-size: 95px;
}

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

/*==================other theme elements=========================*/
/*==============================================================*/
.mat-group {
  position: relative;
  margin: 15px 0;
}

textarea.mat-control {
  resize: none;
}

input.mat-control,
textarea.mat-control {
  background: none;
  color: #b8b8b8;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #b8b8b8;
}
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: #f8f198;
}
input.mat-control:focus ~ .bar:before,
textarea.mat-control:focus ~ .bar:before {
  width: 100%;
}

.mat-group label {
  color: #b8b8b8;
  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: #f8f198;
  transition: 300ms ease all;
  left: 0%;
}

/*------------------------------*/
/*-------announcement popover--------*/
.popover-header,
.popover-title {
  background-color: #050d13;
  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: #050d13;
}

.popover-body,
.popover-content {
  background-color: #050d13;
  color: white;
}

/*----ngx-Bootstrap-----*/
.modal-content {
  color: 123123;
  background-color: #131212;
  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: #111111;
    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(0, 0, 0, 0.8);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  body.mobile .gradient-box {
    background-color: #111111;
  }
  body.mobile .gradient-border:after, body.mobile .gradient-border:before {
    content: none;
  }
  body.mobile .mobile-border {
    display: block;
    border-top: 3px solid rgba(0, 0, 0, 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: #2f2e2e;
  }
}
/*=====================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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  border: 2px solid #ffbc00;
  border-radius: 50%;
  border-top: 2px solid #366298;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader-b.large:before {
  width: 72px;
  height: 72px;
  border-width: 5px;
}
.loader-b.large:after {
  display: block;
  position: relative;
  -webkit-transform: translateY(-207.5%);
          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 #ffbc00;
  border-radius: 50%;
  border-top: 2px solid #366298;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            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 {
  -webkit-transform: translateY(-1.1em) scale(0.75);
          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;
  font-weight: 600;
}
.ann-wrapper i {
  font-size: 21.882px;
  color: #ffbc00;
}

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: #2f2e2e transparent transparent transparent;
  z-index: -1;
}
.corner-logo .logo-crypto {
  -webkit-transform: scale(0.6);
          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 #ffbc00;
  margin-right: -1px;
  color: white;
  background-color: #ffbc00;
}
.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: white;
  border-color: #111111;
  color: black;
}

.carousel-indicators li {
  border-color: #ffbc00;
}
.carousel-indicators li.active {
  background-color: #ffbc00;
}

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 #ffbc00;
  color: #ffbc00;
  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: #ffbc00;
  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: #ffbc00;
  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);
}

.hot-tag {
  position: absolute;
  z-index: 1;
  top: -4px;
  right: -4px;
  width: 60px;
  height: 51px;
  background-size: 60px;
  background-image: url(/assets/images/sprites/hot-tag.png);
  background-repeat: no-repeat;
}

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

@-webkit-keyframes blinking {
  50% {
    opacity: 0;
  }
}

@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: #131212;
  }
}

.pg_force_email_phone .box {
  padding: 20px 30px 30px !important;
}

.force_email_phone_heading {
  font-size: 25px !important;
}

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

#resetPwdForm #fogotrefreshCaptcha {
  background: transparent;
  padding: 0px;
  top: -1px;
  left: -15px;
}
#resetPwdForm #fogotrefreshCaptcha .captcha_img {
  height: 50px;
  max-width: 100%;
}

/*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: #2f2e2e;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2f2e2e;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  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;
}

.bank_name_6_acc_font_size {
  font-size: 11px !important;
}

.emailsubscribe {
  margin-top: 10px;
}
.emailsubscribe label {
  font-size: 14px;
  margin-top: 0px;
  padding-left: 8px !important;
  padding-top: 1px !important;
  float: left;
  cursor: pointer;
}
.emailsubscribe label input {
  float: left;
  margin-right: 10px;
}
.profile-edit .emailsubscribe label {
  font-size: 16px;
  padding-top: 0px !important;
  font-weight: 500 !important;
  cursor: pointer;
  line-height: 20px;
}

.text-overflow-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fancybox-content a {
  display: inline-block;
}
.fancybox-content a:focus {
  outline: none;
}

.license-tnc-modal {
  z-index: 999999;
  top: 50%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mobile .license-tnc-modal {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 90vh;
}
.license-tnc-modal .justify-center {
  -webkit-justify-content: center;
          justify-content: center;
}
.license-tnc-modal .license-wrap {
  background-color: #ededed;
  color: #000000;
  padding: 10px 30px;
  border-radius: 6px;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.mobile .license-tnc-modal .license-wrap {
  font-size: 14px;
}
.license-tnc-modal .top-content p {
  margin: 0;
  font-size: 16px;
}
.mobile .license-tnc-modal .top-content p {
  font-size: 14px;
}
.license-tnc-modal .license-tnc-content {
  overflow-y: scroll;
  max-height: 300px;
  background-color: rgba(0, 0, 0, 0.1450980392);
  padding: 10px;
}
.mobile .license-tnc-modal .license-tnc-content {
  max-height: 150px;
}
.license-tnc-modal .license-tnc-content .container {
  width: 100%;
  padding: 0;
}
.license-tnc-modal .license-tnc-content .title {
  background-color: transparent;
}
.license-tnc-modal ::-webkit-scrollbar {
  width: 10px;
}
.license-tnc-modal ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.license-tnc-modal ::-webkit-scrollbar-thumb {
  background: #888;
}
.license-tnc-modal ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.license-tnc-overlay {
  z-index: 99999;
}

.capture-modal .md-body {
  position: relative;
  display: inline-block;
  border-radius: 16px;
}
.capture-modal .capture-wrapper {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}
.mobile .capture-modal .capture-wrapper video {
  border-radius: 26px;
}
.capture-modal .capture-wrapper .preview-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.capture-modal .capture-wrapper .preview-wrapper canvas {
  width: 100%;
  height: 100%;
}
.capture-modal .capture-wrapper .bottom-btn-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.capture-modal .capture-wrapper .bottom-btn-wrapper .btn {
  border-radius: 6px;
  min-width: 85px;
}

.custom-hidden-input {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.navTabTrans ul.nav.nav-tabs {
  margin-left: 0;
  border-bottom: 0;
}
.navTabTrans ul.nav.nav-tabs li {
  margin: 5px;
  opacity: 0.8;
}
.navTabTrans ul.nav.nav-tabs li a {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  padding: 2px 0;
}
.navTabTrans ul.nav.nav-tabs li a.active, .navTabTrans ul.nav.nav-tabs li a:hover, .navTabTrans ul.nav.nav-tabs li a:focus {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  opacity: 1;
}
.navTabTrans ul.nav.nav-tabs li.active {
  border-bottom: 2px solid;
  opacity: 1;
}

.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;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  visibility: hidden;
}
.layout .side-nav.open {
  -webkit-transform: none;
          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: margin-left, margin-right, right, left, -webkit-transform;
  transition-property: transform, margin-left, margin-right, right, left;
  transition-property: transform, margin-left, margin-right, right, left, -webkit-transform;
  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(17, 17, 17, 0.8);
}

.footer-desc {
  margin-top: 1em;
}

.footer-content {
  font-size: 12px;
  color: inherit;
}
.footer-content .footerlink ul li {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.footer-content .footerlink ul li {
  padding: 0 5px 0 0;
  line-height: 24px;
}
.footer-content .footerlink ul li .browserIcons {
  color: #FFBC00;
  font-size: 30px;
}
.footer-content .footerlink ul li a {
  color: #fff;
}
.footer-content .footer-misc .column {
  padding-right: 4rem;
}
.footer-content .footer-misc .column:last-of-type {
  padding-right: 0;
}
.footer-content .footer-misc .column .title {
  font-weight: 900;
}
.footer-content .footer-misc .column .subtitle {
  font-weight: 700;
}
.footer-content .payment_imgs img {
  /*width: 100px;
  height: 25px;*/
  margin-right: 5px;
}
.footer-content ul.pw-by a {
  display: block;
  height: 38px;
}
.footer-content .button.icon i {
  font-size: 1.4em;
}

.row .equal {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main.nav-wrapper {
  display: -webkit-flex;
  display: flex;
  place-content: center;
  padding: 0px 35px;
  background-color: #2f2e2e;
  background-image: #2f2e2e;
  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  /*@media screen and (max-width: 600px) {
  .column {
      width: 100%;
      height: auto;
  }
  }*/
}
.main.nav-wrapper .main-nav {
  overflow: hidden;
  /*font-family: Arial, Helvetica, sans-serif;*/
  line-height: 1.15;
}
.main.nav-wrapper .main-nav .nav-item {
  float: left;
  color: white;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-flex: none;
          flex: none;
  -webkit-flex-basis: auto;
          flex-basis: auto;
}
.main.nav-wrapper .main-nav .nav-item.is-active {
  background: #ffbc00;
}
.main.nav-wrapper .nav-title {
  text-transform: uppercase;
}
.main.nav-wrapper .nav-item .navlink {
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  /*font: inherit;*/
  width: 100%;
  min-width: 100px;
  /*padding: 14px 16px;*/
  display: block;
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.45em 0.45em;
  /*&:before {
      content: '';

      display: inline-block;
      vertical-align: middle;
  }*/
  /*& .nav-icon>span {
      vertical-align: middle;
      line-height: 3.5em;
  }*/
}
.main.nav-wrapper .nav-item .navlink i {
  color: inherit;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.8em;
}
.main.nav-wrapper .nav-item .navlink i.icon-km_gaming_dark {
  color: #ffe024;
}
.main.nav-wrapper .main-nav a:hover, .main.nav-wrapper .nav-item:hover .navlink, .main.nav-wrapper .main-nav a.active {
  background: #ffbc00;
}
.main.nav-wrapper .navcontent_button_play {
  height: 0;
  overflow: hidden;
}
.main.nav-wrapper .nav-item-content {
  display: none;
  position: absolute;
  background-color: black;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 111;
  border-bottom: 15px solid #2f2e2e;
  /*TODO use variables*/
}
.main.nav-wrapper .nav-item-content .header {
  background: red;
  padding: 16px;
  color: white;
}
.main.nav-wrapper .nav-item-content .auto-box > a, .main.nav-wrapper .nav-item-content .auto-box > .a-disabledLink {
  text-decoration: none;
  display: block;
  height: 100%;
  color: white;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
}
.main.nav-wrapper .nav-item-content .auto-box > a::after, .main.nav-wrapper .nav-item-content .auto-box > .a-disabledLink::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.5s ease-in-out; /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: radial-gradient(ellipse at center, #afc2f1 17%, white 27%, #d7d7d7 31%, #ffbc00 52%, #ae8613 57%, #6a551b 97%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="app-color(secondary,lightest)", endColorstr="app-color(secondary,darker)",GradientType=1 ); /* ie6-9 */
  background-image: radial-gradient(circle, #7d6666, #5a3e3e, #3e2c2c, #2f2e2e, #141313);
}
.main.nav-wrapper .nav-item-content .auto-box > a:hover:not(.disableHover), .main.nav-wrapper .nav-item-content .auto-box > .a-disabledLink:hover:not(.disableHover) {
  /*transition: background 20s ease-out;*/
}
.main.nav-wrapper .nav-item-content .auto-box > a:hover:not(.disableHover)::after, .main.nav-wrapper .nav-item-content .auto-box > .a-disabledLink:hover:not(.disableHover)::after {
  opacity: 1;
  z-index: -1;
}
.main.nav-wrapper .nav-item-content .auto-box > a:hover:not(.disableHover) .navcontent_button_play, .main.nav-wrapper .nav-item-content .auto-box > .a-disabledLink:hover:not(.disableHover) .navcontent_button_play {
  color: white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: black;
  height: auto;
}
.main.nav-wrapper .nav-item:hover .nav-item-content {
  display: block;
}
.main.nav-wrapper .auto-box {
  margin: 5px 5px;
  position: relative;
}
.main.nav-wrapper .auto-box:first-child {
  margin-left: 0;
}
.main.nav-wrapper .auto-box:last-child {
  margin-right: 0;
}
.main.nav-wrapper .auto-box.hide_this_sec {
  display: none;
}
.main.nav-wrapper .flex-row:first-of-type {
  margin-top: 5px;
}
.main.nav-wrapper .flex-row:last-of-type {
  margin-bottom: 5px;
}
.main.nav-wrapper .logo_provider {
  margin: 0 auto;
}
.main.nav-wrapper .menu-item-title {
  text-transform: uppercase;
  font-size: 11.2px;
  padding-bottom: 5px;
}
.main.nav-wrapper .logo_img {
  width: 100px;
  height: 90px;
}
.main.nav-wrapper .add-opts {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  display: none;
  margin: 0 auto;
  width: 100%;
  z-index: 4;
}
.main.nav-wrapper .add-opts .row {
  transition: opacity 0.2s linear;
  visibility: hidden;
  opacity: 0;
}
.main.nav-wrapper .add-opts a {
  border-radius: 0;
  background-color: #366298;
  border: none;
  padding-left: 2.5px;
  padding-right: 2.5px;
  color: white;
  display: block;
  width: 100%;
}
.main.nav-wrapper .add-opts a:hover {
  background-color: #d7d7d7;
}
.main.nav-wrapper .auto-box > a:hover .add-opts {
  display: block;
}
.main.nav-wrapper .auto-box > a:hover .add-opts .row {
  visibility: visible;
  opacity: 1;
}
.main.nav-wrapper .nav-icon {
  position: relative;
}
.main.nav-wrapper .nav-icon .hot {
  position: absolute;
  display: inline-block;
  padding: 2px 3px;
  background-color: red;
  color: white;
  border-radius: 5px;
  font-size: 0.9em;
}
.main.nav-wrapper .nav-icon .hot.new {
  background: linear-gradient(1deg, #FBD629, yellow);
  color: black;
}
.main.nav-wrapper .nav-icon.enlarge {
  height: 40px;
}
.main.nav-wrapper .nav-icon.enlarge i {
  color: red;
  font-size: 40px;
  position: relative;
  top: -12px;
}

.floats {
  position: fixed;
  top: 200px;
  transition: all 0.5s ease-out;
  /*animation-name: moveOut;
  animation-duration: 5s; 
  animation-delay: 5s;*/
  transition-delay: 1s;
  z-index: 99;
  color: white;
}
.floats .btn {
  border-radius: 0 !important;
}
.floats .txt-xxl {
  font-size: 3rem;
}
.floats .icon-24-7 {
  vertical-align: middle;
}
.floats .icon-clock {
  font-size: 27.342px;
}
.floats .col-6 .btn-block {
  font-size: 17.5px;
  font-family: "Montserrat", sans-serif;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.floats .bg-1 {
  background-color: black;
}
.floats .box {
  padding: 10px !important;
}
.floats .bg-2 {
  font-family: "Montserrat", sans-serif;
}
.floats .bg-2 .btn {
  font-size: inherit !important;
  text-align: inherit !important;
}
.floats .bg-2 .btn.btn-block {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.floats .bg-2 .btn.btn-block:hover .icon-txt {
  color: #00c300;
}
.floats .bg-2 .icon-txt {
  font-size: 1.7em;
  vertical-align: middle;
  line-height: 100%;
  position: relative;
  top: 0px;
  transition: top 0.3s;
}
.floats .btn-block + .btn-block {
  margin-top: 0rem;
}
.floats .btn-primary:hover {
  font-weight: 900;
}
.floats .fc {
  min-width: 221px;
  min-height: 190px;
}
.floats .fc > div {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  position: relative;
}
.floats .i-circle {
  font-size: 1.3rem;
  padding: 0.075em 0.075em;
  border-radius: 50%;
  border: 1px solid white;
}
.floats .fd-qr {
  height: 100px;
  width: 100px;
  left: 44px;
  top: 10px;
  background: linear-gradient(black, #2f2e2e);
  padding: 6px;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px #366298;
}

.floats-right {
  right: 0;
  -webkit-transform: translateX(calc(100% - 3.4rem));
          transform: translateX(calc(100% - 3.4rem));
}

.floats-left {
  left: 0;
  -webkit-transform: translateX(calc(3.4rem - 100%));
          transform: translateX(calc(3.4rem - 100%));
}

.floats-right:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.5s ease-in;
  /*animation: movein 2s ;*/
  z-index: 99;
}

.floats-left:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.5s ease-in;
  /*animation: movein 2s ;*/
  z-index: 99;
}

.floats-right .fc .fc-left, .floats-left .fc .fc-right {
  width: 3.4rem;
  min-height: 190px;
  /*border: 2px solid #84b2c7;*/
  background-color: #ffbc00;
  padding: 5px;
  color: white;
}

.floats-right .fc .fc-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.floats-left .fc .fc-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.floats-right .fc .fc-right, .floats-left .fc .fc-left {
  /*border: 1px solid black;*/
  min-width: 150px;
  min-height: 190px;
  /*border: 2px solid #648c9e;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*border-left-color: #5ca6c7;*/
  background-color: #366298;
  /*padding-left: 7px;
  padding-right: 7px;*/
}

/*#btn-joinNow {
  border-radius: $border-radius;
  background-color: app-color(primary,light); 
}*/
.floats .box {
  padding: 5px !important;
}
.floats.floats-right .bg-2 {
  padding: 15px 6px 10px 6px;
  background: black;
}
.floats.floats-right .bg-2 .btn-block {
  margin-bottom: 10px;
  border-radius: 5px !important;
}
.floats.floats-right .bg-2 .btn-block.btn-primary {
  background: black;
}
.floats.floats-right .bg-2 .btn-block.btn-primary:hover {
  font-weight: normal;
  color: #fff;
}
.floats.floats-right .bg-2 .btn-block.btn-primary.rm_padding {
  padding: 0px !important;
}
.floats.floats-right .bg-2 .btn-block:hover .icon-txt {
  color: #fff;
}
.floats.floats-right .bg-2 .btn-block .dis_flex {
  display: -webkit-flex;
  display: flex;
}
.floats.floats-right .bg-2 .btn-block .dis_flex.add_padding {
  padding: 5px 15px;
}
.floats.floats-right .bg-2 .icon-txt {
  font-size: 1.5rem;
  min-width: 35px;
}
.floats.floats-right .bg-2 .qr_img_sec {
  width: 100%;
  background: black;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 0;
}
.floats.floats-right .bg-2 .qr_image {
  width: 50%;
  max-width: 120px;
}

.floats-left .btn-primary {
  background-color: black;
  transition: all 0.3s;
}
.floats-left .btn-primary:hover {
  background-color: black;
}
.floats-left .btn-primary:hover .icon-txt {
  top: -6px;
}

.header-wrapper {
  background-color: inherit;
  background-image: none;
  /*#logo {
    width: 297px;
  }*/
  /*.header-wrapper .flex-right {
  color:var(--primary-500)
  }*/
  /*top-right elements*/
}
.header-wrapper:not(.stuck) .logo img {
  transition: max-height 0.5s;
}
.header-wrapper .live_draw {
  font-size: 18px !important;
  text-decoration: none;
  font-weight: 600 !important;
  margin-left: 30px;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-animation: gradient_text 3s infinite;
          animation: gradient_text 3s infinite;
  background-image: linear-gradient(98deg, #d4a856 31%, #faf5e9 43%, #dfab4d 52%, #d4a856 89%);
  -webkit-text-fill-color: transparent;
}
@-webkit-keyframes gradient_text {
  from {
    background-position: -100px;
  }
  to {
    background-position: 100px;
  }
}
@keyframes gradient_text {
  from {
    background-position: -100px;
  }
  to {
    background-position: 100px;
  }
}
.header-wrapper .country_detail {
  text-transform: uppercase;
  font-size: 14px;
  -webkit-flex: none;
          flex: none;
}
.header-wrapper .country_detail .dot {
  width: 5px;
  height: 5px;
  margin: 0 2px 2px;
  border-radius: 50%;
  display: inline-block;
  background-color: #2f2e2e;
}
.header-wrapper .btn.fix {
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 77px;
  border-radius: 0;
}
.header-wrapper .main-header {
  z-index: 10;
  position: relative;
  /*height: 100px;*/ /*height follow the img logo max-height*/
}
.header-wrapper .inner-header {
  padding-bottom: 5px;
  padding-top: 5px;
}
.header-wrapper .flex-col {
  max-height: 100%;
}
.header-wrapper .logo-left .logo {
  margin-left: 0;
  margin-right: 5px;
}
.header-wrapper .logo a {
  text-decoration: none;
  display: block;
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0;
}
.header-wrapper .logo img {
  display: block;
  width: auto;
}
.header-wrapper #logo img {
  max-height: 70px;
}
@media screen and (max-width: 768px) {
  .header-wrapper .md-logo-center .logo {
    -webkit-order: 2;
            order: 2;
    text-align: center;
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper .md-logo-center .logo img {
    margin: 0 auto;
  }
}
.header-wrapper .flex-left {
  margin-right: auto;
}
.header-wrapper .flex-right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header-wrapper .md-logo-center .flex-left {
    -webkit-order: 1;
            order: 1;
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper .md-logo-center .flex-right {
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
    -webkit-order: 3;
            order: 3;
  }
}
@media (max-width: 768px) {
  .header-wrapper [data-show=hide-for-medium], .header-wrapper .hide-for-medium {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .header-wrapper [data-show=show-for-medium], .header-wrapper .show-for-medium {
    display: none !important;
  }
}
.header-wrapper a:not(.btn), .header-wrapper .btn-link {
  color: #fff;
}
.header-wrapper .flex-right .flex-row {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  /****************notification*************/
}
.header-wrapper .flex-right .flex-row span {
  vertical-align: middle;
}
.header-wrapper .flex-right .flex-row i {
  vertical-align: middle;
  font-size: 1.5rem;
}
.header-wrapper .flex-right .flex-row .logo-wrap {
  height: 1.5rem;
  width: 1.5rem;
}
.header-wrapper .flex-right .flex-row .logo-wrap > div {
  position: absolute;
}
.header-wrapper .flex-right .flex-row .compliant-btn {
  line-height: 1;
  padding: 0 6px;
  border-radius: 8px;
}
.header-wrapper .flex-right .flex-row.mid {
  color: #d7d7d7;
}
.header-wrapper .flex-right .flex-row.mid > *:not(i) {
  font-size: 0.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.header-wrapper .flex-right .flex-row.top {
  padding-bottom: 4px;
}
.header-wrapper .flex-right .flex-row.top > *:not(i), .header-wrapper .flex-right .flex-row.last > *:not(i) {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.header-wrapper .flex-right .flex-row .button.icon.circle {
  font-size: 0.7rem;
  background-color: #111111;
  color: inherit;
}
.header-wrapper .flex-right .flex-row .button.icon.circle i {
  font-size: 0.9rem;
}
.header-wrapper .flex-right .flex-row .social-icons {
  overflow: hidden;
  font-size: 0.7rem;
}
.header-wrapper .flex-right .flex-row .social-icons a, .header-wrapper .flex-right .flex-row .social-icons .button {
  padding-left: 3.5px;
  padding-right: 3.5px;
  min-width: 2.7em;
  white-space: nowrap;
  overflow: hidden;
}
.header-wrapper .flex-right .flex-row .social-icons.fade-in {
  display: inline-block;
  width: 0px;
  line-height: 1;
  opacity: 0;
  transition: all 200ms ease;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
}
.header-wrapper .flex-right .flex-row .social-icons.fade-in.show {
  opacity: 1;
  width: 12em;
  line-height: 1;
}
.header-wrapper .flex-right .flex-row .info_toggle.fade-in.show {
  width: 6em;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content {
  width: 340px;
  max-height: 270px;
  background-color: #50b08b;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: -8px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #50b08b;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content ul {
  list-style: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  max-height: 160px;
  overflow-y: auto;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content ul li {
  margin-top: 5px;
  padding: 8px 20px;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content ul li:hover {
  background-color: #33373a;
  color: #ffffff;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content ul li p {
  margin: 0px;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content .noti_footer {
  padding: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content .noti_footer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.header-wrapper .flex-right .flex-row .dropdownNoti_content .noti_footer .submit_btn {
  width: 100%;
  background-color: #383838;
  color: #fff;
}
.header-wrapper .last {
  margin-top: 0.5em;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  text-align: right;
  color: white;
  font-weight: 700;
}
.header-wrapper .last > * {
  font-size: 0.9rem;
}
.header-wrapper .last i {
  color: #d7d7d7;
  margin-right: 1px;
  line-height: 100%;
}
.header-wrapper .time {
  /*color: app-color-theme(foreground, $theme-type,2);*/
  color: inherit;
  font-size: 11.2px;
  -webkit-flex: none;
          flex: none;
}
.header-wrapper .line {
  border: none;
  width: 1px;
  height: 1.2em;
  background-color: white;
}
.header-wrapper .btn-link {
  text-decoration: none !important;
  vertical-align: middle;
}
.header-wrapper .chained .chained-menu {
  cursor: pointer;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.header-wrapper .chained .chained-menu--more {
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear, -webkit-flex-grow 0.4s linear, -webkit-transform 0.2s linear;
  transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear, transform 0.2s linear;
  transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear, transform 0.2s linear, -webkit-flex-grow 0.4s linear, -webkit-transform 0.2s linear;
  -webkit-flex: 1 0;
          flex: 1 0;
  -webkit-flex-grow: 0.00001;
          flex-grow: 0.00001;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header-wrapper .chained:hover .chained-menu {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  width: 0;
}
.header-wrapper .chained:hover .chained-menu--more {
  visibility: visible;
  opacity: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex: 0 0 32px;
          flex: 0 0 32px;
  width: auto;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.header-wrapper .chained:hover .chained-menu--more:hover {
  -webkit-transform: scale(1.1) translateY(-3px);
          transform: scale(1.1) translateY(-3px);
}
.header-wrapper .enlarge {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.header-wrapper .enlarge:hover {
  -webkit-transform: scale(1.1) translateY(-3px);
          transform: scale(1.1) translateY(-3px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.header-wrapper .btn.wallet {
  color: #9DFF6A;
}
.header-wrapper .btn.wallet i {
  color: #9DFF6A;
}
.header-wrapper .l-ddl {
  position: relative;
  display: inline-block;
  margin: 0 !important;
}
.header-wrapper .l-ddl .ddl-btn {
  padding: 0 3px;
  border-radius: 0;
}
.header-wrapper .l-ddl:hover .ddl-cont {
  display: block;
}
.header-wrapper .l-ddl:hover .ddl-btn {
  background-color: #131212;
}
.header-wrapper .l-ddl .ddl-cont {
  display: none;
  position: absolute;
  background-color: #131212;
  min-width: 130px;
  white-space: nowrap;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
  border-radius: 0;
  overflow: hidden;
}
.header-wrapper .l-ddl .ddl-cont a {
  color: inherit;
  display: block;
  padding: 5px;
}
.header-wrapper .l-ddl .ddl-cont a:hover, .header-wrapper .l-ddl .ddl-cont a.active {
  background-color: white;
}
.header-wrapper .acc-panel.flex-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-wrapper .star-color {
  color: #eeee05 !important;
}
.header-wrapper .slash {
  /* color: #fff; */
  font-size: 5;
  font-size: 29px !important;
  margin: 0px !important;
  margin-top: 5px !important;
}
.header-wrapper .member_leavel {
  display: -webkit-flex;
  display: flex;
  margin-top: 7px;
  margin-left: 0px !important;
}
.header-wrapper .member_leavel .icon_logo {
  display: block;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.header-wrapper .member_leavel .member_leavel_name {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 3px;
  margin-right: 3px;
}
.header-wrapper .user-account {
  position: relative;
}
.header-wrapper .user-account > div {
  float: left;
  position: relative;
}
.header-wrapper .user-account > div:first-child {
  top: 14px;
}
.header-wrapper .user-account > div:last-child {
  padding-left: 5px;
  bottom: 11px;
  font-size: 1rem;
  font-weight: 700;
}
.header-wrapper .user-account .star-wrapper {
  text-align: center;
  position: relative;
  top: 3px;
  display: inline-block;
  background-color: #2f2e2e;
  border-radius: 50%;
  border-radius: 50%;
  height: 28px;
  padding: 7px 5px 4px;
  width: 28px;
}
.header-wrapper .user-account .star-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #111111;
  border-radius: 50%;
  width: 24px;
  top: 2px;
  overflow: hidden;
  left: 2px;
  height: 24px;
}
.header-wrapper .user-account .star-wrapper .i-star {
  display: block;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.header-wrapper .user-account .star-wrapper i {
  font-size: 0.75rem;
}
.header-wrapper .user-account .kyc-label-wrapper {
  top: 17px;
  margin-left: 10px;
}
.header-wrapper .user-account .kyc-label-wrapper .kyc-label {
  border-radius: 6px;
  padding: 1px 5px;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  font-weight: 700;
}
.header-wrapper .user-account .kyc-label-wrapper .kyc-label i {
  font-size: inherit;
}
.header-wrapper .user-account .kyc-label-wrapper .kyc-label.verified {
  background: #e9fff2;
  color: #359d74;
  cursor: default;
}
.header-wrapper .user-account .kyc-label-wrapper .kyc-label.unverified {
  background: #c70022;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.acc-panel #dropdownothergameblc {
  background: none;
  border: none;
}
.acc-panel #dropdownothergameblc i {
  margin-left: 5px;
  font-size: 20px;
}

.othergame_blc {
  width: 300px !important;
  padding: 0px;
  background-color: black;
}
.othergame_blc table {
  margin: 10px 0px;
}
.othergame_blc table tr {
  border-top: 1px solid #ddd;
}
.othergame_blc table tr:first-child {
  border-top: 0px solid #ddd;
}
.othergame_blc table tr td {
  border-top: 0px solid #ddd;
  padding: 0px 15px 5px;
  background-color: black;
}
.othergame_blc table tr td button {
  color: white !important;
}
.othergame_blc table tr td button i {
  font-size: 14px !important;
  margin-left: 5px;
  color: white;
}

.wallet-balance-dd {
  width: 350px;
  padding: 0px;
  left: auto;
  right: 0;
  background-color: black;
}
.wallet-balance-dd .wallet-type {
  color: #d7d7d7;
  padding: 8px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
}
.wallet-balance-dd .wallet-type .wallet-balance {
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.wallet-balance-dd .wallet-type i {
  color: white;
}

.transaction-dropdown {
  background-color: black;
}

.drop_link {
  margin-left: 0px;
  list-style: none;
}
.drop_link li {
  border-top: 1px solid #ddd;
  background-color: black;
}
.drop_link li:first-child {
  border-top: 0px solid #ddd;
}
.drop_link li a {
  color: white !important;
  padding: 5px 10px;
  display: -webkit-flex;
  display: flex;
}
.drop_link li a i {
  color: white;
  padding-right: 10px;
}
.drop_link .noti_footer {
  text-align: center;
  padding: 5px 10px;
}

.my-tab-link {
  display: -webkit-flex;
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 2px;
  -webkit-flex-grow: 1;
          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;
  -webkit-flex-grow: 1;
          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: #ffbc00;
}
.my-tab-link a:hover ~ hr {
  background: #c7b687;
  transition: background 250ms ease-out, -webkit-transform 250ms cubic-bezier(0, 0.5, 0.5, 1.1);
  transition: transform 250ms cubic-bezier(0, 0.5, 0.5, 1.1), background 250ms ease-out;
  transition: transform 250ms cubic-bezier(0, 0.5, 0.5, 1.1), background 250ms ease-out, -webkit-transform 250ms cubic-bezier(0, 0.5, 0.5, 1.1);
}
.my-tab-link a:active {
  color: #ffbc00;
}
.my-tab-link a:active ~ hr {
  background: #ffbc00;
  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: #366298;
}
.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(17, 17, 17, 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%;
  -webkit-transform: translate(-50%, -70%);
          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: #111111;
}
.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: 700;
  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;
}

.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: -webkit-flex;
  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: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transform: none;
          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: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          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;
  width: 100%;
  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: 10px;
  }
}
@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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: 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: #fff;
}

.mdc-tab-indicator {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.mdc-tab-indicator__content {
  -webkit-transform-origin: left;
          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 {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1), 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #ffbc00;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
}

@media screen and (max-width: 992px) {
  #r-side-bar .mdc-tab--active:before, #r-side-bar .mdc-tab.active:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -3px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid black;
    z-index: 3;
  }
  #r-side-bar .mdc-tab--active, #r-side-bar .mdc-tab.active, #r-side-bar .mdc-tab-indicator.active {
    background: linear-gradient(180deg, #FED569 0%, #B97D00 100%);
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  #r-side-bar .mdc-tab--active .mdc-tab__text-label, #r-side-bar .mdc-tab.active .mdc-tab__text-label {
    color: #fff;
  }
  #r-side-bar .mdc-tab {
    background: linear-gradient(180deg, #FED569 0%, #B97D00 100%);
    font-size: 11px;
    text-shadow: 1px 0px 1px #3c3c3c;
    min-width: unset;
  }
  #r-side-bar .mdc-tab .mdc-tab__text-label {
    color: #fff;
  }
  #r-side-bar .mdc-tab:not(:last-child) {
    border-right: 1px solid #555;
  }
  #r-side-bar .outlet, #r-side-bar .profile-edit p, #r-side-bar .outlet, #r-side-bar .profile-edit p input {
    font-size: 12px !important;
  }
  #r-side-bar .outlet, #r-side-bar .profile-edit p {
    font-size: 12px !important;
  }
  #r-side-bar .switch_lable {
    font-size: 9px;
  }
  #r-side-bar .mdc-tab-bar {
    border-bottom: 0px;
  }
  #r-side-bar a:focus {
    outline: 0px auto -webkit-focus-ring-color;
  }
  #r-side-bar .mdc-tab-indicator--active .mdc-tab-indicator__content, #r-side-bar .mdc-tab-indicator.active .mdc-tab-indicator__content {
    opacity: 0;
  }
}
label.radio {
  font-size: 14px;
  color: #fff;
  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;
  -webkit-user-select: none;
  -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 {
  -webkit-transform: scale(0);
  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 {
  -webkit-transform: scale(0.5);
  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 #fff;
}
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: #fff;
}

.hot-games-wrapper {
  padding: 5px;
}
.hot-games-wrapper .i-hot {
  color: red;
}

.ann-wrapper {
  background-color: #366298;
  background-image: linear-gradient(to right, #050d13 0%, #2f2e2e 49%, #050d13 100%);
  color: white;
}

.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: #000;
  }
}
@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: #fff;
  }
}
@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: #fff !important;
  }
}
.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: #131212;
  }
}
.profile-head .container .head-content {
  padding: 10px 0;
  margin-top: 0.7em;
  /*background-color: #040e38;*/
}
.mobile .profile-head .container .head-content {
  padding: 10px 0;
}
.profile-head .icon-shield {
  font-size: 4rem;
  color: white;
}
.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: white;
}
.profile-head .acc_safety_info .icon-single a {
  font-size: 12px;
}
.profile-head .reward_balance_wrapper {
  display: -webkit-flex;
  display: flex;
  gap: 5px;
}
.profile-head .reward_balance_wrapper > div {
  background-color: black;
  color: white !important;
}
.profile-head .icon_menu {
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
}
.profile-head .icon_menu .icon-single {
  padding: 0;
  margin-top: -20px;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
}
.profile-head .icon_menu .icon-single i {
  font-size: 18px;
  padding: 0px;
}
.profile-head .icon_menu .icon-single .mail_icon {
  top: -10px;
  right: -10px;
}
.profile-head ul.nav {
  margin-right: 20px;
  margin-left: 20px;
}
.profile-head .bal-box {
  margin: 0 5px;
  width: 75%;
  font-size: 1rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
  background: linear-gradient(180deg, #FED569 0%, #B97D00 100%);
  border-radius: 8px;
  /*border: 2px solid;*/
}
.profile-head .bal-box .row {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.profile-head .bal-box .icon-wallet {
  font-size: 21.882px;
  font-weight: 1000;
}
.profile-head .bal-box .bal-title {
  font-size: 12px;
}
.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: white;
  border-bottom-color: #ffbc00;
}

@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;
}
.profile-edit .kyc-label {
  border-radius: 6px;
  padding: 1px 5px;
  display: -webkit-inline-flex;
  display: inline-flex;
  gap: 5px;
}
.profile-edit .kyc-label.verified {
  background: #e9fff2;
  color: #359d74;
  cursor: default;
}
.profile-edit .kyc-label.unverified {
  background: #c70022;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

@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: white;
  margin-bottom: 0.2em;
}

.mobile .switch input:checked + .slider {
  background-color: #366298;
}
.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: 350px;
  }
}
.app-info a {
  color: white;
}
.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;
  -webkit-transform: scale(1.5, 1); /* 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;
  -webkit-transform: scale(0.6, 1.4); /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
  transform: scale(0.6, 1.4); /* W3C */
}
.app-info .fs-md {
  font-weight: 500;
  text-transform: uppercase;
}
.app-info .progressNumber {
  font-weight: 500;
  font-size: 42.728px;
}
.app-info .row.center {
  -webkit-align-items: center;
          align-items: center;
}
.app-info .pointer i {
  color: #ffbc00;
}
@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: #f4e303;
}
.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;
}

.mobile .app-info .carousel-inner {
  min-height: auto !important;
}

.desktop .checkInPopup {
  top: 65%;
  right: 73px;
}

.checkInPopup {
  position: fixed;
  top: 40%;
  right: 8px;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.checkInPopup > div {
  cursor: pointer;
  position: relative;
}
.checkInPopup > div > img {
  border-radius: 8px;
  -webkit-filter: drop-shadow(1px 1px 7px rgba(248, 255, 255, 0.6));
          filter: drop-shadow(1px 1px 7px rgba(248, 255, 255, 0.6));
}
.checkInPopup .winNowBtnWrapper {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  bottom: -12px;
}
.checkInPopup .winNowBtn {
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 500;
  color: #fff;
  background: #ff8b20;
  box-shadow: 0px 2.19px 20.48px 0px rgba(255, 139, 32, 0.4);
  box-shadow: 0px 2.19px 2.19px 0px rgba(255, 255, 255, 0.4) inset;
}
.checkInPopup .winNowBtn > span {
  -webkit-animation: blinker 1s step-start infinite;
          animation: blinker 1s step-start infinite;
}
.checkInPopup .closeBtn {
  background: rgba(240, 244, 246, 0.8);
  color: #68727a;
  border-radius: 20px;
  height: 25px;
  width: 25px;
  position: absolute;
  top: -24px;
  right: -4px;
}
.checkInPopup .checkInImgWrapper {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 4px;
}
.checkInPopup .checkInImgWrapper > img {
  -webkit-filter: drop-shadow(1px 1px 7px rgba(248, 255, 255, 0.6));
          filter: drop-shadow(1px 1px 7px rgba(248, 255, 255, 0.6));
}

@-webkit-keyframes blinker {
  50% {
    color: rgb(255, 255, 12);
    text-shadow: 1px 2px 2px #ff0000;
  }
}

@keyframes blinker {
  50% {
    color: rgb(255, 255, 12);
    text-shadow: 1px 2px 2px #ff0000;
  }
}
.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;
}

.mobile .floating-btn {
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 999;
}
.mobile .floating-btn .wrapper {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #25D366;
  margin: 10px;
  position: relative;
}
.mobile .floating-btn .wrapper a {
  position: absolute;
  left: 7px;
  font-size: 30px;
  color: white;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.flex-display {
  display: -webkit-flex;
  display: flex;
}

.flex-space-btw {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.flex-start {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}

.center-text {
  place-content: space-between;
  -webkit-flex-direction: column;
          flex-direction: column;
}

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

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

.flex-display {
  display: -webkit-flex;
  display: flex;
}

.LW-font {
  color: #000000;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
  width: 120px;
  overflow: hidden;
}

.LW-date-font {
  color: #000000;
  font-size: 10px;
  min-width: 132px;
}

.LW-date-fontWithdraw {
  color: #000000;
}

.LW-secondary-color {
  color: #000000;
}

.lw-loop-content {
  overflow: hidden;
  position: relative;
  height: 290px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .lw-loop-content {
    height: 300px;
  }
}

.lw-horizontal-slider .common-title {
  text-align: left;
  font-weight: 800;
  font-family: Poppins, sans-serif;
  background: linear-gradient(180deg, #FFFFFF 18.18%, #BFC2C4 69.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lw-horizontal-slider.lates-deposit-section .g-slider-wrapper .lw-loop-content li {
  background: linear-gradient(360deg, #B7870C 0%, #F4E303 43.57%, #97640E 100%);
}
.lw-horizontal-slider.lates-deposit-section .g-slider-wrapper .lw-loop-content li .LW-font {
  color: #000000;
}
.mobile .lw-horizontal-slider {
  margin: 30px 0px;
}

.desktop .lw-horizontal-slider .g-slider-wrapper {
  padding: 15px 15px 0;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round {
  height: 80px;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round ul li {
  padding: 10px;
  border-radius: 40px;
  background: linear-gradient(180deg, #FFFFFF 26.56%, #DE9634 86.98%);
  margin: 0 5px;
  min-width: 265px;
  max-width: 265px;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round ul li .flex-space-btw {
  padding-left: 5px;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round ul li .LW-btn {
  margin-left: 8px;
  color: #000000;
}
.desktop .lw-horizontal-slider .g-slider-wrapper .content-wrapper.round ul li .LW-date-fontCurrency {
  color: #000000;
}
.desktop .lw-horizontal-slider .g-slider-wrapper img {
  width: 35px !important;
}
.desktop .lw-horizontal-slider.lates-deposit-section .g-slider-wrapper .content-wrapper ul li {
  background: linear-gradient(360deg, #B7870C 0%, #F4E303 43.57%, #97640E 100%);
}
.desktop .lw-horizontal-slider.lates-deposit-section .g-slider-wrapper .content-wrapper ul li .LW-font {
  color: #000000;
}
.desktop .lw-horizontal-slider .gradient-bg {
  background: radial-gradient(100% 100% at 50% 0%, #1B1A1A 0%, #000000 100%);
  border-radius: 40px;
  margin-bottom: 25px;
}

.mobile .lw-horizontal-slider .common-title {
  text-align: center;
}
.mobile .g-slider-wrapper {
  padding: 10px;
}
.mobile .g-slider-wrapper .lw-loop-content {
  padding: 15px;
  position: relative;
  height: 275px;
}
.mobile .g-slider-wrapper .lw-loop-content ul {
  width: 100%;
  left: 0;
}
.mobile .g-slider-wrapper .lw-loop-content ul li {
  display: block;
  padding: 10px;
  background: linear-gradient(180deg, #FFFFFF 26.56%, #DE9634 86.98%);
  margin: 10px 8px;
  border-radius: 40px;
}
.mobile .g-slider-wrapper .lw-loop-content ul li .LW-btn {
  color: #000000;
  font-weight: 700;
}
.mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
  width: 45px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
    padding-right: 5px;
  }
}
.mobile .gradient-bg {
  background: radial-gradient(100% 100% at 50% 0%, #1B1A1A 0%, #000000 100%);
  border-radius: 15px;
}

.desktop .g-slider-wrapper {
  padding-top: 4px;
}
.desktop .g-slider-wrapper .content-wrapper {
  overflow: hidden;
}
.desktop .g-slider-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  /*height: $game-box-height;*/
  white-space: nowrap;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
.desktop .g-slider-wrapper ul::-webkit-scrollbar {
  display: none;
}
.desktop .g-slider-wrapper ul {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.desktop .g-slider-wrapper li {
  display: inline-block;
  position: relative;
}
.desktop .g-slider-wrapper img {
  /* max-width: 100%; */
  /* height: auto; */
  /* width: 100%; */
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.desktop .g-slider-wrapper a.game-box, .desktop .g-slider-wrapper div.game-box {
  position: relative;
  display: block;
  margin-right: 30px;
  width: 150px;
  height: 150px;
  color: inherit;
}
.desktop .g-slider-wrapper .game-title {
  text-transform: uppercase;
  font-size: 11.2px;
  overflow: hidden;
}

.hot-games.wrapper {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.hot-games .img-container {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.hot-games .games-leave-active {
  -webkit-animation: leave 25s linear;
  animation: leave 25s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.hot-games .games-leave-active:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.hot-games .games-leave-active.run {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.hot-games .games-leave-active.pause {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.hot-games .games-enter-active {
  -webkit-animation: enter 25s linear;
  animation: enter 25s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.hot-games .games-enter-active:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.hot-games .games-enter-active.run {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.hot-games .games-enter-active.pause {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.hot-games a {
  color: inherit;
}
.hot-games .game-item {
  position: relative;
  margin-right: 5px;
  padding-top: 15px;
  background-color: black;
  /*height: 100%;
  width: 266px;*/
  height: 143px;
  width: 120px;
  text-align: center;
}
.hot-games .game-item img {
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #5c5252;
}
.hot-games .game-item .game-title {
  padding: 0 15px;
  text-align: left;
  height: 60px;
  width: 120px;
  background-color: #171613;
  color: white;
}

@-webkit-keyframes leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes enter {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes enter {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.contact-us .bg-1 {
  background-color: #131212;
}
.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: black;
}
.contact-us .bg-1 .btn {
  margin-bottom: 10px;
  border-radius: 5px !important;
  width: 100%;
  text-align: left;
  color: #fff;
  background: black;
}
.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: -webkit-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: black;
  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: #b97d00;
  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: #050d13 !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;
  color: #fff !important;
}
.promo-list .img-wrapper {
  /*width: 100%;*/
}
.promo-list .img-wrapper .img-fluid {
  width: 100%;
}
.promo-list .side-toggle {
  color: #ffbc00;
  text-align: center;
  width: 100%;
  /*padding-right: 8px;*/
  background-color: black;
}

.promotion-group {
  padding: 30px 0;
}

.m-t-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.promotion-single {
  margin-bottom: 15px;
  background: #252525;
  color: textColor;
}

.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: black;
}

.promotion-single .img-fluid {
  height: 160px;
  width: 100%;
}

.promobanner_img .img-fluid {
  width: 100%;
}

.promotion-page .g_category-nav.nav.fixed {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.promotion-page .g_category-nav {
  background-color: black;
  text-align: center;
}

.promotion-page .g_category-nav .nav-item {
  background: black;
  color: white;
  -webkit-flex-basis: 16.66%;
          flex-basis: 16.66%;
  max-width: 16.66%;
  float: left;
  min-width: 16.66%;
}

.promotion-page .g_category-nav .nav-item .navlink {
  display: block;
  padding: 0.7em;
  width: 100%;
  color: white;
  text-transform: uppercase;
}

.promotion-page .g_category-nav .nav-item.active .navlink, .sub-games .g_category-nav .nav-item:hover .navlink {
  background: linear-gradient(180deg, #FED569 0%, #B97D00 100%);
  color: black;
}

.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;
}
.mobile .promotionmodal_content img {
  width: 100% !important;
}

.referral {
  /*& li:before {
    padding-right: 8px;
    content: "✱";
  }*/
}
.referral ul {
  color: white;
}
.referral ul li {
  margin-bottom: 5px;
}

#login-modal--layout .md-content {
  background-color: #131212;
  border-radius: 0;
}
#login-modal--layout.modal-wrapper {
  max-width: 350px;
  margin: 0 auto;
}
#login-modal--layout .md-body {
  padding: 10px;
  color: inherit;
}

.register .p-title {
  background-color: white;
  padding: 0;
  border-radius: 0;
  font-size: 17.5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.register span.skew {
  display: inline-block;
  padding: 0.1em 40px 0.1em 15px;
  color: #fff;
  position: relative;
}
.register span.skew::before {
  content: "";
  position: absolute;
  background-color: #ffbc00;
  width: 100%;
  height: 100%;
  left: -20px;
  top: 0;
  -webkit-transform: skewX(-30deg);
          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;
  width: 100%;
}
@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 black;
  max-width: 271px;
  background-color: #000;
  color: #fff;
}
.register .promo-box h4 {
  font-weight: 900;
  color: #fff;
}
.register sup {
  background-color: black;
  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: #6a551b;
  color: white;
}
.register-form .sub-title {
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
@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 #fff;
}
.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(185, 190, 195, 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: black;
  }
}
@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: black;
  }
}
.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: #131212;
  }
}
@media screen and (min-width: 992px) {
  .reg-success .container {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #131212;
  }
}
@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 {
  -webkit-flex-direction: column;
          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: #111111;
  border-radius: 0;
}

.lucky-draw-head .head-content {
  padding-bottom: 20px;
}
.lucky-draw-head .container-box .title {
  text-align: center;
  font-weight: 700;
  padding: 0.7em 1.2em;
}
@media screen and (max-width: 992px) {
  .lucky-draw-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) {
  .lucky-draw-head .container-box .title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #000;
  }
}
@media screen and (max-width: 992px) {
  .lucky-draw-head .container-box .title {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .lucky-draw-head .container-box .title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    color: #fff !important;
  }
}
.lucky-draw-head .container-wrapper {
  /*background-color: var(--bg-1);*/
}
@media screen and (max-width: 992px) {
  .lucky-draw-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) {
  .lucky-draw-head .container-wrapper {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: transparent;
  }
}
@media screen and (max-width: 992px) {
  .lucky-draw-head .container, .lucky-draw-head .ticketBottom:before,
  .lucky-draw-head .ticketBottom:after {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: inherit;
  }
}
@media screen and (min-width: 992px) {
  .lucky-draw-head .container, .lucky-draw-head .ticketBottom:before,
  .lucky-draw-head .ticketBottom:after {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #131212;
  }
}
.lucky-draw-head .container .head-content, .lucky-draw-head .ticketBottom:before .head-content,
.lucky-draw-head .ticketBottom:after .head-content {
  padding-top: 0px;
  margin-top: 0px;
}

.deliveryPrizePage .ticketBottom:before {
  background-color: #111111;
}
.deliveryPrizePage .ticketBottom:after {
  background-color: #111111;
}

.deliveryDetailsPage .sub-title {
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.deliveryDetailsPage .sub-title::before {
  content: "";
  padding-left: 10px;
  border-left: 4px solid #fff;
}

.mobile .delivery-prize-view {
  padding: 0px;
}
.mobile .lucky-draw-head {
  margin-top: 10px;
}
.mobile .lucky-draw-head .mdc-tab-scroller__scroll-content {
  width: 100%;
  overflow-x: auto;
  gap: 20px;
  padding: 0 20px;
}
.mobile .mdc-tab {
  padding: 15px 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.mobile .check_bonus_history_btn {
  float: right;
}

.loyalty-mega-prize-head .head-content {
  padding-bottom: 20px;
}
.loyalty-mega-prize-head .container-box .title {
  text-align: center;
  font-weight: 700;
  padding: 0.7em 1.2em;
}
@media screen and (max-width: 992px) {
  .loyalty-mega-prize-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) {
  .loyalty-mega-prize-head .container-box .title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #000;
  }
}
@media screen and (max-width: 992px) {
  .loyalty-mega-prize-head .container-box .title {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .loyalty-mega-prize-head .container-box .title {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    color: #fff !important;
  }
}
.loyalty-mega-prize-head .container-wrapper {
  /*background-color: var(--bg-1);*/
}
@media screen and (max-width: 992px) {
  .loyalty-mega-prize-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) {
  .loyalty-mega-prize-head .container-wrapper {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: transparent;
  }
}
@media screen and (max-width: 992px) {
  .loyalty-mega-prize-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) {
  .loyalty-mega-prize-head .container {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: #131212;
  }
}
.loyalty-mega-prize-head .container .head-content {
  padding-top: 0px;
  margin-top: 0px;
}

.mobile .loyalty-mega-prize-head {
  margin-top: 10px;
}
.mobile .loyalty-mega-prize-head .outlet {
  padding: 0;
}
.mobile .mdc-tab {
  padding: 15px 10px;
}
.mobile .check_bonus_history_btn {
  float: right;
}

#live-draw-modal .md-content {
  background-color: #131212;
  border-radius: 0;
}
#live-draw-modal.modal-wrapper {
  max-width: 750px;
  margin: 0 auto;
}
#live-draw-modal .modal-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 5px;
}
#live-draw-modal .modal-header::after, #live-draw-modal .modal-header::before {
  content: unset;
}
#live-draw-modal .md-body {
  padding: 10px;
}
#live-draw-modal .live-draw--table thead {
  background-color: black;
}
.mobile #live-draw-modal .live-draw--table tbody {
  font-size: 11px;
}
.mobile #live-draw-modal .modal-body {
  margin-bottom: -15px;
}
#live-draw-modal #img_details {
  position: relative;
  display: none;
}
#live-draw-modal #img_details #draw_img {
  width: 100%;
  height: auto;
}
#live-draw-modal #img_details .details {
  position: absolute;
  z-index: 1;
  float: left;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 15px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
}
#live-draw-modal #img_details .details .tickte_id {
  margin-bottom: 0;
}
.mobile #live-draw-modal #img_details .details .tickte_id {
  font-size: 11px;
}
#live-draw-modal #img_details .close_btn_section {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
          justify-content: end;
  border-top: 1px solid;
  padding-top: 15px;
}
#live-draw-modal #img_details .close_btn_section .btn-close {
  min-width: 120px;
  width: auto;
  background-color: black;
  color: white;
}

.open-history .searchform {
  margin-top: 15px;
}
.open-history .searchform .field_section {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.desktop .open-history .searchform .flex-gap {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
.desktop .open-history .searchform .date_filter_sec {
  line-height: 35px;
}
.mobile .open-history .searchform .date_filter_sec {
  text-align: center;
}
.mobile .open-history .searchform .date_filter_sec .form-group {
  margin-bottom: 0px;
}
.open-history .searchform .btn.btn-round {
  background-color: black;
  color: white;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: 600;
}
.mobile .open-history .searchform .btn.btn-round {
  border-radius: 4px;
  padding: 5px 15px;
  margin-top: 7px;
}
.open-history .dataTable tbody tr {
  background-color: transparent;
  text-align: center;
}
.open-history .dataTable tbody tr td:nth-child(2) {
  color: #ffdc00;
}
.open-history .dataTable thead {
  background-color: black;
}
.open-history .dataTable thead th {
  text-align: center;
}
.open-history .dataTables_wrapper .footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
          justify-content: end;
}
.mobile .open-history .dataTables_wrapper .footer {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.open-history .dataTables_wrapper .footer .record_per_page {
  /* color: #fff; */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.open-history .dataTables_wrapper .footer .record_per_page label {
  margin-bottom: 0;
  color: white;
}
.mobile .open-history .dataTables_wrapper .footer .paginate {
  white-space: nowrap;
}
.open-history .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: transparent !important;
  color: white !important;
  padding: 5px;
}
.open-history .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: black !important;
  color: white !important;
  padding: 5px;
}
.open-history .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
}
.open-history .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 !important;
  color: white !important;
}
.open-history #racing_car .result_val {
  padding: 5px;
  font-size: 18.6px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.open-history #racing_car .result_val.bg-navy {
  background-color: #2816b6;
}
.open-history #racing_car .result_val.bg-orange {
  background-color: #FF851B;
}
.open-history #racing_car .result_val.bg-gray {
  background-color: #aaa;
}
.open-history #racing_car .result_val.bg-red {
  background-color: #b60217;
}
.open-history #racing_car .result_val.bg-fuchsia {
  background-color: #F012BE;
}
.open-history #racing_car .result_val.bg-purple {
  background-color: #B10DC9;
}
.open-history #racing_car .result_val.bg-yellow {
  background-color: #d3bd30;
}
.open-history #racing_car .result_val.bg-aqua {
  background-color: #7FDBFF;
}
.open-history #racing_car .result_val.bg-olive {
  background-color: #79c8c1;
}
.open-history #racing_car .result_val.bg-green {
  background-color: #2ECC40;
}
.open-history #live_virtual .result_val {
  font-weight: 600;
  font-size: 15px;
}
.open-history #live_virtual .pinkColor {
  color: #ff836e;
}
.open-history #live_virtual .blueColor {
  color: #009dff;
}
.open-history #live_virtual .greenColor {
  color: #00f370;
}
.open-history #number_games .result_val {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.open-history #number_games .result_val .img {
  height: 25px;
  width: 25px;
}
.open-history #number_games .result_val .round {
  padding: 3px;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  border-radius: 100%;
  text-align: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 15px;
}
.open-history #number_games .result_val .square {
  padding: 3px;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 15px;
}
.open-history #number_games .result_val .blue_ball {
  background: radial-gradient(circle at 50% 120%, #06152f, #024cd0 80%, #cef 100%);
}
.open-history #number_games .result_val .green_ball {
  background: radial-gradient(circle at 50% 120%, #071b02, #008c11 80%, #ccff8b 100%);
}
.open-history #number_games .result_val .red_ball {
  background: radial-gradient(circle at 50% 120%, #270c0c, #bf0101 80%, #ffc3c3 100%);
}
.open-history #number_games .result_val .bg-red {
  background-color: #b60217;
}
.open-history #number_games .result_val .bg-black {
  background-color: #1a1a1a;
}
.open-history #number_games .result_val .bg-green {
  background-color: #2ECC40;
}

.buku_mimpi {
  margin-top: 10px;
}
.mobile .buku_mimpi .top_head {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.mobile .buku_mimpi .top_head .btn-search {
  background-color: black;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  color: white;
}
.buku_mimpi .box_wrap {
  padding: 10px;
  background-color: #2f2e2e;
}
.b4-login .buku_mimpi .box_wrap {
  background-color: transparent;
}
.buku_mimpi .box {
  background-color: black;
  box-shadow: 0 0 10px -1px #2f2e2e;
}
.b4-login .buku_mimpi .box {
  background-color: transparent;
  box-shadow: none;
}
.buku_mimpi .box_head {
  color: white;
  text-align: center;
  background: #2f2e2e;
  padding: 5px;
}
.buku_mimpi .box_head h5 {
  margin: 5px 0;
  font-size: 12px;
}
.buku_mimpi .paraselected {
  background: red;
}
.mobile .buku_mimpi .after_login table {
  font-size: 11px;
}
.buku_mimpi .form-group {
  position: relative;
}
.buku_mimpi .form-group #bm_search_btn {
  position: absolute;
  top: 4px;
  right: 10px;
}
.buku_mimpi .form-group #bm_search_btn:focus {
  text-decoration: none;
  background-color: transparent;
}
.buku_mimpi .border_bottom {
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
.buku_mimpi .p-title {
  text-align: left;
}
.buku_mimpi .nav-tabs {
  border-bottom: none !important;
  margin: 0 0 15px 0;
}
.buku_mimpi .nav-tabs .tab {
  color: white;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 5px;
}
.buku_mimpi .nav-tabs .tab:focus, .buku_mimpi .nav-tabs .tab:hover {
  text-decoration: none;
  border: 1px solid white;
  background-color: transparent;
}
.buku_mimpi .nav-tabs .active .tab {
  cursor: default;
  background-color: black;
  border: 1px solid white;
  color: white;
}
.buku_mimpi .nav-tabs .search_section {
  position: absolute;
  right: 0px;
}
.mobile .buku_mimpi .nav-tabs .search_section {
  position: relative;
  text-align: center;
  top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}
.buku_mimpi .nav-tabs .search_section input[type=text] {
  border: none;
  border-radius: 0;
  background: white;
  padding: 5px;
  color: black;
  font-weight: BOLD;
  outline: none;
}
.buku_mimpi .nav-tabs .search_section input[type=submit] {
  padding: 5px 10px;
  background-color: #2f2e2e;
  border: 0;
  transition: background-color 0.3s linear 0s;
  border-radius: 3px;
  font-size: 16px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
  display: inline-block;
  outline: none;
}
.buku_mimpi .div_scroll {
  font-weight: 100;
  font-size: 0.9em;
  text-align: left;
}

.games-category .pgsoft_video {
  float: left;
}
@media screen and (max-width: 992px) {
  .games-category .row {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .games-category .row {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .games-category .row {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .games-category .row {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding-right: 0;
  }
}
.games-category .box {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .games-category .box {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .games-category .box {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding-left: 5px;
  }
}
@media screen and (max-width: 992px) {
  .games-category .box {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .games-category .box {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    padding-right: 5px;
  }
}
.games-category .box.col-lg-3.gamecategory-singleitem {
  width: 20%;
}
.games-category .g-card {
  position: relative;
  width: 100%;
  min-height: 128px;
  min-width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.games-category .g-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.games-category .g-card:hover .g-overlay {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.games-category .g-card:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.games-category .g-overlay {
  /*width: 100%;
  height: 100%;*/
  /*transition: width linear $anim-time,height linear $anim-time;*/
  position: absolute;
  /*overflow: hidden;*/
  opacity: 0;
  margin: auto;
  z-index: 3;
  transition: all ease-out 0.2s;
  background-color: rgba(0, 0, 0, 0.63);
}
.games-category .card-img {
  position: relative;
  float: left;
}
.games-category .card-img img {
  /*position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;*/
  /*max-width: 100%;*/
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  transition: all 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 992px) {
  .games-category .card-img img {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    max-height: 160px;
  }
}
@media screen and (min-width: 992px) {
  .games-category .card-img img {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    max-height: 100%;
  }
}
.games-category .card-title {
  z-index: 3;
  /*width: 75%;
  height: 56px;
  margin: auto;*/
  transition: all linear 0.2s;
  text-align: center;
  position: absolute;
  width: 50%;
  height: 56px;
  top: 20%;
  right: 0;
  /*transform: translate(-50%,-50%);*/
}
.games-category .card-title .logo {
  position: relative;
  height: 100%;
}
.games-category .card-title .logo span {
  display: block;
  -webkit-transform: scale(0.5) translateX(10px);
          transform: scale(0.5) translateX(10px);
  -moz-transform: scale(0.5) translateX(10px);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; /* Animation */
  /*for pseudo*/
  position: relative;
  z-index: 1; /*must be 1*/
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; /*els z-ind no work w transform*/
}
.games-category .card-title .logo span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(49, 37, 37, 0.63);
  box-shadow: 6px 3px 16px 17px rgba(49, 37, 37, 0.63);*/
  background: rgba(49, 37, 37, 0.41);
  box-shadow: 6px 3px 16px 17px rgba(49, 37, 37, 0.39);
  z-index: -1; /*must be -1*/
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
.games-category .btn-wrapper {
  position: absolute;
  top: 52%;
  left: 0%;
  right: 0%;
  opacity: 0;
  /*display: none;*/
  visibility: hidden;
  z-index: 6;
  transition: all ease-in 0.2s;
}
.games-category .btn-wrapper.ab {
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.games-category .btn-hvrplay {
  font-size: 0.75em;
  background-color: transparent;
  width: 135px;
  height: 30px;
  margin: auto;
  color: #f5f5f5;
  border: 4px solid white;
  padding: 0;
  outline: none;
  border-radius: 90px;
  box-shadow: 0px 3px 2px 0px #333030, 0px 4px 19px 0 #545454;
  transition: all 0.2s ease;
}
.games-category .btn-hvrplay:hover, .games-category .btn-hvrplay:focus {
  outline: none;
}
.games-category .btn-hvrplay:hover .inner, .games-category .btn-hvrplay:focus .inner {
  box-shadow: inset -3px 3px 11px 2px #0e0e0e, 0px 0px 4px 2px #525252;
}
.games-category .btn-hvrplay .inner {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 90px;
  background-color: transparent;
  box-shadow: 0px 3px 8px 0px #676767, 0px 4px 11px 5px #545454;
  font-weight: 700;
  transition: all 0.7s ease;
  clear: both;
  overflow: hidden;
  padding: 3px 8px;
}
.games-category .btn-hvrplay .p1 {
  display: inline-block;
}
.games-category .btn-hvrplay .p2 {
  float: right;
}
.games-category .btn-hvrplay .p2 i {
  display: block;
  font-size: 0.85em;
}
.games-category .btn-pt {
  border: 1.5px solid white;
  border-radius: 14px;
  color: white;
}
.games-category .btn-pt:hover {
  background-color: white;
  color: black;
}
.games-category .g-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4;
  text-transform: uppercase;
}

@-webkit-keyframes float {
  from {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    font-size: initial;
  }
  to {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    font-size: large;
  }
}

@keyframes float {
  from {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    font-size: initial;
  }
  to {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    font-size: large;
  }
}
.g-card:hover .card-title[_games_category], .g-card.expand .card-title[_games_category], .card-head:hover .card-title[_games_category] {
  width: 100%;
}
.g-card:hover .card-title[_games_category] span, .g-card.expand .card-title[_games_category] span, .card-head:hover .card-title[_games_category] span {
  -webkit-transform: scale(0.6) translateX(40%);
          transform: scale(0.6) translateX(40%);
  -moz-transform: scale(0.6) translateX(40%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.g-card:hover .card-title[_games_category] span:before, .g-card.expand .card-title[_games_category] span:before, .card-head:hover .card-title[_games_category] span:before {
  content: none;
}

.g-card:hover .btn-wrapper[_games_category], .g-card.expand .btn-wrapper[_games_category], .card-head:hover .btn-wrapper[_games_category] {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
  -webkit-animation: rotate-in-ver 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: rotate-in-ver 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes rotate-in-ver {
  0% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes rotate-in-ver {
  0% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.downloadapk-modal.nifty-modal {
  background-color: black;
  border: 2px solid #2f2e2e;
  border-radius: 10px;
  overflow: hidden;
  top: 50%;
  max-width: 500px;
  z-index: 999;
}
.downloadapk-modal .modal-header {
  padding: 10px;
  background-color: black;
  background: linear-gradient(black, #2f2e2e);
}
.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: #111111;
  padding: 20px;
}
.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;
  -webkit-transform: rotate(90deg) translateY(2px);
          transform: rotate(90deg) translateY(2px);
  -webkit-transform-origin: center;
          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 #2f2e2e;
  background: #2f2e2e;
}
.tw_transfer_form .customrange-slider .ui-slider-horizontal .ui-slider-range-min {
  background: black;
}
.tw_transfer_form .customrange-slider .decrease-btn, .tw_transfer_form .customrange-slider .increase-btn {
  position: absolute;
  top: -14px;
  width: 20%;
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
}
.tw_transfer_form .customrange-slider .decrease-btn {
  left: -15px;
}
.tw_transfer_form .customrange-slider .increase-btn {
  right: -15px;
}
.tw_transfer_form .customrange-slider .custom-icon {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(235, 227, 246);
  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: #f8e295;
  font-weight: 600;
}

.games-slider-menu {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  display: -webkit-flex;
  display: flex;
}
.games-slider-menu .col {
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}
.games-slider-menu .title {
  padding: 5px;
}
.games-slider-menu .game-title {
  padding-top: 15px;
  text-transform: uppercase;
}
.games-slider-menu .provider-title {
  padding-top: 15px;
}
.games-slider-menu .btn-box {
  position: relative;
  display: block;
  /*width: $box-width;*/
  text-align: center;
  height: 105px;
  min-width: 135px;
  /*padding: 15px;*/
  margin: 7.5px;
  /*border-left: 5px solid transparent;*/
  /*border-right: 1px solid transparent;*/
  /*box-shadow: $box-shadow-sm;  2px 2px 16px 3px $box-shadow;*/
  background-color: #b5b5b5;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.games-slider-menu .btn-box:first-of-type {
  margin-left: 0px;
}
.games-slider-menu .btn-box:active, .games-slider-menu .btn-box.active, .games-slider-menu .btn-box:hover {
  background-color: black;
  background: linear-gradient(135deg, #050d13 0%, #2f2e2e 76%);
  color: white;
}
.games-slider-menu.scroll-wrapper.row {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 0;
}
.games-slider-menu .slider {
  overflow: hidden;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  position: relative;
  /*&:hover .left, &:hover .right {
      opacity: 1;
  }*/
}
.games-slider-menu .slider .left, .games-slider-menu .slider .right {
  width: 30px;
  height: 100%;
  position: absolute;
  z-index: 2;
  /*opacity: 0;*/
  transition: opacity 0.2s ease-out;
}
.games-slider-menu .slider .left {
  top: 0;
  left: 0;
}
.games-slider-menu .slider .right {
  top: 0;
  right: 0;
}
.games-slider-menu .row.slider-content {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
}
.games-slider-menu .row.slider-content .col-xs-4 {
  background: transparent;
  min-width: 142.5px; /*fix for stupid IE */
  /*border-right: 1px solid transparent;*/
}
.games-slider-menu .row.slider-content i {
  color: white;
  font-size: 28px;
  height: 1.5em;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
.games-slider-menu .row.slider-content i ~ h4 {
  margin-bottom: 0;
}
.games-slider-menu .prev-btn {
  width: 100%;
  height: 50%;
  margin-top: 100%;
  margin-bottom: 100%;
  background-color: black;
  padding: 0;
  color: white;
  border-radius: 0;
}
.games-slider-menu .next-btn {
  width: 100%;
  height: 50%;
  margin-top: 100%;
  margin-bottom: 100%;
  background-color: black;
  padding: 0;
  color: white;
  border-radius: 0;
}
.games-slider-menu .l_rng {
  -webkit-transform: scale(0.6) translateX(-7%);
          transform: scale(0.6) translateX(-7%);
  -moz-transform: scale(0.6) translateX(-7%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.games-slider-menu .bg-um:before, .games-slider-menu .bg-co:before {
  top: 30%;
  left: 20%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 35px;
          transform-origin: 35px;
  z-index: 2;
}

.sub-games {
  /*==== GAME BOX  BEGIN ======*/
  /*==== GAME BOX  END ======*/
}
.sub-games .game_category > div {
  border: 1px solid #5e5e5e;
}
.sub-games div.games {
  /*padding: 0px 6px;*/
}
.sub-games div.games.flex-row {
  /*justify-content: space-around !important;*/
  -webkit-align-content: flex-start;
          align-content: flex-start;
}
.sub-games div.games.playtech div.image {
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
}
.sub-games div.games.jk_slot {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.sub-games div.games.jk_slot > .game-box:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.sub-games div.games.jk_slot > .game-box:first-child div.image {
  padding-bottom: 40px;
}
.sub-games div.opacity_content {
  position: relative;
  overflow: hidden;
}
.sub-games div.opacity_background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.sub-games .game-box {
  overflow: hidden;
  padding: 2px;
  border-radius: 5px;
  /*margin: 6px 4px;*/
  border: 2px solid transparent;
  /*display: block;*/
  position: relative;
  cursor: pointer;
  -webkit-flex-basis: 16.6666666667%;
          flex-basis: 16.6666666667%;
  -webkit-box-flex: 1;
  /*flex-grow: 1;*/ /*can't set this here*/
  z-index: 1;
}
.sub-games .game-box div.image {
  background: #000; /*TODO?*/
  width: 100%;
  height: 100%;
  min-height: 102px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.sub-games .game-box div.image > img {
  height: auto;
  /*position: absolute;*/
  width: 100%;
  display: block;
  transition: all 0.4s linear;
}
.sub-games .game-box .daily-wins-tag {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 61px;
  background-size: 60px;
  background-repeat: no-repeat;
}
.sub-games .game-box .tournament-tag {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 45px;
  background-size: 180px;
  background-image: url(https://files.sitestatic.net/assets/imgs/tournament_label_200x50.png);
}
.sub-games .game-box div.name {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sub-games .game-box div.name * {
  z-index: 1;
}
.sub-games .game-box .amount_box {
  background: #9c0402;
  border: 3px solid #101010;
  color: #ffe9bb;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px 0px;
  z-index: 1;
}
.sub-games .game-box div.opacity_background {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.sub-games .game-box div.opacity_content div.title-wrap {
  display: table;
  width: 100%;
}
.sub-games .game-box .game-title {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
}
.sub-games .game-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(94, 94, 94, 0.4);
  transition: all 0.4s ease-in-out;
  padding: 5px;
}
.sub-games .game_button_play, .sub-games .game_button_try {
  position: relative;
  width: 100%;
  top: -100%;
  text-align: center;
  height: 26px;
  line-height: 26px;
  font-family: dinpro, sans-serif;
  font-size: 14px;
  margin-bottom: 1px;
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 1;
  color: white;
  padding: 0;
}
.sub-games .game_button_play {
  background: white;
  color: black;
}
.sub-games .game_button_try {
  background: black;
  color: white;
}
.sub-games .game-box:hover {
  border: 2px solid black;
  background: #131212;
}
.sub-games .game-box:hover .image img.unveiled {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.sub-games .game-box:hover .game-overlay {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
}
.sub-games .game-box:hover .game-overlay.game-has-try .game_button_try {
  top: 50%; /*TODO*/
  opacity: 1;
}
.sub-games .game-box:hover .game-overlay.game-has-try .game_button_play {
  top: 45%;
  opacity: 1;
}
.sub-games .game-box:hover .game-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
.sub-games input.search {
  text-align: left;
  /* Internet Explorer 10-11 */
  /*&:-ms-input-placeholder {
    color: text-color-theme($theme-type,$primary-type);
  }*/
  /* Microsoft Edge */
  /*::-ms-input-placeholder {
    color: text-color-theme($theme-type,$primary-type);
  }*/
}
.sub-games input.search::-webkit-input-placeholder {
  color: white;
}
.sub-games input.search::-moz-placeholder {
  color: white;
}
.sub-games input.search::-ms-input-placeholder {
  color: white;
}
.sub-games input.search::placeholder {
  color: white;
}
.sub-games .g_category-nav {
  background-color: black;
  text-align: center;
}
.sub-games .g_category-nav.nav.fixed {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.sub-games .g_category-nav .nav-item.search_filter {
  position: relative;
}
.sub-games .g_category-nav .nav-item.search_filter:hover {
  color: white;
}
.sub-games .g_category-nav .nav-item.search_filter .srch_icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
}
.sub-games .g_category-nav .nav-item.search_filter .search {
  width: 100%;
  height: auto;
  padding: 12px;
  line-height: 17px;
  color: white;
  padding-left: 35px;
  background-color: black;
  border: 0px;
}
.sub-games .g_category-nav .nav-item.search_filter .search:hover, .sub-games .g_category-nav .nav-item.search_filter .search:focus {
  outline: none;
}
.sub-games .g_category-nav .nav-item.search_filter .srch_button {
  position: absolute;
  right: 0;
  background: no-repeat;
  padding: 9px;
  color: white;
}
.sub-games .g_category-nav .nav-item.search_filter .srch_button :hover, .sub-games .g_category-nav .nav-item.search_filter .srch_button:focus {
  color: white;
  text-decoration: none;
  transition: 0.5s all;
}
.sub-games .g_category-nav .nav-item {
  background-color: black;
  color: white;
  -webkit-flex-basis: 20%;
          flex-basis: 20%;
  max-width: 20%;
  float: left;
  min-width: 20%;
}
.sub-games .g_category-nav .nav-item .navlink {
  display: block;
  padding: 0.7em;
  width: 100%;
  color: white;
  text-transform: uppercase;
}
.sub-games .g_category-nav .nav-item:hover, .sub-games .g_category-nav .nav-item.active {
  background-color: #b97d00;
  color: black;
}
.sub-games .g_category-nav .nav-item:last-of-type {
  border-right: none;
}

.downloadapk-wraper {
  background-color: #d6d6d6;
  color: #000000;
  margin: 50px 0;
  padding: 50px;
}
.downloadapk-wraper .apk-qrcode {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 8px;
}
.downloadapk-wraper .steps-wraper {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.downloadapk-wraper .apkdownload-form .form-control, .downloadapk-wraper .form-control:focus {
  border-radius: 16px;
  background-color: #e6073e;
  border-color: #e6073e;
  color: #ffffff;
  text-align: center;
  box-shadow: none;
}
.downloadapk-wraper .note-caption {
  font-size: 15px;
  color: #373737;
  line-height: 1.3;
}
.downloadapk-wraper .note-caption a {
  font-size: 14.5px;
  color: #e6073e;
  text-decoration: underline;
  font-weight: 600;
}
.downloadapk-wraper .download-btn {
  width: 100%;
  padding: 5px;
  text-align: center;
  border: 2px solid #e6073e;
  border-radius: 21px;
  padding: 5px 0;
  cursor: pointer;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.5s ease;
}
.downloadapk-wraper .download-btn:hover, .downloadapk-wraper .download-btn:focus {
  background-color: #ece9e9;
  transition: all 0.5s ease;
  outline: none;
}

@media screen and (min-width: 768px) {
  .d-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .apk-qrcode {
    margin-top: 15px;
  }
  .downloadapk-wraper {
    padding: 30px;
  }
  .downloadapk-wraper .logo-wraper {
    margin-bottom: 30px;
  }
}
.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(255, 188, 0, 0.7);
  border-radius: 50%;
  padding: 0.25em 0.5em;
}
.game-frame iframe, .game-frame .iframe-box {
  width: 100%;
  background-color: #131212;
}
@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 {
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  -webkit-transform: scale(0.5);
          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 {
  height: auto !important;
}
@media screen and (max-width: 992px) {
  .acc.container-wrapper {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    background-color: black;
  }
}
@media screen and (min-width: 992px) {
  .acc.container-wrapper {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    background-color: transparent;
  }
}
.acc.container-wrapper .container-box .game-bals {
  padding-right: 15px;
  padding-bottom: 15px;
}
.acc.container-wrapper .container-box .title {
  color: white !important;
}
@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: black;
  }
}
@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: black;
  }
}
.acc.container-wrapper .container-box form > .box-wrapper {
  padding: 0 15px 15px;
}
.acc.container-wrapper .container-box form > .box-wrapper .d-flex {
  margin-left: -5px;
}
.acc.container-wrapper .container-box .box-wrapper {
  border: 1px solid;
  margin-bottom: 5px;
}
.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: "✓";
  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: 7.5px 7.5px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .txt_accName {
  font-size: 11.2px;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti {
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #2f2e2e;
  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: #ffbc00;
}
.acc.container-wrapper .container-box .box-wrapper a.payment-methods-items .verti img {
  height: 30px;
  margin-left: 20px;
  width: auto;
  padding: 5px;
}
.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%;
  z-index: 99;
}
.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;
  z-index: 99;
}
.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 .plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.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;
  color: #858585;
}
.acc.container-wrapper .container-box .mdc-wrapper .mdc-items.active {
  color: #fff;
}
.acc.container-wrapper .container-box .mdc-wrapper .mdc-items:last-child {
  border: none;
}
.acc.container-wrapper .d-flex {
  display: -webkit-flex;
  display: flex;
}
.acc.container-wrapper .align-items-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.acc.container-wrapper .outlet {
  padding: 15px;
}
.acc.container-wrapper .flex-wrap {
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.acc.container-wrapper .m-15 {
  margin: 15px 15px 0 15px;
}
.acc.container-wrapper .mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.acc.container-wrapper .flex-column {
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}
.acc.container-wrapper .container {
  top: 2em;
  position: relative;
  margin-bottom: 15px;
}
.acc.container-wrapper .container .head-content {
  margin-top: 0.7em;
  padding: 15px;
}
.acc.container-wrapper .icon-shield {
  color: white;
}
.acc.container-wrapper .acc_safety_info {
  /*padding-top: 0.4em;*/
}
.acc.container-wrapper .acc_safety_info .info-2 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 2.5rem;
  text-align: center;
}
.acc.container-wrapper .acc_safety_info i {
  padding-right: 0.4em;
}
.acc.container-wrapper .total-bal-box {
  white-space: nowrap;
  word-break: break-word;
  text-align: center;
}
.acc.container-wrapper .total-bal-box .d-inline-block {
  vertical-align: middle;
}
.acc.container-wrapper .account_menu a {
  font-weight: 900;
}
.acc.container-wrapper .mat-tab-label-active.mat-tab-link {
  color: white !important;
}

#f_grp_promo_code {
  width: 60%;
}
#f_grp_promo_code input, #f_grp_promo_code .btn {
  font-size: 14px;
}

.bankInfo-box .acc_status {
  font-weight: bold;
  font-weight: 900;
  font-size: 1.2em;
  padding-right: 6px;
}
.bankInfo-box .acc_status .text-success {
  color: rgb(34, 177, 76);
}

.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(17, 17, 17, 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%;
  -webkit-transform: translate(-50%, -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
    }*/
    -webkit-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 992px) {
  .deposit .content-form {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    -webkit-order: 1;
            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
    }*/
    -webkit-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 992px) {
  .deposit .content-txt {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    -webkit-order: 2;
            order: 2;
  }
}

.methods_form #lbl-pls-select {
  text-transform: uppercase;
  font-size: 0.7rem;
}
.methods_form .pg_sec .pg_method {
  border: 1px solid #1b1a28;
  margin-top: 10px;
  width: 48%;
  margin: 10px 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.methods_form .pg_sec .pg_method:last-of-type {
  margin: 10px 5px 10px;
}
.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;
  -webkit-transform: none;
          transform: none;
  background-position: 0 0;
}
.methods_form .pg_sec .pg_bank_logs_sec {
  background-color: #fff;
  -webkit-flex-grow: 1;
          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;
  padding: 0px 14px;
  height: 15px;
  margin: 10px 0;
}

#depositForm .btn-secondary {
  color: #000;
}
#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;
}
#depositForm .form-title {
  margin: 12px 0;
}
#depositForm .sel-method-wrapper {
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  -webkit-align-items: center;
          align-items: center;
  padding: 8px 12px;
  border: 1px solid;
  border-radius: 6px;
  margin-bottom: 4px;
}
#depositForm .sel-method-wrapper .btn-copy {
  margin-left: 8px;
}
#depositForm .sel-method-wrapper .back-btn {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  text-align: right;
  cursor: pointer;
}
#depositForm .sel-method-details-wrapper {
  background: #415061;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
}
#depositForm .sender-acc-wrapper {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-align-items: center;
          align-items: center;
}
#depositForm .sender-acc-wrapper div:first-child {
  position: relative;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
#depositForm .nav-btn-wrapper {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-justify-content: center;
          justify-content: center;
}
#depositForm #sel-promo-details {
  font-style: italic;
  font-size: 10px;
}

#apply-promo-popup {
  top: 50%;
}
#apply-promo-popup .promo-list-wrapper {
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
  margin-top: 20px;
}
#apply-promo-popup .promo-item-wrapper {
  margin-bottom: 6px;
  background: #2A1644;
  color: #fff;
  border-radius: 10px;
  padding: 8px;
  padding-right: 15px;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
#apply-promo-popup .promo-item-wrapper label {
  width: 100%;
  font-weight: normal;
  margin-bottom: 0;
}
#apply-promo-popup .promo-item-wrapper .promo-title {
  font-size: 16px;
}
#apply-promo-popup .promo-item-wrapper .promo-details {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 5px;
}
#apply-promo-popup .md-footer {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 20px;
}

#apply-promo-btn {
  background: #bff5de;
  color: #000;
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 5px 12px;
  gap: 10px;
}

.show-promo-popup-btn {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.show-promo-popup-btn div:first-child {
  display: -webkit-flex;
  display: flex;
  justify-items: center;
  gap: 10px;
}

#chg-promo-btns {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
#chg-promo-btns button {
  background: transparent;
  border: none;
}

.promo-item-wrapper.checked {
  border: 1px solid;
}

.methods-form-v2 .field-row, .gateway-form-v2 .field-row, .deposit-form-v2 .field-row, .register-popup-v2 .field-row {
  margin-bottom: 10px;
}
.methods-form-v2 .provider_logo, .gateway-form-v2 .provider_logo, .deposit-form-v2 .provider_logo, .register-popup-v2 .provider_logo {
  width: auto;
  padding: 0px 15px;
  height: 30px;
  margin: 4px 0;
}
.methods-form-v2 .pg-provider-wrapper, .gateway-form-v2 .pg-provider-wrapper, .deposit-form-v2 .pg-provider-wrapper, .register-popup-v2 .pg-provider-wrapper {
  background: #1b1a28 !important;
  border: none !important;
}
.methods-form-v2 .pg-bank-wrapper, .gateway-form-v2 .pg-bank-wrapper, .deposit-form-v2 .pg-bank-wrapper, .register-popup-v2 .pg-bank-wrapper {
  background: white;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
  border: 1px solid;
}
.methods-form-v2 .method-title, .gateway-form-v2 .method-title, .deposit-form-v2 .method-title, .register-popup-v2 .method-title {
  margin-bottom: 12px;
}
.methods-form-v2 .methods-btn, .gateway-form-v2 .methods-btn, .deposit-form-v2 .methods-btn, .register-popup-v2 .methods-btn {
  background-color: #2f363c;
  color: #fff;
  cursor: pointer;
  padding: 8px 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
}
.methods-form-v2 .methods-btn label, .gateway-form-v2 .methods-btn label, .deposit-form-v2 .methods-btn label, .register-popup-v2 .methods-btn label {
  margin-bottom: 0;
}
.methods-form-v2 .methods-btn input[type=radio], .gateway-form-v2 .methods-btn input[type=radio], .deposit-form-v2 .methods-btn input[type=radio], .register-popup-v2 .methods-btn input[type=radio] {
  margin: 0;
  accent-color: #AF4B97;
}
.methods-form-v2 .box-wrapper, .gateway-form-v2 .box-wrapper, .deposit-form-v2 .box-wrapper, .register-popup-v2 .box-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
.methods-form-v2 .methods-menu .payment-methods.online::before, .methods-form-v2 .methods-menu .payment-methods.offline::before, .gateway-form-v2 .methods-menu .payment-methods.online::before, .gateway-form-v2 .methods-menu .payment-methods.offline::before, .deposit-form-v2 .methods-menu .payment-methods.online::before, .deposit-form-v2 .methods-menu .payment-methods.offline::before, .register-popup-v2 .methods-menu .payment-methods.online::before, .register-popup-v2 .methods-menu .payment-methods.offline::before {
  content: "";
  height: 10px;
  width: 10px;
  right: 2px;
  top: 2px;
  content: "";
  position: absolute;
}
.methods-form-v2 .methods-menu .payment-methods.online::before, .gateway-form-v2 .methods-menu .payment-methods.online::before, .deposit-form-v2 .methods-menu .payment-methods.online::before, .register-popup-v2 .methods-menu .payment-methods.online::before {
  background: url(https://files.sitestatic.net/sprites/on.png) no-repeat;
  background-size: 10px 10px;
}
.methods-form-v2 .methods-menu .payment-methods.offline::before, .gateway-form-v2 .methods-menu .payment-methods.offline::before, .deposit-form-v2 .methods-menu .payment-methods.offline::before, .register-popup-v2 .methods-menu .payment-methods.offline::before {
  background: url(https://files.sitestatic.net/sprites/off.png) no-repeat;
  background-size: 10px 10px;
}
.methods-form-v2 .methods-menu, .gateway-form-v2 .methods-menu, .deposit-form-v2 .methods-menu, .register-popup-v2 .methods-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.methods-form-v2 .methods-menu .payment-methods, .gateway-form-v2 .methods-menu .payment-methods, .deposit-form-v2 .methods-menu .payment-methods, .register-popup-v2 .methods-menu .payment-methods {
  position: relative;
  background: white;
  border-radius: 6px;
  border: 1px solid;
}
.methods-form-v2 .pg-methods-menu .payment-methods, .gateway-form-v2 .pg-methods-menu .payment-methods, .deposit-form-v2 .pg-methods-menu .payment-methods, .register-popup-v2 .pg-methods-menu .payment-methods {
  border: none;
}
.methods-form-v2 .method-icon, .gateway-form-v2 .method-icon, .deposit-form-v2 .method-icon, .register-popup-v2 .method-icon {
  width: 32px;
  height: 32px;
  background-color: #404755;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 8px;
  border-radius: 100%;
  margin-right: 10px;
}
.methods-form-v2 .pg_title, .gateway-form-v2 .pg_title, .deposit-form-v2 .pg_title, .register-popup-v2 .pg_title {
  border-radius: 5px;
}
.methods-form-v2 .method-menu-wrapper, .gateway-form-v2 .method-menu-wrapper, .deposit-form-v2 .method-menu-wrapper, .register-popup-v2 .method-menu-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.methods-form-v2 .support_img, .gateway-form-v2 .support_img, .deposit-form-v2 .support_img, .register-popup-v2 .support_img {
  max-height: 25px;
  width: 50px;
}
.methods-form-v2 .deposit_footer, .gateway-form-v2 .deposit_footer, .deposit-form-v2 .deposit_footer, .register-popup-v2 .deposit_footer {
  text-align: center;
}
.methods-form-v2 .bank-opt-wrapper, .gateway-form-v2 .bank-opt-wrapper, .deposit-form-v2 .bank-opt-wrapper, .register-popup-v2 .bank-opt-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  max-height: 200px;
  overflow: auto;
}
.mobile .methods-form-v2 .has-error ~ .help-block, .mobile .gateway-form-v2 .has-error ~ .help-block, .mobile .deposit-form-v2 .has-error ~ .help-block, .mobile .register-popup-v2 .has-error ~ .help-block {
  margin-top: 0;
}

.register-popup-v2 .pg-bank-wrapper input {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}
.register-popup-v2 .pg-bank-wrapper input[type=radio]:checked ~ label .marked {
  opacity: 1;
  background-color: #AF4B97;
  width: 20px;
  height: 20px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 10px;
}

.gateway-form-v2 .pg-bank-wrapper {
  padding: 8px;
}
.gateway-form-v2 .pg-bank-wrapper .provider_logo {
  height: 20px;
  padding: 0;
  margin: 0;
}

.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;
  -webkit-transform: scale(0.8);
          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: #ffbc00;
  color: #000;
  border-radius: 3px;
}
table.info-box--001 a.lbl {
  padding: 0px 5px;
}
table.info-box--001 i {
  color: #f4e303;
}
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%;
}

.user_bank .bank_add_btn_sec {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
}

.steps {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 10px;
}
.steps .step__bar {
  counter-reset: step;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  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;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
          flex-basis: auto;
}
.steps .step__bar li.line__wrapper {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  position: relative;
  min-height: 100%;
  -webkit-align-self: stretch;
          align-self: stretch;
}
.steps .step__bar li.line__wrapper .line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  height: 2px;
  background-color: #ffbc00;
}
.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 #ffbc00;
}
.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 #ffbc00;
  background: transparent;
  color: white;
  transition: all 0.3s;
}
.steps .step__bar li .step.active .step__inner {
  color: white;
  background: linear-gradient(270deg, #2f2e2e 0%, #ffbc00 93.58%);
}
.steps .step__bar li:last-child:after {
  content: none;
}

/*desktop-notice content*/
.deposit-notice-content {
  padding: 15px;
}
.deposit-notice-content li {
  margin-bottom: 10px;
}

.deposit-notice-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.deposit-notice-menu a {
  padding-right: 0;
}

.depositinfo-modal .md-body {
  padding: 15px;
  background-color: #2f2e2e;
}

#withdrawForm .wallet-type-title {
  display: block;
}
#withdrawForm .wallet-type-amount {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  #withdrawForm .wallet-type-title {
    display: inline-block;
  }
}
.history .table {
  font-size: 14px;
}
.history .dataTables_wrapper .dataTables_length, .history .dataTables_wrapper .dataTables_filter, .history .dataTables_wrapper .dataTables_info, .history .dataTables_wrapper .dataTables_processing, .history .dataTables_wrapper .dataTables_paginate {
  color: white;
}
.history input[type=search] {
  color: black;
}
.history .table-bordered > tbody > tr > td {
  color: white;
  border: 1px solid white;
  background-color: #241e1e;
}
.history .table-bordered th {
  border-color: white !important;
}
.history .table > thead:first-child > tr:first-child > th {
  border: 1px solid #241e1e;
}
.history .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: white !important;
}
.history .debit-amt {
  color: #C70022 !important;
}
.history .credit-amt {
  color: #28a745 !important;
}
.history .failed-amt {
  text-decoration: line-through;
}
.history #searchhistory.searchhistory {
  background-color: transparent;
}
.history .m-tb-15 {
  margin: 15px 0;
}
.history .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.history .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .history .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .history .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}
.history .m-15 {
  margin: 15px 15px 0 15px;
}

.game-bals .title {
  display: inline-block;
  margin-bottom: -3.25px;
}
.game-bals .box {
  border: 3px dotted black;
  padding: 5px 8px;
}
.game-bals .table > tbody > tr > td {
  border-bottom: 1px solid;
  border-bottom-color: #ddd;
  border-top: none;
}
.game-bals .table > tbody > tr:first-child > td {
  border-bottom: 3px solid;
  border-bottom-color: #ddd;
}

.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 a {
  text-decoration: none;
  transition: all 0.4s ease;
  display: inline-block;
  color: white;
  background-color: black;
  border-radius: 50%;
  padding: 7px;
  border-radius: 50%;
  width: 8.5em;
  height: 8.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  line-height: normal;
}
@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 div {
  margin-bottom: 0.1rem;
}
.info .info-nav.nav-icon a:hover, .info .info-nav.nav-icon a.active {
  color: #ffbc00 !important;
  background-color: black;
}
.info .info.panel {
  border: 0px;
}
.info .info.panel-default {
  border-color: #424242;
  border-radius: 5px;
}
.info .info.panel-heading {
  background: #252525;
}
.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: #fff !important;
  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: #252525;
  color: #fff !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  padding: 0 24px 16px;
  border: 0px !important;
}

@media screen and (max-width: 992px) {
  .maintenance img {
    /*@each $value in $mobileValues {
      $prop_values: append($mobile_prop_values,$value); //separator is a space
    }*/
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .maintenance img {
    /*@each $value in $desktopValues {
      $prop_values: append($desktopValues,$value); //separator is a space
    }*/
    max-width: 500px;
  }
}

.content_memo_width {
  width: 100%;
}

.memo.container-wrapper .container {
  background: none;
  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 black;
}

.memo_page {
  padding-top: 15px;
}
.memo_page iframe body {
  color: #fff !important;
}
.memo_page .nav-tabs {
  margin-left: 0px;
  border: none;
  display: -webkit-flex;
  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: #131212;
  text-align: center;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  color: #ffbc00;
}
.memo_page .nav-tabs li.active a:focus {
  text-transform: uppercase;
  background-color: #131212;
  text-align: center;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  color: #ffbc00;
}
.memo_page .nav-tabs li.active a:hover {
  text-transform: uppercase;
  background-color: #131212;
  text-align: center;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  color: #ffbc00;
}
.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 {
  letter-spacing: 0px;
  line-height: 1;
  color: #ffffff;
  background-color: #ffbc00;
  text-transform: uppercase;
  padding: 5px;
  text-align: left;
  float: right;
}
.memo_page .memo_tab .btn_memo i {
  margin-right: 5px;
}
.memo_page .memo_tab .btn-primary {
  background: #ffbc00;
}
.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;
  float: right;
}
.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: #131212;
}
.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 {
  -webkit-text-decoration: uppercase;
          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: 12px;
  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: #131212 !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 #366298;
  padding: 15px;
  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: 11px;
  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;
  line-height: 23px;
  color: #ffffff;
  font-weight: 500;
  width: 96px;
  height: 24px;
  padding: 0px 10px;
  margin-right: 10px;
  width: auto;
  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: #353433 !important;
  border: 1px solid #353433 !important;
  border-radius: 0px !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: none !important;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff;
  border: 1px solid #353433;
  background: #FF8A00 !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: 40% !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: #727377 !important;
  border: 1px solid white !important;
  float: right;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
  color: textColor;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter input::-moz-placeholder {
  color: textColor;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter input::-ms-input-placeholder {
  color: textColor;
}
.memo_page .memo_tab .tab-content .dataTables_wrapper .dataTables_filter input::placeholder {
  color: textColor;
}
.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;
  line-height: 19px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  background-color: #131212;
}
.memo_page .memo_tab .tab-content #memo .memo_div {
  padding: 25px 20px;
  margin-bottom: 10px;
  background: black;
}
.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 black;
  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 #f4e303;
  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: 30px;
  padding-right: 10px;
  line-height: 1;
}
.memo_page .memo_tab .tab-content #memo .sysmail_type_icon + div {
  line-height: 1;
  width: 95%;
}
.memo_page .memo_tab .tab-content #memo .card-link {
  text-transform: uppercase;
  padding: 20px 20px 10px 8px;
  display: block;
  color: black;
}
.memo_page .memo_tab .tab-content #memo .card-link .fs-lg {
  font-weight: 900;
}
.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: 10px;
  background-color: #111111;
  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: 15px 0 5px;
  font-size: 12px;
  border: 1px solid #366298;
  padding: 15px;
  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: #fff;
}
.memo_page .tulis_memo {
  display: none;
}
.memo_page .tulis_memo.active {
  display: block;
}

.tulis_memo .tulis_memo_bg {
  background-color: #131212;
  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: #ffbc00;
  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: black;
  float: left;
}
.tulis_memo .tulis_memo_bg #editor {
  width: 100%;
  height: 190px;
  border: 2px solid white;
  margin-bottom: 20px;
  margin-top: 35px;
  background-color: black;
  overflow-y: auto;
  overflow-x: hidden;
}
.tulis_memo .tulis_memo_bg select {
  background-color: black;
  color: #ffffff !important;
  border: 2px solid white;
  text-transform: uppercase;
  font-weight: 600;
}
.tulis_memo .tulis_memo_bg input {
  background-color: black;
  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: black;
  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: black;
  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;
  overflow-y: auto;
  overflow-x: hidden;
}
.tulis_memo .tulis_memo_bg .wrapper iframe#editor body {
  color: white !important;
}

.checkmarking {
  position: absolute;
  left: 18%;
  background-color: #C4C4C4;
  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;
  -webkit-user-select: none;
  -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;
  -webkit-transform: rotate(45deg);
          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;
}

.mail_link {
  position: relative;
}

.inner-header .mail_icon, .mail_link .mail_icon {
  position: absolute;
  top: -0.4em;
  color: white;
  font-size: 10px;
  right: 0.2em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1em;
  border-radius: 50%;
  -webkit-animation: blinking 1.2s linear 0.5s infinite;
          animation: blinking 1.2s linear 0.5s infinite;
  background-color: #ed1c24;
  text-align: center;
  padding: 0.2em;
}

#langModal-mobile {
  top: 50%;
}

.language {
  padding: 10px;
  background-color: #111111;
}
.language .title {
  background-color: #131212;
  padding: 3px;
  text-align: center;
}
.language table {
  margin: 15px auto;
}
.language .circle-id {
  margin: 0 auto;
}
.language .i {
  padding: 10px;
}
.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;
}

#regbank_popup__depo {
  top: 50%;
}

.add_bank_modal {
  padding: 10px;
  background-color: #111111;
}
.add_bank_modal .md_title {
  background-color: #131212;
  padding: 3px;
  text-align: center;
  color: #fff;
  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;
}

.today-lottery-results .top-title {
  text-align: center;
  padding-bottom: 15px;
  font-size: 16px;
}
.today-lottery-results .today-lottery .u-section-box--bg {
  background: black;
}
.today-lottery-results .today-lottery .today-lottery-logo {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  width: 50px;
  height: 50px;
}
.today-lottery-results .today-lottery .today-lottery-name {
  font-size: 15px;
  font-weight: 600;
  color: white;
  margin-bottom: 0px;
}
.today-lottery-results .today-lottery .today-lottery-subname {
  color: white;
  padding-top: 5px;
}
.today-lottery-results .today-lottery .today-lottery-prize {
  font-weight: 600;
  font-size: 30px;
  color: white;
}
.today-lottery-results .today-lottery .column-row-lottery {
  margin: 10px;
  min-width: 350px;
  border-radius: 5px;
}
.today-lottery-results .today-lottery .info {
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 10px;
}
.today-lottery-results .today-lottery .info .title {
  padding-left: 10px;
}
.today-lottery-results .today-lottery .game-info {
  position: relative;
}
.today-lottery-results .today-lottery .game-info .prize_val {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.mobile .today-lottery-results .today-lottery .game-panal {
  padding: 12px 0px 8px;
}
.mobile .today-lottery-results .today-lottery .game-panal .today-lottery-subname {
  font-size: 11.2px !important;
  padding-top: 5px;
}
.mobile .today-lottery-results .today-lottery .game-panal .today-lottery-prize {
  font-size: 22.4px !important;
}

.mobile #checkin-modal--layout {
  top: 50%;
}
.mobile #checkin-modal--layout .headerImg {
  left: auto;
}

#checkin-modal--layout {
  color: #fff;
}
#checkin-modal--layout .md-content {
  background-color: #131212;
  border-radius: 0;
}
#checkin-modal--layout.modal-wrapper {
  width: auto;
  margin: 0 auto;
}
#checkin-modal--layout .md-body {
  padding: 10px;
  color: inherit;
}
#checkin-modal--layout .headerModal {
  position: relative;
  border: none;
}
#checkin-modal--layout .headerImg {
  position: absolute;
  top: -33px;
  left: 25%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#checkin-modal--layout .itemsList {
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
  max-width: 600px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}
#checkin-modal--layout .tickIcon {
  width: 30px;
  height: 30px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #fff;
  -webkit-mask-image: url(/assets/svg/tick-circle.svg);
  mask-image: url(/assets/svg/tick-circle.svg);
}
#checkin-modal--layout .lockerIcon {
  width: 30px;
  height: 30px;
  background-image: url(/assets/svg/locker.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#checkin-modal--layout .itemsWrapper {
  gap: 8px;
  margin-bottom: 8px;
  -webkit-flex-direction: column;
          flex-direction: column;
}
#checkin-modal--layout .closeBtn {
  position: absolute;
  top: -17px;
  right: -20px;
  background: rgba(240, 244, 246, 0.8);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  color: #68727A;
}
#checkin-modal--layout .checkInBox {
  display: grid;
  position: relative;
  -webkit-justify-content: center;
          justify-content: center;
  border-width: 1px;
  border-style: dashed;
  border-color: #6e787e;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  place-items: center;
  gap: 4px;
}
#checkin-modal--layout .checkInBox.checkedIn {
  border-color: #ffbd12;
  background: rgba(255, 153, 33, 0.0784313725);
}
#checkin-modal--layout .checkInBox.checkedIn .tickIcon {
  background-color: #fcba12;
}
#checkin-modal--layout .checkInBox.checkInToday {
  border-color: #b7bfc3;
}
#checkin-modal--layout .activeCheckInText {
  color: #f27025;
}
#checkin-modal--layout .activeCheckInText.todayText {
  font-weight: 600;
}
#checkin-modal--layout .checkInTodayIcon {
  background-color: grey;
}
#checkin-modal--layout .claimedText {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}
#checkin-modal--layout .missedCheckIn {
  position: absolute;
  width: 100%;
  height: 100%;
}
#checkin-modal--layout .claimBtn {
  margin: 16px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#checkin-modal--layout .checkInDesc {
  border: 1px solid;
  border-radius: 8px;
  padding: 12px 16px;
  gap: 10px;
  background: #161f2c;
  color: #fff;
  border-color: #d32f2f;
}
#checkin-modal--layout .crossImg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#checkin-modal--layout .coinImg, #checkin-modal--layout .spinWheelImg, #checkin-modal--layout .ticketImg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mobile #reward-modal--layout {
  top: 50%;
}

#reward-modal--layout .md-content {
  background-color: #131212;
  border-radius: 0;
}
#reward-modal--layout.modal-wrapper {
  max-width: 417px;
  margin: 0 auto;
}
#reward-modal--layout .md-body {
  padding: 5px;
  color: inherit;
}
#reward-modal--layout .headerModal {
  position: relative;
  border: none;
  padding: 1.5rem 0 0 0;
}
#reward-modal--layout .headerImg {
  position: relative;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 30px;
}
#reward-modal--layout .headerImg .headerSurface {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
#reward-modal--layout .closeBtn {
  position: absolute;
  top: -10px;
  right: -12px;
  background: rgba(240, 244, 246, 0.8);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  color: #68727A;
}
#reward-modal--layout .checkInWrapper {
  display: grid;
  margin-bottom: 16px;
  gap: 12px;
}
#reward-modal--layout .checkInText {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
#reward-modal--layout .checkInSubText {
  color: #e7e7e7;
}
#reward-modal--layout .redeemGoldCoinText {
  color: #e7e7e7;
  margin-top: 8px;
}
#reward-modal--layout .ticketIcon {
  border-radius: 50px;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(243, 69, 194, 0.15);
}
#reward-modal--layout .luckyDrawBox {
  display: grid;
  border: 1px solid;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  margin: 16px 8px;
  background: #161f2c;
  color: #000;
  border-color: #d32f2f;
}
#reward-modal--layout .luckyDrawImgWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
#reward-modal--layout .luckyDrawWrapper {
  display: grid;
  gap: 8px;
}
#reward-modal--layout .luckyDrawText {
  font-size: 16px;
  color: #FCFCFC;
  font-weight: 600;
}
#reward-modal--layout .luckyDrawSubText {
  color: #BFC9D2;
}
#reward-modal--layout .luckyDrawBtn {
  padding: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#reward-modal--layout .rewardBox {
  padding: 16px;
  margin: 16px 0;
  background: #161f2c;
  color: #fff;
}
#reward-modal--layout .rewardText {
  font-size: 16px;
  margin-top: 8px;
}
#reward-modal--layout .coinIcon, #reward-modal--layout .prizeBg, #reward-modal--layout .luckyDrawImg, #reward-modal--layout .giftImg, #reward-modal--layout .rewardImg, #reward-modal--layout .megaGiftImg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mobile #spin-wheel-modal--layout {
  top: 50%;
}

#spin-wheel-modal--layout .md-content {
  background-color: #131212;
  border-radius: 0;
}
#spin-wheel-modal--layout.modal-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#spin-wheel-modal--layout .md-body {
  padding: 16px;
  color: inherit;
}
#spin-wheel-modal--layout .headerModal {
  position: relative;
  border: none;
  padding: 0;
}
#spin-wheel-modal--layout .closeBtn {
  position: absolute;
  top: -24px;
  right: -26px;
  background: rgba(240, 244, 246, 0.8);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  color: #68727A;
}
#spin-wheel-modal--layout .spinWheelWrapper {
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
#spin-wheel-modal--layout .spinWheelTitle {
  font-size: 24px;
  font-weight: 600;
}
#spin-wheel-modal--layout .spinWheel {
  margin-top: 32px;
  padding: 16px;
}
#spin-wheel-modal--layout .spinWheelArrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: -10px;
  left: 44%;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 48px solid #ffed10;
}
#spin-wheel-modal--layout canvas {
  border: 20px solid #ffb206;
  border-radius: 100%;
  box-shadow: -4px 1px 2px 2px #494f53;
  outline: 9px solid rgba(82, 84, 107, 0.2);
  outline-offset: -28px;
}
#spin-wheel-modal--layout #spinBtn {
  padding: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mobile #redeem-ticket-modal--layout {
  top: 50%;
}

#redeem-ticket-modal--layout {
  color: #fff;
}
#redeem-ticket-modal--layout .md-content {
  background-color: #131212;
  border-radius: 0;
}
#redeem-ticket-modal--layout.modal-wrapper {
  width: auto;
  margin: 0 auto;
}
#redeem-ticket-modal--layout .md-body {
  padding: 10px;
  color: inherit;
}
#redeem-ticket-modal--layout .closeBtn {
  position: absolute;
  top: -20px;
  right: -20px;
  background: rgba(240, 244, 246, 0.8);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  color: #68727A;
}
#redeem-ticket-modal--layout .headerModal {
  position: relative;
  border: none;
}
#redeem-ticket-modal--layout .contentWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#redeem-ticket-modal--layout .contentWrapper > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#redeem-ticket-modal--layout .redeemQtyWrapper {
  gap: 8px;
}
#redeem-ticket-modal--layout .redeemTicketTitle, #redeem-ticket-modal--layout .coinBalanceText {
  font-weight: 600;
}
#redeem-ticket-modal--layout .arrowIcon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#redeem-ticket-modal--layout .ticketIcon, #redeem-ticket-modal--layout .coinIcon {
  background: rgba(243, 69, 194, 0.1019607843);
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
}
#redeem-ticket-modal--layout .subText {
  color: #bfc9d2;
  margin-bottom: 8px;
}
#redeem-ticket-modal--layout .minusBox,
#redeem-ticket-modal--layout .addBox {
  border: 1px solid #556982;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
}
#redeem-ticket-modal--layout .cancelBtn {
  border: 1px solid #556982;
}
#redeem-ticket-modal--layout .disabledBtn {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  cursor: default;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary[disabled] {
  color: #ffffff;
}

.contact-values {
  color: #ffffff;
}

.floats.floats-right .bg-2 .btn-block.btn-primary {
  background: #ffbc00;
}
