.snpl-web-cmp-mapmain,
.snpl-web-cmp-maphistory {
    width: 100%;
    height: 100%;
    position: relative;
}

.snpl-web-cmp-mapmain .map-button-panel {
    position: absolute;
    top: 130px;
    right: 10px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.snpl-web-cmp-mapmain .map-button-panel .map-button-wrapper {
    background-color: var(--white);
    border-radius: 0.25rem;
}

.snpl-web-cmp-mapmain .place-name-search-panel {
    position: absolute;
    top: 9px;
    right: 194px;
    width: 260px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.snpl-web-cmp-mapmain .place-name-search-panel input {
    font-size: 0.85rem;
}

.snpl-web-cmp-mapmain .place-name-search-panel button {
    font-size: 0.8rem;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100px;
    height: 145px;
    text-align: left;
    margin-left: 10px;
    font-size: 0.8em;
    border: solid 1px #d6d8dB;
    background-color: rgba(248, 248, 248, 0.85);
    z-index: 3;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-forecast {
    width: 30px;
    height: 120px;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-forecast-slider {
    width: 8px;
    margin: 3px 5px 0 5px;
    background-color: #e3e4e6;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-forecast-slider .ui-slider-handle {
    border-color: #c0c0c0;
    background: #1e90ff;
    height: 10px;
    border-radius: 0 10px 10px 0;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level {
    width: 10px;
    height: 12px;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level.level-00 {
    background-color: rgba(128,255,255,1);
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level.level-01 {
    background-color: rgba(0,128,255,1);
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level.level-05 {
    background-color: rgba(0,0,255,1);
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level.level-10 {
    background-color: rgba(0,255,64,1);
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level.level-20 {
    background-color: rgba(255,255,0,1);
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level.level-30 {
    background-color: rgba(255,128,0,1);
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level.level-50 {
    background-color: rgba(255,0,255,1);
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .radar-level.level-80 {
    background-color: rgba(255,0,0,1);
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .rader_weather_information {
    width: 100%;
    float: left;
    margin: 5px 0 0 5px;
    text-align: left;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .weather-informations {
    width: 100%;
    float: left;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .weather-information-table {
    width: 97%;
    height: 10px;
    margin: 0 0 5px -2px;
    text-align: left;
    border-collapse: collapse;
    font-size: 0.7rem;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .weather-information-table tr {
    border-bottom: solid 1px #333333;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .weather-information-table th {
    padding-top: 6px;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .weather-information-table .point-name {
    text-align: left;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .weather-information-table .weather {
    text-align: center;
    white-space: nowrap;
}

.snpl-web-cmp-mapmain .rain-cloud-radar-panel .weather-information-table .temperature {
    text-align: right;
    white-space: nowrap;
}

.snpl-web-cmp-mapmain .complaint-request-panel {
    position: absolute;
    top: 2px;
    left: 190px;
    width: 540px;
    background-color: var(--white);
    font-size: 0.8rem;
    z-index: 2;
}

.snpl-web-cmp-mapmain .complaint-request-panel .title {
    background-color: #fcba26;
    color: var(--white);
}

.snpl-web-cmp-mapmain .complaint-request-panel input,
.snpl-web-cmp-mapmain .complaint-request-panel textarea {
    font-size: 0.8rem;
}

.snpl-web-cmp-mapmain .obstacle-panel,
.snpl-web-cmp-mapmain .work-photo-panel,
.snpl-web-cmp-mapmain .other-point-panel {
    position: absolute;
    top: 2px;
    left: 190px;
    width: 540px;
    background-color: var(--white);
    font-size: 0.8rem;
    z-index: 2;
}

.snpl-web-cmp-mapmain .obstacle-panel .title {
    background-color: #e32b34;
    color: var(--white);
}

.snpl-web-cmp-mapmain .work-photo-panel .title {
    background-color: #85c842;
    color: var(--white);
}

.snpl-web-cmp-mapmain .other-point-panel .title {
    background-color: #9c9c9c;
    color: var(--white);
}

.snpl-web-cmp-mapmain .obstacle-panel .image-area,
.snpl-web-cmp-mapmain .work-photo-panel .image-area,
.snpl-web-cmp-mapmain .other-point-panel .image-area {
    position: relative;
    width: 217px;
    height: 217px;
    background-color: var(--dark);
}

.snpl-web-cmp-mapmain .obstacle-panel .image-area img,
.snpl-web-cmp-mapmain .work-photo-panel .image-area img,
.snpl-web-cmp-mapmain .other-point-panel .image-area img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: var(--dark);
}

.snpl-web-cmp-mapmain .obstacle-panel .image-area .next-image,
.snpl-web-cmp-mapmain .work-photo-panel .image-area .next-image,
.snpl-web-cmp-mapmain .other-point-panel .image-area .next-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0.5;
    background-color: var(--white);
    z-index: 10;;
}

.snpl-web-cmp-mapmain .obstacle-panel .image-area .prev-image,
.snpl-web-cmp-mapmain .work-photo-panel .image-area .prev-image,
.snpl-web-cmp-mapmain .other-point-panel .image-area .prev-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0.5;
    background-color: var(--white);
    z-index: 10;;
}

.snpl-web-cmp-mapmain .obstacle-panel textarea,
.snpl-web-cmp-mapmain .work-photo-panel textarea,
.snpl-web-cmp-mapmain .other-point-panel textarea {
    font-size: 0.8rem;
}

.snpl-web-cmp-mapmain .trajectory-panel {
    position: absolute;
    top: 2px;
    left: 176px;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}

.snpl-web-cmp-mapmain .trajectory-panel select {
    font-size: 0.8rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #d6d8dB;
    border-radius: 0;
}

.snpl-web-cmp-mapmain .display-route-panel {
    position: absolute;
    top: 2px;
    left: 276px;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}

.snpl-web-cmp-maphistory .display-route-panel {
    position: absolute;
    top: 2px;
    left: 18px;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base {
    position: relative;
    top: 0;
    left: 0;
    width: 546px;
    max-height: 500px;
    font-size: 0.8rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #d6d8dB;
    overflow-y: auto;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .route-classification-name,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .route-classification-name {
    font-size: 0.9rem;
    font-weight: bold;
    width: 21rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .line-type-legend .legend-title,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .line-type-legend .legend-title {
    font-size: 0.9rem;
    font-weight: bold;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .line-type-legend .line-type-name,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .line-type-legend .line-type-name {
    font-size: 0.9rem;
    width: 21.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .line-type-legend .route-line,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .line-type-legend .route-line {
    margin-right: 50px;
    border-top-color: var(--primary);
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .line-type-legend .route-line.solid,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .line-type-legend .route-line.solid {
    border-style: solid;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .line-type-legend .route-line.dashed,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .line-type-legend .route-line.dashed {
    border-style: dashed;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .line-type-legend .route-line.dotted,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .line-type-legend .route-line.dotted {
    border-style: dotted;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .route-number-label,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .route-number-label {
    width: 40px;
    margin-left: 6px;
    margin-right: 4px;
    font-size: 0.75rem;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .route-name,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .route-name {
    width: 25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-base .route-line,
.snpl-web-cmp-maphistory .display-route-panel .display-route-base .route-line {
    width: 120px;
    border-top: 5px solid;
    opacity: 0.5;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-panel-toggle-button,
.snpl-web-cmp-maphistory .display-route-panel .display-route-panel-toggle-button {
    display: block;
    position: relative;
    top: -4px;
    opacity: 1;
    z-index: 2;
}

.snpl-web-cmp-mapmain .display-route-panel .display-route-panel-toggle-button button,
.snpl-web-cmp-maphistory .display-route-panel .display-route-panel-toggle-button button {
    border-radius: 0;
}

.snpl-web-cmp-mapmain .display-route-panel .route-search-area input {
    width: 140px;
    font-size: 0.85rem;
}

.snpl-web-cmp-mapmain .display-route-panel .route-search-area button {
    font-size: 0.8rem;
}

.snpl-web-cmp-mapmain .display-route-panel div.route-classification-row,
.snpl-web-cmp-maphistory .display-route-panel div.route-classification-row {
    height: 32px;
}

.snpl-web-cmp-mapmain .display-route-panel details summary.route-classification-row,
.snpl-web-cmp-maphistory .display-route-panel details summary.route-classification-row {
    height: 32px;
}

.snpl-web-cmp-mapmain .display-route-panel details summary,
.snpl-web-cmp-maphistory .display-route-panel details summary {
    list-style: none;
    cursor: pointer;
    font-size: 1.2rem;
}

.snpl-web-cmp-mapmain .display-route-panel details summary:focus-visible,
.snpl-web-cmp-maphistory .display-route-panel details summary:focus-visible {
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

.snpl-web-cmp-mapmain .display-route-panel details summary::before,
.snpl-web-cmp-maphistory .display-route-panel details summary::before {
    font-family: initial;
    content: initial;
    margin-right: initial;
    font-weight: initial;
    color: initial;
}

.snpl-web-cmp-mapmain .display-route-panel details[open] summary::before,
.snpl-web-cmp-maphistory .display-route-panel details[open] summary::before {
    content: initial;
}

.snpl-web-cmp-mapmain .display-route-panel details summary::after,
.snpl-web-cmp-maphistory .display-route-panel details summary::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    margin-right: 0.4rem;
    font-weight: bold;
    color: var(--primary);
}

.snpl-web-cmp-mapmain .display-route-panel details[open] summary::after,
.snpl-web-cmp-maphistory .display-route-panel details[open] summary::after {
    content: '\f056';
}

.snpl-web-cmp-mapmain .display-route-panel details .route-row,
.snpl-web-cmp-maphistory .display-route-panel details .route-row {
    height: 26px;
}

.snpl-web-cmp-mapmain .route-detail-panel {
    position: absolute;
    top: 2px;
    left: 830px;
    width: 480px;
    background-color: var(--white);
    font-size: 0.8rem;
    z-index: 2;
}

.snpl-web-cmp-mapmain .route-detail-panel .title {
    background-color: var(--primary);
    color: var(--white);
}

.snpl-web-cmp-mapmain .route-detail-panel .vendor-list {
    max-height: 400px;
    overflow-y: auto;
}

.snpl-web-cmp-mapmain .route-number,
.snpl-web-cmp-maphistory .route-number {
    border-style: solid;
    border-width: 2px;
    background-color: var(--white);
    color: #000000;
    font-size: 14px;
    padding: 4px 6px;
    position: relative;
}

.snpl-web-cmp-mapmain .thumbnail-panel {
    position: absolute;
    top: 2px;
    left: 0;
    width: 180px;
    height: calc(100vh - 122px);
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}

.snpl-web-cmp-mapmain .thumbnail-panel .thumbnail-base {
    position: relative;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #d6d8dB;
    overflow-y: auto;
    padding-top: 1rem;
}

.snpl-web-cmp-mapmain .thumbnail-panel .thumbnail-panel-toggle-button {
    display: block;
    position: absolute;
    top: 4px;
    left: 160px;
    opacity: 1;
    z-index: 2;
}

.snpl-web-cmp-mapmain .thumbnail-panel .thumbnail-panel-toggle-button button {
    border-radius: 0;
}

.snpl-web-cmp-mapmain .thumbnail-panel .image-area-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
}

.snpl-web-cmp-mapmain .thumbnail-panel .image-area-wrapper.active {
    border: 5px solid var(--danger);
}

.snpl-web-cmp-mapmain .thumbnail-panel .image-area {
    position: relative;
    width: 110px;
    height: 140px;
    font-size: 0.75rem;
    opacity: 1;
}

.snpl-web-cmp-mapmain .thumbnail-panel .image-area .comment {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.snpl-web-cmp-mapmain .thumbnail-panel .image-area img {
    object-fit: scale-down;
    width: 110px;
    height: 110px;
    text-align: center;
    background-color: var(--dark);
}

.snpl-web-cmp-mapmain .thumbnail-panel .image-area .no-image {
    height: 110px;
}

.snpl-web-cmp-mapmain .gm-style-iw,
.snpl-web-cmp-maphistory .gm-style-iw {
    font: var(--font-family-sans-serif) !important;
    font-size: 0.9rem !important;
 }

 .snpl-web-cmp-mapmain .gm-style-iw button,
 .snpl-web-cmp-maphistory .gm-style-iw button {
    display: none !important;
}

.snpl-web-cmp-mapmain-imagedialog .image-area {
    cursor: zoom-out;
    width: 100%;
    height: 700px;
    background-color: var(--dark);
}

.snpl-web-cmp-mapmain-imagedialog .image-area img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: var(--dark);
}

.snpl-web-cmp-mapmain .bounce-point {
    animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.snpl-web-cmp-mapmain .vehicle-legend-panel {
    position: fixed;
    bottom: 3px;
    right: 3px;
    height: 78px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}

.snpl-web-cmp-maphistory .vehicle-legend-panel {
    position: absolute;
    bottom: 3px;
    right: 3px;
    height: 78px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .vehicle-legend-base,
.snpl-web-cmp-maphistory .vehicle-legend-panel .vehicle-legend-base {
    position: relative;
    top: 0;
    left: 0;
    height: 78px;
    font-size: 0.75rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #d6d8dB;
    overflow-y: auto;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .vehicle-image,
.snpl-web-cmp-maphistory .vehicle-legend-panel .vehicle-image {
    height: 23px;
    width: 50px;
    object-fit: cover;
    object-position: top -28px left 0;
    margin: 4px;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .trajectory-area,
.snpl-web-cmp-maphistory .vehicle-legend-panel .trajectory-area {
    position: relative;
    margin: 0 5px;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .trajectory-area .name-label,
.snpl-web-cmp-maphistory .vehicle-legend-panel .trajectory-area .name-label {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .trajectory,
.snpl-web-cmp-maphistory .vehicle-legend-panel .trajectory {
    border: 1px dashed;
    width: 80px;
    margin-top: 15px;
    margin-bottom: 14px;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .arrow-image,
.snpl-web-cmp-maphistory .vehicle-legend-panel .arrow-image {
    position: absolute;
    top: 8px;
    left: 34px;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .legend-label,
.snpl-web-cmp-maphistory .vehicle-legend-panel .legend-label {
    width: 20px;
    height: 78px;
    background-color: var(--primary);
    color: #fff;
    font-size: 0.8rem;
    display: flex;
    text-align: center;
    align-items: center;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .vehicle-legend-panel-toggle-button,
.snpl-web-cmp-maphistory .vehicle-legend-panel .vehicle-legend-panel-toggle-button {
    display: block;
    position: absolute;
    bottom: 0;
    left: -18px;
    opacity: 1;
    z-index: 2;
}

.snpl-web-cmp-mapmain .vehicle-legend-panel .vehicle-legend-panel-toggle-button button,
.snpl-web-cmp-maphistory .vehicle-legend-panel .vehicle-legend-panel-toggle-button button {
    border-radius: 0;
}
