﻿body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#viewDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #eee;
}
.ktkn-popover-header {
    padding: 0px 0px 0px 42px !important;
    height: 3rem;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center; /* 上下中央揃え */
    /* 必要に応じてoverflowを指定 */
    overflow: hidden;
}
/*   ポップアップ:タイトル行：アイコン    */
.ktkn-popover-header::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0px 0 0 0px !important;
    width: 36px;
    height: 3rem !important;
    background-size: 25px 29px;
    background-repeat: no-repeat;
    background-position: 6px 10px;
}
.ktkn-popover-header.ktkn-ukeire-ka::before {
    background-image: url("../assets/img/pict-ichiji-taizai-w.svg");
    background-color: #00ac9d;
}
.ktkn-popover-header.ktkn-ukeire-fuka::before {
    background-image: url("../assets/img/pict-ichiji-huka.svg");
    background-color: #c00;
}
/*   ポップアップ:タイトル（施設名）*/
.ktkn-popover-header b {
    font-size: 1.125rem !important;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 0; /*24px;*/
}
:root {
    --calcite-spacing-md: 0 !important;
    --calcite-spacing-md-plus: 0 !important;
}
