﻿/*-----------------------------------------------------------------------------------
	Malt Drop
-----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'), url('../fonts/RobotoBold.woff2') format('woff2'), url('../fonts/RobotoBold.woff') format('woff'), url('../fonts/RobotoBold.ttf') format('truetype'), url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'), url('../fonts/RobotoRegular.woff2') format('woff2'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype'), url('../fonts/RobotoRegular.svg') format('svg');
}

body {
  margin: 0;
  padding: 0;
  /*background: #242F34;*/
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-container {
    overflow: hidden;
}

/* Prevents unwanted scroll space when scroll FX used. */
a, button {
    transition: background .3s ease-in-out;
    outline: none !important;
}

    /* Prevent blue selection glow on Chrome and Safari */
    a:hover {
        text-decoration: none;
        cursor: pointer;
    }


/* = Blocs
-------------------------------------------------------------- */

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
}

    .bloc .container {
        padding-left: 0;
        padding-right: 0;
    }


/* Sizes */

.bloc-lg {
    padding: 100px 20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc {
    padding-left: 0;
    padding-right: 0;
}

    .full-width-bloc .row {
        align-items: start;
        margin-left: 0;
        margin-right: 0;
    }

    .full-width-bloc .container {
        width: 100%;
        max-width: 100% !important;
    }

    .full-width-bloc .carousel img {
        width: 100%;
        height: auto;
    }


/* Light theme */

.d-bloc .card, .l-bloc {
    color: rgba(0, 0, 0, .5);
}

    .d-bloc .card button:hover, .l-bloc button:hover {
        color: rgba(0, 0, 0, .7);
    }

    .l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
        border-color: rgba(0, 0, 0, .7);
    }

    .d-bloc .card .divider-h span, .l-bloc .divider-h span {
        border-color: rgba(0, 0, 0, .1);
    }

    .d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
        color: rgba(0, 0, 0, .6);
    }

        .d-bloc .card .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
            color: rgba(0, 0, 0, 1);
        }

    .l-bloc .navbar-toggle .icon-bar {
        color: rgba(0, 0, 0, .6);
    }

    .d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover, .l-bloc .btn-wire, .l-bloc .btn-wire:hover {
        color: rgba(0, 0, 0, .7);
        border-color: rgba(0, 0, 0, .3);
    }

/* Row Margin Offsets */

.voffset {
    margin-top: 30px;
}


/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear {
    margin: 0;
}

