html {
  scroll-behavior: smooth;
}

.adjust-height {
  height: 100%;
}

.top {
  margin-top: 20px; 
}

.border_test {
    border: #000 thin solid;
}

.cs{
                /* Center the content */
                align-items: center;
                display: flex;
                justify-content: center;

            }

.preview {
                align-items: center;
                border: 1px solid #cbd5e0;
                display: flex;
                justify-content: center;
                max-height: 14rem;
                max-width: 35rem;
            }
#map-layer {
	margin: 10px 0px;
	max-width: 600px;
	min-height: 350px;
}

.b {
    border: #000 thin solid;
}

.bb {
    border-bottom: #000 thin solid;
}

.f-r {
    font-family: 'Roboto', sans-serif;
}

.c-g {
    color: #998DA0;
}

.c-dg {
    color: #463853;
}
.w-b {
    font-weight: 500 !important;
}

.tab-is-inactive{
    opacity : 0.5;
    transition:.4s ease-out;
}

.tab-is-inactive:hover{
    opacity : 1;
}

.has-background-dg {
    background-color: #463853;
}