label {
    font-size: 12px;
}
.form-control {
    height: 28px !important;
}
textarea.form-control {
    height: auto !important;
}
.select2-container {
    width: 100% !important;
    display: block !important;
}
.switch {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch[disabled] {
    pointer-events: none;
    opacity: 0.4;
}

.switch--input {
    position: absolute;
    opacity: 0;
}

.switch--text {
    margin-left: 1rem;
}
.switch--track {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 48px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-sizing: border-box;
    transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color;
}
.switch--input:checked ~ .switch--track {
    background-color: #009688;
}

.switch--button {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #fff;
    transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: transform, box-shadow;
    will-change: transform, box-shadow;
}
.switch--button, .switch--input:active ~ .switch--track .switch--button {
    box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 1px inset, rgba(0, 0, 0, 0.3) 0 1px 3px;
}
.switch:hover .switch--button, .switch--input:focus ~ .switch--track .switch--button {
    box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 3px inset, rgba(0, 0, 0, 0.3) 0 2px 6px;
}
.switch--input:checked ~ .switch--track .switch--button {
    transform: translateX(100%);
}
#viewer {
    width: 100%;
    height: 500px;
    display: none}
#viewer-empty, #detail_map-empty {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    display: none}
.mb-0 {
    margin-bottom: 0 !important}
.mb-20 {
    margin-bottom: 20px !important}
.mt-10 {
    margin-top: 10px !important}
.pt-0 {
    padding-top: 0 !important}
.vertical-middle {
    vertical-align: middle !important}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex}
#search_map {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%}
#detail_map {
    height: 400px;
    width: 100%}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
    display: none !important}
.text--bold-12px {
    font-weight: bold;
    font-size: 12px}
.text--12px {
    font-size: 12px}