/* GLOBAL STYLE */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}

.form-control.error {
  border: 1px dotted #cc5965;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: 'Roboto', 'Open Sans', 'Arial', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #5e5e5e;
  background-color: #edecec;
  margin: 0;
  position: relative;
}

a {
  color: #2196f3;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

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

.table > tbody > tr > td {
  vertical-align: middle;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}

/*
   *
   *   INSPINIA - Responsive Admin Theme
   *   version 2.2
   *
  */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

html,
body {
  height: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
}

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

/* DATATABLES */
table.dataTable thead .sorting {
  background: transparent;
}

ins {
  background-color: #c6ffc6;
  text-decoration: none;
}

/* END GLOBAL STYLE */

/* PHP STYLE */
@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 .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 .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;
  }
}

.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 15px;
  text-transform: uppercase;
}

.nav > li.active > a {
  color: white;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff;
}

.nav > li > a i {
  margin-right: 6px;
  font-size: 16px;
}

.form-control,
.form-control:focus,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress-bar {
  box-shadow: none;
}

.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-size: 10px;
  padding: 3px 8px;
  text-shadow: none;
  font-family: inherit;
  font-weight: inherit;
  border-radius: 3px;
}

.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}

/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #dddddd;
  color: inherit;
  cursor: default;
  z-index: 2;
}

.pagination > li > a,
.pagination > li > span {
  background-color: white;
  border: 1px solid #dddddd;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}

/* Chat */

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

/* CIRCLE */

/* ANIMATION */

/* PEACE */

/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}

.vertical-align div {
  display: inline-block;
  vertical-align: middle;
}

.vertical-align h2,
.vertical-align h3 {
  margin: 0;
}

.inline {
  display: inline-block !important;
}

.form-control,
.single-line {
  background-color: white;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition:
    border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.form-control:focus,
.single-line:focus {
  border-color: #1ab394 !important;
}

.input-group-addon {
  background-color: white;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

#page-wrapper {
  position: relative !important;
  min-height: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.clear {
  display: block;
  overflow: hidden;
}

.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}

video {
  width: 100% !important;
  height: auto !important;
}

/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}

.modal-dialog {
  z-index: 2200;
}

.modal-body {
  padding: 20px 30px 30px 30px;
}

.modal-footer {
  margin-top: 0;
}

/* WRAPPERS */
#wrapper {
  width: 100%;
  position: relative;
  height: 100%;
}

.wrapper {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    min-height: 1000px;
  }
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}

/* FOOTER */
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  margin-left: 250px;
}

/* PANELS */

/* TABLES */
.table-bordered {
  border: 1px solid #ebebeb;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #f5f5f6;
  border-bottom-width: 1px;
}

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

.table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  vertical-align: bottom;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

/* PANELS */

/* GLOBAL  */
.no-padding {
  padding: 0 !important;
}

.no-margins {
  margin: 0 !important;
}

.border-left {
  border-left: 1px solid #e7eaec;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.border-right {
  border-left: none;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}

.full-width {
  width: 100% !important;
}

.branding {
  float: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #1ab394;
}

.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb > li a {
  color: inherit;
}

.breadcrumb > .active {
  color: inherit;
}

.ibox {
  clear: both;
  margin-top: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: none;
  border: 1px solid #ddd;
}

.ibox.collapsed .ibox-content {
  display: none;
}

.ibox:after,
.ibox:before {
  display: table;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: #e7eaec;
  -o-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0px 0;
  margin-bottom: 0;

  color: #aaaaaa;
  border: none !important;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 20px;
  min-height: 0px;
}

.ibox-content {
  background-color: white;
  color: inherit;
  border-color: #e7eaec;
  -o-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
  clear: both;
  padding: 20px 20px 20px 20px;
  border: none;
}

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}

.ibox-title .label {
  float: left;
  margin-left: 4px;
}

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}

.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}

