﻿/*-----------------------------------------------------------------------------------
	Seka Drop
-----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoRegular.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');
}

body {
    margin: 0;
    padding: 0;
    background-color: #16181B;
    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 {
        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('/Content/img/ico-cup.png');
    width: 25px;
    height: 25px;
    display: inline-flex;
    position: relative;
    margin: 0 10px;
    top: 5px;
}

.ico-clock {
    background: url('/Content/img/ico-clock.png');
    width: 25px;
    height: 25px;
    display: inline-flex;
    position: relative;
    margin-right: 10px;
}

.ico-cup-other {
    background: url('/Content/img/ico-cup-other.png');
    width: 36px;
    height: 38px;
    display: block;
    float: left;
    top: -5px;
    position: relative;
    margin-right: 10px;
}

.border-top {
    border-radius: 0;
}

.border-bottom {
    border-radius: 0 0 33px 33px;
}

.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;
}

.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: 1px 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 {
    font-family: "Roboto";
}*/

.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: 14px;
    line-height: 24px;
    font-weight: bold;
}

.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;
    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;
    border-radius: 0 0 12px 12px;
}

.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: 105%;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    background-color: #ee9a1b;
    border-radius: 8px;
    margin-left: -2.5%;
}

.modal-content .modal-header::after, .modal-content .modal-header::before {
    display: none;
}

/* = Colour
-------------------------------------------------------------- */
/* Background colour styles */
.m-0 {
    margin: 0;
}

.bgc-meat-brown {
    height: 56px;
    background-color: #2d363e;
    border-radius: 12px 12px 0 0;
    border: 2.7px solid #ee9a1b;
}
    .bgc-meat-brown p {
        font-size: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Roboto";
        text-align: center;
    }

    .bgc-dark-jungle-green {
        background-color: #212429;
        height: 48px;
        font-size: 10px;
        line-height: 24px;
    }

.bgc-skobeloff {
    background-color: #00707C;
}

/* Text colour styles */

.tc-white {
    color: #FFFFFF !important;
}

/* Button colour styles */

.btn-midnight-green-eagle-green {
    border-radius: 10px;
    background: #12535F;
    color: #FFFFFF !important;
}

    .btn-midnight-green-eagle-green:hover {
        border-radius: 10px;
        background: #0e424c !important;
        color: #FFFFFF !important;
    }

.btn-meat-brown {
    border-radius: 10px;
    background: #EAB32E;
    color: #FFFFFF !important;
    box-shadow: 0 0 9px 0 #ecb311 !important;
}

    .btn-meat-brown:hover {
        border-radius: 10px;
        background: #bb8f25 !important;
        color: #FFFFFF !important;
    }

.btn-meat-green {
    border-radius: 10px;
    background: #2f7a8a;
    color: #FFFFFF !important;
    box-shadow: 0 0 9px 0 #017488 !important;
}

    .btn-meat-green:hover {
        border-radius: 10px;
        background: #1ab6da !important;
        color: #FFFFFF !important;
    }

/* Icon colour styles */

.icon-midnight-green-eagle-green {
    color: #fff !important;
    border-color: #12535F !important;
}

.txt-color-yellow {
    color: #ecb311;
}

.txt-color-white {
    color: #FFFFFF;
}

.txt-color-gray {
    color: #656b76;
}

.txt-color-green {
    color: #2f7a8a;
}

.txt-color-dark-green {
    color: #00707c;
}

.bold {
    font-weight: bold;
}

.btns {
    text-align: center;
}

    .btns a {
        line-height: 24px;
        margin: 5px;
    }

        .btns a i {
            margin-right: 10px;
        }


.table.table-striped {
    margin: 0;
    --bs-table-bg: #212429;
}

    .table.table-striped th,
    .table.table-striped td {
        border-top: none;
        text-align: center;
        padding: 10px;
    }

    .table.table-striped thead th {
        border-bottom: none;
        border-top: none;
        color: #fff;
    }
.table-striped .winners-list tr {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
    .table.table-striped tbody tr td {
        height: 36px;
        align-content: center;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        border-bottom: none;
        letter-spacing: 0px;
    }
        .table.table-striped tbody tr td:first-child{
            font-weight: normal;
        }

    .table.table-striped tbody tr:nth-of-type(even) td {
        color: #000 !important;
    }
.table.table-striped tbody tr:nth-of-type(even) {
    --bs-table-bg: #ee9a1b;
    box-shadow: 1px 1px 5px 4px rgba(0,0,0,0.75);
}
.table.table-striped tbody tr:nth-of-type(odd) {
    --bs-table-bg: #2d363e;
    box-shadow: 1px 1px 5px 4px rgba(0,0,0,0.75);
}

    .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%;
    }

    .full-width-bloc {
        margin-top: 15px;
    }

    .mw1200px {
        margin-bottom: 15px;
    }
}

