
ul {
    margin: 0;
}

ul.dominio {
    list-style: none;
    padding: 0;
    background-color: #e8e8e8;
}

ul.dominio > li > a {
    font-weight: bold;
}

ul.dominio > li > a:hover {
    color: black;
}

ul.dominio > li > a {
    background-color: #fcb813;
}

ul.dominio:last-child > li > a {
    background-color: #56c5ce;
}

ul.sites {
    list-style: none;
    padding-left: 0;
}

ul.dominio li a {
    display: block;
    padding: 10px;
}


ul.sites li a {
    padding-left: 30px;
    padding-right: 40px;
    word-break: break-all;
    background-image: url('../img/external-link-alt-solid.svg');
    background-position: right 10px  center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

ul.sites li.no-results a {
    background-image: none;
}

ul.sites li a img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

ul.sites li:nth-child(even) a {
    background-color: #d8d8d8;
}

ul.sites li:nth-child(odd) a {
    background-color: #e4e4e4;
}

a { 
    display: block;
    color: black;
    text-decoration: none;
}

.search-wrapper {
    position: relative;
}

.search-wrapper input {
    padding-right: 44px;
}

.search-wrapper svg {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
}

.no-results.hidden {
    display: none;
}