@font-face{
  font-family: 'DM Sans';
  src: url('https://cdnroute.bpsgameserver.com/global-assets/fonts/dm-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face{
  font-family: 'DM Sans';
  src: url('https://cdnroute.bpsgameserver.com/global-assets/fonts/dm-sans-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face{
  font-family: 'DM Sans';
  src: url('https://cdnroute.bpsgameserver.com/global-assets/fonts/dm-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #000000;
  font-family:'DM Sans',system-ui,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.call_recorded{
  display: block;
  font-size: 12px;
  font-style: italic;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

strong {
  font-weight: 700;
  color: #000000;
}

.font_preload {
  height: 0px;
  overflow: hidden;
}

.element-show {
  display: block;
}

.element-hidden {
  display: none;
}

#site {
  position: relative;
  display: block;
  min-height: 99vh;
}

#ajaxProgress {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  /* background: #000000 url('../assets/images/betsafe/betsafe-striped.cb169d3cd85b5249.jpg') repeat fixed top center !important; */
  background: #ffffff !important;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  line-height: 100vh;
  text-align: center;
}

.progress--container {
  display: inline-block;
  margin: 0 auto;
  line-height: 18px;
}

.progress--header {
  display: block;
  width: 100%;
  /* color: #FFF; */
  color: #000;
  font-size: 0.8em;
}

.progress--wrapper {
  display: block;
  width: 100%;
}

.progress-bar-info {
  background-color: #6416bc;
}

#faq_heading_row {
  background: #f7f8f9;
  position: fixed;
  display: inline-block;
  z-index: 50;
  width: 100%;
}

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

#faq_heading_row .helper, #faq_balloon_wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#faq_heading_logo img {
  vertical-align: middle;
  max-width: 160px;
  margin-left: 25px;
}

.faq_bg_content {
  background: #222326;
}

.faq_info_complete {
  max-width: 220px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.activity_bar {
  /* background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(15, 15, 15, 0.8) 15%, rgba(0, 0, 0, 0.7) 33%, rgba(15, 15, 15, 0.85) 50%, rgba(0, 0, 0, 0.9) 67%, rgba(0, 0, 0, 0.9) 86%, rgba(0, 0, 0, 0.95) 100%);
-moz-background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(15, 15, 15, 0.8) 15%, rgba(0, 0, 0, 0.7) 33%, rgba(15, 15, 15, 0.85) 50%, rgba(0, 0, 0, 0.9) 67%, rgba(0, 0, 0, 0.9) 86%, rgba(0, 0, 0, 0.95) 100%);
-webkit-background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(15, 15, 15, 0.8) 15%, rgba(0, 0, 0, 0.7) 33%, rgba(15, 15, 15, 0.85) 50%, rgba(0, 0, 0, 0.9) 67%, rgba(0, 0, 0, 0.9) 86%, rgba(0, 0, 0, 0.95) 100%); */
  background-color: #f7f8f9;
  margin-bottom: 0px;
  width: 70%;
}

.activity_bar p {
  text-align: left;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
  text-transform: none;
}

.faq_info_complete i {
  color: #000000;
}

.faq_info_complete i :hover {
  color: #6416bc !important;
}

i.fa.fa-chevron-up {
    font-style: normal;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.faq_button_icon, .faq_button_content {
  display: inline-block;
  position: relative;
}

.faq_button_content {
  font-size: 18px;
  color: #000000;
}

.faq_button_content p {
  white-space: normal;
}

.faq_button_icon {
  font-size: 26px;
  height: 30px;
  margin-right: 5px;
}

#faq_howhelp {
  text-align: center;
}

#faq_howhelp h1 {
  font-size: 18px;
}

#faq_howhelp p {
  font-size: 11px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

.activity_bar a, .activity_bar a:hover, .activity_bar a:active, .activity_bar a:focus {
  color: #6416bc;
}

.faq--searchbox .faq--searchwrapper {
  display: block;
  width: 50%;
}

div#faq--panel {
  display: none;
}

.faq--searchbox .faq--searchwrapper .faq--searchinput {
  display: inline-block;
  position: relative;
  margin: 0;
  outline: 0;
  background: #f5f5f5;
  border-left: 4px solid rgba(0, 0, 0, 0.2);
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #111;
  z-index: 19;
  width: 90%;
  height: 50px;
  padding: 10px 0px 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  letter-spacing: 0.3px;
  line-height: 30px;
}

