    /* @media screen and (max-width: 562px) {

        *[class].width281 {
            width: 281px !important;
        }
    } */

    * {
        padding: 0;
        margin: 0;
    }
    body {
        /* background-image: url('https://cdn.worldsportsbetting.co.za/images/CPTMET-Predictor_Skin.png'); */
        background-size: contain;
        background-position: center center;
        background-attachment: fixed; 
        /* min-height: 100vh;  */
        color: #FFF; 
        height: auto;
        text-align: center; 
        margin: 0; 
    }
    
    h1 {
        font-size: 3rem;
        padding-top: 2rem;
    }
    
    .login {
        color: #404040 !important;
        position: relative;
        margin: 0 auto;
        padding: 20px 20px 20px;
        width: 280px;
        background: #F9F9F9;
        border-radius: 3px;
        @include box-shadow(0 0 200px rgba(white, .5), 0 1px 2px rgba(black, .3));

        &:before {
            content: '';
            position: absolute;
            top: -8px;
            right: -8px;
            bottom: -8px;
            left: -8px;
            z-index: -1;
            background: rgba(black, .08);
            border-radius: 4px;
        }



        .container {
            font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
            background: #0ca3d2;
        }

        h2 {
            margin: -20px -20px 21px;
            line-height: 40px;
            font-size: 18px;
            font-weight: bold;
            color: #555;
            text-align: center;
            text-shadow: 0 1px white;
            background: #f3f3f3;
            border-bottom: 1px solid #cfcfcf;
            border-radius: 3px 3px 0 0;
            @include linear-gradient(top, whiteffd, #eef2f5);
            @include box-shadow(0 1px #f5f5f5);
        }

        .container p {
            margin: 20px 0 0;
        }

        .container p:first-child {
            margin-top: 0;
        }

        .container input[type=text],
        .container input[type=password] {
            width: 278px;
        }

        .container p.remember_me {
            float: left;
            line-height: 31px;

            .container label {
                font-size: 12px;
                color: #777;
                cursor: pointer;
            }

            .container input {
                position: relative;
                bottom: 1px;
                margin-right: 4px;
                vertical-align: middle;
            }
        }

        .container p.submit {
            text-align: right;
        }
    }

    .login-help {
        margin: 20px 0;
        font-size: 11px;
        color: white;
        text-align: center;
        text-shadow: 0 1px #2a85a1;

        a {
            color: #cce7fa;
            text-decoration: none;

            &:hover {
                text-decoration: underline;
            }
        }
    }

    :-moz-placeholder {
        color: #c9c9c9 !important;
        font-size: 13px;
    }

    ::-webkit-input-placeholder {
        color: #ccc;
        font-size: 13px;
    }

    .container input {
        font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
        font-size: 14px;
    }

    .container input[type=text],
    .container input[type=password] {
        margin: 5px;
        padding: 0 10px;
        width: 200px;
        height: 34px;
        color: #000;
        background: white;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        outline: 5px solid #eff4f7;
        -moz-outline-radius: 3px; // Can we get this on WebKit please?
        @include box-shadow(inset 0 1px 3px rgba(black, .12));

        &:focus {
            border-color: #7dc9e2;
            outline-color: #dceefc;
            outline-offset: 0; // WebKit sets this to -1 by default
        }
    }

    .container input[type=text]:focus,
    .container input[type=password]:focus {
        border: 2px solid #117ab8;
    }

    .container input[type=text]::placeholder,
    .container input[type=password]::placeholder {
        color: #000;
    }

    .container input[type=submit] {
        padding: 8px 40px;
        line-height: 12px;
        /* height: 29px; */
        font-size: 12px;
        font-weight: bold;
        color: #38A804;
        text-shadow: 0 1px #e3f1f1;
        background: transparent;
        border: 2.5px solid;
        border-color: #38A804;
        border-radius: 16px;
        outline: 0;
        margin-top: .25rem;
        cursor: pointer;
        @include box-sizing(content-box):;
        //: ;
        Firefox sets this to border-box by default: ;
        @include linear-gradient(top, #edf5f8, #cde5ef):;
        @include box-shadow(inset 0 1px white, 0 1px 2px rgba(black, .15)):;

        &: active {
            ;
            background: transparent;
            border-color: #38A804;
            @include box-shadow(inset 0 0 3px rgba(black, .2)):;
        }

        :;
    }

    .container input[type=submit]:hover {
        background-color: #38A804;
        color: #fff;
    }

    .lt-ie9 {

        input[type=text],
        input[type=password] {
            line-height: 34px;
        }
    }

    select {
        padding: 3px;
        margin: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        background: #f8f8f8;
        color: #888;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        min-width: 150px;
    }

    label {
        position: relative
    }
    #betcontainer {
        background-image: url('https://cdn.worldsportsbetting.co.za/images/1920X1080%20Skin.png');
        position: absolute;
        top: 1%;
        background-size: 100% 75%;
        width: 100%;
    }

    /* #betcontainer {
        background-image: url('https://cdn.worldsportsbetting.co.za/images/CPTMET-Predictor_Skin.png');
        background-size: cover; 
        background-position: center; 
        min-height: 300px;
        width: 100%;
        color: #FFF;
        height: fit-content;
        text-align: center;
    }
    
    #betcontainer table {
        color: #FFF;
        zoom: 1;
    } */

    .myButton {
        -moz-box-shadow: 0px 1px 0px 0px #fff6af;
        -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
        box-shadow: 0px 1px 0px 0px #fff6af;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
        background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
        background-color: #ffec64;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #ffaa22;
        display: inline-block;
        cursor: pointer;
        color: #333333;
        font-family: arial;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #ffee66;
    }

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
        background-color: #ffab23;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

    .quickpickbtn {
        -moz-box-shadow: 0px 1px 0px 0px #caefab;
        -webkit-box-shadow: 0px 1px 0px 0px #caefab;
        box-shadow: 0px 1px 0px 0px #caefab;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
        background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
        background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
        background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
        background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
        background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811', GradientType=0);
        background-color: #77d42a;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #268a16;
        display: inline-block;
        cursor: pointer;
        color: #306108;
        font-family: arial;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 32px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #aade7c;
    }

    .quickpickbtn:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
        background: -moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a', GradientType=0);
        background-color: #5cb811;
        color: #fff;
    }

    .quickpickbtn:active {
        position: relative;
        top: 1px;
    }

    .betnowbtn {
        -moz-box-shadow: 0px 1px 0px 0px #f1754e;
        -webkit-box-shadow: 0px 1px 0px 0px #f1754e;
        box-shadow: 0px 1px 0px 0px #f1754e;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff460b), color-stop(1, #ffab23));
        background: -moz-linear-gradient(top, #ff460b 5%, #ff521b 100%);
        background: -webkit-linear-gradient(top, #ff460b 5%, #ff521b 100%);
        background: -o-linear-gradient(top, #ff460b 5%, #ff521b 100%);
        background: -ms-linear-gradient(top, #ff460b 5%, #ff521b 100%);
        background: linear-gradient(to bottom, #ff460b 5%, #ff521b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff460b', endColorstr='#ff521b', GradientType=0);
        background-color: #ff460b;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #e76b44;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: arial;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none;
        /* text-shadow: 0px 1px 0px #cbc698; */
        margin-top: 10px;

    }

    .betnowbtn:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
        background-color: #ffab23;
    }



    ul {
        padding: 0px 0 0 0;
        list-style-type: none;
        ;
    }

    ul li {
        padding: 0px 3px 10px 3px;
        text-align: left;
        /* font-size: 1.5rem; */
    }

    ul li ul {
        padding: 0px 3px 0px 10px;
        text-align: left;
    }

    ul li ul li {
        padding: 0px 0px 0px 0px;
        text-align: left;
    }

    .Prizes {
        display: inline-block;
        padding: 5px;
        background: rgba(214, 25, 110, 1);
        background: -moz-linear-gradient(top, rgba(214, 25, 110, 1) 0%, rgba(234, 50, 133, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214, 25, 110, 1)), color-stop(100%, rgba(234, 50, 133, 1)));
        background: -webkit-linear-gradient(top, rgba(214, 25, 110, 1) 0%, rgba(234, 50, 133, 1) 100%);
        background: -o-linear-gradient(top, rgba(214, 25, 110, 1) 0%, rgba(234, 50, 133, 1) 100%);
        background: -ms-linear-gradient(top, rgba(214, 25, 110, 1) 0%, rgba(234, 50, 133, 1) 100%);
        background: linear-gradient(to bottom, rgba(214, 25, 110, 1) 0%, rgba(234, 50, 133, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
        max-width: 280px;
        min-height: 253px;
        min-width: 280px;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border: 1px solid #000000;
        vertical-align: top;
        margin-bottom: 10px;
        margin-right: 1rem;
    }

    .Helpinfo {
        display: inline-block;
        padding: 5px;
        background-color: #0714A6;
        /* background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
        background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
        background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
        background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
        background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 ); */
        max-width: 280px;
        min-height: 200px;
        min-width: 280px;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border: 1px solid #000000;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .RulesInfo {
        /* vertical-align: top; */
        /* display: inline-block; */
        /* background: rgba(164,179,87,1);
        background: -moz-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
        background: -webkit-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
        background: -o-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
        background: -ms-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
        background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=0 ); */
        /* padding: 5px; */
        /* min-height: 200px;
        max-width: 280px;
        min-width: 280px; */
        /* border-radius: 10px 10px 10px 10px; */
        /* -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px; */
        /* border: 1px solid #000000; */
        color: #fff;
    }

    .containterdivleft {
        display: inline-block;
        max-width: 280px;
        min-height: 200px;
        min-width: 280px;
        vertical-align: top;
        padding-right: 10px;

    }

    .containterdiv {
        width: auto;
        padding: 10px;
        max-width: 650px;
        margin: 0 auto;
        /* margin-top: 20rem; */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;

    }

    .symbol {
        font-size: 0.9em;
        font-family: Times New Roman;
        border-radius: 1em;
        padding: .1em .6em .1em .6em;
        font-weight: bolder;
        color: white;
        background-color: #3229CF;
    }

    .icon-info {
        background-color: #3229CF;
    }

    .icon-error {
        background: #e64943;
        font-family: Consolas;
    }

    .icon-tick {
        background: #13c823;
    }

    .icon-excl {
        background: #ffd54b;
        color: black;
    }

    .icon-info:before {
        content: 'i';
    }

    .icon-error:before {
        content: 'x';
    }

    .icon-tick:before {
        content: '\002713';
    }

    .icon-excl:before {
        content: '!';
    }

    .notify {
        background-color: #e3f7fc;
        color: #555;
        border: .1em solid;
        border-color: #8ed9f6;
        border-radius: 10px;
        font-family: Tahoma, Geneva, Arial, sans-serif;
        font-size: 1.1em;
        padding: 10px 10px 10px 10px;
        margin: 10px;
        cursor: default;
    }

    @media screen and (min-width: 720px) {
        .more-notify{
            max-width: 90%;
            text-align: center !important;
            margin-right: auto !important;
            margin-left: auto !important;
            width: 70%;
            display: flex;
            justify-content: center;
        }
}

    .notify-yellow {
        background: #fff8c4;
        border-color: #f7deae;
    }

    .notify-red {
        background: #ffecec;
        border-color: #fad9d7;
    }

    .notify-green {
        background: #e9ffd9;
        border-color: #D1FAB6;
    }

    .bigspacer {
        height: 10px;
    }

    .loginfirst {
        /* width: 100%;
        height: 105%; */
        z-index: 99;
        /* background: rgba(0,0,0,0.8); */
        position: relative;
        top: 0px;
        left: 0px;
    }

    .outerdiv {
        position: relative;
    }


    .BigOrangeBtn,
    .BigOrangeBtn:link,
    .BigOrangeBtn:visited {

        /* background: #f9460f; */
        /* background:-moz-linear-gradient(top, #ffaa33 5%, #dc5101 100%);
        background:-webkit-linear-gradient(top, #ffaa33 5%, #dc5101 100%);
        background:-o-linear-gradient(top, #ffaa33 5%, #dc5101 100%);
        background:-ms-linear-gradient(top, #ffaa33 5%, #dc5101 100%);
        background:linear-gradient(to bottom, #ffaa33 5%, #dc5101 100%); */
        /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa33', endColorstr='#dc5101',GradientType=0); */


        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;

        display: inline-block;
        color: #f9460f;
        font-family: arial;
        font-size: 15px;
        font-weight: bold;
        padding: 5px 17px;
        text-decoration: none;
        margin-top: .25rem;
        cursor: pointer;

    }

    .BigOrangeBtn:hover {
        color: #dc3806;
        text-decoration: underline;
    }

    #clock {
        font-size: 40px;
        ;
    }

    .WSB-Met-logo {
        position: relative;
        width: 15%;
        height: auto;
        top: 16;
    }

    .Lucky7-Logo {
        position: relative;
        width: 15%;
        height: auto;
        top: -29px;
    }

    #dismiss {
        width: 35px;
        height: 35px;
        position: absolute;
        /* top right corner of the sidebar */
        top: 10px;
        right: 10px;
        cursor: pointer;
    }


    #mobile-menu {
        width: 0;
        position: fixed;
        z-index: 9999;
        overflow-y: auto;
        height: 90vh;
        top: 0;
        left: 0;
        /* overflow-x: hidden; */
        transition: .5s;
    }

    .mobileMenu-headings {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px 10px;
        color: #fff;
        font-size: 16px;
        background-color: #02173e;
    }

    .mobileMenu-headings:focus {
        outline: none;
    }
.alert{
    width: 70%;
    display: flex;
    justify-content: center;
    margin-left: 15%;
}
    .menu-open {
        width: 20% !important;
        /* white-space: nowrap; */
        background-color: #fff;
        padding: 2rem;
        border-right: 2px solid #fff;
    }

    .icons {
        display: flex;
        /* justify-content: center; */
        /* align-content: center; */
    }

    .home {
        margin-right: 1rem;
    }

    .info {
        cursor: pointer;
    }

    .TandCs {
        max-width: 90%;
        padding-left: 1rem;
    }

    .TandCs li {
        list-style-type: decimal;
        padding-bottom: .8rem;
    }

    .table {
        position: relative;
        margin-left: 2rem;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quickpick {
        width: 100%;
    }

    .fa-times {
        font-size: 3rem;
    }

    .promotion-header {
        font-size: 3rem;
        display: flex;
        justify-content: center;
    }

    @media only screen and (max-width: 768px) {
        .WSB-Met-logo {
            position: relative;
            width: 40%;
            left: 0;
        }

        .Lucky7-Logo {
            position: relative;
            width: 40%;
            left: 0;
            top: -12px;
        }

        h1 {
            font-size: 1rem;
        }

        .quickpickbtn {
            font-size: 10px;
            padding: 5px 19px;
        }

        .myButton {
            font-size: 10px;
            padding: 5px 19px;
        }

        .betnowbtn {
            font-size: 10px;
            padding: 5px 19px;
            margin-top: 5px;
        }

        .containterdiv {
            flex-direction: column;
        }

        .Prizes {
            margin-right: 0;
        }
    }

    @media only screen and (max-width: 425px) {
        .menu-open {
            width: 90% !important;
        }

        .promotion-header {
            font-size: 2rem;

        }

        #dismiss {
            right: 20px;
        }

        .TandCs li:last-child {
            padding-bottom: 3rem;
        }

    }
    
    /* Ensure the container is aligned properly */
.notification-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    position: relative;
}

/* Style the notification box */
.notification {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.4);  
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);  
    backdrop-filter: blur(5px);  
}

/* Success message styling */
.notification.success {
    background: rgba(40, 167, 69, 0.7); 
}

.notification.error {
    background: rgba(220, 53, 69, 0.7);  
}

/* Icon styling */
.notification i {
    margin-right: 10px;
    font-size: 1.5rem;
}

/* Links in the notification */
.notification a {
    color: #f8f9fa;
    text-decoration: underline;
}

/* Make the container responsive */
@media (max-width: 767px) {
    .notification-container {
        width: 90%;
    }
}

.page-headings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 7px 15px;
    background: #383737;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    position: fixed; 
    top: 0; 
    left: 0;
    z-index: 1000; 
}

body {
    margin-top: 60px; 
}
