.dlp-grid-card{border:1px solid #e5e5e5;}
.dlp-grid-card-content{justify-content: space-between;}
.dlp-icon.close svg{position: fixed;width: 65px;top:2%;right: 2%;opacity:1;}
.dlp-grid-card-title a{color:#000000;cursor:default;pointer-events:none;}
.dlp-download-link.obgproject-popup-trigger{border:none;justify-content:center;background:#578a8a;color:#ffffff;border-radius:7px;padding:0;}
.dlp-grid-card-document-link-wrap, .content-social{display:none !important}
.obgproject-popup{background-color:#ffffff;opacity:1;position: fixed;top:0;right:0;padding:0;width:100%;height:100%;z-index:999999;margin:auto;align-items:center;justify-content:center;overflow: hidden;padding-top: 56.25%;}
.responsive-iframe{position: absolute;width: 100%;height: 100%;margin:auto;top:2%;left:0;}
.obg-close{color:#000000;font-weight:700;font-size:60px;position:absolute;top:4%;right: 2%;cursor:pointer;z-index:99999;width:100px;height:100px;text-align:right;}
#search-quizzes{
    margin-left: 10px;
    background: #578a8a;
    border: none;
    color: white;
    padding: 5px 15px;
}
#quizzes-search-phrase{
    padding: 5px 15px;
}
.quizzes-filters-wrapper{
    display: flex;
    align-items: center;
}
.quizzes-filters-wrapper #reset-quizzes{
    display: flex;
    margin: 0 10px;
    align-items: center;
}
.quizzes-filters-wrapper #reset-quizzes svg{
    fill: currentColor;
    height: 15px;
    margin-right: 6px;
    width: 15px;
}

@media only screen and (max-width:768px){
    .obgproject-popup{height:100%;top:50px;left:0;width:100%;}
    .responsive-iframe{top:5%;width:100%}
    .obg-close{
        top:-15px;
        right:10px;
    }
    .quizzes-filters-wrapper{
        flex-wrap: wrap;
    }
    #search-quizzes{
        margin: 12px 0 0 0;
    }
    #quizzes-search-phrase{
        width:100%;
    }
    #search-quizzes{
        margin:10px 0 0 0;
        width: 70%;
    }
    .quizzes-filters-wrapper #reset-quizzes{
        width: 20%;
    }
}