.ibox-tools a.btn-primary {
  color: #fff;
}

.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}

/* BACKGROUNDS */
.gray-bg {
  background-color: #fbfbfb;
}

.progress-bar {
  background-color: #1ab394;
}

/* COLORS */

.text-danger {
  color: #ed5565;
}

.modal {
  z-index: 9999992 !important;
}

/* MARGINS & PADDINGS */

.m {
  margin: 15px;
}

.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}

.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}

/* Show profile dropdown on fixed sidebar */

.block {
  display: block !important;
}

.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}

.file .icon {
  padding: 15px 10px;
  text-align: center;
}

.file .icon i {
  font-size: 70px;
  color: #dadada;
}

.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}

.message {
  background-color: #fff;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}

/* BLOG ARTICLE */
.blog h2 {
  font-weight: 700;
}

.blog h5 {
  margin: 0 0 5px 0;
}

.blog .btn {
  margin: 0 0 5px 0;
}

.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2f4050;
}

.article p {
  font-size: 15px;
  line-height: 26px;
}

.article .ibox-content {
  padding: 40px;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    /* min-height: 1200px; */
    min-height: 100vh;
  }
}

@media (max-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    min-height: 1000px;
  }

  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
}

@media (max-width: 350px) {
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}

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

.repeat-loading-modal {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@keyframes slidein {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
}

#overlay {
  width: 100%;
  height: 100%;
  display: table;
  cursor: pointer;
}

#overlay i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#page-top {
  background-color: white;
}

@media (max-width: 768px) {
  #page-wrapper {
    margin: 0 0 0 0;
  }
}

[class*=' fa-'] {
  margin-top: 2px;
}

.pointer {
  cursor: pointer;
}

.choice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.value {
  font-size: 27px;
}

.value-sm {
  font-size: 13px;
}

.value-md {
  font-size: 17px;
}

.value-l {
  font-size: 36px;
}

.stat-label {
  font-size: 14px;
}

.text-xyg-red {
  color: #e74c3c;
}

.text-xyg-green {
  color: #2ecc71;
}

.text-xyg-blue {
  color: #3299cc;
}

.text-xyg-gray {
  color: #aaaaaa;
}

.text-xyg-gold {
  color: #f39c12;
}

.text-nowrap {
  overflow-x: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.btn-brand {
  color: #fff;
  background-color: #00acf6;
  border-color: #00acf6;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand.focus,
.btn-brand:active,
.btn-brand.active,
.open > .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #0088c3;
  border-color: #0081b9;
}

.btn-brand:active,
.btn-brand.active,
.open > .btn-brand.dropdown-toggle {
  background-image: none;
}

.btn-brand.disabled,
.btn-brand.disabled:hover,
.btn-brand.disabled:focus,
.btn-brand.disabled.focus,
.btn-brand.disabled:active,
.btn-brand.disabled.active,
.btn-brand[disabled],
.btn-brand[disabled]:hover,
.btn-brand[disabled]:focus,
.btn-brand[disabled].focus,
.btn-brand[disabled]:active,
.btn-brand[disabled].active {
  background-color: #00acf6;
  border-color: #00acf6;
}

.btn-brand .badge {
  color: #00acf6;
  background-color: #fff;
}

.btn-green {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #25a25a;
  border-color: #239a55;
}

.btn-green:active,
.btn-green.active,
.open > .btn-green.dropdown-toggle {
  background-image: none;
}

.btn-green.disabled,
.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled.focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled],
.btn-green[disabled]:hover,
.btn-green[disabled]:focus,
.btn-green[disabled].focus,
.btn-green[disabled]:active,
.btn-green[disabled].active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-green .badge {
  color: #2ecc71;
  background-color: #fff;
}

