@font-face {
    font-family: 'georgia';
    src: url(./GEORGIA.TTF) format('truetype');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('./Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'verdana';
    src: url('./verdana.ttf') format('truetype');
}
@font-face {
    font-family: 'myriad-pro';
    src: url('./Myriad-Pro.ttf') format('truetype');
}
html,body{
    font-size: 1rem !important; 
    height: 100%;
    font-family: Montserrat-Regular,san,Serif;
}
body {
    background-color: rgb(248, 247, 245);
    display: flex
;
    flex-direction: column;
    min-height: 100vh;
}
.content{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 5rem;
    padding: 0rem 1.25rem;
    z-index: 10;
    background-color: rgb(248, 247, 245);
}
.navigation-button {
    all: unset;
    padding: 0 !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4375rem;
    background-color: transparent;
    cursor: pointer !important;
}
.header .login-button {
    all: unset;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-weight: 500;
    border-radius: 0.375rem;
    cursor: pointer;
    background-color: #deeaf3;
    color:#0c0e12;

    border-radius: 0.625rem !important;
    font-size: 1rem;
    padding: 0.375rem 0.625rem !important;
}
#main-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dctr-main-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chat-container{
    padding: 10rem 0 4rem 0;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.chat-container.chat-state {
    display: block;
    width: 100%;
    max-width: 36.275rem;
    margin-bottom: 10rem;
}
.dctr-header{
    padding-top: 0;
    margin-bottom: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0 2.25rem;
}
.header-images,.logo-images{
    display: flex;
    align-items: center;
    margin: -0.25rem 0 0 -0.25rem;
    position: relative;
    cursor: pointer;
}
.logo-image{
    height: 4.4444rem;
    width: auto;
    margin-bottom: 0.6rem;
}
.header-image{
    height: 3.5rem;
    width: auto;
}
.dctr-header > .dctr-h1 {
    display: block;
    max-width: 28.5rem;
    width: 100%;
    font-size: 3rem;
    line-height: 120%;
    text-align: center;
}
.dctr-h1 {
    font-family: georgia, serif;
}
.dctr-h2{
    font-size: 3rem;
    line-height: 1;
    font-weight: 400;
    font-family: georgia, serif;
}
.chat-header {
    width: 40.5rem;
    padding-top: 0;
    margin-bottom: 1.5rem;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.dctr-message-left {
    color: #0c0e12;
    padding: 1rem 0;
    line-height: 150%;
    width: fit-content;
    margin-bottom: 0;
}
/* .heading-tooltip-anchor {
    cursor: help;
} */
.heading-tooltip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    visibility: hidden;
    position: absolute;
    width: max-content;
    max-width: min(30rem, calc(90vw - 40px));
    padding: 2.5rem;
    text-align: left;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 39px rgba(0, 0, 0, 0.06);
    z-index: 5;
    transform: translate(0,12rem);
}
.dctr-header:has(.heading-tooltip-anchor:hover, .heading-tooltip-anchor:focus) .heading-tooltip {
    visibility: visible;
}
.before-chat-widgets {
    display: block;
    align-self: flex-start;
    text-align: left;
    margin-top: 1.25rem;
    width: 100%;
    max-width: 36rem;
}
.before-chat-widgets > .dctr-message {
    padding: 0.5rem 0;
    display: block;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.01rem;
}
.dctr-conversation {
    --messages-gap: 0.38rem;
    width: 100%;
    /* max-width: 36.275rem; */
}
.dctr-conversation.chat-state {
    padding-bottom: 18rem;
    height: 100%;
    max-width: 40rem;
}
.chat-user-actions {
    z-index: 5;
    width: 100%;
    /* max-width: 36.275rem; 
    background-color: #fff;*/
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}
.chat-user-actions.chat-state {
    position: fixed;
    bottom: 0;
    padding-bottom: 0.5rem;
    max-width: 40.5rem;
    /* transform: translateX(-6.5rem); */
}
.agree-terms{
    padding: 0.75rem 1rem;
    background-color: #fff;
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    font-size: 0.75rem;
}
.agree-terms label{
    font-weight: 200;
    color: #73747d;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.agree-terms a {
    color: #0c0e12;
    -webkit-text-decoration: underline;
    -webkit-text-decoration: underline;
    text-decoration:underline;
}
.chat-user-actions .disclaimer {
    text-align: center;
    font-size: 0.625rem;
    opacity: 0.5;
    margin-top: 0.5rem;
    color: #000;
    font-weight: bold;
    transform: translateX(1rem);
}
.user-input-and-user-actions{
    border: 1px solid rgb(41, 61, 77);
    border-radius: 0.625rem;
    background-color: #fff;
}
textarea[data-id="user-input"] {
    padding: 0.75rem 0.75rem 0.625rem 0.75rem;
    border-radius: 0.625rem;
    width: 100%;
    height: 2.75rem;
    overflow: hidden;
    vertical-align: top;
    border: none;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Montserrat-Regular', sans-serif;
    resize: none;
}

textarea[data-id="user-input"]::-webkit-scrollbar {
    display: none;
}

textarea[data-id="user-input"]:focus {
    outline: none;
}

.user-input-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0.62rem 0.75rem;
}
.character-counter p {
    color: #73747d;
    font-size: 0.75rem;
    line-height: 150%;
    margin-bottom: 0;
}
.dctr-button.primary {
    position: relative;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    background-color: #a1bfd9;
    border-radius: 2.5rem;
}
.dctr-button.disable{
    filter: grayscale(1);
    cursor: no-drop;
}
.dctr-button.small {
    padding: 0.625rem;
}
.dctr-button {
    all: unset;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    font-family: var(--font-body);
    line-height: 130%;
    font-weight: 600;
    border-radius: 0.375rem;
    cursor: pointer;
    background-color: #e4e1dc;
    color: #0c0e12;
}
.disabled-button {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}
textarea[data-id="user-input"]:focus {
    outline: none;
}
.input-title{
    font-weight: bolder;
    text-align: center;
    font-size: 2rem;
    margin-top: 0.25rem;
    letter-spacing: 2px;
    line-height: 1;
    /* font-family: 'myriad-pro',sans-serif; */
}
.input-area{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border:1px solid #0c0e12;
    padding: 0.5rem 0.8rem;
    border-radius: 0.625rem;
    box-shadow: 2rem 2rem 0 #a1bfd9;
    background-color: #f8f7f5;
    transform: translateX(-1rem);
}
.footer-landing{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
}
.footer-height-item{
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 5rem;
}
.gap5{ gap: 4rem;}
.d-none{
    display: none !important;
}
.footer-flex{
    display: flex;
}
.flex-around{
    justify-content: space-around;
}
.footHeader{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 3rem;
}
.footer-item{
    padding: 0.5rem;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-image{width: 75%;}
.footer-infomation{
    margin-top: 4rem;
    text-align: center;
}
.footer-text{
    font-size: 1.5rem;
    line-height: 1.2;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3.2rem; */
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'georgia', serif;
}
.footer-sub{
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.00938rem;
    color: #73747d;
    /* max-width: 36.25rem; */
    margin-bottom: 0.5rem;
}
.dctr-title,.dctr-title2{
    font-size: 3rem;
    font-weight: 400;
    line-height:1;
    margin-bottom: 0.5rem;
    font-family: georgia, serif;
}
.dctr-title2{
    font-size: 3rem;
}
.dctr-sub{
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.00938rem;
    color: #73747d;
    /* max-width: 36.25rem; */
    margin-bottom: 0.5rem;
}
.msg-box{    
    width: 100%;
    max-width: 26rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0.8rem;
    border-radius: 0.625rem;
    box-shadow: 2rem 2rem 0 #a1bfd9;
    background-color: #eae8e3;
    transform: translateX(-1rem);
}
.msg-contant{
    margin: 1rem;
    position: relative;
}
.msg-item{
    border-top: 1px solid transparent;
}
.msg-item:first-child{
    margin-top: 1.65rem;
}
.msg-item.left{
    text-align: left;
}
.msg-item.right{
    text-align: right;
}
.msg-item::after{
    content: "";
    display: table;
    clear: both;
}
.avaited{
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #0c0e12;
    background: no-repeat center;
    background-size: cover;transform: translateY(-1.65rem);
}
.msg-item-message{
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: .6944rem;
    line-height: 1.5;
    letter-spacing: -0.01rem;
    border-radius: 1rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}
.msg-item.left .avaited{
    background-image: url(../img/profile_picture.png);
    left:0;
}
.msg-item.left .msg-item-message{
    border-top-left-radius: 0;
    text-align: left;
    background-color: #fff;
}
.msg-item.right .avaited{
    background-image: url(../img/person_2.jpg);
    right:0;
}
.msg-item.right .msg-item-message{
    border-top-right-radius: 0;
    text-align: right;
    background-color: #a1bfd9;
}
.img-photo-rect{
    width: 3rem;
}
.img-photo{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: .4167rem solid #a1bfd9;
    background: no-repeat center;
    background-size: cover;
}
.line{
    width: .0694rem;
    height: 8rem;
    background-color: #eae8e3;
}
.flex-colm{
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 0;
}
.flexhalf{
    flex: 1;
    height: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-end;
    align-items: center;
}
.flexmaxh{
    flex: 1;
    height: 100%;   
}
.mxh-img{
    height:36vh;
    width: auto;
}
.trust_item{
    width: 30%;
}
.trust_box{
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1rem;
}
.trust_item .img{
    width: 100%;
    margin-bottom: 1.5rem;
}
.trust_sub{
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    /* font-family: 'georgia', serif; */
}
.chat-box{
    margin-top: 3rem;
    width: 100%;
    max-width: 36.25rem;
}
.btnchat{
    padding: 1rem 1.9444rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: #a1bfd9;
    border-radius: 0.625rem;
    font-style: italic;
    cursor: pointer;
    /* font-family: 'georgia', serif; */
}

.btnchat:active,
.btnchat:hover,
.btnchat:focus {
    background-color: #eae8e3;
    color: #333;
    outline: none;
    text-decoration: none;
}
.fontlogo{
    height: 1.2em;
}
.input-area-footer{
    width: 90%;
    max-width: 36.25rem;
}

.dctr-message {
    padding: 0.5rem 0;
    line-height: 150%;
    width: -webkit-fit-content;
    width: fit-content;

    margin-bottom: 0.38rem;
  }
.dctr-message-right {
    border-radius: 1rem 0rem 1rem 1rem;
    padding: 1rem;
    margin: 1rem 0 1rem auto;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.09);
    background: #a1bfd9;
    color: #fff;
    max-width: 90%;
}
.dctr-message-left {
    color: #0c0e12;
    padding: 1rem 0;
    max-width: 40.5rem;
}
.loading-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
}

