.icon-wrapper svg {
    width: 20px;
    height: auto; 
}
.d-flex{
    display: flex;
}
.flex-1{
    flex: 1;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-items-center{
    align-items:center;
}
.gap-10{
    gap:10px;
}
.p-relative{
    position: relative
}
.overlayer{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1
}
.z-9{
    z-index: 9
}
.apps-blog-post-box-meta-114 {
    justify-content: space-around;
}
.flex-direction-column{
    flex-direction: column;
}
.m-auto{margin:auto;}
.my-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
/* video-popup Addon
*/
#video-popup-container {
        display:none;
        position: fixed;
        z-index: 996;
        width: 60%;
        left: 50%;
        margin-left: -30%;
        top: 20%;
        background-color: #fff;
    }

    #video-popup-close {
        cursor: pointer;
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 998;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        text-align: center;
        font-size: 12px;
        background-color: #000;
        line-height: 25px;
        color: #fff;
    }

    #video-popup-iframe-container {
        position: absolute;
        z-index: 997;
        width: 100%;
        padding-bottom: 56.25%;
        border: 2px solid #000;
        border-radius: 2px;
        background-color: #000;
    }

    #video-popup-iframe {
        z-index: 999;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000;
    }

    #video-popup-overlay {
        display: none;
        position: fixed;
        z-index: 995;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.8;
        width: 100%;
        height: 100%;
    }

    #video-popup-close:hover {
        color: #DE0023;
    }