﻿html {
    background-color: #393a3c !important;
}

body {
    background: none !important;
}

footer {
    background-color: #3f4145 !important;
}

.container-header {
    width: 100%;
    height: 100%;
}

.header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .header .header-content {
        padding: 10.5% 0;
        background-position: center !important
    }

        .header .header-content h5 {
            font-size: 1rem
        }

        .header .header-content h4 {
            font-size: 2rem
        }

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {

    .header {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .header .header-content {
            padding: 10.5% 0;
            background-position: center !important
        }

            .header .header-content h5 {
                font-size: 1rem
            }

            .header .header-content h4 {
                font-size: 2rem
            }
}

@media only screen and (-webkit-min-device-pixel-ratio:4) {

    .header {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .header .header-content {
            padding: 10.5% 0;
            background-position: center !important
        }

            .header .header-content h5 {
                font-size: .75rem
            }

            .header .header-content h4 {
                font-size: 2rem
            }
}

@media only screen and (max-width:400px) and (orientation:portrait) {
    .header {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .header .header-content {
            padding: 10.5% 0;
            background-position: center !important
        }

            .header .header-content h5 {
                font-size: .75rem
            }

            .header .header-content h4 {
                font-size: 2rem
            }
}

@media only screen and (min-width:321px) and (max-width:768px) and (-webkit-device-pixel-ratio:2) {

    .header {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .header .header-content {
            padding: 10.5% 0;
            background-position: center !important
        }

            .header .header-content h5 {
                font-size: 1rem
            }

            .header .header-content h4 {
                font-size: 2rem
            }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {

    .header {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .header .header-content {
            padding: 8.5% 0;
            background-position: center !important
        }

            .header .header-content h5 {
                font-size: 1rem
            }

            .header .header-content h4 {
                font-size: 2rem
            }
}

@media only screen and (min-device-width:200px) and (max-device-width:991px) {
}

@media only screen and (min-device-width:992px) and (max-device-width:1024px) {
}

@media(max-width:378px) {
}

.betnbet-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/*@media (max-width: 991.98px) {
    .navbar:not(.top-nav-collapse) {
        background: #1c2631 !important;
    }
}*/

/*@media (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto;
    }
}*/

.navbar {
    background-color: transparent;
}

.scrolling-navbar {
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: #1c2631 !important;
    /*background-color: #667490 !important;*/
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #667490;
    }
}

/* navbar icons align with nav items */
.nav-link .fa,
.nav-link .fab,
.nav-link .fad,
.nav-link .fal,
.nav-link .far,
.nav-link .fas,
.social .fab {
    line-height: inherit !important;
}

/*.side-nav .fa-angle-down.rotate-icon {
    top: 0 !important;
}*/

.side-nav .collapsible a {
    font-size: .9rem !important;
}

/* Login modal style */
.form-dark .font-small {
    font-size: 0.8rem;
}

.form-dark [type="radio"] + label,
.form-dark [type="checkbox"] + label {
    font-size: 0.8rem;
}

    .form-dark [type="checkbox"] + label:before {
        top: 2px;
        width: 15px;
        height: 15px;
    }

.form-dark .md-form label {
    color: #fff;
}

.form-dark input[type=email]:focus:not([readonly]) {
    border-bottom: 1px solid #00C851;
    -webkit-box-shadow: 0 1px 0 0 #00C851;
    box-shadow: 0 1px 0 0 #00C851;
}

    .form-dark input[type=email]:focus:not([readonly]) + label {
        color: #fff;
    }

.form-dark input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #00C851;
    -webkit-box-shadow: 0 1px 0 0 #00C851;
    box-shadow: 0 1px 0 0 #00C851;
}

    .form-dark input[type=password]:focus:not([readonly]) + label {
        color: #fff;
    }

.form-dark input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #fff;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-dark input[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #00c851 #00c851 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-dark .modal-header {
    border-bottom: none;
}

/* Remove autofill background */
@-webkit-keyframes autofill {
    to {
        /*color: #666;*/
        background: transparent;
    }
}

@keyframes autofill {
    to {
        /*color: #666;*/
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

h5 {
    letter-spacing: 3px;
}

.sn-bg-1 {
    background-image: url(/backend/images/front-page/sidenav1.jpg);
}

.sn-bg-2 {
    background-image: url(/backend/images/front-page/sidenav2.jpg);
}

.sn-bg-3 {
    background-image: url(/backend/images/front-page/sidenav3.jpg);
}

.sn-bg-4 {
    background-image: url(/backend/images/front-page/sidenav4.jpg);
}

/* Theme colors */
.bg-color1 {
    background-color: #384b5f !important;
}

.bg-color2 {
    background-color: #214a80 !important;
}

.bg-color3 {
    background-color: #242527 !important;
}

.bg-color4 {
    background-color: #1a385a !important;
}

.bg-color5 {
    background-color: #212322 !important;
}

.bg-color6 {
    background-color: #f1d900 !important;
}

.bg-color7 {
    background-color: #000 !important;
}

.bg-color8 {
    background-color: #242527 !important;
}

.bg-color9 {
    background-color: #393a3c !important;
}

.bg-color10 {
    background-color: #3a4f66 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.text-color1 {
    color: #f1d900 !important;
}

.text-color2 {
    color: #f1ff00 !important;
}

.text-color3 {
    color: #993300 !important;
}

.text-color4 {
    color: #b2e300 !important;
}

.text-color5 {
    color: #f7b924 !important;
}

.facebook-icon-color {
    color: #3b5998 !important;
}

.instagram-icon-color {
    color: #ac2bac !important;
}

.btc-icon-color {
    color: #f7931a !important;
}

.zelle-icon-color {
    color: #9511DE !important;
}

.discover-icon-color {
    color: #ec6b29 !important;
}

.amex-icon-color {
    color: #006fcf !important;
}

.visa-icon-color {
    color: #1434CB !important;
}

.master-card-icon-color {
    color: #FF5F00 !important;
}

.btn-yellow {
    color: #000 !important;
    background-color: #f1d900 !important;
}

.btn-yellow1 {
    color: #fff !important;
    background-color: #f7b924 !important;
}

.btn-outline-yellow {
    color: #f1d900 !important;
    background-color: transparent !important;
    border: 2px solid #f1d900 !important;
}

.cyan-skin .side-nav {
    background-color: #fd668c !important;
}

/*.navbar .nav-item .nav-link:hover {
    color: #e03434 !important;
}*/

.overlay .mask:hover {
    cursor: pointer !important;
}

.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 25px;
    }

    .custom-shape-divider-bottom .shape-fill {
        fill: #000000;
    }

.custom-shape-divider-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 25px;
    }

    .custom-shape-divider-top .shape-fill {
        fill: #000000;
    }

.jarallax {
    position: relative;
    z-index: 0;
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.man-img {
    width: 100%;
    height: 40rem;
    overflow: hidden;
    position: relative;
}

    .man-img img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
    }

.section3.img-thumbnail, .section3.img-fluid {
    width: 80%;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.box-height {
    height: 500px;
}

.bit-img {
    width: 30%;
    height: auto;
    border-radius: 2px;
}

#section5 {
    background-color: red !important;
}

.img-rounded-1 {
    border-radius: 5px !important;
}

#casino .container {
    padding-top: 100px !important;
}

#live-casino .container {
    padding-top: 100px !important;
}

#bonuses-description .container {
    padding-top: 90px !important;
}