.mg-sm {
    margin-bottom: 5px;
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

img.mg-sm, img.mg-md, img.mg-lg {
    margin-top: 0;
}

img.mg-sm {
    margin-bottom: 30px;
}

img.mg-md {
    margin-bottom: 30px;
}

img.mg-lg {
    margin-bottom: 50px;
}


.ico-cup {
    background: url(../images/prizedrop_page_cup.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    display: inline-flex;
    position: relative;
    top: -5px;
    margin: 0px 0px 0px 10px;
}

.ico-clock {
  background: url('../images/ico-clock.png');
  width: 25px;
  height: 25px;
  display: inline-flex;
  position: relative;
  margin-right: 10px;
  top: 5px;
}

.ico-cup-other {
    background: url('../images/ico-cup-other.png');
    width: 36px;
    height: 38px;
    display: block;
    float: left;
    top: -5px;
    position: relative;
    margin-right: 10px;
}

.border-top {
    border-radius: 33px 33px 0 0;
    border-top: 0 !important;
}

.border-bottom {
    border-radius: 0 0 33px 33px;
    border-bottom: 0 !important;
}

.border-33 {
    border-radius: 33px;
}

.customRow {
    margin-bottom: 15px;
    overflow: hidden;
}

    .customRow .card-header {
        margin-bottom: 10px;
    }
/* = Buttons
-------------------------------------------------------------- */

.btn-d, .btn-d:hover, .btn-d:focus {
    color: #FFF;
    background: rgba(0, 0, 0, .3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
    outline: none !important;
}

.btn-sq {
    border-radius: 0px;
}

.btn-style-none, .btn-style-none:hover, .btn-style-none:active, .btn-style-none:focus {
    background: none;
    box-shadow: none;
    padding: 0;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md {
    font-size: 30px !important;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer {
  border-radius: 0;
  background: #1d1e27;
}

.card-rd {
    border-radius: 30px;
}

    .card-rd .card-header {
        border-radius: 29px 29px 0 0;
    }

    .card-rd .card-footer {
        border-radius: 0 0 29px 29px;
    }

/* = Dividers
-------------------------------------------------------------- */
.divider-h {
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

    .divider-h span {
        display: block;
        border-top: 0px solid transparent;
    }

.divider-half {
    width: 50%;
    margin: 0 auto;
}

.dropdown-menu .divider-h, .dropdown-menu .divider-half {
    padding: 0;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, label, .btn {
    font-family: "Roboto";
}

.container {
    max-width: 1280px;
}

.p-style {
    font-size: 21px;
    line-height: 28px;
    font-family: "Roboto";
}

.p-bloc-0-style {
    font-size: 21px;
    line-height: 26px;
}

.btn-style {
    font-weight: bold;
    font-family: "Roboto";
    color: #E3E9ED !important;
    font-size: 18px;
}

.h6-style {
    font-size: 32px;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 39px;
}

.p-7-style {
    font-size: 18px;
    line-height: 25px;
}

.p-8-style {
    font-size: 18px;
    line-height: 25px;
}

.p-10-style {
    font-family: "Roboto",sans-serif;
}

.p-11-style {
    font-family: roboto-bold;
    font-size: 26px;
    line-height: 30px;
    margin: 20px 20px 0px 20px;
    text-transform: uppercase;
}

/*.promo-timer p {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}*/

.promo-timer span:last-child {
    font-family: roboto-bold;
}

.row-pad15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.customBg {
    background-color: #1a2125;
}

.customRow.customBorder {
    border: 2px solid #2b4859;
}

.customRow table th span {
    padding: 8px 25px;
    border-radius: 10px;
}

.customRow table td, .customRow table th {
    border-right: 1px solid rgba(255,255,255,0.42);
}

.customRow table thead th {
    padding-top: 12px;
}

.customRow table td:last-child, .customRow table th:last-child {
    border-right: none;
}

.modal-content .bgc-meat-brown {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 0px solid #dee2e6;
  color: #212529;
}

.modal-content .modal-header::after, .modal-content .modal-header::before {
    display: none;
}

.modal-content {
  overflow: hidden;
}

/* = Colour
-------------------------------------------------------------- */
/* Background colour styles */
.m-0 {
  margin: 0;
}

.bgc-meat-brown {
  background-color: #ffb400;
}

.bgc-dark-jungle-green {
  background-color: #1d1e27;
}

.bgc-skobeloff {
  background-color: #3d3c42;
}

/* Text colour styles */

.tc-white {
    color: #FFFFFF !important;
}

/* Button colour styles */

.btn-midnight-green-eagle-green {
    border-radius: 10px;
    background: #12535F;
    color: #FFFFFF !important;
}
/* Icon colour styles */

.icon-midnight-green-eagle-green {
    color: #12535F !important;
    border-color: #12535F !important;
}

.txt-color-yellow {
    color: #ecb311;
}

.txt-color-dark {
    color: #1a2125;
}

.txt-color-gray {
    color: #656b76;
}

.txt-color-green {
  color: #7a849c;
}

.txt-color-dark-green {
    color: #00707c;
}

.bold {
    font-weight: bold;
}

.btns {
    text-align: center;
}

    .btns a {
        font-size: 11px;
        margin: 5px;
        line-height: 1.5;
        padding: 6px 40px;
        border-radius: 10em;
        font-family: "Montserrat";
        color: #ffb400;
        line-height: 1.714;
        text-align: left;
        background-color: rgb(27, 31, 40);
        font-weight: bold;
        width: 160px;
    }

        .btns a:hover {
            background: #878c8f;
            color: #FFFFFF !important;
        }

        .btns a i {
            margin-right: 10px;
        }


.table.table-striped {
    margin: 0;
}

    .table.table-striped th,
    .table.table-striped td {
        padding: 5px;
        font-size: 13px;
        font-family: "Montserrat";
        color: rgb(255, 255, 255);
        line-height: 1.6;
        text-align: center;
        border: none;
        border-right: 1px solid #43464c;
    }

    .table.table-striped thead th {
        border-bottom: none;
        border-top: none;
        background-color: #1a2125;
        color: #fff;
    }

    .table.table-striped tbody tr {
        color: #fff;
        font-size: 22px;
    }

      .table.table-striped tbody tr:nth-of-type(odd) {
        background-color: #2d2c34;
      }

.custom-card .card-body {
    padding: 0;
    background-color: #1d3644;
}


.modal-content p {
    color: #fff;
}

.mw1200px {
    max-width: 1200px;
    margin: 0 auto;
}




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */
@media (min-width: 576px) {
    .bloc-xxl-sm {
        padding: 200px 20px;
    }

    .bloc-xl-sm {
        padding: 150px 20px;
    }

    .bloc-lg-sm {
        padding: 100px 20px;
    }

    .bloc-md-sm {
        padding: 50px 20px;
    }

    .bloc-sm-sm {
        padding: 20px;
    }

    .bloc-no-padding-sm {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .bloc-xxl-md {
        padding: 200px 20px;
    }

    .bloc-xl-md {
        padding: 150px 20px;
    }

    .bloc-lg-md {
        padding: 100px 20px;
    }

    .bloc-md-md {
        padding: 50px 20px;
    }

    .bloc-sm-md {
        padding: 20px 20px;
    }

    .bloc-no-padding-md {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .bloc-xxl-lg {
        padding: 200px 20px;
    }

    .bloc-xl-lg {
        padding: 150px 20px;
    }

    .bloc-lg-lg {
        padding: 100px 20px;
    }

    .bloc-md-lg {
        padding: 50px 20px;
    }

    .bloc-sm-lg {
        padding: 20px;
    }

    .bloc-no-padding-lg {
        padding: 0 20px;
    }
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }

    /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

        .blocsapp-device-iphone5 img {
            width: 180px;
            height: 320px;
        }

    .ico-cup {
        width: 30px;
        height: 30px;
        background-size: contain;
        float: inherit;
        display: inline-block;
        top: 0;
        margin-right: 0;
    }
    .prizedrop_item_header_text_left_cup{
        display:none !important
    }
    .prizedrop_item_header_text_right_cup{
        display:none !important
    }
    .p-11-style {
        font-size: 21px;
    }

  .table.table-striped tbody tr {
    font-size: 16px!important;
  }

  .modal-content .bgc-meat-brown.modal-header h4 {
    font-size: 1.25rem;
  }
}

.img-fluid {
    width: 100%;
}

.no-gutters a {
    display: block;
    width: 100%;
    height: 100%;
}

    .no-gutters a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 33px;
    }

.text-center {
    text-align: center;
}
.text-center-overflow-hidden–x {
    
    overflow-x: hidden;
}

.winners-list td {
    width: calc(100% / 3);
}

.table-container {
    margin: 30px auto;
}

.table-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffb400;
    border-radius: 33px;
    margin-bottom: 10px;
    margin-top: -25px;
    width: 97%;
    margin-left: 19px;
    height: 30px;
}

.table-sroll {
    max-height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.35);
    border-radius: 33px;
}

    .table-sroll::-webkit-scrollbar {
        width: 14px;
    }

  .table-sroll::-webkit-scrollbar-track {
    border-radius: 7px;
    background: linear-gradient(to bottom, #181b1c 20%, #0a0d11 50% 75% );
  }

  .table-sroll::-webkit-scrollbar-thumb {
    width: 14px;
    height: 14px;
    background: #6d6c70;
    border-radius: 7px;
  }

#tbodyPrizes {
    box-shadow: 0 -2px 11px rgb(0 0 0 / 20%);
}

    #tbodyPrizes tr td {
        background-color: #1e2024;
        border-color: rgba(255,255,255,0.3);
    }

        #tbodyPrizes tr td:first-child {
            background-color: #24262b;
        }

    #tbodyPrizes tr:first-child td,
    #tbodyPrizes tr:last-child td {
        border-radius: 5px;
    }

    #tbodyPrizes tr:first-child td {
        border-top: 0;
    }

#modal-prizes thead th {
  background-color: #3d3c42;
  color: #fff;
  border: 0;
  border-radius: 5px;
  text-align: center;
  font-size: 9.61pt;
  white-space: nowrap;
}

    #modal-prizes thead th span {
        padding-left: 6px;
    }

  #modal-prizes thead th:first-child {
    background-color: #ffb400;
  }

