.sharing-icons{
    display: flex !important;
    justify-content: space-around !important;
    margin-bottom: 1em;
}
a[class^="bg-"] {
    border-radius: 50%;
}
a[class^="bg-"] img{
    height:25px !important;
    width: 25px !important;
}

.video-stream-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-stream-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-stream-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-stream-container .thumbnail {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.video-stream-container img.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    z-index: -1;
}

.video-stream-container .play-icon {
    max-width: 30%;
    cursor: pointer;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #000000e0;
    border-radius: 50%;
    width: 103px;
    height: 103px;
    transition: 0.2s all;
    transform: scale(1.0);
    opacity: 1;
}

.video-stream-container .thumbnail:hover .play-icon {
    background: rgb(228, 61, 88);
    transform: scale(1.2);
}

.video-stream-container .thumbnail:hover .play-icon:hover {
    background: rgb(173, 52, 87);
}

.video-stream-container .play-icon.explode {
    transition: 0.3s all;
    opacity: 0;
    width: 130px;
    height: 130px;
}

.video-stream-container .play-icon img {
    width: 22px;
    margin-left: 9px;
    transition: 0.2s all;
}

.video-stream-container .thumbnail:hover .play-icon img {
    width: 30px;
}

.yt-overlay-main {
    position: absolute;
    width: 100%;
    height: calc(100% - 47px);
    z-index: 2;
    cursor: pointer;
}

.yt-overlay-sub {
    position: absolute;
    width: 110px;
    height: 34px;
    bottom: 0;
    right: 50px;
}

.yt-overlay-fullscreen {
    position: absolute;
    width: 50px;
    height: 34px;
    bottom: 2px;
    right: 6px;
}


@media only screen and (max-width: 535px) {
    .video-stream-container .play-icon {
        width: 81px;
        height: 81px;
        background: rgb(228, 61, 88);
    }

    .video-stream-container .play-icon img {
        margin-left: 7px;
        width: 20px;
    }

    .video-stream-container .thumbnail:hover .play-icon img {
        width: 23px;
    }

    .video-stream-container .play-icon.explode {
        width: 100px;
        height: 100px;
    }
}

.mt-btn-primary, .mt-btn-disabled {
    font-size: 20px;
    height: 45px;
    padding: 0px 32px;
    gap: 12px;
}

.mt-btn-primary .material-symbols-outlined {
    color: var(--White);
    font-size: 22px; 
    margin-top: 1px;
}

.mt-btn-disabled .material-symbols-outlined {
    color: var(--SecondaryText);
    font-size: 22px;
    margin-top: 1px;
}

.material-symbols-outlined.listing {
    color: #ffffffd1;
    font-size: 22px;
    margin-right: 10px;
}

.info-country {
    margin-top: 16px!important;
}