html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.required {
    color: #ff0000;
    padding-left: 4px;
}
    .required:after {
        content: '*';
        color: #ff0000;
    }

.hide {
    display: none;
}
.autoComplete_wrapper {
    width: 100%;
}
.autoComplete_wrapper > input {
    color: var(--highdmin-blue) !important;
    border: 1px solid var(--highdmin-blue) !important;
    width: 100%;
    margin-top: .5rem;
}
.autoComplete_wrapper mark {
    padding: 0px;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}

    .bootstrap-tagsinput .tag {
        display: flex;
        margin-bottom: 5px;
        background: #0d6efd;
        color: #fff;
        padding: .25rem .5rem;
        border-radius: .5rem;
    }

        /* 顯示可移除的 × 按鈕 */
        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: .25rem;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: 'X';
                padding-left: .5rem;
                font-weight: 700;
                line-height: 1;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                opacity: .65;
            }

    .bootstrap-tagsinput input {
        border: 1px solid var(--highdmin-blue) !important;
        border-radius: 10px;
        padding: 0 2rem 0 3.2rem;
        margin-top: .5rem;
        color: var(--highdmin-blue) !important;
        background-image: url(/lib/autocomplete.js/dist/css/images/search.svg);
        background-repeat: no-repeat;
        background-size: 1.4rem;
        background-position: left 1.05rem top 0.8rem;
        background-origin: border-box;
        height: 3rem;
    }
        .bootstrap-tagsinput input:focus {
            outline: 1px solid var(--highdmin-blue);
            border-radius: 10px;
        }

table.property-table td{
    vertical-align: top;
}
table.property-table a.name {
    font-size: 1rem;
}
table.property-table p {
    margin: 0;
}

ul.inline {
    list-style: none;
    padding: 0;
    margin: 2px 0px;
}

    ul.inline li {
        display: inline;
        margin-right: 10px;
    }
    ul.inline img.icon {
        margin-right: 3px;
        width: 16px;
    }