@media screen and (max-width: 786px) {
    swlri-geo-projects-filter {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100% !important;
        left: -100vw;
        background: white;
        transition: left 0.25s ease-out;
    }

    .swlri-geo-projects-toggle-mobile-filter {
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }

    swlri-geo-projects-filter.swlri-geo-projects-panel-filter-open {
        left:0;
        transition: left 0.25s ease-in;
    }

    .swlri-geo-projects-filter-header-title {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .swlri-geo-projects-filter-header-title > span {
        justify-content: center;
        height: 25px;
        width: 25px;
        padding: 8px;
        background: #005b7f;
        display: inline-flex
    ;
    }
}


.swlri-geo-projects-toggle-mobile-filter {
    display: none;
    margin-bottom:1em;
}

.swlri-geo-projects-toggle-mobile-filter > h4 {
    padding: 0;
}


.swlri-geo-projects-projects-container {
    display: flex;
    flex-direction: row;
    gap: 1em;
    position: relative;
}

swlri-geo-projects-filter {
    flex: 0 0 24%;
    min-width: 200px;
}

swlri-geo-projects {
    flex: 1 0 76%;
}

.swlri-geo-projects-filter-container {
    display: flex;
    flex-direction: column;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none;
}

.swlri-geo-projects-filter-arrow{
    width: 10px;
    display: inline-flex;
    align-items: center;
    cursor:pointer;
}

.swlri-geo-projects-filter-arrow.chev-down {
    width: 15px;
}

.swlri-geo-projects-filter-arrow.chev-right {
    width: 10px;
}

.swlri-geo-projects-filter-arrow svg{
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(262%) hue-rotate(256deg) brightness(117%) contrast(100%);
}

.swlri-geo-projects-filter-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.swlri-geo-projects-filter-header-clear {
    font-weight: 500;
    color: #888989;
}

.swlri-geo-projects-filter-header-clear:hover {
    cursor:pointer;
    text-decoration: underline;
}

.swlri-geo-projects-filter-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.swlri-geo-projects-filter-title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap:5px;
    background-color: #005b7f;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px;
    font-size: 0.9em;
}
.swlri-geo-projects-filter-values {
    max-height: 0;
    transition: max-height,margin 0.25s ease-out;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 0px;

}
.swlri-geo-projects-filter-expanded {
    max-height: 5000px;
    transition: max-height 0.25s ease-in;
    margin-bottom: 10px;
}

.swlri-geo-projects-text-filter {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 5px;
}

.swlri-geo-projects-text-filter-input{
    height:30px;
    font-size: 1em;
    min-width: 0px;
    max-width: 180px;
    flex: 1 0;
}

.swlri-geo-projects-text-filter-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #005b7f;
    display: inline-flex;
}

.swlri-geo-projects-text-filter-icon:hover {
    cursor:pointer;
    opacity:0.7;
}

.swlri-geo-projects-text-filter-icon > svg {
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(262%) hue-rotate(256deg) brightness(117%) contrast(100%);

}

.swlri-geo-projects-checkbox-filter {
    display: flex;
    align-items: flex-start;
}

.swlri-geo-projects-text-filter-checkbox {
    -webkit-appearance: none !important;
    appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    border: 2px solid #5b5b5b;
    padding: 9px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}

.swlri-geo-projects-text-filter-checkbox:active, .swlri-geo-projects-text-filter-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.swlri-geo-projects-text-filter-checkbox:checked {
    background-color: #005b7f42;
    border: 2px solid #005b7f;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
.swlri-geo-projects-text-filter-checkbox:checked:after {
         content: '\2714';
         font-size: 20px;
         position: absolute;
         top: -9px;
         left: 2px;
         color: #005b7f;
}

.swlri-geo-projects-results-container {
    display: flex;
    flex-direction: column;
    gap:1em;
    position: relative;
    align-items: center;
    width: 100%;
}

.swlri-geo-projects-results-header {
    width:100%;
}

.swlri-geo-projects-result-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 290px;
    border: 1px solid #c5c5c5;
    background-color: #f9f9f9;
}

.swlri-geo-projects-thumb-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    max-height: 100%;
    flex: 0 0 250px;
}


.swlri-geo-projects-info-container {
    display: flex;
    flex-direction: column;
    flex:1 1;
    justify-content: flex-start;
    padding-top: 1em;
    overflow: hidden;
}

.swlri-geo-projects-info-repository {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.swlri-geo-projects-info-note {
    display: block;
    max-height: 300px;
    padding-right: 1em;
}

.swlri-geo-projects-info-title {
    font-weight: bold;
    color: #3c78aa;
    font-size: 1.2em;
    padding-top: 10px;
    display: block;
    word-break: break-word;
}

.swlri-geo-projects-info-title:hover {
    text-decoration:underline;
    cursor:pointer;
    opacity:0.8;
} 

.swlri-geo-projects-info-icon {
    width:15px;
    display: inline-flex;
    align-items: center;
}


.swlri-geo-projects-results-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
}

.swlri-geo-projects-pagination-icon {
    display: inline-flex;
    align-items: center;
    width: 15px;
}

.swlri-geo-projects-pagination-icon svg {
    filter: brightness(0) saturate(100%) invert(35%) sepia(6%) saturate(242%) hue-rotate(169deg) brightness(90%) contrast(84%);
}

.swlri-geo-projects-pagination-icon:hover {
    cursor: pointer;
    opacity: 0.8;
}

.swlri-file-manager-browse-pagination-text {

}

.swlri-geo-projects-results-pagination-pages {
    display: flex;
    height: 100%;
    gap: 1em;
    padding: 5px;
    background-color: #e9eff5;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.swlri-file-manager-spinner-overlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: white;
    opacity: 0.8;
}
.swlri-file-manager-spinner {
    box-sizing: content-box;
    width:25px;
    height: 25px;
    display: block;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.swlri-file-manager-spinner > svg{
    filter: brightness(0) saturate(100%) invert(35%) sepia(6%) saturate(242%) hue-rotate(169deg) brightness(90%) contrast(84%);
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    0% {
        -webkit-transform: rotate(0deg); 
        transform:rotate(0deg); 
    }
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
