.navbar {
    background-color: #333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-table th {
    font-size: 1vw;
    padding: 5px;
}

.toggleHideShow {
    display: none;
}

@media (max-width: 768px) {
    .custom-table th {
        font-size: 3vw;
        padding: 5px;
    }

}

.navbar .navbar-nav .nav-item .nav-link {
    color: white;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
}

.navbar .navbar-nav .nav-item .nav-link span {
    background-color: red;
    padding: 3px;
    border-radius: 50%;
    font-size: 14px;
}

.navbar-light .navbar-toggler {
    color: black;
    background-color: white;
    border-color: rgba(255, 255, 255, 0.6);
}

.donwload {
    border: 1px solid #ccc;
    border-radius: 20px;
}

.logo {
    color: #fff;
    font-weight: bold;
}

.logo img {
    height: 70px;
}

.icon {
    height: 25px;
}

.well {
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.well.margin {
    margin: 10px 0px;
}

.marquee {
    background-color: yellow;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    font-weight: bold;
    padding: 10px;
}

.slider {
    min-height: 60vh;
    background-color: #1b1b1b;
    color: white;
}

.slider img {
    height: 250px;
}

.brand {
    margin-top: 10px;
    display: flex;
    flex: 1;
    min-height: 60vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.result {
    margin-top: 10px;
    display: flex;
    flex: 1;
    height: 60vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.whatsapp {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
}

.whatsapp img {
    height: 60px;
    width: 60px;
}

.result h3 {
    font-weight: bold;
}

.result h1 {
    font-size: 8vw;
    font-weight: bold;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.8);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.horizontal-box {
    display: flex;
    overflow-x: auto;
    width: 100%;
    padding: 10px 10px 15px 0px;
}

.horizontal-box .box {
    width: 100px;
    height: 120px;
    margin: 5px;
    margin-right: 3px;
    min-width: 147px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
}

.horizontal-box .box .box-content {
    text-shadow: 1px 3px 6px #000;
}

.horizontal-box .box .box-content h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.horizontal-box .box .box-content p {
    margin-bottom: 0px;
}

.horizontal-box .box .icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.1);
}

.chart {
    margin-top: 20px;
}

.chart .chart-heading {
    padding: 50px 0px;
}

.chart .chart-heading h2 {
    color: #555;
}

.chart .box {
    margin: 10px 0px;
    color: white;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 19px #000;
}

.chart .box .layer {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.chart .box .result-box {
    padding: 20px;
}

.chart .box .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    background-color: rgba(0, 0, 0, 0.1);
}

.result-button {
    margin-top: 20px;
}

.btn-custom {
    color: white;
    margin-bottom: 20px;
}

.mobile_footer {
    display: none;
}

.btn-danger {
    background-color: red;
}

footer {
    background-color: #1b1b1b;
    padding: 20px;
    color: white;
    text-align: center;
}

@media (max-width: 768px) {
    .result h1 {
        font-size: 17vw;
    }

    .slider {
        height: 100vh;
    }

    .slider .row {
        flex-direction: column;
    }

    .brand {
        /* display: block; */
    }

    .result {
        /* display: block; */
    }

    .whatsapp {
        bottom: 70px;
    }

    .mobile_footer {

        position: fixed;
        bottom: 0px;
        height: 50px;
        width: 100%;
    }

    .mobile_footer .loginbtn {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        background-color: blue;
    }

    .mobile_footer .loginbtn a {
        padding: 12px 20px;
        color: white;
        text-align: center;
    }

    .mobile_footer .loginbtn a:hover {
        text-decoration: none;
    }

    .mobile_footer .playNow {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        background-color: red;
    }

    .mobile_footer .playNow a {
        padding: 12px 20px;
        color: white;
        text-align: center;
    }

    .mobile_footer .playNow a:hover {
        text-decoration: none;
    }
}