<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.atm-border {
    border-left: #0ba026 solid 10px;
}

.atm-focus {
    background-color: #333333!important;
}

#map, #mapARIF, #mapATMs, #mapPOS {
    height: 700px;
    background-color: #FFF;
    margin-top: -60px;
}

.website {
    display: none;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
    transition: transform .2s; /* Animation */
    max-height: 115px;
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    transform: scale(1.3);
}

.crypto-list-item {
    width: 4rem;
    margin-right: 1rem;
}

.crypto-list-item.fadeOut {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.crypto-list-item.fadeIn {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease;
}</pre></body></html>