@media(max-width: 1500px) {
    .table.table-striped tbody tr {
        font-size: 18px;
    }

    .table-header div {
        padding: 18px;
    }
}

@media(max-width: 1400px) {
    .table-header div {
        width: auto !important;
        padding: 10px;
    }
}


/*PrizeDrop page  start*/
.prizedrop_item_header {
    justify-content: center;
    display: flex;
    border-radius: 16px !important;
    margin-bottom: 20px !important;
    height: 88px;
}

.prizedrop_item_header_text {
    text-align: center !important;
    position: relative;
    top: -26px;
    left: 50%;
}

.prizedrop_item_header_prizedropname {
    font-weight: bold;
    font-family: "Montserrat";
    color: rgb(13, 15, 19);
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0px;
    white-space: nowrap;
}

.prizedrop_item_header_description {
    font-size: 13px;
    font-family: "Montserrat";
    color: rgb(13, 15, 19);
    font-weight: 400;
    white-space: nowrap;
}

.prizedrop_item_header_text_right_cup {
    display: inline-block;
}

.prizedrop_item_header_text_left_cup {
    display: inline-block;
}

.prizedrop_page_customRow_header {
    width: 100%;
    background: #0f1217;
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(255, 170, 44);
    font-weight: bold;
    line-height: 1.333;
    text-align: left;
    top: 766.003px;
    border-radius: 16px;
}

