* {
    margin: 0;
    border: 0;
    padding: 0;
}

i {
    font-size: 21px;
    cursor: pointer;
    margin: 0 10px 0 10px;
}

.navbar {
    z-index: 4;
}

.credit {
    display: none;
}

.loaderSvg {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 40%;
    vertical-align: center !important;
    horiz-align: center !important;
    align-content: center !important;
    justify-content: center !important;
    text-align: center !important;
    overflow: hidden !important;
}

#loader{
    display: none;
    position: fixed;
    width: 100vw !important; height: 100vh !important;
    z-index: 10000 !important;
    background-color: #2c4869 !important;
}

#mceu_62 {
    display: none !important;
}

#mceu_63 {
    display: none !important;
}

.channelCardMainDiv {
}

.channelPlayWrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #2c4869;
    max-width: 100% !important;
}

.channelPlayButtonDiv {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    max-width: 100% !important;
}

.channelPlayImage {
    width: 125px;
    height: 125px;
    max-width: 80% !important;
}

.channelImageDiv {
    position: relative;
    width: auto;
    max-width: 100% !important;
    max-height: 100%;
    height: 150px;
    padding: 5px;
    border-bottom: 1px grey inset;
}

.channelImage {
    max-width: 75% !important;
    max-height: 100%;
}

.playerChannelImage {
    width: 100px;
    height: 50px;
    margin-right: 10px;
}

.channelCard:hover .channelPlayWrapper{
    animation-name: opacityZeroToFull;
    animation-duration: 0.5s;
    display: inline;
}

.filter-pill {
    background-color: #2c4869;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 22px;
    border: 1px solid #a2a2a2;
    border-radius: 12px;
    cursor: pointer;
}

.commentBox {
    background-color: #efefef;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.commentText {
    font-size: 16px;
    word-wrap: break-word;
}

.commentDate {
    font-size: 12px;
    margin-top: 10px;
}

.pagination {
    display: flex;
    flex-direction: row;
}

.page-item {
    margin: 5px 10px;
    border-radius: 12px;
    -webkit-box-shadow: -5px 4px 37px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 4px 37px -19px rgba(0,0,0,0.75);
    box-shadow: -5px 4px 37px -19px rgba(0,0,0,0.75);
}

.page-item.active .page-link {
    background-color: #2c4869;
    border: 0;
    color: white;
}

.page-link:hover {
    background-color: #2c4869;
    color: white;
}

.page-link {
    text-decoration: none !important;
    color: black;
}

.page-item.disabled {
    color: black;
}

.notFound404 {
    font-size: 128px;
    font-weight: bold;
    color: white;
}

.pageNotFoundText {
    font-size: 32px;
    color: white;
}

.goBackToHomePage {
    background-color: white;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    color: #2c4869;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
}

.notFoundImage {
    margin: auto;
    display: block;
    width: 500px;
    height: 375px;
}
@keyframes opacityZeroToFull {
    from {opacity: 0;}
    to {opacity: 1;}
}

@media (max-width: 599px) {
    .channelCard {
        max-width: 300px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 600px) {
    .channelCard {
        max-width: 300px;
    }

    .loaderSvg {
        left: 35%;
    }
}

@media (max-width: 800px) {
    .channelCard {
        max-width: 250px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .loaderSvg {
        left: 40%;
    }
}

@media (max-width: 1000px) {
    .channelCard {
        max-width: 250px;
    }

    .loaderSvg {
        left: 43%;
    }
}

@media (max-width: 1200px) {
    .channelCard {
        max-width: 250px;
    }

    .loaderSvg {
        left: 41%;
    }
}


@media (min-width: 1200px) {
    .channelCard {
        max-width: 225px;
    }

    .loaderSvg {
        left: 44%;
    }
}

@media (min-width: 1300px) {
    .loaderSvg {
        left: 47%;
    }
}
