.scroll {
    max-height: 365px;
    overflow-y: scroll;
    position: relative;
    /* overflow-y: hidden; */
    /* scrollbar-width: none; */
}

.bg-custom-dark {
    background: #1a252f;
}

.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}


/* width */

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


/* Track */

 ::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
    background: #fff;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    /* background: #1a252f; */
    background: #fff;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #B0BEC5;
}

.bg-dark2 {
    background: #2C3E50 !important;
}

@media (max-width: 1700px) {
    .w-badge {
        width: 23% !important;
    }
}

@media (max-width: 1600px) {
    .w-badge {
        width: 22% !important;
    }
}

@media (max-width: 1400px) {
    .w-badge {
        width: 40% !important;
    }
}

@media (max-width: 1200px) {
    .w-badge {
        width: 100% !important;
    }
}
    @media (max-width: 992px) {
    .w-badge {
        width: 100% !important;
    }
}
    @media (max-width: 768px) {
    .w-badge {
        width: 23% !important;
    }
}

/* #countMessage, #badgeDays, #badgeHours, 
#badgeMins, #badgeSecs {
    display: none;
} */

#countMessage {
    display: none;
}

#countDate {
    display: none;
}

#countMessage2 {
    display: none;
}