@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: #041e04;
    color: rgba(255, 255, 255, 1);
    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;
}


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

.element-show {
    display: block;
}

.element-hidden {
    display: none;
}

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

#faq_app_renderbox p a[role="button"] {
    color: #b5a0e7
}

#footer a {
    color: #b5a0e7
}

#complaintSubmit{
    color: #000
}

#ajaxProgress {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #F3F2F0;
    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;
    font-size: 0.8em;
}

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

.progress-bar-info {
    background: linear-gradient(90.1deg, #032d00 0.07%, #20d200 99.37%);
}

#faq_heading_row {
    background: #042804;
    position: fixed;
    display: inline-block;
    z-index: 50;
}

#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: 180px;
    height: 70%;
}

.faq_bg_content {
    background: #fff;
}

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

.activity_bar {
    margin: 20px auto 10px auto;
    padding: 1px;
    text-align: center;
    width: 70%;
    border-radius: 14px;
    background: #64d02ecf
}

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

.faq_info_complete i {
    color: #042804;
}

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

.faq_button_content {
    font-size: 15px;
}

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

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

.faq--searchbox .faq--searchwrapper {
    display: block;
}

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

.faq--searchbox .faq--searchwrapper .faq--searchbutton {
    float: right;
    display: inline-block;
    margin: 0;
    background: rgba(245, 245, 245, 85%);
    border: none;
    color: rgba(110, 110, 110, 1);
    outline: none;
    -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: #ffffff;
}

#faq_app_toptenbox a:hover {
    color: whitesmoke;
}

#faq_app_categorybox h1 {
    color: #ffffff;
    margin: 10px 0px 0px 0px;
    font-size: 17px;
    width: 100%;
    padding: 14px;
    font-weight: bold;
    text-transform: uppercase;
    /* border-bottom: 1px solid #013bff; */
}

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

#faq_app_categorybox li:hover {
    background: #4f9b2c;
}

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

.faq_nav_active li, #faq_app_categorybox .faq_nav_active li:hover {
    background: #37762852;
    border-left: 4px solid #20d200;
}

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

#faq_staticbox {
    background: #f3f2f0;
    width: 100%;
    margin-top: 20px;
    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: bold;
    letter-spacing: 0.5px;
    color: #bebebe;
    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: #8a52fc;
}

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

#faq_app_renderbox h1 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 20px 0px 20px 0px;
    /* border-bottom: 1px solid #032d00; */
    text-transform: uppercase;
    color: #ffffff;
}

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

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

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

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

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

#faq_app_renderbox section li {
    color: #fff;
}

.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: bold; */
}

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

.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: #fff;
    outline: none;
}

.btn:hover i {
    color: #20d200;
}

.btn-primary:hover, .btn-primary:focus {
    background: transparent;
    border: none;
    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: #fff;
    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: #fff;
    background-color: transparent;
}


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

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

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

#selfassessment-form .btn-primary {
    background: #20d200;
    -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: #199f00;
    text-decoration: none;
}

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

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

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

#selfassessment-form li {
    background: #94b38a;
    border: 2px solid #032d00;
    border-radius: 8px;
    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: #20d200;
}

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

#faq_totop {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #20d200;
    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;
}

#faq_totop:hover {
    background: #20d200D8;
    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: 11px;
    letter-spacing: 0.3px;
    cursor: pointer;
    padding: 6px 15px 4px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.faq_header_button:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: #f5f5f5;
}

#faq_header_name {
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    font-weight: 400;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

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

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

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

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

#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 {
    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 #fdfdfd;
    border-radius: 3px;
    background: #f1f0ee;
    -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: #032d00;
}

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

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

#faq_language ul li ul li:hover {
    background: #f1f0ee;
    color: #20d200;
    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 #999;
    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: #ffffff;
    text-decoration: none;
}

#faq_div_footer {
    background: #042804;
    margin-top: 5px;
    min-height: 281px;
    width: 68.89%;
    /* margin-right: 10px; */
    margin-left: 15.55%;
    padding:15px;
}

.css_content_body {
    background: #042804;
    min-height: 800px;
    /* border: 5px solid rgb(243 242 240); */
}

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

