.earth-console-icon {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

}

.earth-console-icon::before {
    content: url(/static/images/earth-console/earth_console_icon.png);
    width: 30px;
    height: 30px;
}

.btn-earth-console:not(:disabled):not(.disabled).active,
.btn-earth-console:not(:disabled):not(.disabled):active,
.show> .btn-earth-console.dropdown-toggle {
    background-color: #4285f4;
    border-color: #4285f4;
}

.btn-earth-console.focus, 
.btn-earth-console:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 133, 244, 0.41);
}