.faq--searchbox .faq--searchwrapper .faq--searchbutton {
  float: right;
  display: inline-block;
  margin: 0;
  background: #f5f5f5;
  border: 0;
  color: #999;
  outline: none;
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 20;
  width: 10%;
  font-size: 20px;
}

.faq--searchbox .faq--searchwrapper .faq--searchinput {
  height: 50px;
}

.faq--searchbox .faq--searchwrapper .faq--searchbutton {
  height: 50px;
}

.faq--searchinput {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.zero--results {
  padding: 20px 0px;
}

.zero--results-string {
  color: #999;
  text-transform: uppercase;
}

#contact-info-message {
	font-size: 16px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
}

#panel-alert {
  color: #FFF;
  background: #c53030;
  font-size: 12px;
  font-weight: 400;
}
#panel-promotion{
    color:#FFF;
    background:#008000;
    font-size:12px;
    font-weight: 400;
}
#faq_app_toptenbox li {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 25px 0;
  color: #000000;
  text-decoration: underline;
}

#faq_app_toptenbox a:hover {
  color: #662D91;
  text-decoration: none;
}

#faq_app_categorybox h1 {
  color: #000000;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  width: 100%;
  padding: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#faq_app_toptenbox ol, #faq_app_categorybox ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

#faq_app_categorybox li {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 8px 0px 8px 10px;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

#faq_app_categorybox li:hover {
  background: #6416bc;
  color: #FFF;
}

.faq_nav_inactive li {
  border-left: 5px solid transparent;
}

.faq_nav_active li, #faq_app_categorybox .faq_nav_active li:hover {
  background: #6416bc;
  color: #ffffff !important;
}

#faq_app_categorybox li:hover ul li:hover {
  background: transparent;
  border-left: 5px solid transparent;
}

#faq_staticbox {
  background: #222326;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
}

#faq--rating-header {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

.faq--rating {}

.faq--rating div {
  display: inline-block;
  margin: 10px 20px 0px 0px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 2px solid #4a4a4a;
  border-radius: 3px;
  min-width: 70px;
  text-align: center;
  transition: background .2s linear;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
}

.faq--rating div:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #f5f5f5;
  border-color: #999;
}

.faq--rating div i {
  font-size: 16px;
  vertical-align: -1px;
  margin-right: 2px;
}

.faq--rating div .fa-check {
  color: #4f8717;
}

.faq--rating div .fa-times {
  color: #ec4040;
}

.faq--response {
  color: #F5F5F5;
}

#faq_app_renderbox h1 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #1E2434;
  text-transform: uppercase;
  color: #000000;
}

/* .fa-chevron-left:before {
  content: "\f053";
  font-size: 14px;
  line-height: 16px;
} */

#faq_app_renderbox section h2 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

#faq_app_renderbox section h2 a {
  color: #000000;
}

#faq_app_renderbox section p {
  font-size: 13px;
  line-height: 20px;
  color: #252933;
}

#faq_app_renderbox section {
  margin-bottom: 30px;
}

#faq_app_renderbox section li {
  color: #c5c5c5;
}

.faq_home_btn {
  display: none;
}

.faq--record {
  word-wrap: break-word;
}

.faq--record p .faq--highlight, .faq--resulttree p .faq--highlight {
  background-color: #c1a004;
  color: #0f0f0f;
  padding: 2px 3px;
}

.faq--resulttree .faq--highlight {
  /* font-weight: 700; */
}

.faq--record a, .faq--record a:hover, .faq--record a:active, .faq--record a:focus {
  color: #573c5e;
}

.btn-primary {
  background: transparent;
  border: 0px solid transparent;
  transition: background .3s ease-in;
  -webit-transition: background .3s ease-in;
  -moz-transition: background .3s ease-in;
  color: #573c5e;
  outline: none;
}

.btn:hover i {
  color: #573c5e;
}

.btn-primary:hover, .btn-primary:focus {
  background: transparent;
  border: 0px solid transparent;
  text-decoration: none;
}

.btn-link {
  text-decoration: underline;
  color: #fff;
}

.btn-link:hover {
  text-decoration: underline;
  color: #aaa;
}

#faq_info_phone .btn-link {
  text-decoration: none;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #573c5e;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #573c5e;
  background-color: transparent;
}

.faq--footer {
  margin-top: 60px;
}

#selfassessment-form label {
  margin-left: 8px;
  font-weight: 400;
}

