<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.discover-category-socket {
    padding: 10px
}

@media (max-width: 991px) {
    .discover-category-socket {
        padding: 6px
    }


}

.discover-folder-square-outer {
    display: block;
    width: 100%;
    /*padding-bottom: 100%; /* of width, ie. be square */
    padding-bottom: 85%;
    position: relative;
}

a.discover-folder-square-heading {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    color: white;
    text-decoration: none;
}

.discover-folder-square-heading&gt;div {
    display: table-cell;
    vertical-align: middle;
}

.discover-folder-square-heading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: background-color .2s ease-out;
}

.discover-folder-square-heading:hover:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.discover-folder-square-inner {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: arial, serif;
    font-size: 16px;
    //color: #fff;
    transition: border-color .2s ease-out;
    text-decoration: none;
}


/*
.discover-category-outer:hover .discover-folder-square-inner {
    border-color: rgba(0, 0, 0, 0.3);
}
.discover-category-outer:hover .discover-folder-square-inner&gt;b {
    text-decoration: underline;
}

*/

.discover-folder-square-inner b {
    font-size: 20px;
}



.discover-heading {
    font: 35px "Arial Black", arial-black, sans-serif;
}

.discover-subheading {
    font: 20px "Arial", sans-serif;
}

.discover-tabs {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    cursor: default;
}


.discover-category-form {
    height: 100%;
    padding: 20px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    font-family: arial, serif;
    font-size: 15px;
    color: #000000;
    transition: border-color .2s ease-out;
}

.show-folder table.search-box {
    width: 100%;
}

.show-folder .search-box-square {
    position: relative;
    width: 100%;
    padding-bottom: 85%;

    border: 1px solid #ddd;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;"
}

.show-folder .search-box-content {
    position: absolute;
    top: 1px; bottom: 1px; left: -1px; right: 0;
    background-color: #f5f5f5;

    border: 1px solid #ddd;
    border-left: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;

}

html li.folder-dropdown-item a {
    position: relative;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
}

html ul li.folder-dropdown-item a:hover {
    background-color: transparent;
}


li.folder-dropdown-item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

li.folder-dropdown-item a:hover:after {
    background-color: rgba(100, 100, 100, 0.2);
}

.discover-folder-square-plus {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
}

.discover-folder-square-heading:hover .discover-folder-square-plus {
    opacity: 0.5;
}

@media (max-width: 991px) {
    html .list-folders-small-padding {
        padding-right: 8px;
        padding-left: 8px;
    }
}
</pre></body></html>