.btn-gold {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold.focus,
.btn-gold:active,
.btn-gold.active,
.open > .btn-gold.dropdown-toggle {
  color: #fff;
  background-color: #c87f0a;
  border-color: #be780a;
}

.btn-gold:active,
.btn-gold.active,
.open > .btn-gold.dropdown-toggle {
  background-image: none;
}

.btn-gold.disabled,
.btn-gold.disabled:hover,
.btn-gold.disabled:focus,
.btn-gold.disabled.focus,
.btn-gold.disabled:active,
.btn-gold.disabled.active,
.btn-gold[disabled],
.btn-gold[disabled]:hover,
.btn-gold[disabled]:focus,
.btn-gold[disabled].focus,
.btn-gold[disabled]:active,
.btn-gold[disabled].active {
  background-color: #f39c12;
  border-color: #f39c12;
}

.btn-gold .badge {
  color: #f39c12;
  background-color: #fff;
}

.btn {
  text-transform: none !important;
  min-width: 39px;
  font-size: 13px;
}

.btn-group {
  box-shadow: none !important;
}

.btn.facebook {
  color: white;
  background: #3b5999;
}

.btn.facebook:hover {
  background: white;
  color: #3b5999;
}

.btn.twitter {
  color: white;
  background: #55acee;
}

.btn.twitter:hover {
  background: white;
  color: #55acee;
}

.btn.reddit {
  color: white;
  background: #ff4500;
}

.btn.reddit:hover {
  background: white;
  color: #ff4500;
}

.btn.email {
  color: white;
  background: #505050;
}

.btn.email:hover {
  background: white;
  color: #505050;
}

.btn.youtube {
  background: #cd201f;
  color: white;
}

.btn.youtube:hover {
  background: white;
  color: #cd201f;
}

.btn.twitch {
  background: #6441a5;
  color: white;
}

.btn.twitch:hover {
  background: white;
  color: #6441a5;
}

.btn.steam {
  color: white;
  background: #505050;
}

.btn.steam:hover {
  background: white;
  color: #505050;
}

.btn-w-md {
  min-width: 150px;
  margin-right: 15px;
}

.btn-clear {
  border: 1px solid white;
  color: white;
}

.btn-clear:hover,
.btn-clear:active,
.btn-clear:focus {
  color: white;
  border: 1px solid #aaaaaa;
}

.btn-clear.btn-brand {
  border: 1px solid #3299cc;
  color: #3299cc;
  background: transparent;
}

.btn-clear.btn-brand:hover,
.btn-clear.btn-brand:active,
.btn-clear.btn-brand:focus {
  color: #287aa3;
  border: 1px solid #287aa3;
}

.disabled {
  pointer-events: none;
}

.radio label {
  color: #464646;
  font-size: 13px;
}

.checkbox label {
  color: #464646;
}

input[type='text'].form-control:not(.fc-alt) {
  padding-left: 10px;
}

input[type='email'].form-control:not(.fc-alt) {
  padding-left: 10px;
}

input[type='password'].form-control:not(.fc-alt) {
  padding-left: 10px;
}

.form-control {
  font-size: 13px;
  border: 1px solid #e5e6e7 !important;
}

.form-control:focus {
  border-color: #3299cc !important;
}

#filter ul {
  margin-left: 0px;
}

#filter ul li {
  list-style: none;
  float: left;
  margin-right: 15px;
  padding: 6px 10px;
  margin-bottom: 20px;
  background: #eee;
  display: initial;
}

#filter ul li a {
  color: #333;
  margin-bottom: 20px;
}

#filter ul li .selected {
  color: #ff6666 !important;
}

#top-right-menu {
  margin-right: 30px;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
}

#top-right-menu a.btn {
  font-size: 13px;
}

#top-right-menu.nav > li > a,
#top-right-menu.nav > li > div > a {
  color: #505050;
  padding: 5px 10px;
  text-transform: none;
  font-weight: 400;
}

#top-right-menu.nav > li > a:hover,
#top-right-menu.nav > li > a:focus,
#top-right-menu.nav > li > div > a:hover,
#top-right-menu.nav > li > div > a:focus {
  background: inherit;
}

