body {
    margin: 0;
    font-family: Roboto, sans-serif;
    color: #000;
}

#page {
    width: 100%;
    height: 600px;
}

#map {
    width: 100%;
    height: 600px;
}

.b-totals {
    position: absolute;
    top: 10px;
    right: 10px;
}

.b-totals .total {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 59.2%, .75);
    padding: 8px;
    max-width: 180px;
    z-index: 10;
}

.b-totals .total .amount {
    font-size: 22px;
    color: #fff;
}

.b-totals .total .description {
    font-size: 15px;
    color: #fff;
}

.b-totals .total .amount.small {
    font-size: 17px;
}

.header-text {
    display: block;
    margin: 0 0 5px;
    font-size: 120%;
    font-weight: 700;
}

.share-map {
    position: absolute;
    top: 550px;
    right: 3px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    border: 1px solid #a6a6a6;
}

.share-map .embed-icon {
    margin-right: 7px;
    width: 20px;
    height: 20px;
}

.share-map .initial-text {
    display: block;
}

.share-map .link-wrapper {
    display: none;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.share-map .link-wrapper input {
    width: 670px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    padding-left: 7px;
    border-radius: 2px;
    color: #676666;
    outline: none;
}

.share-map .link-wrapper .cross-icon {
    margin-left: 10px;
    width: 25px;
    height: 25px;
}

.share-map.active .initial-text {
    display: none;
}

.share-map.active .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

