html,
body,
#mapEl,
calcite-shell,
calcite-shell-panell,
calcite-panel,
calcite-sheet  {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
}

.custom-coords-widget {
    padding: 2px 15px 2px;
    font-weight: bolder;
    background-color: lightgrey;
    color: #343434;
}

.header-end {
    padding-right: 15px;
}

.blockDiv {
    display: block;
    background-color: transparent;
    padding-bottom: 10px;
    text-align: center;
}

.noneDiv {
    display: none;
}

.layer-icon {
    text-align: center;
    width: 100%;
    height: 100px;
}

calcite-text-area {
    --calcite-text-area-border-color: transparent;
}

.add-layer {
    height: 40px;
}

#avatar {
    padding-top: 7px;
}

.selDiv {
    width: 100%;
}

.result-area {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

calcite-tile {
    --calcite-tile-border-color: transparent;
    --calcite-tile-background-color: transparent;
}

calcite-card.tip {
    margin: 1rem;
}

calcite-card.tip span[slot=description] {
    padding: .5rem;
    font-size: 14px
}

.text-center {
    text-align: center;
    vertical-align: middle;
}

.esri-icon-layers.esri-layers-list {
    font-size: 32px;
    margin: 0 auto;
    line-height: 64px;
    width: 32px;
    height: 64px;
    background-color: transparent
}

.select-area-div {
    padding-top: 10px;
    height: 50px;
}

.layer-list-area {
    position: relative;
    overflow-y: auto;
    height: 100%;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
}

.item-browser-card__thumbnail {
    margin: 0px;
    box-sizing: content-box;
    width: 5rem;
    padding: 0px;
    padding-inline-start: 2rem;
    flex: 0 0 auto;
}

.item-browser-card--xs .item-browser-card__thumbnail {
    width: 3rem;
    padding-inline-start: 0.5rem;
}

.thumbnail {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-top: 15px;
    opacity: 1;
    transition: opacity 300ms linear;
}

.card-content {
    width: 12rem;
    overflow-wrap: break-word;
    white-space: normal;
}

.card-bottom {
    height: 50px;
    align-items:flex-end
}

.inLabel {
    --calcite-label-margin-bottom: 0;
}