#top-right-menu .dropdown > a:hover {
  color: initial;
}

#top-right-menu .dropdown.coins.open > a,
#top-right-menu .dropdown.coins a:hover {
  background-color: #f39c12;
  color: white;
}

#top-right-menu .dropdown.coins.open > a .fas.fa-database,
#top-right-menu .dropdown.coins a:hover .fas.fa-database {
  color: white;
}

#top-right-menu .dropdown.real-money.open > a,
#top-right-menu .dropdown.real-money a:hover {
  background: #3299cc;
  color: white;
}

#top-right-menu .dropdown.real-money.open > a .usd > .text-xyg-blue,
#top-right-menu .dropdown.real-money a:hover .usd > .text-xyg-blue {
  color: white;
}

#top-right-menu .dropdown.user.open > a,
#top-right-menu .dropdown.user a:hover {
  color: #3299cc;
}

#top-right-menu .dropdown.coins > a,
#top-right-menu .dropdown.real-money > a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.three-story-wrapper {
  position: relative;
}

.xygaming-panel {
  background: #fff;
  position: relative;
  border-radius: 0;
  box-shadow:
    0 0 5px 0 rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 16px;
  overflow: hidden;
}

.radio-buttons button {
  color: #aaaaaa;
}

.radio-buttons button.selected {
  color: black;
}

.radio-buttons button:hover {
  border-color: #3299cc;
}

.game-box {
  padding: 0;
  border: 1px solid #e7eaec;
}

a.game-box-hero:hover,
a.game-box-hero:focus,
a.game-box-hero:visited {
  text-decoration: none;
  color: white;
}

.game-box-hero {
  text-align: center;
  padding: 0 0 0 0;
  color: white;
  font-weight: 600;
  background-color: black;
  position: relative;
  overflow: hidden;
}

.game-box-hero img {
  width: 100%;
}

.game-box-hero h2 {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.game-box-hero-content img {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  font-size: 16px;
  text-align: center;
  z-index: 100;
  width: auto;
}

.game-box-hero.xl {
  padding: 120px 0;
}

.game-box-details-right {
  padding-top: 11px;
}

.game-box-details-right .challenge {
  margin-top: 20px;
}

.game-box-details-right .stat-label-l {
  padding-top: 3px;
}

.empty-result {
  text-align: center;
  padding: 70px 0 100px;
}

/*** Text sections ********/

.ibox-title.compact {
  color: #505050;
  background: #fff;
  padding: 15px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.ibox-title.compact.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.xyg-table table {
  margin-bottom: 0px;
}

.xyg-table .pagination-cell {
  padding-bottom: 0px !important;
}

.pagination {
  margin: 5px 0;
}

.pagination > li > a {
  border-radius: 0% !important;
  width: 30px !important;
  height: 30px !important;
}

.pagination select {
  border-color: lightgrey;
  height: 30px;
  position: relative;
  top: 6px;
  border-width: 1px;
  margin-right: 20px;
}

.tab-nav li {
  background: white;
}

.tab-nav li > a {
  color: #505050;
}

.tab-nav li.active > a {
  color: #3299cc;
}

.tab-nav {
  box-shadow: none;
}

.header-container {
  overflow: hidden;
  min-height: 150px;
  box-shadow:
    0 0 5px 0 rgba(0, 0, 0, 0.4),
    0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

@media (min-width: 1200px) {
  .header-container .chart-total-matches {
    left: -100px;
  }
}

.wins .value {
  border-bottom: #2ecc71 solid 4px;
}

.wins-percent .value {
  border-bottom: #00acf6 solid 4px;
}

.losses .value {
  border-bottom: #e74c3c solid 4px;
}

body.form-page {
  background: #f3f3f4;
}

.reputation-history-item .reputation-comment .opponent img {
  border: 1px solid #333;
  max-width: 21px;
}

.select-icons a {
  display: inline-block;
  position: relative;
}

.select-icons a.selected:before {
  font-family: inherit;
  content: '\f058';
  color: #2ecc71;
  position: absolute;
  top: -6px;
  left: -6px;
  background: white;
  border-radius: 15px;
  height: 16px;
  width: 15px;
  line-height: 16px;
  font-size: 16px;
}

.select-icons a:not(.selected) img {
  opacity: 0.3;
}

.select-icons img {
  padding-right: 10px;
  padding-bottom: 10px;
  height: 40px;
}

.radio.block input {
  position: absolute !important;
}

.radio.block label {
  margin-bottom: 0px !important;
}

.tournament-brand-wrapper {
  display: block;
  text-align: center;
  cursor: pointer;
}

.tournament-brand {
  border-radius: 3px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 320px;
  height: auto;
}

@media (min-width: 992px) {
  .tournament-brand {
    max-width: none;
  }
}

/* Transaction History */

#repeat-main {
  font-family: 'Montserrat', sans-serif;
  z-index: -1;
  width: 100%;
  color: #a1a1a1;
}

#repeat-main h1 {
  font-weight: 800;
  font-size: 63px;
  color: #ffffff;
}

@media (max-width: 767px) {
  #repeat-main h1 {
    font-size: 46px;
  }
}

