@font-face {
  font-family: Roboto;
  src: url('../../contents/fonts/Roboto-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: Salsa;
  src: url('../../contents/fonts/Salsa-Regular.ttf');
  font-display: swap;
}
input.input-upload[readonly][type=text] {
  background-color: #FEFEFE;
  cursor: pointer;
}
input.error,
select.error {
  border-color: #FF2A00;
}
label.error {
  color: #FF2A00 !important;
}
label.success {
  color: #3ADB76 !important;
}
.form-container {
  padding: 1rem;
}
.form-inline {
  margin-bottom: 1rem;
}
.form-inline .form-group {
  margin-bottom: 1rem;
}
.form-inline label,
.form-inline .form-control {
  display: inline-block;
  width: 100%;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.field-required {
  position: relative;
}
.field-required:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 0.5rem;
  content: '\f069';
  display: inline;
}
.field-group {
  margin-bottom: 1.3rem;
}
.field-group input,
.field-group select,
.field-group textarea,
.field-group .input-group {
  margin-bottom: 0;
}
.field-required:before {
  color: #FF2A00;
}
@media screen and (min-width: 40em) {
  .form-inline {
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .form-inline label,
  .form-inline .form-control {
    width: auto;
  }
}
iframe.gameFrame-wrapper {
  border: none;
  width: 100%;
  min-height: 80vh;
}
iframe.gameFrame-wrapper.gameGroup-Sports {
  height: 100%;
  position: absolute;
  box-shadow: 0px 0px 10px #CE8625;
}
iframe.gameFrame-wrapper.gameGroup-Sports.OEWK,
iframe.gameFrame-wrapper.gameGroup-Sports.SOTE,
iframe.gameFrame-wrapper.gameGroup-Sports.SABA {
  position: unset;
  min-height: 1000px;
}
.no-padding {
  padding: 0;
}
/* app-magellan */
html.headroom--not-top #app-magellan {
  transform: scale(1);
}
#app-magellan {
  position: fixed;
  bottom: 3vh;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  z-index: 10;
  transform: scale(0);
  transition: transform 0.2s ease-in;
}
#app-magellan a {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  background-color: #de9e48;
  background: -webkit-gradient(linear, left top, left bottom, from(#de9e48), to(#CE8625));
  background: -webkit-linear-gradient(top, #de9e48, #CE8625);
  background: -moz-linear-gradient(top, #de9e48, #CE8625);
  background: -ms-linear-gradient(top, #de9e48, #CE8625);
  background: -o-linear-gradient(top, #de9e48, #CE8625);
  color: #0B0A0A;
}
#app-magellan a label {
  color: #0B0A0A;
}
#app-magellan a:hover,
#app-magellan a:active,
#app-magellan a:focus {
  color: #0B0A0A;
}
#app-magellan a:hover i,
#app-magellan a:active i,
#app-magellan a:focus i {
  color: #0B0A0A;
}
#app-magellan a i {
  line-height: 44px;
}
/* js - controls */
.js-template {
  display: none;
}
.button-inline {
  margin-bottom: 0;
}
.page-container {
  margin: 25px auto;
}
.font-white {
  color: #FFFFFF;
}
.font-alert {
  color: #FF2A00;
}
.font-small {
  font-size: 0.8em;
}
/* Data table plugin custom css */
.dataTables_wrapper .dataTables_paginate {
  display: flex;
  justify-content: center;
  color: #CCC;
  width: 100%;
  margin: 5px 0 5px 0;
}
.dataTables_wrapper .dataTables_paginate.dark-theme .paginate_button {
  color: #CCC !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgb(0 0 0%);
  background: #555;
  /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%, #333 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(top, #555 0%, #333 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate.dark-theme .paginate_button:hover {
  text-decoration: none;
  background: #444;
}
.dataTables_wrapper .dataTables_paginate.dark-theme .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate.dark-theme .paginate_button.current {
  background: #222;
  color: #FFF !important;
  border-color: #000;
  box-shadow: 0 1px 0 rgb(255 255 12.75%), 0 0 1px 1px rgb(0 0 0%) inset;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate.dark-theme .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate.dark-theme .paginate_button.current:hover {
  background: #222;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
/* for froala editor content */
section.article-container[data-page^=Info] {
  background-color: #e8d96b;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8d96b), to(#a28746));
  background: -webkit-linear-gradient(top, #e8d96b, #a28746);
  background: -moz-linear-gradient(top, #e8d96b, #a28746);
  background: -ms-linear-gradient(top, #e8d96b, #a28746);
  background: -o-linear-gradient(top, #e8d96b, #a28746);
  color: #473300;
}
section.article-container[data-page^=Info] a,
section.article-container[data-page^=Info] label,
section.article-container[data-page^=Info] i {
  color: #473300;
}
.accordion.accordion-froalaEditorContent {
  background: inherit;
}
.accordion.accordion-froalaEditorContent .accordion-title {
  background-color: #262222;
  color: #FFFFFF;
  border: none;
  border-bottom: 2px solid #5b5353;
}
.accordion.accordion-froalaEditorContent .accordion-title:before {
  color: #CE8625;
}
.accordion.accordion-froalaEditorContent li.is-active > .accordion-title {
  border-bottom: 2px solid #CE8625;
}
.accordion.accordion-froalaEditorContent .accordion-content {
  background-color: #766b6b;
  border: none;
  margin: 0 5px 8px;
}
@-webkit-keyframes new-page_colorchange {
  0% {
    color: red;
  }
  50% {
    color: orange;
  }
  100% {
    color: red;
  }
}

/* custom override style from backoffice input, eg Froala editor (WYSWYG) */
/* override all style for froala editor content */
.article-container table {
  display: block;
  overflow: auto;
}
.fr-video iframe {
  width: 100%;
}
/* override for content from template mgmt for promotion, reward & offline banking schedule and announcement pop up modal only */
#modal-promotionTnc table td,
#modal-rewardTnc table td,
#modal-offlinebankingschedule table td,
#announcement-modal-container table td,
#modal-promotionTnc table th,
#modal-rewardTnc table th,
#modal-offlinebankingschedule table th,
#announcement-modal-container table th {
  border: 1px solid #000000;
}

select > option,
div.datepicker-container {
  color: #000000;
}

html,
body,
form {
  height: 100%;
}
body {
  background-color: #0B0A0A;
  color: #A8A8A8;
}
body * {
  font-family: Roboto;
  word-wrap: break-word;
}
html.is-reveal-open {
  overflow: initial;
  min-height: initial;
}
body.is-reveal-open {
  overflow: auto;
}
.reveal-overlay {
  padding-right: 15px;
  margin-right: -16px;
  z-index: 99999;
}
hr {
  border-bottom-color: #A8A8A8;
}
.row,
.row:not(.expanded) .row {
  max-width: 90rem;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2rem;
}
.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px;
  cursor: pointer;
  border: none;
}
.input-group-button .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a {
  text-decoration: none;
}
.modal,
.modal-wrapper {
  position: relative;
}
.modal {
  display: none;
  padding-bottom: 10vh;
}
.modal-wrapper .modal-wrapper-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.5em;
  line-height: 1rem;
  text-align: center;
  cursor: pointer;
}
.modal-wrapper .modal-actions .button {
  margin-left: 5px;
}
/* Tab Menu */
.tabs-content {
  border: none;
}
/* foundation:accordion styles */
.accordion {
  background-color: inherit;
}
.accordion :last-child > .accordion-content:last-child {
  border-bottom: none;
}
.table-scroll table {
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  height: 2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
input[readonly] {
  cursor: auto;
}
label {
  font-size: 0.9em;
}
:active,
:focus {
  outline-style: none;
}
input.error,
select.error {
  border-color: #FF2A00 !important;
}

/* SwiperTab */
.swiperTab {
  position: relative;
  height: 100%;
}
.swiperTab .swiperTab__menu {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
  height: 50px;
  width: 100%;
  background: #333333;
}
.swiperTab .swiperTab__menu a.menu__item {
  display: block;
  height: 47px;
  width: auto;
  padding: 0 1.5rem;
  border-bottom: 3px solid transparent;
  text-align: center;
  color: #0B0A0A;
  background-color: #333333;
}
.swiperTab .swiperTab__menu a.menu__item:hover,
.swiperTab .swiperTab__menu a.menu__item:focus,
.swiperTab .swiperTab__menu a.menu__item.is-active {
  background-color: #1a1a1a;
  border-bottom-color: #0B0A0A;
}
.swiperTab .swiperTab__menu a.menu__item.is-active {
  color: #0B0A0A;
}
.swiperTab .swiperTab__menu a.menu__item .item__label {
  display: table;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  line-height: 0.8rem;
}
.swiperTab .swiperTab__menu a.menu__item .item__label .label__text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.swiperTab .swiperTab__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiperTab .swiperTab__content .content__item {
  width: 100%;
  overflow-y: auto;
  height: calc(calc(var(--contentvh, 1vh) * 100) - 188px);
  box-sizing: border-box;
}
.swiperTab .swiperTab__content .content__item.full {
  height: calc(calc(var(--contentvh, 1vh) * 100) - 133px);
}