@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: 24px;
        height: 24px;
        background-size: contain;
        float: inherit;
        display: inline-block;
        top: 0;
        margin-right: 0;
    }
}

.img-fluid {
    width: 100%;
}

.no-gutters a {
    display: block;
    width: 100%;
/*    height: 100%;*/
}
/*.left_right_bunners a {
    width: 218px;
}*/
.no-gutters a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.text-center {
    text-align: center;
}

.winners-list td {
    width: calc(100% / 3);
}
/*.prize-drop-table{
    max-height: 400px;
    height: 100%;
}*/

.table-container {
    background-color: #464C57;
}

.table-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 56px;
    background-color: #ee9a1b;
}
.table-header {
    font-size: 14px;
    font-weight: bold;
    height: 36px;
}
.modal-content{
    border-radius: 8px;
}
    /*    .table-header div {
        width: 218px;
        background-color: #ecb311;
        color: #1a2125;
        font-family: roboto-bold;
        font-size: 26px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 33px 33px 0 0;
        padding: 22px;
    }*/
    .table-sroll {
        max-height: 576px;
        overflow-y: auto;
        overflow-x: hidden;
        /*    box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.35);*/
    }

    .table-sroll::-webkit-scrollbar {
        width: 3px;
    }

    .table-sroll::-webkit-scrollbar-track {
        border-radius: 7px;
        background: linear-gradient(to bottom, #181b1c 20%, #242e34 50% 75% );
    }

        .table-sroll::-webkit-scrollbar-thumb {
            width: 3px;
            height: 14px;
            background: var(--main-color);
            border-radius: 7px;
        }
/*
#tbodyPrizes {
    box-shadow: 0 -2px 11px rgb(0 0 0 / 20%);
}*/
.modal-prizes-dialog, .modal-desc-dialog {
    max-width: 758px;
    width: 100%;
}
    .modal-prizes-dialog .modal-body {
        background-image: url(/Content/img/prizeModalBg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
    }

    #tbodyPrizes tr td {
        background-color: transparent;
        color: #fff;
    }

        #tbodyPrizes tr td:first-child {
            background-color: transparent;
        }
    #tbodyPrizes tr td{
        border: none;
    }

    #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: #464C57;
    color: #fff;
    border: 0;
    border-radius: 5px 5px 0 0 ;
    text-align: center;
    font-size: 14px;
}

    #modal-prizes thead th span {
        padding-left: 6px;
    }
.prizeForModal {
    position: relative;
}
    .prizeForModal span {
        position: absolute;
        top: 40%;
        left: 46%;
        font-size: 29px;
        letter-spacing: -1px;
        color: #ffffff;
        font-weight: 700;
    }
.prizeName {
    font-size: 29px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 700;
}
.prizeModalTd {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}
#tbodyPrizes {
    display: flex;
    flex-direction: column;
}


#btn-group {
    display: flex;
    justify-content: center;
}
.prize_desc_btn {
    width: 261px;
    height: 49px;
    border-radius: 12px;
    background-color: #2d363e;
    font-size: 26px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnDescription {
    background-color: #ee9a1b;
}
.prize_desc_btn:hover {
    border: 1px solid #fff;
}
.table-header div span {
    font-size: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 700;
}
#modalDescriptionBody{
    text-align: center;
}
.prizeDropMobileBanner{
    max-width: 760px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    object-fit: cover !important;
    padding: 0 !important;
}
.prize-drop-header {
    background-image: url(/Content/img/PrizeDropBannerBackground.webp);
    height: 200px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-top: -50px;
    box-shadow: 0px 21px 17px 3px rgba(22,24,27,1) inset;
}
    .prize-drop-header p {
        font-size: 35px;
        letter-spacing: -1px;
        color: #ffffff;
        font-weight: 400;
        text-align: center;
        /*        margin: 0 0 4px 0;*/
        margin-top: 50px;
    }
.left_right_bunners img {
    border: 2px solid #ee9a1b;
}

@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;
    }
}
@media(max-width: 992px) {
    #modal-prizes .table {
        width: 100% !important;
    }
    .modal-prizes-dialog, .modal-desc-dialog {
        max-width: 414px;
        width: 100%;
        margin: auto;
    }
    .prizeForModal span {
        left: 48%;
    }
    .table-sroll {
        max-height: 400px;
    }
}
@media(max-width: 768px){
    .prize-drop-header p {
        font-size: 25px;
        padding: 0 10px;
        margin-bottom: 0px;
    }
    .table.table-striped tbody tr td {
        font-size: 10px;
    }
    .prize-drop-header {
        margin-top: 0;
        background-image: url(/Content/img/PrizeDropBannerBackgroundMobile.webp) !important;
    }
        .prize-drop-header p {
            margin-top: 0;
        }
}