#racebook-description .row {
    padding-top: 10rem !important;
}

@media (max-width: 460px) {
    #racebook-description .row {
        padding-top: 5rem !important;
    }
}

@media (max-width: 550px) {
    #american-footbal-rules .row {
        padding-bottom: 5rem !important;
    }
}

@media (max-width: 767px) {
    #casino .container {
        padding-top: 10rem !important;
    }

    #american-footbal-rules .row {
        padding-top: 5rem !important;
    }
}

.social-network {
    cursor: pointer !important;
}

.select-wrapper input.select-dropdown {
    line-height: 2.3rem !important;
}

#loading {
    background: url('/backend/images/loading2.gif') rgba(0, 0, 0, 0.815) no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* Remove autofill background */
/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0px 0px 0px 100px white unset !important;
    box-shadow: 0px 0px 0px 100px white unset !important;
    background-color: transparent !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #f7b924 !important;
    color: #f7b924 !important;
}*/

/*.list-unstyled {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}*/

/**
 * @bugfix Prevent webkit from removing list semantics
 * https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html
 * 1. Add a non-breaking space
 * 2. Make sure it doesn't mess up the DOM flow
 */
/*.list-unstyled > li:before {
        content: "\200B";*/ /* 1 */
/*position: absolute;*/ /* 2 */
/*}*/
