.custom-map-right-btn {
    width: 43px;
    height: 43px;
    background: rgba(22, 38, 74, 1);
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border-radius: 6px;
    z-index: 999;
    pointer-events: auto !important;
}

.hover-bar {
    height: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    display: none;
}

.hover-bar>div {
    background: #C4C4C4;
    width: 60px;
    height: 8px;
    margin: 1rem 0;
    border-radius: 8px;
}
.hover-bar::after{}
.hover-bar::before{}

.custom-map-right-btn-icon {
    position: absolute;
    left: 0%;
    right: 26.32%;
    top: 0%;
    bottom: 26.32%;
    border: 4px solid #fff;
    height: 24px;
    width: 24px;
    left: 8px;
    top: 6px;
    border-radius: 30px;
}

.custom-map-right-btn-icon::before {
    content: " ";
    position: absolute;
    left: 76.16%;
    top: 111.16%;
    transform: rotate(45deg);
    border-radius: 12px;
    width: 16px;
    height: 6px;
    background-color: #fff;
}



.search-cancel {
    display: none !important;
}

#droptest {
    position: fixed;
    width: 100%;
    height: 300px;
    top: 0;
    background-color: rgb(123 123 123);
    z-index: 1009;
}

#dialog {
    position: absolute;
    background-color: rgb(255 255 255);
    right: 0;
    bottom: 0;
    transform: translate(0%, 110%);
    width: 405px;
    max-height: 100%;
    overflow: auto;
    padding: 0rem 0.5rem 1.5rem 0.5rem;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    z-index: 1999;
    transition: transform .5s;
}

.custom-ui-cotnet1-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 5px;
}

.custom-ui-cotnet1-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.can-drop {
    transform: translate(-50%, -50%);
    /* transition: transform .5s */
}

.custom-ui-googlepage {
    /* height: 31%; */
}

#custom-ui-cotnet-phone {
    /* height: 67%; */
    /* overflow: auto; */
}

#custom-ui-cotnet-phone::-webkit-scrollbar {
    /*滾動條整體樣式*/
    width: 4px;
    /*高寬分別對應橫豎滾動條的尺寸*/
    height: 1px;
}

#custom-ui-cotnet-phone::-webkit-scrollbar-thumb {
    /*滾動條裡面小方塊*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

#custom-ui-cotnet-phone::-webkit-scrollbar-track {
    /*滾動條裡面軌道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.custom-ui-btu-google {
    background-color: rgb(132 195 195);
    border-color: rgb(132 195 195);
    color: rgb(255 255 255) !important;
}

.custom-ui-cover {
    padding-right: 2em;
    padding-left: 2em;
    margin: 1.5rem 0;
}

.custom-tel {
    padding: 1rem 2rem;
}

.custom-tel-title {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #1B2D58;
}

.custom-tel-content {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #9B9B9A;
}

.custom-web {
    padding: 1rem 2rem;
}

.custom-web-title {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #1B2D58;
}

.custom-web-content {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #9B9B9A;
}

.office-name {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #1B2D58;
}

.adder-name {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #9B9B9A;
}

.custom-ui-cotnet1_1-1 {
    display: none;
}

.custom-ui-cotnet1_1 {
    margin: 1rem 0;

}

.custom-ui-cotnet1 {
    padding: 0 2rem;
    margin: 1rem 0;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    /* box-shadow: 0px 2px 6px rgb(0 0 0 / 32%); */
}

.custom-ui-hr {
    margin-top: 0.5rem;
}

.custom-ui-bar {
    margin: 1rem 1rem;
}

#custom-btu-close {
    /* background-color: rgb(241 241 241);
    color: rgb(121 121 121);
    font-weight: 100;
    border: unset;
    border-radius: 999em;
    height: 30px;
    width: 30px; */
}

#custom-btu-close>img {
    max-width: 100%;
}

.ui-widget-header {
    border: unset;
    background: unset;
}

@media (max-width: 576px) {
    .test001 {
        transition: top .5s,
            transform .5s !important;
    }

    #dialog {
        position: fixed;
        top: 100%;
        left: 50%;
        /* height: 100vh; */
        max-height: none;
        transform: translate(-50%, 0%);
        width: 100%;
        overflow: hidden;
        /* transition: top 0s; */
        height: max-content;
    }
    .hover-bar{
        display: block;
    }

}