<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ctoys__form {
    width: 100%;
}

.ctoys__form .items__box {
    padding: 0 20px;
    width: 100% !important;
    box-sizing: border-box;
}

.ctoys__form .items__box:last-child {
    margin-bottom: 42px;

}

.ctoys__form .items__box:last-child .items {
    border-bottom: 0;
}

.ctoys__form .items__box.email {
    display: none;
}

.ctoys__form .items {
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.ctoys__form .label {
    width: 120px;
    text-align: right;
    flex-shrink: 0;
}

.ctoys__form .country {
    width: 100%;
    display: flex;
}

.ctoys__form .country div {
    flex: 0 0 50%;
    overflow: hidden;
}

.ctoys__form .country .text span {
    display: inline-block;
}

.ctoys__form .country .name {
    text-align: left;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}

.ctoys__form .input {
    width: 100%;
    margin-left: 10px;
}

.ctoys__form .input input {
    height: 20px;
    width: 100%;
}

.ctoys__form .content{
    height: 240px !important;
    width: 100%;
    max-height: inherit;
    overflow: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.ctoys__form .msgItem {
    margin-top: 15px;
}
.ctoys__form .msgItem .msgInfo{
    display: flex;
}
.ctoys__form .msgInfo.me{
    flex-direction: row-reverse;
}
.ctoys__form .msgItem .text{
    padding: 5px 10px;
    /*height: 30px;*/
    line-height: 24px;
    white-space: pre-wrap;
    text-align: justify;
    display: inline-block;
    border-radius: 5px;
    margin: 0 15px 0 10px;
    background-color: #f5f5f5;
    border-top-left-radius: 0;
}
.ctoys__form .msgInfo.me .text{
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    margin: 10px 15px 0 0;
    background-color: #cde0ff;

}
.ctoys__form .msgItem .avatar{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
}
.ctoys__form .msgItem .avatar img{
    width: 100%;
}
.ctoys__form .input input,
.ctoys__form .input input::placeholder,
.ctoys__form .input textarea::placeholder {
    border: 0;
    color: #999;
}


.ctoys__form .input textarea {
    border: 0;
    width: 100%;
    color: #999;
}


.ctoys__form .bth__box {
    align-content: center;
    justify-content: center;
}

.ctoys__form .bth__box .bth {
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #e60000;
}

.ctoys__form .append {
    color: #e60000;
    flex-shrink: 0;
    margin-left: 10px;
}

#ID-Country {
    /* overflow: hidden !important; */
}

.country__box {
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

/* .country__box .country__scroller {
    overflow-y: auto;
} */


.country__box .right__flex {
    width: 40px;
    text-align: center;
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 1;
}

.country__box .right__flex .item {
    font-size: 14px;
    color: #e60000;
    height: 24px;
    line-height: 24px;
}

.country__box .contents {
    font-size: 14px;
    padding-right: 40px;
}

.country__box .contents .head {
    font-weight: bold;
    margin-top: 20px;
}

.country__box .contents .head:first-child {
    margin-top: 0;
}

.country__box .contents .items {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
}

.country__box .contents .items .code {
    color: #666;
}</pre></body></html>