body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #f4f4f4;
}

.bg-image {
    background-image: url("../images/bg.jpeg");
    background-repeat: no-repeat;
    background-size: 100vw auto;
    background-attachment: fixed;
    background-position: center center;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    min-height: 100vh;
    min-width: 100vw;
    position: fixed;
    z-index: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-item a {
    margin: 0 10px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(139, 139, 139);
    border-bottom: 3px solid transparent;
}

a.nav-link {
    font-size: 14px !important;
    font-weight: 600;
    color: rgb(139, 139, 139);
}

.nav-item a.active {
    border-bottom: 3px solid #01c10d;
    color: #333;
}

.nav-item a:hover {
    border-bottom: 3px solid #01c10d;
    color: #333;
}

.text-success {
    color: #01c10d !important;
}

.table-scroll tbody {
    display: block;
    height: 440px;
    overflow: auto;
}

.table-scroll thead,
.table-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-scroll thead {
    width: calc(100%);
}

.table-scroll table {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.wrapper {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    min-height: 95vh;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.input-group-text {
    padding: 0.375rem 1.5rem;
}

.playMatch {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

footer .link-section {
    font-size: 20px;
}

.btn-success {
    background-color: #00c20b;
    border-color: #00c20b;
}

.bg-success {
    background-color: #00c20b !important;
    border-color: #00c20b !important;
}

.game-checker input[type="radio"]:checked+label {
    background-color: #00c20b !important;
    border-color: #00c20b !important;
}

.btn-facebook {
    width: 150px;
    background-color: #4267b2;
    border-color: #4267b2;
}

.btn-twitter {
    width: 150px;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.image-banner {
    width: 100%; height : 480px;
}

@media (max-width: 1050px) {
    .image-banner {
        width: 100%;
        height : 220px;
    }
    .table-scroll {
        overflow: scroll;
        width: 100%;
    }

    .table-scroll .table-responsive {
        width: 1000px;
    }

    .bg-image {
        background-size: auto 100vh;
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}