.loading-dots .dot {
    width: 0.2rem;
    height: 0.2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0.4;
    animation: bounce 1.2s infinite ease-in-out;
}
.loading-dots .dot:nth-child(1) {
    animation-delay: 0s;
}

  .loading-dots .dot:nth-child(2) {
    animation-delay: 0.25s;
  }

  .loading-dots .dot:nth-child(3) {
    animation-delay: 0.5s;
  }
.close-done button{
    display: none !important;
}
.close-opacity button{
    opacity: 0.6;
    cursor: no-drop !important;
}
  @keyframes bounce {
    0%,
    60%,
    100% {
      transform: translateY(0);
      opacity: 1;
    }
    30% {
      transform: translateY(-0.175rem);
      opacity: 0.4;
    }
  }
  .form-check-input {
    height: 1rem;
    x: #0c0e12;
    transform: scale(1.5);
    border-radius: 0.1875rem;
    border: 1px solid #eae6e1;
}
.arrow-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: #deeaf3;
}
.dctr-message-left {
    color: #0c0e12;
    padding: 1rem 0;
}
.share-chat-bubble {
    display: flex;
    justify-content: flex-start;
    gap: 0.25rem;
    margin-top: 0.5rem;
}
.share-chat-bubble #share-message {
    cursor: pointer;
    display: flex;
    padding: 0.375rem;
    border-radius: 0.25rem;
    align-items: center;
    justify-content: center;
}

  .share-chat-bubble #share-message:focus-within {
    background-color: #e4e1dc;
  }

  .share-chat-bubble #share-message:hover {
    background-color: #e4e1dc;
  }
  .maxw-39{
    max-width: 39rem;
  }
