::-webkit-scrollbar-track {
    /* 	-webkit-box-shadow: inset 0 0 6px rgb(9, 32, 70); */
    background-color: #0db2b2;
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(9, 32, 70)),
            color-stop(0.72, rgb(9, 32, 70)),
            color-stop(0.86, rgb(9, 32, 70)));
}

.header__menu-item .fa {
    font-size: 15pt;
    color: grey !important;
}

.btn_fa {
    font-size: 15pt;
    color: black;
    cursor: pointer;
}

#subscribe-form input {
    padding: 2px 0px 0px 0px;
    height: 40px;
    font-size: 10pt;
}

html {
    overflow: auto !important;
}

.breadcrumb__item {
    white-space: normal !important;
}

.ads {
    overflow: hidden;
}

.ads--md {
    width: 500px;
    max-width: 100%;
    height: 140px;
}

.sidebar__ads-content .ad-link-with-img {
    width: auto;
    max-width: 100%;
    height: 140px;
    display: block;
    background-size: 100% 100%;
}

.ads--md .ad-link-with-img {
    width: 500px;
    max-width: 100%;
    height: 140px;
    display: block;
    background-size: 100% 100%;
}

.ad-link-with-img img {
    width: 100%;
}

.ads .ad-img {
    height: inherit;
    width: 100%;
}

.article-img {
    border-radius: 12px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 180px;*/
    margin: 0 0 24px;
}

.sidebar__ads-content {
    height: auto;
    background-color: none;
}

/* .news-box__item-img{
        min-height:200px;
    } */

.videos-box__item {
    height: 200px;
}

@media (min-width: 700px) {
    .article-img {
        width: 100%;
    }
}

.news-box__item-title {
    height: auto;
}

.ads--lg {
    height: auto;
}

.article__dates {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article__date span {
    float: left;
    margin: 0 30px 0 0;
}

.article_author {
    font-size: 14px;
    color: green;
    font-weight: bold;
    width: 100%;
    text-align: right;
}

.article_author span:nth-child(1) {
    margin: 0px 0px 0px 0px;
}

.article_author span:nth-child(2) {
    float: left;
    margin: 0px 20px 0px 0px;
}

.article_views {
    font-size: 14px;
    color: rgb(71, 40, 207);
    font-weight: bold;
    width: 100%;
    text-align: right;
}

.article_views span:nth-child(1) {
    margin: 0px 0px 0px 0px;
}

.article_views span:nth-child(2) {
    float: left;
    margin: 0px 20px 0px 0px;
}

.ads--md {
    height: auto;
}

@media (max-width: 700px) {
    .article_author span:nth-child(1) {
        margin: 0px 50px 0px 0px !important;
    }

    .article_views span:nth-child(1) {
        margin: 0px 50px 0px 0px !important;
    }
}




.social_ads_container h1 {
    font-size: 1.5rem;
    text-align: center;
    /*     border:3px dashed #00c9ff; */
    border-radius: 20px;
    padding: 6px;
    color: #00c9ff;
    animation: coloring 5s linear;
    animation-iteration-count: infinite;
    cursor: pointer;
    user-select: none;
}

.social_ads_container h2 {
    font-size: 1.3rem;
    text-align: center;
    border-radius: 20px;
    padding: 6px;
    color: #00c9ff;
    cursor: pointer;
    user-select: none;
}

@keyframes coloring {
    0% {
        color: #00c9ff;
        background: #fff;
    }

    50% {
        color: #fff;
        background: #00c9ff;
    }
}

.social_ads_list_container ul {
    list-style: none;
    width: auto;
}

.social_ads_list_container ul li {
    /*     border:1px dashed #30b5dd; */
    padding: 5px;
    width: 80%;

}

.social_ads_list_container ul li {
    color: #fff;
    background: #00c9ff;
    cursor: pointer;
    user-select: none;
}

.social_ads_list_container ul li:hover {
    color: #00c9ff;
    background: #fff;
    font-size: 15pt;
}

/* VOTING */
.vote_event {
    background: #fff;
}

.event-name {
    background: #fff;
}

.event-about {
    background: #fff;
}

.vote-event-name {
    background: #007db9;
    font-weight: bold;
    text-align: center;
    font-size: 21pt;
    color: #fff;
}

.vote-event-about {
    /* background: #ffa; */
}

.voting-area {
    border: 1px solid black;
}

.voting-area .col-sm-4 {
    border: 1px solid #003da542;
}

.member-name {
    font-weight: bold;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.member-about {
    background: #dedede;
    margin: -0px -15px -0px -15px;
    height: 130px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;

}

.member-about::-webkit-scrollbar {
    width: 1px;

}

.member-votes {
    text-align: center;
    padding: 20px;
    user-select: none;

}

.member-vote {
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: 20px;
    background: #259a07;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
}

.member-img {
    text-align: center;
}

.member-img img {
    width: auto;
    max-height: 200px;
}