@import url("https://fonts.googleapis.com/css?family=Titillium+Web");

* {
    font-family: "Titillium Web", sans-serif;
}

body,
html {
    /* overflow-x: unset; */
    width: 100%;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.img-center-contact {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.navbar .navbar-brand {
    font-size: 20px;
}

.navbar .nav-item {
    padding: 3px 5px;
}

.navbar .nav-link {
    font-size: 15px;
    color: white;
}

.fa-bars {
    color: #007bff;
    font-size: 30px;
}

.bg-black {
    background: #222;
}

.bg-home {
    background-image: url('../../storage/images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    /*background-attachment: fixed;*/
    padding-bottom: 20px;
}

* {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    .no-mob {
        display: none;
    }

    .table-draw {
        float: center;
        align-items: center;
        margin: auto;
    }
}

.content {
    margin-top: 10vh
}

.everyday {
    color: #CF1319;
    font-size: 5vh
}

.next-draw {
    color: #fff;
    font-size: 4vh;
    text-shadow: 2px 2px 4px #000000;
}

.time {
    height: 10vh;
    margin-top: 10px;
    padding-left: 1%
}

.time span {
    height: 100%;
    font-size: 5vh;
    background: #fff;
    padding: 10px;
    border-radius: 3px
}

.time label {
    height: 100%;
    font-size: 5vh;
    padding: 5px;
    border-radius: 3px;
    color: #fff
}

.periode {
    margin-top: 20px
}

.periode span {
    color: #fff;
    font-size: 90%;
    text-shadow: 2px 2px 4px #000000;
}

.card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.prize {
    background: #10437A;
    margin: 0px
}

.text-result {
    font-size: 7vh;
    color: #CF1319;
    text-align: center
}

.more {
    margin-top: 10px;
    float: right;
    right: 0px;
    border-bottom: solid 2px;
    color: #fff;
    font-weight: normal;

}

.more a {
    color: #fff;
    border-bottom: none;
    text-decoration: none;

}

.more:hover {
    cursor: pointer;
}

.img-guide {
    height: 6em;
}


.user-guide {
    margin-top: 30px;
}

.guide-line {
    border-bottom: solid gray 2px;
}

.guide-lines {
    border-bottom: solid #EDEDED 2px;
}

.text-userguide {
    font-size: 4vh;
    font-weight: bold;
}

.text-userguides {
    font-size: 3vh;
    font-weight: bold;
}

.image-responsive {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-normal {
    font-weight: 200px;
    font-style: normal;
    font-weight: normal;
    font-size: 80%;
    font-weight: bold;
    color: gray
}

/*ipad*/
@media only screen and (max-width: 768px) {
    .line {
        border-top: solid #fff;
        border-bottom: solid #fff;
    }

    .table-draw {
        float: center;
        align-items: center;
        margin: auto;
    }

    .text-result {
        font-size: 3vh;
        color: #CF1319;
        text-align: center
    }

    .text-userguide {
        font-size: 3.5vh;
        font-weight: bold;
    }

    .img-guide {
        height: 4em;
    }
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
    .table-draw {
        float: center;
        align-items: center;
        margin: auto;
    }

    .text-result {
        font-size: 3vh;
        color: #CF1319;
        text-align: center
    }

    .img-guide {
        height: 5em;
    }
}

.footer {
    background: #000;
    padding: 10px
}

.kontent-footer {
    height: 100%
}

.btn-login {
    background: #CF1319;
    color: #000;
    border-radius: 10px;
    text-align: center
}

.btn-buy {
    background: #fff;
    color: #000;
    border-radius: 10px;
    text-align: center
}

.row-center {
    border-radius: 7px;
    border: solid 2px;
    background: #D2D2D2;
    padding: 5px
}

.row-result {
    width: 100px
}

#datatable thead {
    background: #000;
    color: #fff
}

#datatable {
    background: #fff;
    border: solid;
}

.text-prize {
    font-size: 1.8vh
}

@media only screen and (min-width:769px) {
    .line {
        border-left: solid #fff;
        border-right: solid #fff
    }
}

a:hover {
    text-decoration: none;
}

.text-dropdown {
    background: #CF1319;
    color: #000;
    border-radius: 10px;
    text-align: center;
    padding: 8px
}

.text-dropdown option {
    color: #000;
    background: #fff
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