.fontVerdana{
    font-family: 'verdana', sans-serif;
}
.fontGeorgia{
    font-family: 'georgia', serif;
}
.help{
    color:red;
}

.detail{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    width: 100%;
    z-index: 999999;
    display: none;
}
.page{

}
.detail .content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}
.detail .detail-card{
    position: relative;
    width: auto;
    max-width: 40rem;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
}
.detail-content{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;;
    gap: 2rem;
}
.send-item{ 
    display: flex;
    flex-direction: column;
    width: calc(50% - 1rem);
    position: relative;
}
.send-item .send-item-item{
    width: 100%;
    margin-bottom: 2rem;
}
.send-item .send-item-item:last-child{
    margin-bottom: 0;
}
.send-item input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f8f6f4;
    border: none;
}
.send-item select{
    width: 100%;
    padding: 10px 20px 10px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    white-space: nowrap;      /* 单行显示 */
    overflow: hidden;         /* 超出隐藏 */
    text-overflow: ellipsis;
    background-color: #f8f6f4;
    border: none;
}
.send-item textarea{
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    line-height: 1.2;
    height: 100%;
    resize: none;
    background-color: #f8f6f4;
    border: none;
}

.selectarr{
    position: relative;
}
.selectarr::after{
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  border: 8px solid transparent;
  border-left-width: 5px;
  border-right-width: 5px;
  transform: translateY(-4px);
  border-top-color: #9fb7d2;
  z-index: 9;
}
.send-btn-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    width: 100%;
}
.btncontact{
    background-color: #9fb7d2;
    color:#fff;
    border-radius: 0.25rem;
    border:none;
    padding: 10px;
    width: 200px;
    outline: none;
}
.detial-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    color: #010102;
    -webkit-appearance: none;
}

