﻿.xvideo {
    display:none;
}

.w3-tealf{
    color: #fff !important;
    background-color: rgba(2, 119, 128, 0.5019607843137255) !important;
}

.w3-tealv{
    color: #fff !important;
    background-color: rgba(89, 2, 128, 0.5019607843137255) !important;
}

.slickslide w3ls_news_grid {
    border: solid #25283a8a;
    border-radius: 10px;
    padding: 10px;
}

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.popup-content {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.close-btn {
    position: absolute;
    top: 100px;
    right: 50px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


.round-button {
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 14px;
    padding-left: 8px;
    line-height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .round-button:hover {
        background-color: rgba(0,0,0,0.8);
        box-shadow: 0px 0px 10px rgba(255,255,100,1);
        text-shadow: 0px 0px 10px rgba(255,255,100,1);
        color:greenyellow;
    }

.hplay {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .hplay:hover {
        background: rgba(0, 0, 0, 0.32);
    }

.fixselector {
    position: fixed;
    top: -16px;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 10;
}
 
