#app_gifs_css_main_css { display: none; }

.gif-player-wrapper { display: inline-block; position: relative; border-radius: 2px; overflow: hidden; }
.gif-player-wrapper img, .gif-player-wrapper video { display: block; border-radius: 2px; }
.gif-player-wrapper .icn-process { height: 20px; width: 36px; background-color: rgba(255, 255, 255, .9); position: absolute; left: 50%; top: 50%; border-radius: 5px; margin-left: -18px !important; margin-top: -10px !important; }

.gifs-tooltip {
    position: absolute;
    z-index: 1100;
    background: #fff;
    width: 280px;
    height: 400px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 10px rgba(0, 0, 0, .35);
}

.gifs-tooltip:after, .gifs-tooltip:before {
    top: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.gifs-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.gifs-tooltip:before {
    border-color: rgba(188, 188, 188, 0);
    border-top-color: #BCBCBC;
    border-width: 8px;
    margin-left: -8px;
}

.gifs-tooltip-search { padding: 12px; position: relative; }
.gifs-tooltip-search input { width: 236px; }
.gifs-tooltip-content { padding: 2px; padding-top: 0; }
.gifs-tooltip-gif-container { cursor: pointer; }
.gifs-tooltip-header { position: absolute; width: 256px; height: 24px; padding: 8px 12px; top: 0; left: 0; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%); color: #fff; line-height: 16px; }
.gifs-tooltip-header a { color: #fff; }
.gifs-tooltip-category-wrapper { color: #fff; background-size: cover; display: inline-block; width: 136px; height: 70px; margin: 1px; border-radius: 2px; }
.gifs-tooltip-category { line-height: 70px; text-align: center; background-color: rgba(39, 123, 172, .8); border-radius: 2px; }
.gifs-tooltip-empty-1 { background: url(../../userevents/img/empty.png); background-size: cover; width: 123px; height: 171px; margin: 60px auto 0 auto; }
.gifs-tooltip-empty-2 { background: url(../../userevents/img/empty2.png); background-size: cover; width: 83px; height: 176px; margin: 60px auto 0 auto; }
.gifs-tooltip .scrollbar-bottom { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); height: 10px; }
.gifs-tooltip-empty-text { text-align: center; margin-top: 15px; color: #9aa8af; font-size: 16px; }