﻿.textResizer {
    padding: 15px 0 10px;
    display: flex;
    align-items: center;
}

.bodyContentMainParent iframe {
    /*    width: 100%;
                aspect-ratio: 16 / 9;
                border: 0;
                height: 100%; */
}

.bodyText * {
    /*font-size: inherit !important;*/
    line-height: 1.5;
    font-family: cairo !important;
}

.bodyText img {
    padding-bottom: 10px;
}

.newsDetails .firstColumn .imgContainer:first-of-type {
    margin-bottom: 15px;
}

/* Tooltip styling */
.tooltip {
    position: absolute;
    top: 100%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: 1000;
}

    .tooltip.show {
        display: block !important;
        opacity: 1;
    }

figcaption {
    font-style: italic;
    font-size: 14px;
    color: gray;
    text-align: center;
    margin-top: 5px;
}

.readMoreSection {
    margin-bottom: 50px;
}

.bottom-loader {
    display: none;
    text-align: center;
    margin: 20px 0;
}

    .bottom-loader .spinner {
        display: inline-block;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #39c0f3;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.sh_embed {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #222;
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    .sh_embed * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sh_embed .sh-embed-bg {
        position: absolute;
        width: 110%;
        height: 110%;
        top: -5%;
        left: -5%;
        z-index: -1;
        background-color: rgba(0,0,0,.8);
    }

        .sh_embed .sh-embed-bg .imgInfo {
            display: none;
        }


    .sh_embed #embed_article {
        display: none;
    }

    .sh_embed .sh-embed-img {
        display: block;
        zoom: 1;
        opacity: .5;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        image-rendering: optimizeSpeed;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        filter: progid:DXImageTransform.Microsoft.Blur(pixelamount=5);
    }

    .sh_embed img {
        display: block;
        zoom: 1;
        opacity: .5;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        image-rendering: optimizeSpeed;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        filter: progid:DXImageTransform.Microsoft.Blur(pixelamount=5);
    }

    .sh_embed .sh-embed-meta {
        width: 100%;
        padding: 70px 30px 80px;
        text-align: center;
    }

@media (max-width: 755px) {
    .sh_embed .sh-embed-meta {
        padding: 50px 24px 60px;
    }
}

.sh_embed .sh-embed-meta .sh-embed-title,
.sh_embed .sh-embed-meta .sh-embed-subtitle,
.sh_embed .sh-embed-meta .sh-embed-btn {
    margin: 0;
    padding: 0;
    opacity: 1;
    font-style: normal;
}

.sh_embed .sh-embed-meta .sh-embed-title {
    margin: 0;
    opacity: 1;
    color: white;
    line-height: 1.1;
    font-size: 50px;
    font-weight: bold;
}

@media (max-height: 820px), (max-width: 1100px) {
    .sh_embed .sh-embed-meta .sh-embed-title {
        font-size: 40px;
    }
}

@media (max-height: 720px), (max-width: 755px) {
    .sh_embed .sh-embed-meta .sh-embed-title {
        font-size: 28px;
    }
}

.sh_embed .sh-embed-meta .sh-embed-subtitle {
    max-width: 600px;
    margin: 10px auto;
    opacity: 1;
    color: white;
    line-height: 1.4;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

@media (max-height: 820px), (max-width: 1100px) {
    .sh_embed .sh-embed-meta .sh-embed-subtitle {
        font-size: 16px;
    }
}

@media (max-height: 720px), (max-width: 755px) {
    .sh_embed .sh-embed-meta .sh-embed-subtitle {
        font-size: 14px;
    }
}

.sh_embed .sh-embed-meta .sh-embed-btn {
    display: block;
    width: 160px;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 2px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .sh_embed .sh-embed-meta .sh-embed-btn:hover {
        border: none;
        background: #fff;
        text-decoration: none;
    }

@media (max-height: 720px), (max-width: 755px) {
    .sh_embed .sh-embed-meta .sh-embed-btn {
        font-size: 14px;
        width: 120px;
        padding: 8px;
    }
}

.sh_embed iframe {
    display: block;
    padding: 0;
    border: 0;
    background-color: #222;
}

.sh_embed .sh-embed-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    bottom: 25px;
    right: 25px;
    width: 86px;
    height: 35px;
    padding: 5px 10px 5px 8px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: sans-serif;
    cursor: pointer;
}

    .sh_embed .sh-embed-close span {
        display: inline-block;
        margin-right: 5px;
        font-size: 18px;
        font-weight: normal;
        vertical-align: middle;
        color: #fff;
    }

    .sh_embed .sh-embed-close:hover,
    .sh_embed .sh-embed-close:active {
        border: none;
        background-color: rgba(0, 0, 0, 0.8);
    }


.protected-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

    .protected-content img {
        pointer-events: none;
        -webkit-user-drag: none;
        user-drag: none;
    }