:host {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 20em;
}

.alert {
    padding: 0.2em 2em;
    background: #FE2E2E;
    color: white;
    font-family: Consolas, monospace;
    width: 45%;
    margin-right: 10px;
    display: inline-block;
}

.currency {
    display: inline-block;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.readonly {
    border: none;

    &:focus {
        border: none;
        outline: none;
    }
}

.map{
    height: 45em;
    width: 70em;
}