#repeat-main h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
}

@media (max-width: 767px) {
  #repeat-main h2 {
    font-size: 33px;
  }
}

#repeat-main h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #0f1117;
}

#repeat-main h3.header-inverse {
  color: white;
}

#repeat-main h4 {
  color: #0f1117;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 767px) {
  #repeat-main h4 {
    font-size: 18px;
  }
}

#repeat-main .flex-center-contents {
  display: flex;
  justify-content: center;
}

#repeat-main .flex-around-contents {
  display: flex;
  justify-content: space-around;
}

#repeat-main .flex-between-contents {
  display: flex;
  justify-content: space-between;
}

.vertically-center-contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.flex-vertically-center-contents {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
}

.flex-vertically-center-contents.flex-right {
  justify-content: flex-end;
}

.repeat-btn,
.repeat-btn-inverse,
.repeat-btn-large {
  display: inline-block;
  background-color: #00acf6;
  font-weight: bold;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 1px 6px rgba(0, 172, 246, 0.25);
  opacity: 0.99;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.repeat-btn span,
.repeat-btn-inverse span,
.repeat-btn-large span {
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.repeat-btn span:hover,
.repeat-btn-inverse span:hover,
.repeat-btn-large span:hover {
  color: #00acf6;
}

.repeat-btn:before,
.repeat-btn-inverse:before,
.repeat-btn-large:before {
  content: '';
  background-color: #ffffff;
  width: 132px;
  height: 132px;
  position: absolute;
  top: 65px;
  left: -109px;
  transform: rotate(45deg);
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.repeat-btn:hover:before,
.repeat-btn-inverse:hover:before,
.repeat-btn-large:hover:before {
  top: -45px;
  left: 9px;
}

.repeat-btn-large {
  width: 220px;
  height: 50px;
  line-height: 50px;
}

.repeat-btn-large:before {
  width: 190px;
  height: 190px;
  top: 65px;
  left: -165px;
}

.repeat-btn-large:hover:before {
  top: -70px;
  left: 15px;
}

.repeat-btn-inverse {
  background-color: #ffffff;
}

.repeat-btn-inverse span {
  color: #00acf6;
}

.repeat-btn-inverse span:hover {
  color: #ffffff;
}

.repeat-btn-inverse:before {
  content: '';
  background-color: #01d387;
}

.repeat-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: rgba(9, 17, 20, 0.51);
  z-index: 1;
  position: relative;
  margin-top: -1px;
  transition: background 0.25s;
}

.repeat-header.repeat-header-static {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}

.repeat-header.repeat-white-static-header {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.repeat-header.repeat-white-static-header .repeat-btn span:hover,
.repeat-header.repeat-white-static-header .repeat-btn-large span:hover,
.repeat-header.repeat-white-static-header .repeat-btn-inverse span:hover {
  color: #ffffff;
}

.repeat-header.repeat-white-static-header .repeat-btn:before,
.repeat-header.repeat-white-static-header .repeat-btn-large:before,
.repeat-header.repeat-white-static-header .repeat-btn-inverse:before {
  content: '';
  background-color: #01d387;
}

.repeat-header.repeat-white-static-header .user-navigation ul li a {
  color: #a1a1a1;
}

.repeat-header.repeat-white-static-header .user-navigation ul li a:hover {
  color: #0f1117;
}

.repeat-header .user-navigation {
  height: 80px;
}

.repeat-header .user-navigation .repeat-logo {
  margin-right: 20px;
}

.repeat-header .user-navigation ul {
  display: inline;
  list-style: none;
  padding: 0px;
}

.repeat-header .user-navigation ul li {
  display: inline;
  margin-right: 32px;
}

@media (max-width: 991px) {
  .repeat-header .user-navigation ul li {
    margin-right: 15px;
  }
}

.repeat-header .user-navigation ul li a {
  color: #ffffff;
}

.repeat-header .user-navigation ul li a:hover {
  color: #a1a1a1;
}

.repeat-header .user-actions {
  height: 80px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.repeat-header .user-actions .header-login {
  display: inline-block;
}

.repeat-header .user-actions .repeat-btn,
.repeat-header .user-actions .repeat-btn-large,
.repeat-header .user-actions .repeat-btn-inverse {
  margin-left: 26px;
  display: inline-block;
}

.repeat-header .user-actions .repeat-btn .fa,
.repeat-header .user-actions .repeat-btn-large .fa,
.repeat-header .user-actions .repeat-btn-inverse .fa {
  margin-right: 5px;
}

.repeat-header .user-actions .dropdown {
  display: none;
}

@media (max-width: 767px) {
  .repeat-header .user-actions .dropdown {
    display: inline-block;
  }
}

.repeat-header .user-actions .dropdown .hamburger-menu {
  cursor: pointer;
  margin-left: 20px;
  margin-right: 10px;
}

.repeat-games {
  background: linear-gradient(180deg, #182125 0%, #090e10 100%);
  border: 1px solid #1f282d;
  box-sizing: border-box;
  padding: 10px 0;
}

@media (min-width: 767px) {
  .repeat-games {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .repeat-games .flex-center-contents {
    flex-direction: column;
  }
}

.repeat-games .gameCard {
  border: 1px solid;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.25);
  display: flex;
  font-size: 11px;
  font-weight: 600;
  height: 180px;
  justify-content: space-between;
  margin: 10px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .repeat-games .gameCard {
    align-items: flex-end;
    flex-direction: column;
    height: 360px;
    margin: -85px 0 0;
    width: 240px;
  }
}

.repeat-games .gameCard .gameCardContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

@media (min-width: 767px) {
  .repeat-games .gameCard .gameCardContent {
    text-align: center;
    width: 100%;
  }
}

.repeat-games .gameCard .gameCardContent img {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .repeat-games .gameCard:nth-child(2n) {
    margin: -110px 40px 0;
  }
}

.repeat-games #app {
  margin: 0 auto;
  max-width: 800px;
}

.repeat-signup-cta .repeat-signup-facts {
  align-items: center;
  background: #00acf6;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  padding: 40px 0;
}

.repeat-info {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .repeat-info {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .repeat-info .flex-center-contents {
    flex-direction: column;
  }
}

.repeat-info .repeat-info-buffer {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .repeat-info .repeat-info-buffer {
    margin-top: 70px;
  }
}

.repeat-info .repeat-info-img {
  max-width: 370px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .repeat-info .repeat-info-img {
    order: 0;
    width: 100%;
    height: auto;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
  }
}

.repeat-info .repeat-info-img img {
  height: 187px;
  max-width: 370px;
}

@media (max-width: 767px) {
  .repeat-info .repeat-info-img img {
    width: 100%;
    height: auto;
  }
}

.repeat-info .repeat-info-blurb {
  max-width: 370px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .repeat-info .repeat-info-blurb {
    order: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.repeat-info .repeat-info-blurb h3 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.repeat-info .repeat-info-blurb p {
  text-align: justify;
  font-style: normal;
  font-size: 12px;
  color: #a1a1a1;
  margin-bottom: 40px;
}

.repeat-info .repeat-info-blurb a {
  color: #00acf6;
  font-weight: 600;
  font-size: 14px;
}

.repeat-info .repeat-easy-facts {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .repeat-info .repeat-easy-facts .flex-around-contents {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .repeat-info .repeat-easy-facts h3 {
    margin-bottom: 25px;
  }
}

.repeat-info .repeat-easy-facts .facts-offset {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .repeat-info .repeat-easy-facts .repeat-easy-fact {
    margin-bottom: 50px;
  }
}

.repeat-info .repeat-easy-facts .repeat-easy-fact img {
  display: block;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
}

.repeat-info .repeat-easy-facts .repeat-easy-fact h4 {
  max-width: 200px;
}

@media (max-width: 767px) {
  .repeat-info .repeat-easy-facts .repeat-easy-fact h4 {
    max-width: 200px;
    margin: auto;
  }
}

.repeat-register-cta {
  color: #ffffff;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .repeat-register-cta {
    margin-top: 80px;
  }
}

@media (max-width: 1199px) {
  .repeat-register-cta .repeat-register .repeat-register-text {
    padding: 45px 100px 0px 50px;
  }
}

@media (max-width: 991px) {
  .repeat-register-cta .repeat-register .repeat-register-text {
    padding: 50px 50px 0px 40px;
  }
}

@media (max-width: 767px) {
  .repeat-register-cta .repeat-register .repeat-register-text {
    width: auto;
    max-width: 375px;
    height: 100%;
    padding: 50px 20px 0px 20px;
    text-align: center;
    clear: both;
    float: none;
    margin: auto;
  }
}

.repeat-register-cta .repeat-register .repeat-register-text h3 {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .repeat-register-cta .repeat-register .repeat-register-text h3 {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .repeat-register-cta .repeat-register .repeat-register-text h3 {
    padding-bottom: 30px;
  }
}

.repeat-register-cta .repeat-register .repeat-register-text p {
  padding-bottom: 40px;
  line-height: 2em;
  color: #a1a1a1;
  max-width: 450px;
}

@media (max-width: 991px) {
  .repeat-register-cta .repeat-register .repeat-register-text p {
    max-width: 84%;
  }
}

@media (max-width: 767px) {
  .repeat-register-cta .repeat-register .repeat-register-text p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .repeat-register-cta .repeat-register .repeat-register-text .vertically-center-contents {
    padding-bottom: 550px;
  }
}

.repeat-register-cta .repeat-register .repeat-register-text .repeat-btn,
.repeat-register-cta .repeat-register .repeat-register-text .repeat-btn-large,
.repeat-register-cta .repeat-register .repeat-register-text .repeat-btn-inverse {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .repeat-register-cta .repeat-register .repeat-register-text .repeat-btn,
  .repeat-register-cta .repeat-register .repeat-register-text .repeat-btn-large,
  .repeat-register-cta .repeat-register .repeat-register-text .repeat-btn-inverse {
    margin: 0;
    display: inline-block;
  }
}

.repeat-register-cta .repeat-register .repeat-register-text .repeat-btn-complement-text {
  color: #a1a1a1;
}

@media (max-width: 767px) {
  .repeat-register-cta .repeat-register .repeat-register-text .repeat-btn-complement-text {
    margin-top: 35px;
    display: block;
  }
}

@media (max-width: 767px) {
  .repeat-register-cta .repeat-register .repeat-register-text .repeat-btn-complement-text .vertically-center-contents {
    padding-bottom: 350px;
  }
}

@media (max-width: 767px) {
  .repeat-register-cta .repeat-register .repeat-register-btn {
    display: block;
  }
}

.repeat-footer {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #a1a1a1;
  font-weight: 500;
  font-size: 12px;
  background: linear-gradient(180deg, #182125 0%, #090e10 100%);
  border: 1px solid #1f282d;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 767px) {
  .repeat-footer {
    padding: 45px 45px 55px 45px;
  }
}

.repeat-footer .repeat-social-links {
  margin-bottom: 30px;
}

.repeat-footer .repeat-social-links .repeat-logo {
  margin-right: 25px;
}

.repeat-footer .repeat-social-links .repeat-social-link {
  margin-right: 22px;
  cursor: pointer;
}

.repeat-footer .repeat-disclaimer {
  margin-bottom: 30px;
}

.repeat-footer .heading {
  color: #c2c8cb;
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding-top: 15px;
}

.repeat-footer ul {
  list-style: none;
  padding: 0;
  margin-top: 12px;
}

.repeat-footer ul li {
  margin-bottom: 12px;
}

.repeat-footer ul li a {
  color: #a1a1a1;
}

.repeat-footer ul li a :hover {
  font-weight: 600;
}

.row-padded {
  padding-top: 10px;
  padding-bottom: 10px;
}

.carousel-image {
  width: 100%;
}

#page-wrapper.tournamentList {
  background-color: #fbfbfb;
  padding: 0;
}

#page-wrapper.tournamentList > #page-content-wrapper {
  max-width: 100%;
}

body.newMenu #page-wrapper.tournamentList > #page-content-wrapper > .page-body-content {
  padding-left: 20px;
  padding-right: 20px;
}

.m-t-60 {
  margin-top: 60px !important;
}

.carousel-control .fas {
  font-size: 40px;
}

.carousel-control:focus {
  opacity: 0;
}

.carousel-control:hover {
  opacity: 0.9;
}

.chart-container {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 300px;
  max-width: 300px;
}

.chart-container .canvas-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  margin-top: -40px;
  text-align: center;
}

/************************* SOCIAL MEDIA ***********************************/
.fb-page-container {
  overflow-x: auto;
}

/************************ Diagonal Ribbon labels ****************************/

/****** Rule overrides of external library css i.e. jquery ui ********/
/******************* INSPINIA OVERRIDES *****************************/

.input-group-btn > .btn {
  min-height: 34px;
}

.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon {
  font-size: inherit;
}

.btn:not(.btn-link, .btn-shadow) {
  box-shadow: none !important;
}

.btn-shadow {
  box-shadow:
    0 0 5px 0 rgba(0, 0, 0, 0.4),
    0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.chat > li {
  margin-bottom: 0px !important;
}

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

.ibox-title h2 {
  color: #505050;
}

select.form-control:not(.fc-alt) {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
}

/***************** Bootstap Extensions ***********************/
.tooltip.in {
  z-index: 2300;
}

.modal .modal-content {
  border-radius: 6px;
}

.modal .modal-header {
  padding: 30px;
}

.modal .modal-body {
  padding: 0 30px 30px;
}

.btn-group-justified-p > .btn-group:not(:first-child) {
  padding-left: 5px;
}

.btn-group-justified-p > .btn-group:not(:last-child) {
  padding-right: 5px;
}

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

.table {
  margin-bottom: 0px;
}

.table > tbody > tr:last-child > td {
  padding-bottom: 8px;
}

[class*="selected"]:hover {
  background-color: transparent !important;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}


/*# sourceMappingURL=repeatApp.a4efb832c9ac7f185a33.css.map*/