.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) {
    #faq_div_footer {
        width: 100% !important;
        margin-left: 0px !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 {
        margin-bottom: -1px;
        padding-top: 10px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("https://servisson-cs-lobby.s3.eu-west-1.amazonaws.com/production/s3-images/site/betsolid/re-design/Betsolid_Background.jpg");
    }

    .faq_header_button {
        display: block;
        margin: 10px 10px;
    }

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

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

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

    #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: #4f26b3;
        height: 80px;
        left: 0;
        padding: 10px;
        margin-bottom: 0;
        border-radius: 0;
    }

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

    .btn i {
        color: #fff;
    }

    .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: #20d200D8;
        line-height: 40px;
    }

    .faq_totop_out {
        right: -50px;
    }

    .faq_totop_in {
        right: 8px;
    }

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

    .faq_callmeback_in {
        right: -200px;
    }

    #faq_callmeback {
        bottom: 90px;
    }

    #faq_callmeback:hover {
        background: #032d0085;
    }

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

    #cookie_settings_link {
        border-top: 5px solid #041e04;
        margin-top: 2em;
    }

    #footer {
        margin-bottom: 80px;
    }

    #underage_logo {
        margin-left: 0 !important;
    }
}

@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: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    #faq_header_email:last-of-type {
        border-right: none;
    }

    .css_panel_left {
        display: block;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 99;
        height: 100%;
        width: 260px;
        background: #042804;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    }

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

    .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_email {
        border-left: 2px solid #042804;
        border-right: 2px solid #042804;
    }

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

    .faq_bg_content {
        margin-bottom: -1px;
        padding-top: 10px;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("https://servisson-cs-lobby.s3.eu-west-1.amazonaws.com/production/s3-images/site/betsolid/re-design/Betsolid_Background.jpg");
    }

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

    #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_settings_link {
        border-top: 5px solid #041e04;
        margin-top: 2em;
    }
}

/* 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: 100%;
        height: 80px;
    }

    #faq_heading_content_container {
        height: 100%;
        float: left;
        margin-left: 14%;
        white-space: nowrap;
    }

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

    .css_panel_left {
        padding: 0;
    }

    #mb_hamburger {
        display: none;
    }

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

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

    .faq_bg_content {
        margin-bottom: 4px;
        padding-top: 10px;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("https://servisson-cs-lobby.s3.eu-west-1.amazonaws.com/production/s3-images/site/betsolid/re-design/Betsolid_Background.jpg");
    }

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

    #panel-alert {
        padding: 10px 15px;
        margin: 1px 0px 5px 0px;
        margin-left: 15.8%;
        margin-right: 15.8%;
    }

    #panel-promotion {
        padding: 10px 15px;
        margin: 1px 0px 5px 0px;
        margin-left: 15.8%;
        margin-right: 15.8%;
    }

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

    #faq_header_email {
        border-right: 2px solid #20d200;
        border-left: 2px solid #042804;
    }

    #faq_header_email:last-of-type {
        border-right: none;
    }

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

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

    #cookie_settings_link {
        border-top: 5px solid #041e04;
        margin-top: 2em;
    }
}

/* 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_content {
    padding: 10px 10px 10px 13px;
}

#underage_logo {
    height: 35px;
    float: right;
    margin-left: 50px;
}

/*Mobile footer*/
#footer_m {
    padding: 5px 5px 5px 5px;
    width: 85%;
    position: absolute;
}

#faq_div_footer_m {
    background: #042804;
    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: bold;
    border: 1px solid #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;
    right: 0px;
}

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

/* callmeback button */
#faq_callmeback {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 6px;
    background: #032d00;
    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;
}

#faq_callmeback:hover {
    background: #032d0085;
}

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

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

.callmeback {
    display: block;
    position: fixed;
    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: #fff;
}

.callmeback_form > input[type="submit"] {
    color: #fff;
    background-color: #032d00;
    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: #032d00;
}

/* Validation field styling */
.invalid-field {
    border: 1px solid #20d000;
    box-shadow: 0 0 15px #085a02;
}

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

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

.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 #042804;
    outline: none;
    margin: 0 auto;
    top: 2px;
    margin-right: 5px;
    position: relative;
}

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

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

/* cookie consent */
#cookie-policy {
    position: fixed;
    background-color: #4a484b;
    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;
}

#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: #032d00;
    color: #fff;
    border: none;
    width: inherit;
    outline: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    font-weight: bold;
}

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

#cookie_settings_link {
    display: list-item;
}