#selfassessment-form table {
  margin-top: 10px;
}

#selfassessment-form .btn-primary {
  background: #a20000;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  transition: background .2s ease-in;
  color: #f5f5f5;
  text-transform: uppercase;
  height: 30px;
  font-weight: 700;
  font-size: 12px;
  margin-top: 20px;
  line-height: 23px;
  padding: 5px 15px;
}

#selfassessment-form .btn-primary:hover {
  background: #6D0101;
  text-decoration: none;
}

#selfassessment-form ul {
  list-style: none;
  color: #000000;
  padding: 10px 0px 0px 0px;
}

#selfassessment-form input[type=radio]:checked+label {
  color: #f5f5f5;
  font-weight: 700;
}

#selfassessment-form input[type=radio]+label {
  color: #999;
  vertical-align: -1px;
  cursor: pointer;
}

#selfassessment-form li {
  background: #ffffff;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}

#selfassessment-form table {
  width: 100%;
}

.faq--keywords {
  display: none;
}

.faq--keywords a {
  margin: 5px;
  color: #F5F5F5;
  font-weight: 400;
}

.faq--backbtn, .faq--backbtn:hover, .faq--backbtn:active {
  display: inline-block;
  color: #000000;
}

.faq--backbtn i {
  margin-right: 10px;
}

#faq_totop {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #000000;
  position: fixed;
  display: block;
  line-height: 40px;
  text-align: center;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  cursor: pointer;
  z-index: 99;
  color: #FFFFFF;
}

#faq_totop:hover {
  background: #6416bc;
  line-height: 35px;
}

#faq_subsearch_field {
  text-align: center;
  margin-bottom: 10px;
}

#faq_subsearch_field a {
  color: whitesmoke;
  text-decoration: none;
}

.faq_header_button {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.3px;
  cursor: pointer;
  padding: 6px 15px 4px;
  border-radius: 5px;
  background: #CCD6E4;
  color: #1F1229;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
}

.faq_header_button:hover {
  background: #FFFFFF;
  border-color: #f5f5f5;
}

#faq_header_name {
  color: #000000;
  font-size: 21px;
  font-weight: 400;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

#faq_header_devider {
  width: 1px;
  height: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #242526;
  margin: 0 10px;
}

#faq_language {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
}

#faq_language:hover, #faq_language:hover .fa-chevron-down {
  color: #6416bc;
}

#faq_language:hover .language_icon {
  border: 2px solid #6416bc;
}

#faq_language ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 10px 4px 10px 0;
  list-style: none;
  z-index: 200;
}

#faq_language ul li {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 16px 20px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#faq_language ul li:hover {
  background: transparent;
}

#faq_language ul li ul {
  padding: 0;
  position: absolute;
  top: 50px;
  width: 110px;
  right: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #4a4a4a;
  border-radius: 3px;
  background: #ffffff;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 2px;
}

#faq_language ul li ul li {
  display: block;
  padding: 6px 20px;
  color: #000000;
}

#faq_language ul li ul .faq_language_selected {
  color: #000000;
  background: transparent;
  border-radius: 2px;
}

#faq_language ul li ul .faq_language_selected i {
  position: absolute;
  left: 4px;
  color: #6416bc;
}

#faq_language ul li ul li:hover {
  background: #000000;
  color: #ffffff;
  border-radius: 2px;
}

#faq_language ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#faq_language .language_icon {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  border: 2px solid #000000;
  border-radius: 50%;
  margin-right: 2px;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
}

#faq_language ul li ul:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #1b1b1b transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -8px;
  right: 16px;
}

#faq_language ul li ul:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #4a4a4a transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -9px;
  right: 16px;
}

#navigation-panel a, #navigation-panel a:hover, #navigation-panel a:active, #navigation-panel a:visited {
  color: inherit #000000;
  text-decoration: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#faq_div_footer {
  background-color: #FFFFFF;
  margin-top: 5px;
  min-height: 281px;
}

.css_content_body {
  background: #222326;
  min-height: 800px;
}

.css_main_content {
  min-height: 800px;
}

.faq_height_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 10px
}

.fa-chevron-down {
  color: #000000;
}

.fa-exclamation-triangle {
  margin-right: 5px;
  vertical-align: middle;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*snw gif*//**/
.snow_div{
  pointer-events: none !important;
  display: none;
  opacity: 70%;
}

.snow_img{
  width: 30%;
  height: 80%;
  display: inline-block;
  position: fixed;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .snow_img{
    width: 100%;
  }
  .snow_div{
    opacity: 100% !important;
  }
}

#snow2{
  left: 30%;
}

