/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);*/
#search-modal-results-container {
    max-height: 500px;
}

#search-modal-results-container:empty, #search-results:empty {
    display: none;
}

#search-modal-results-container .list-group-item:not(.result-group-title):hover {
    background-color: #cad7e8;
}

#search-modal-results-container .list-group-item {
    border: none;
}

.list-group-item.result-group-title {
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-primary {
    background-image: linear-gradient(to right, var(--galleon-primary) 0%, var(--galleon-secondary) 100%);
    background-size: 100% auto;
    transition: background-position 0.5s ease-out;
}
.btn-primary:hover {
    background-position: right center;
}
.unselectable {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#widgetsModalDev .btn-check:checked+.btn::after{
    font-family: 'tabler-icons';
    content: "\f2b8";
}
#widgetsModalDev .dragula-handle {
    height: 20px;
    width: 20px;
}
#widgetsModalDev .dragula-handle:before {
    content: "\f22f";
    font-family: tabler-icons;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13pt;
    bottom: auto;
    right: auto;
    align-self: center;
    width: 20px;
    height: 20px;
}
.iti {
    display: block !important;
}

/*#widgetsModalDev .btn-check:not(:checked)+.btn-soft-secondary {*/
/*    background-color: var(--galleon-secondary-bg-subtle);*/
/*    color: var(--galleon-secondary-text-emphasis);*/
/*}*/