.detial-close::after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 0;
    border: 1px solid;
    border-radius: 2px;
    transform: rotate(45deg);
    top: 9px;
    right: 3px;
}

.detial-close::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 0;
    border: 1px solid;
    border-radius: 2px;
    transform: rotate(135deg);
    top: 9px;
    right: 3px;

}
.btncontact:focus-visible{
    outline: none;
}
.red{
    box-shadow: 0 0 1px 1px #f00;
}
@media screen and (max-width: 768px) {
    .input-area{
        transform: translateX(0);
        box-shadow: none;
        margin: 0 1rem;
    }
    .input-title{
        font-size: 1rem;
    }
    .footer-item{
        width: 50%;
    }
    
    .footer-flex{
        flex-wrap: wrap;
    }
    .msg-box {
        max-width: 90%;
        box-shadow: none;
        transform: translateX(0);
    }
    .msg-item{
        margin-top: 2rem;
    }
    .msg-item:first-child{
        margin-top: 2.5rem;
    }
    .avaited{
        width: 1.8rem;
        height: 1.8rem;
        transform: translateY(-2rem);
    }
    .img-photo{
        width: 3.5rem;
        height: 3.5rem;
    }
    .dctr-title{
        font-size: 2rem;
    }
    .mxh-img{
        width: 70%;
        height: auto;
    }
    .trust_box{
        gap: 0.5rem;
    }
    .trust_item{
        width: 100%;
    }
    .trust_item .img{
        width: 90%;
    }
    .trust_sub{
        font-size: 1rem;
    }
    .footer-height-item{
        height: auto;
        min-height: 100vh;
        padding: 0 10px;
    }
    .dctr-button.primary{
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 1.25rem;
    }
    .arrow-icon{
        height: 1rem;
        width: 1rem;
    }
    .chat-header{
        width: 80%;
    }
    .chat-user-actions.chat-state{
        max-width: 96%;
        transform: translateX(0);
        background-color: #fff;
        left: 2%;
    }
    #conversation-body{
        width: 90vw;
    }
    .dctr-message-left{
        max-width: 100%;
    }
    .dctr-conversation.chat-state{
        padding-bottom: 18rem;
        width: 90%;
    }
    .dctr-header > .dctr-h1{
        font-size: 2rem;
    }
    
    .footHeader{
        font-size: 2rem;
    }
    .dctr-title2{
        font-size: 2rem;
    }
    .footer-text{
        font-size: 1.333rem;
    }
    .footer-sub{
        font-size: 0.667rem;
    }
    
    .btnchat{
        font-size: 1.333rem;
    }
    .dctr-h2{
        font-size: 2rem;
    }
    .chat-container{
        padding: 12rem 0.5rem 5rem 0.5rem;
    }
    .chat-user-actions{
        padding: 20px 0 10px;
    }
    .chat-user-actions .disclaimer {
        transform: translateX(0);
        margin: 10px 1rem;
    }
    
    textarea[data-id="user-input"] {
        height: 3.8rem;
    }
    .detail .detail-card{
        max-width: 96%;
    }
    .detail-content{
        gap: 0.5rem;
    }
    .send-item{
        width: 100%;
    }
    .send-item .send-item-item{
        margin-bottom: 0.5rem;
    }
}