#snow3{
  left: 60%;
}

#snow4{
  left: 90%;
}

/* mobile phone */
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 1% !important;
    width: 100% !important;
    position: absolute !important;
    margin-left: 0% !important;
  }

  .faq_height_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #faq_heading_language_container {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  #faq_header_name, #faq_header_devider {
    display: none;
  }

  .faq_bg_content {
    background-image: url('https://servisson-cs-lobby.s3-eu-west-1.amazonaws.com/production/s3-images/site/Guts/lines.3344daf3.svg');
    background-position: left top;
    margin-bottom: -1px;
    background-size: cover;
  }

  .faq_header_button {
    display: block;
    margin: 10px 10px;
    font-size: 17px;
  }

  .faq--searchwrapper {
    margin: 10px auto 0 auto;
  }

  .faq--searchbutton {
    padding-left: 5px;
  }

  .faq_info_complete a {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
  }

  .faq--searchbox .faq--searchwrapper {
    display: block;
    width: 95%;
  }

  .faq--searchbox .faq--searchwrapper .faq--searchinput {
    height: 37px;
    width: 90%;
  }

  .faq--searchbox .faq--searchwrapper .faq--searchbutton {
    height: 37px;
  }

  #faq_subsearch_field {
    text-align: center;
    margin-bottom: 10px;
  }

  #faq_phone_number {
    display: none;
  }

  #faq_phone_call {
    display: block;
  }

  .faq_button_icon {
    text-align: center;
    margin-right: 0;
    height: 20px;
  }

  .faq_button_icon i {
    font-size: 26px;
    display: block;
  }

  .faq_button_content {
    font-size: 12px;
    display: block;
    white-space: normal;
  }

  .faq_button_content p {
    display: none;
    white-space: normal;
  }

  .activity_bar {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100vw;
    background: #f7f8f9;
    padding: 14px 0px;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: 4px;
  }

  .tooltip.top {
    margin-top: -14px;
    min-width: 200px
  }

  #selfassessment-form {
    text-align: center
  }

  .faq_info_complete {
    padding: 0px 0;
  }

  #faq_totop {
    bottom: 140px;
  }

  #faq_totop:hover {
    background: #6416bc;
    line-height: 40px;
  }

  .faq_totop_out {
    right: -50px;
  }

  .faq_totop_in {
    right: 8px;
  }

  #mb_hamburger{
    background-image: url(https://servisson-cs-lobby.s3-eu-west-1.amazonaws.com/production/s3-images/site/supercasino/menu-button-of-three-horizontal-lines.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 30px !important;
    height: 25px !important;
    top: 15px !important;
  }

  /* callmeback button - mobile */
  .faq_callmeback_out {
    right: -300px;
  }

  .faq_callmeback_in {
    right: -200px;
  }

  #faq_callmeback {
    bottom: 90px;
  }

  #faq_callmeback:hover {
    background: #6416bc;
  }

  #callmeback_div {
    width: 320px;
  }

  #callmeback_confirmation {
    width: 345px;
  }

  #callmeback_disabled {
    width: 345px;
  }

  .callmeback_form>input[type="text"],
  .callmeback_form>input[type="tel"],
  .callmeback_form>input[type="email"],
  .callmeback_form>textarea {
    width: 280px;
  }

  .activity_bar>div {
    padding: 0;
  }

  .cmb_time label {
    margin: 0;
    margin-right: 10px;
  }

  .cmb_time>div {
    display: block;
  }

  #cookie-policy .cookie-btns {
    margin: 10px 0px 0 10px;
    width: 97.5%;
  }

  #footer {
    margin-top: -25%;
    padding: 0 5px 110px 0;
    width: 100%;
  }
}