.prizedrop_page_customRow_Bg {
    background-color: #14181f !important;
    border: 2px solid #ffb400;
    border-radius: 33px !important;
}

.prizedrop_page_table_headers {
    color: #1a2125;
    font-family: roboto-bold;
    font-size: 13px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px 33px 0 0;
    padding: 10px;
    line-height: 1.2;
    /* font-family: "QanelasSoft"; */
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.prizedrop_item_header_btns {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    top: -14px;
    left: 60%;
    /*margin-left: 100px;*/
}
.prizedrop_item_header_text_right_cup_mobile {
    display:none
}

.prizedrop_item_header_text_left_cup_mobile {
    top: 6px;
    left: -20px;
    display: none
}
.prizeDrop_pages_small_banners {
    display: none
}

@media (max-width: 768px) {
    .prizedrop_item_header {
        height: 150px;
    }
    .prizedrop_item_header_text {
        text-align: center !important;
        position: relative;
        top: -26px;
        left: 0%;
    }
    .prizedrop_item_header_btns {
        /* top: 70px; */
        display: flex;
        justify-content: center;
        left: 0;
        flex-direction: row;
        margin-left: 0;
    }
    .btns a {
        flex: none;
        font-size: 8px;
        padding: 6px 17px;
        font-weight: bold;
        width: 96px;
        height: 30px;
    }
    .prizedrop_item_header_text_right_cup_mobile {
        top: 6px;
        left: 10px;
        display: block;
    }
    .prizedrop_item_header_text_left_cup_mobile {
        top: 6px;
        display: block;
        left: 0px;
    }
    .prizedrop_item_header_description {
        font-size: 9px;
        font-weight: 600;
    }
    .prizedrop_page_table_headers {
        font-size: 11px;
    }
    .table-header {
        height: 25px;
        width: 88%;
    }
    .prizedrop_item_header_div {
        display: flex;
        flex-direction: column !important;
    }
    .prizedrop_item_header_prizedropname {
        font-size: 14px;
        white-space: normal;
    }
    .prizeDrop_pages_small_banners{
        display:flex;
        gap:10px
    }
}
@media (max-width: 426px) {
    .prizedrop_item_header_text_right_cup_mobile {
        top: 10px;
        left: -10px;
        display: block;
    }

    .prizedrop_item_header_text_left_cup_mobile {
        top: 10px;
        display: block;
    }
    .prizedrop_item_header_text {
        text-align: center;
        position: relative;
        top: -20px;
        left: 0;
    }

    .prizedrop_item_header_btns {
        display: flex;
        justify-content: center;
        flex-direction: row;
        top: -9px;
        left: 0;
    }
}

@media (max-width: 375px) {
    .prizedrop_item_header_text {
        text-align: center;
        position: relative;
        top: -20px;
        left: 0;
    }

    .prizedrop_item_header_btns {
        display: flex;
        justify-content: center;
        flex-direction: row;
        top: -25px;
        left: 0;
    }
}
@media (max-width: 321px) {
    .prizedrop_item_header_text {
        position: relative;
        top: -20px;
        left: -10%;
    }

    .prizedrop_item_header_btns {
        display: flex;
        justify-content: center;
        flex-direction: row;
        top: -25px;
        left: 0;
    }
    .prizedrop_item_header_prizedropname {
        position: relative;
        right: -20px;
        font-size: 13px;
        white-space: normal;
    }
    .prizedrop_item_header_description {
        font-size: 7px;
        font-weight: 600;
        position: relative;
        right: -10%;
    }
}

@media (min-width: 768px) and (max-width: 1550px) {
    .prizedrop_item_header_text {
        text-align: center !important;
        position: relative;
        top: -26px;
        left: 0;
    }
    .prizedrop_item_header_btns {
        display: flex;
        flex-direction: column;
        /* position: relative; */
        top: -14px;
        left: 43%;
        /* margin-left: 100px; */
    }
}



    /*@media (max-width: 480px) {.ico-cup
    .prizedrop_item_header {
        height: 150px;
    }
    .prizedrop_item_header_btns {
        top: -100px;
        display: flex;
        justify-content: center;
        left: 0;
        flex-direction: row;
    }
    .btns a {
        flex: none;
    }
}*/


    .prizedrop_item_header_text_grid {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        text-align: center;
        margin-top: 30px;
    }

    .prizedrop_item_header_text_p {
        text-align: center;
    }

    .prizedrop_item_header_div {
        display: flex;
        flex-direction: row;
    }
    /*PrizeDrop page  end*/