@media screen and (min-width:0px) and (max-width: 991px) {
  #site {
    width: 100%;
  }

  #template {
    margin-top: 60px;
  }

  #faq_heading_row {
    width: 100%;
    height: 60px;
  }

  #faq_heading_content_container {
    height: 100%;
  }

  #navigation-panel, #faq_app_categorybox {
    padding: 0;
  }

  #faq_app_categorybox {
    padding-bottom: 100px;
  }

  #navigation-panel {
    min-height: 100vh;
    height: 100vh;
  }

  #navigation-panel .row {
    margin-right: 0;
    margin-left: 0;
  }

  #navigation-panel .row div {
    overflow-y: none;
  }

  #faq_header_email {
    border-left: 1px solid #1a1c1d;
    border-right: 1px solid #1a1c1d;
  }

  .css_panel_left {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99;
    height: 100%;
    width: 260px;
    background-color: #f7f8f9;
  }

  .css_main_content {
    margin: 0px 0px 0px 0px;
    background: #FFFFFF;
  }

  .mb_site_slide {
    margin-left: 260px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
  }

  .mb_site_show {
    margin-left: 0%;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
  }

  .mb_panel_slide {
    left: -261px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
  }

  .mb_panel_show {
    left: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    overflow-y: auto;
  }

  #mb_hamburger {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 20px;
    font-size: 26px;
    cursor: pointer;
    color: #999;
    height: 100%;
  }

  #mb_hamburger:hover {
    color: #f5f5f5;
  }

  #mb_hamburger i {
    display: inline-block;
    vertical-align: middle;
  }

  .language_name {
    display: none;
  }

  #faq_heading_logo {
    text-align: center
  }

  .progress--container {
    width: 80%;
  }

  #panel-alert {
    padding: 10px 15px;
    margin: 0px;
  }
  #panel-promotion {
    padding: 10px 15px;
    margin: 0px;
  }

  html, body {
    overflow-x: hidden
  }

  /* callmeback - mobile */
  #callmeback_div {
    width: 320px;
  }

  #callmeback_confirmation {
    width: 345px;
  }

  #callmeback_disabled {
    width: 345px;
  }

  .callmeback_form>input[type="text"],
  .callmeback_form>input[type="tel"],
  .callmeback_form>input[type="email"],
  .callmeback_form>textarea {
    width: 280px;
  }

  .cmb_time label {
    margin: 0;
    margin-right: 10px;
  }

  .cmb_time>div {
    display: block;
  }
}

/* tablet */
@media screen and (min-width:768px) and (max-width: 991px) {
  #display {
    padding-left: 30px;
    padding-right: 30px;
  }

  #faq_heading_language_container {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .faq_info_complete {
    padding: 4px 0;
  }

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

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

  #faq_header_name, #faq_header_devider, #faq_language {
    display: inline-block;
  }

  .faq_bg_content {
    background-image: url('https://servisson-cs-lobby.s3-eu-west-1.amazonaws.com/production/s3-images/site/Guts/lines.3344daf3.svg');
    background-position: left top;
    margin-bottom: -1px;
    background-size: cover;
  }

  .faq_header_button {
    display: inline-block;
    margin: 18px 10px;
  }

  .faq--searchwrapper {
    margin: 30px auto 0 auto;
  }

  .faq_info_complete a {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
  }

  #faq_phone_number {
    display: block;
  }

  #faq_phone_call {
    display: none;
  }

  #faq_totop {
    bottom: 70px;
  }

  .faq_totop_out {
    right: -50px;
  }

  .faq_totop_in {
    right: 20px;
  }

  /* callmeback - tablet */
  .faq_callmeback_out {
    right: -300px;
  }

  .faq_callmeback_in {
    right: 20px;
  }

  #faq_callmeback {
    bottom: 20px;
  }

  #callmeback_div {
    width: 440px;
  }

  #callmeback_confirmation {
    width: 440px;
  }

  #callmeback_disabled {
    width: 440px;
  }

  .callmeback_form>input[type="text"],
  .callmeback_form>input[type="tel"],
  .callmeback_form>input[type="email"],
  .callmeback_form>textarea {
    width: 400px;
  }

  .cmb_time label {
    margin: 0;
    margin-right: 20px;
  }

  .faq_button_content {
    font-size: 12px;
  }

  #cookie-policy .cookie-btns {
    display: inline-block;
    float: right;
    width: 125px;
    margin: 0 10px;
  }

  #cookie-policy{width:100%;}

  .activity_bar {
    margin-left: auto;
    margin-right: auto;
  }
}

/* desktop */
@media screen and (min-width: 992px) {
  #site {
    width: 100%;
    margin: 0 auto;
  }

  #display {
    padding-left: 30px;
    padding-right: 30px;
  }

  #template {
    margin-top: 80px;
  }

  #faq_heading_row {
    width: 1008px;
    height: 80px;
  }

  #faq_heading_content_container {
    height: 100%;
    float: left;
    margin-left: 15%;
    width: 35%;
  }

  #faq_heading_language_container {
    height: 100%;
    float: right;
    margin-right: 15%
  }

  .faq_info_complete {
    padding: 10px 0;
    right: 15px;
  }

  .css_main_content {
    margin: 0px 0px 0px 5px;
    background: #FFFFFF;
  }

  .css_panel_left {
    padding: 0;
    background-color: #f7f8f9;
  }

  #mb_hamburger {
    display: none;
  }

  .progress--container {
    width: 500px;
  }

  .faq_header_button {
    display: inline-block;
    margin: 18px 10px;
    font-size: 16px;
  }

  .faq_bg_content {
    background-image: url('https://servisson-cs-lobby.s3-eu-west-1.amazonaws.com/production/s3-images/site/Guts/lines.3344daf3.svg');
    background-position: left top;
    margin-bottom: 4px;
    background-size: cover;
  }

  .faq--searchwrapper {
    margin: 50px auto 0 auto;
  }

  #panel-alert {
    padding: 10px 15px;
    margin: 1px 0px 5px 0px;
  }
  #panel-promotion {
    padding: 10px 15px;
    margin: 1px 0px 5px 0px;
  }

  .faq_info_complete a {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
  }

  #faq_header_email {
    border-left: 2px solid #1a1c1d;
    border-right: 2px solid #1a1c1d;
  }

  .activity_bar {
    margin-left: auto;
    margin-right: auto;
  }

  #faq_heading_row {
    width: 100%;
    background-color: #f7f8f9;
  }

  #faq_phone_number {
    display: block;
  }

  #faq_phone_call {
    display: none;
  }

  .language_name {
    display: inline-block;
    vertical-align: -1px;
  }

  .tooltip.top {
    margin-top: -10px;
  }

  html, body {
    overflow-x: none;
  }

  #faq_totop {
    bottom: 100px;
  }

  .faq_totop_out {
    right: -50px;
  }

  .faq_totop_in {
    right: 20px;
  }

  /* desktop */
  .faq_callmeback_out {
    right: -300px;
  }

  .faq_callmeback_in {
    right: 20px;
  }

  #faq_callmeback {
    bottom: 40px;
  }

  #callmeback_div {
    width: 440px;
  }

  #callmeback_confirmation {
    width: 440px;
  }

  #callmeback_disabled {
    width: 440px;
  }

  .callmeback_form>input[type="text"],
  .callmeback_form>input[type="tel"],
  .callmeback_form>input[type="email"],
  .callmeback_form>textarea {
    width: 400px;
  }

  .cmb_time label {
    margin: 0;
    margin-right: 20px;
  }

  #cookie-policy {
    width: 1008px;
    margin-left: 25%;
  }

  #cookie-policy .cookie-btns {
    display: inline-block;
    float: right;
    width: 125px;
    margin: 0 10px;
  }
}

/* Spinner Circle Rotation */
.sp {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  clear: both;
}

/* Spinner Circle Rotation */
.sp-circle {
  border: 4px #0f0f0f solid;
  border-top: 4px #60747f solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* faq content spacing before and after images */
.faq--record img {
  margin: 1em 0;
}

/*Desktop footer*/
#footer {
  margin-top: 1%;
  padding: 0 5px 0 0;
  width: 17%;
  position: absolute;
  margin-left: 16%;
  background-color: #f7f8f9;
}

#footer_content {
  padding: 10px 10px 10px 13px;
}

#underage_logo {
  height: 35px;
  float: right;
}

/*Mobile footer*/
#footer_m {
  margin-top: 1%;
  width: 100%;
  position: absolute;
}

#faq_div_footer_m {
  background-color: #FFFFFF;
  margin-top: 5px;
  min-height: 350px;
}

/* for disabling background content when form is up */
.background_blanket {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
}

/* Payment Options*/
.payment-option-container {
  line-height: 1em;
  position: relative;
  padding: 12px;
  border: 1px solid #989898;
  background-color: #0f0f0f;
  margin: 20px auto 40px auto;
  width: 674px;
}

.payment-options-header {
  color: #333;
  font-size: 1.3em;
  font-weight: 700;
  border: 1px;
  border-style: solid;
  border-color: #989898;
  background-color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .01em;
  margin-bottom: 1em;
  overflow: auto;
  padding: 1em;
}

.payment-option {
  color: #efefef;
}

.payment-option-overview {
  border: 1px solid #e7e7e7;
  padding: 1em;
  position: relative;
}

.payment-option-image {
  height: auto;
  width: 110px;
  margin-top: 20px;
  display: inline-block;
  margin-right: 2.5em;
  background-color: white;
  padding: 3px;
  border-radius: 8px;
}

.payment-option-info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.payment-option-details {
  display: table;
  width: 100%;
}

.payment-option-detail-row {
  display: table-row;
  font-size: 11px;
}

.payment-option-detail-cell {
  display: table-cell;
  padding-top: .5em;
}

.payment-option-detail-descr {
  color: #efefef;
  width: 130px;
}

.payment-option-actions {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1em;
  box-sizing: border-box;
}

.payment-option-more {
  position: absolute;
  bottom: 0;
  text-align: right;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 11px;
  color: #e7e7e7;
}

.payment-option-about {
  background-color: #0f0f0f;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  padding: 1.5em 5em;
  line-height: 1.3em;
  margin-top: 10px;
  -webkit-transition: all 5s linear;
}

.payment-option-availability-notice {
  color: #666;
  margin: 2em 0 2em 0;
  font-size: 11px;
  font-weight: 700;
}

/* callmeback button */
#faq_callmeback {
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 6px;
  background: #000000;
  position: fixed;
  display: block;
  line-height: 40px;
  text-align: center;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  cursor: pointer;
  z-index: 25;
  color: #FFFFFF;
}

#faq_callmeback:hover {
  background: #6416bc;
}

#faq_callmeback>i {
  top: 5px;
  position: relative;
  font-size: 24px;
}

#faq_callmeback>i:before {
  margin-left: 5px;
}

.callmeback {
  display: block;
  position: fixed;
  background: #FFFFFF;
  width: 80%;
  /* Could be more or less, depending on screen size */
  left: 50%;
  top: 50%;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #fefefe;
  padding: 20px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 1;
}

.callmeback_form>label {
  display: inline-block;
}

.callmeback_form>label:before {
  content: "\a";
  white-space: pre;
}

.callmeback_form>input,
.callmeback_form>textarea,
.callmeback_form>select {
  padding: 2px 5px;
  color: #000000;
  background-color: #ddd;
  border: none;
  border-radius: 3px;
  outline: none;
}

.callmeback_form>input:focus,
.callmeback_form>textarea:focus,
.callmeback_form>select:focus {
  background-color: #d0d0d0;
}

.callmeback_form>input[type="submit"] {
  color: #fff;
  background-color: #6416bc;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 5px 10px;
  border: none;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
}

.callmeback_form>input[type="submit"]:hover {
  background: #3a647d;
}

/* Validation field styling */
.invalid-field {
  border: 1px solid #be2a2a;
  box-shadow: 0 0 15px red;
}

#close_callmeback {
  position: fixed;
  right: 0px;
  margin-right: 20px;
  cursor: pointer;
}

.callback_title {
  font-size: 18px;
  font-weight: 700;
}

.callmeback_form>label.error {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  line-height: 10px;
}

.callmeback_form>span {
  font-size: 10px;
  color: #afafaf;
}

.hidden {
  opacity: 0;
}

.cmb_time label {
  font-size: 14px;
  font-weight: 400;
}

.cmb_time input, .cmb_time label {
  cursor: pointer;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #999;
  outline: none;
  margin: 0 auto;
  top: 2px;
  margin-right: 5px;
  position: relative;
}

input[type="radio"]:checked {
  background-color: #6416bc;
  outline: none;
}

.withdrawing_limits_table tr td {
  border-color: #a40000;
}

/* cookie consent */
#cookie-policy {
  position: fixed;
  background-color: #f7f8f9;
  padding: 10px;
  color: #000;
  font-size: 14px;
  z-index: 50;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  bottom: 0;
  /* margin-left: 25% */
}

#cookie-policy .notice-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#cookie-policy .notice-text a {
  color: #000;
  text-decoration: underline;
}

#cookie-policy .notice-text span {
  margin: 0;
}

#cookie-policy .cookie-btns #cookie-yes {
  background-color: #6416bc;
  color: #fff;
  border: none;
  width: inherit;
  outline: none;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  font-weight: 700;
}

#cookie-policy .cookie-btns #cookie-yes:hover {
  background-color: #363535;
}

#cookie_settings_link {
  display: list-item;
}
